(0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_1"], ["name", "accountant 1"], ["description", "accountant 1"], ["created_at", "2019-01-19 01:13:11.956249"], ["updated_at", "2019-01-19 01:13:11.956249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_2"], ["name", "accountant 2"], ["description", "accountant 2"], ["created_at", "2019-01-19 01:13:11.958103"], ["updated_at", "2019-01-19 01:13:11.958103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "britni@parisian.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "britni@parisian.biz"], ["encrypted_password", "$2a$04$X8tPqreqqO.o9ZTbnqtnPuJyW3tVzQJ/MRgf4uoNhlEALb9bGjGn."], ["created_at", "2019-01-19 01:13:11.991874"], ["updated_at", "2019-01-19 01:13:11.991874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "blue 1"], ["created_at", "2019-01-19 01:13:12.000447"], ["updated_at", "2019-01-19 01:13:12.000447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Eugenio 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Eugenio 1"], ["created_at", "2019-01-19 01:13:12.007172"], ["updated_at", "2019-01-19 01:13:12.007172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eaque aliquid quidem vel."], ["body", "Eaque placeat aut. Est cumque facilis. Ipsa distinctio qui."], ["created_at", "2019-01-19 01:13:12.008935"], ["updated_at", "2019-01-19 01:13:12.008935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_3"], ["name", "astronomer 3"], ["description", "astronomer 3"], ["created_at", "2019-01-19 01:13:12.015497"], ["updated_at", "2019-01-19 01:13:12.015497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_4"], ["name", "human resources 4"], ["description", "human resources 4"], ["created_at", "2019-01-19 01:13:12.017115"], ["updated_at", "2019-01-19 01:13:12.017115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bart@gleichner.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bart@gleichner.name"], ["encrypted_password", "$2a$04$xVvM3.eZ9Shn2dmpCzbkDue/3q5FmsJWoZAQTa0dlsvaQw8s/YeVq"], ["created_at", "2019-01-19 01:13:12.020717"], ["updated_at", "2019-01-19 01:13:12.020717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "azure 2"], ["created_at", "2019-01-19 01:13:12.022671"], ["updated_at", "2019-01-19 01:13:12.022671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Bennietown 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bennietown 2"], ["created_at", "2019-01-19 01:13:12.023933"], ["updated_at", "2019-01-19 01:13:12.023933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Maxime quia odio totam."], ["body", "In optio esse. Ipsa laboriosam aliquam. Et quia quibusdam."], ["created_at", "2019-01-19 01:13:12.024985"], ["updated_at", "2019-01-19 01:13:12.024985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_5"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_5"], ["name", "accountant 5"], ["description", "accountant 5"], ["created_at", "2019-01-19 01:13:12.039302"], ["updated_at", "2019-01-19 01:13:12.039302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 6"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_6"], ["name", "architect 6"], ["description", "architect 6"], ["created_at", "2019-01-19 01:13:12.041187"], ["updated_at", "2019-01-19 01:13:12.041187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cecille@abernathyreinger.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cecille@abernathyreinger.biz"], ["encrypted_password", "$2a$04$c9mtCtr0eHNlvNy.2dF5ouxNgFPCAd95A6VtelzzTZ4XLbGWHApxS"], ["created_at", "2019-01-19 01:13:12.044584"], ["updated_at", "2019-01-19 01:13:12.044584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 3"], ["created_at", "2019-01-19 01:13:12.046138"], ["updated_at", "2019-01-19 01:13:12.046138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Wilkinsontown 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Wilkinsontown 3"], ["created_at", "2019-01-19 01:13:12.047306"], ["updated_at", "2019-01-19 01:13:12.047306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptas omnis ab veritatis."], ["body", "Minima quia dolor. Omnis nulla aut. Et sit natus."], ["created_at", "2019-01-19 01:13:12.048307"], ["updated_at", "2019-01-19 01:13:12.048307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_7"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 7"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_7"], ["name", "teacher 7"], ["description", "teacher 7"], ["created_at", "2019-01-19 01:13:12.054887"], ["updated_at", "2019-01-19 01:13:12.054887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 8"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_8"], ["name", "programmer 8"], ["description", "programmer 8"], ["created_at", "2019-01-19 01:13:12.056757"], ["updated_at", "2019-01-19 01:13:12.056757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hugo@anderson.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hugo@anderson.io"], ["encrypted_password", "$2a$04$9e1OSmd8HxOr2rn8Asm8HOmUXaKkZwO5ySOoa3ds/Dhg8D.Z6tK92"], ["created_at", "2019-01-19 01:13:12.060318"], ["updated_at", "2019-01-19 01:13:12.060318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 4"], ["created_at", "2019-01-19 01:13:12.062178"], ["updated_at", "2019-01-19 01:13:12.062178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Cruickshankbury 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Cruickshankbury 4"], ["created_at", "2019-01-19 01:13:12.063394"], ["updated_at", "2019-01-19 01:13:12.063394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Explicabo consequatur et cum."], ["body", "Repellendus perferendis voluptatibus. Placeat quis et. Ullam placeat eos."], ["created_at", "2019-01-19 01:13:12.064509"], ["updated_at", "2019-01-19 01:13:12.064509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_9"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 9"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_9"], ["name", "statistician 9"], ["description", "statistician 9"], ["created_at", "2019-01-19 01:13:12.072060"], ["updated_at", "2019-01-19 01:13:12.072060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 10"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_10"], ["name", "economist 10"], ["description", "economist 10"], ["created_at", "2019-01-19 01:13:12.073918"], ["updated_at", "2019-01-19 01:13:12.073918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "burtonmorar@beier.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "burtonmorar@beier.name"], ["encrypted_password", "$2a$04$W073vzRZNul.Q5AHqpzAu.2mZGFXjMmpjqpxZ4g25DiNgNW2cFdO2"], ["created_at", "2019-01-19 01:13:12.077578"], ["updated_at", "2019-01-19 01:13:12.077578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 5"], ["created_at", "2019-01-19 01:13:12.079139"], ["updated_at", "2019-01-19 01:13:12.079139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Leontinestad 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Leontinestad 5"], ["created_at", "2019-01-19 01:13:12.080346"], ["updated_at", "2019-01-19 01:13:12.080346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Est fuga delectus ullam."], ["body", "Rerum porro deserunt. Id id aut. Dolores sed consequatur."], ["created_at", "2019-01-19 01:13:12.081312"], ["updated_at", "2019-01-19 01:13:12.081312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_11"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_11"], ["name", "police officer 11"], ["description", "police officer 11"], ["created_at", "2019-01-19 01:13:12.086928"], ["updated_at", "2019-01-19 01:13:12.086928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 12"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_12"], ["name", "engineer 12"], ["description", "engineer 12"], ["created_at", "2019-01-19 01:13:12.088838"], ["updated_at", "2019-01-19 01:13:12.088838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hungwelch@block.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hungwelch@block.io"], ["encrypted_password", "$2a$04$9b8dZdT8/GNoWTmI6/8KbuMsqtMdMfNcqSPBiOe1Gbduw/bcDHgEK"], ["created_at", "2019-01-19 01:13:12.092552"], ["updated_at", "2019-01-19 01:13:12.092552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 6"], ["created_at", "2019-01-19 01:13:12.094157"], ["updated_at", "2019-01-19 01:13:12.094157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Dietrichmouth 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dietrichmouth 6"], ["created_at", "2019-01-19 01:13:12.095276"], ["updated_at", "2019-01-19 01:13:12.095276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Dolorem eligendi sit veritatis."], ["body", "Repellendus quisquam autem. Ratione quo quaerat. Vero odio dolor."], ["created_at", "2019-01-19 01:13:12.096239"], ["updated_at", "2019-01-19 01:13:12.096239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sharika@green.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sharika@green.org"], ["encrypted_password", "$2a$04$Xvb9Zx9CmmTGg3V1dome6.tY.BLTsPgSD3FcoJeerJH22KUSrzybK"], ["created_at", "2019-01-19 01:13:12.098579"], ["updated_at", "2019-01-19 01:13:12.098579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 13"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_13"], ["name", "accountant 13"], ["description", "accountant 13"], ["created_at", "2019-01-19 01:13:12.160372"], ["updated_at", "2019-01-19 01:13:12.160372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "librarian_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "librarian 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_1"], ["name", "librarian 1"], ["description", "librarian 1"], ["created_at", "2019-01-19 01:13:12.167202"], ["updated_at", "2019-01-19 01:13:12.167202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "active_storage/disk"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "active_storage/disk"], ["action", "update"], ["created_at", "2019-01-19 01:13:12.172740"], ["updated_at", "2019-01-19 01:13:12.172740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 01:13:12.180230"], ["updated_at", "2019-01-19 01:13:12.180230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.7ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 01:13:12.187169"], ["updated_at", "2019-01-19 01:13:12.187169"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "active_storage/disk"], ["action", "update"], ["LIMIT", 1]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 14"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_14"], ["name", "web developer 14"], ["description", "web developer 14"], ["created_at", "2019-01-19 01:13:12.198457"], ["updated_at", "2019-01-19 01:13:12.198457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "philosopher_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "philosopher 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_2"], ["name", "philosopher 2"], ["description", "philosopher 2"], ["created_at", "2019-01-19 01:13:12.200735"], ["updated_at", "2019-01-19 01:13:12.200735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "active_storage/disk"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "active_storage/disk"], ["action", "update"], ["created_at", "2019-01-19 01:13:12.202677"], ["updated_at", "2019-01-19 01:13:12.202677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.3ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 01:13:12.204562"], ["updated_at", "2019-01-19 01:13:12.204562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 01:13:12.206411"], ["updated_at", "2019-01-19 01:13:12.206411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "active_storage/disk"], ["action", "foo"], ["LIMIT", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "porter@medhurst.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "porter@medhurst.info"], ["encrypted_password", "$2a$04$yldmBOpR.mC0W.KTMo40RuHrsma5O0scPp/aHOvrV18xUpScPWM/q"], ["created_at", "2019-01-19 01:13:12.214676"], ["updated_at", "2019-01-19 01:13:12.214676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_15"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 15"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_15"], ["name", "interpreter 15"], ["description", "interpreter 15"], ["created_at", "2019-01-19 01:13:12.217637"], ["updated_at", "2019-01-19 01:13:12.217637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 01:13:12.220880"], ["updated_at", "2019-01-19 01:13:12.220880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Curtisside 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Curtisside 7"], ["created_at", "2019-01-19 01:13:12.222757"], ["updated_at", "2019-01-19 01:13:12.222757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Russelside 8"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Russelside 8"], ["created_at", "2019-01-19 01:13:12.224045"], ["updated_at", "2019-01-19 01:13:12.224045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 7"], ["created_at", "2019-01-19 01:13:12.225572"], ["updated_at", "2019-01-19 01:13:12.225572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 8"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "indigo 8"], ["created_at", "2019-01-19 01:13:12.226975"], ["updated_at", "2019-01-19 01:13:12.226975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darcie@ratke.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darcie@ratke.com"], ["encrypted_password", "$2a$04$Di6qFOjUnoQ5kZxu49UCj.f4HuZfYhy9/wJVkf95of7xuvcKRbB0q"], ["created_at", "2019-01-19 01:13:12.229693"], ["updated_at", "2019-01-19 01:13:12.229693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Ullam porro consectetur incidunt."], ["body", "Eos possimus consequatur. Velit dolore porro. Aut ea qui."], ["created_at", "2019-01-19 01:13:12.230798"], ["updated_at", "2019-01-19 01:13:12.230798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Curtisside 7"], ["created_at", "2019-01-19 01:13:12.237290"], ["updated_at", "2019-01-19 01:13:12.237290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "lime 7"], ["created_at", "2019-01-19 01:13:12.238965"], ["updated_at", "2019-01-19 01:13:12.238965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'curtisside 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lime 7')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "obduliaruel@ondrickachristiansen.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "obduliaruel@ondrickachristiansen.info"], ["encrypted_password", "$2a$04$.j0qa9V5hZ5VWVbxuWj7vOLL3UJL66GRbP29bqjninI8klI1AhTl2"], ["created_at", "2019-01-19 01:13:12.247136"], ["updated_at", "2019-01-19 01:13:12.247136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_16"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_16"], ["name", "designer 16"], ["description", "designer 16"], ["created_at", "2019-01-19 01:13:12.249157"], ["updated_at", "2019-01-19 01:13:12.249157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 01:13:12.251081"], ["updated_at", "2019-01-19 01:13:12.251081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Lonnyton 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Lonnyton 9"], ["created_at", "2019-01-19 01:13:12.252306"], ["updated_at", "2019-01-19 01:13:12.252306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Hughville 10"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Hughville 10"], ["created_at", "2019-01-19 01:13:12.253357"], ["updated_at", "2019-01-19 01:13:12.253357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 9"], ["created_at", "2019-01-19 01:13:12.255032"], ["updated_at", "2019-01-19 01:13:12.255032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 10"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "ivory 10"], ["created_at", "2019-01-19 01:13:12.256328"], ["updated_at", "2019-01-19 01:13:12.256328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alyaflatley@weinat.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alyaflatley@weinat.name"], ["encrypted_password", "$2a$04$NraI.kjmISG2dHYeKnOSt.txIZ2emxnxecXyAQFGd.hREan.h.5qa"], ["created_at", "2019-01-19 01:13:12.258743"], ["updated_at", "2019-01-19 01:13:12.258743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Nam in laborum inventore."], ["body", "Amet est et. Neque saepe iusto. Laborum nostrum perspiciatis."], ["created_at", "2019-01-19 01:13:12.259827"], ["updated_at", "2019-01-19 01:13:12.259827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "New Hughville 10"], ["created_at", "2019-01-19 01:13:12.261389"], ["updated_at", "2019-01-19 01:13:12.261389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "violet 9"], ["created_at", "2019-01-19 01:13:12.262854"], ["updated_at", "2019-01-19 01:13:12.262854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new hughville 10')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "odelleffertz@monahan.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "odelleffertz@monahan.name"], ["encrypted_password", "$2a$04$.dHIlcgeI5.lnDo35lIhFePQGxg.Sa98HLccWcZ/o45oIyf9DU476"], ["created_at", "2019-01-19 01:13:12.268700"], ["updated_at", "2019-01-19 01:13:12.268700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_17"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_17"], ["name", "writer 17"], ["description", "writer 17"], ["created_at", "2019-01-19 01:13:12.270626"], ["updated_at", "2019-01-19 01:13:12.270626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 01:13:12.272840"], ["updated_at", "2019-01-19 01:13:12.272840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Erdmanshire 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Erdmanshire 11"], ["created_at", "2019-01-19 01:13:12.274070"], ["updated_at", "2019-01-19 01:13:12.274070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Suzieside 12"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Suzieside 12"], ["created_at", "2019-01-19 01:13:12.275377"], ["updated_at", "2019-01-19 01:13:12.275377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 11"], ["created_at", "2019-01-19 01:13:12.276865"], ["updated_at", "2019-01-19 01:13:12.276865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 12"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "pink 12"], ["created_at", "2019-01-19 01:13:12.278183"], ["updated_at", "2019-01-19 01:13:12.278183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "evitabalistreri@thiel.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "evitabalistreri@thiel.net"], ["encrypted_password", "$2a$04$7SkATiJ2jIFopCNNChWNo.7LjdLwf50l/cq9h38XSc2zXy0Mn95Jq"], ["created_at", "2019-01-19 01:13:12.280609"], ["updated_at", "2019-01-19 01:13:12.280609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Sapiente non error et."], ["body", "Saepe vitae debitis. Aliquam dolores repellat. Nihil eos quae."], ["created_at", "2019-01-19 01:13:12.281736"], ["updated_at", "2019-01-19 01:13:12.281736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Erdmanshire 11"], ["created_at", "2019-01-19 01:13:12.283439"], ["updated_at", "2019-01-19 01:13:12.283439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'erdmanshire 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "johnsonanderson@robelhagenes.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "johnsonanderson@robelhagenes.info"], ["encrypted_password", "$2a$04$gNSh6fByCPeF9sih6wgrPOgbYF15ASEJycWr54bXSlyzKmr19kJzO"], ["created_at", "2019-01-19 01:13:12.289449"], ["updated_at", "2019-01-19 01:13:12.289449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_18"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_18"], ["name", "biologist 18"], ["description", "biologist 18"], ["created_at", "2019-01-19 01:13:12.291665"], ["updated_at", "2019-01-19 01:13:12.291665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 01:13:12.294385"], ["updated_at", "2019-01-19 01:13:12.294385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Wehnershire 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Wehnershire 13"], ["created_at", "2019-01-19 01:13:12.296590"], ["updated_at", "2019-01-19 01:13:12.296590"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Leticiaton 14"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Leticiaton 14"], ["created_at", "2019-01-19 01:13:12.298122"], ["updated_at", "2019-01-19 01:13:12.298122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 13"], ["created_at", "2019-01-19 01:13:12.299532"], ["updated_at", "2019-01-19 01:13:12.299532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "grey 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "grey 14"], ["created_at", "2019-01-19 01:13:12.300940"], ["updated_at", "2019-01-19 01:13:12.300940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aleshiahuels@bergnaumswaniawski.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "aleshiahuels@bergnaumswaniawski.com"], ["encrypted_password", "$2a$04$cHCh/c6gvHaKNpt/v6i9culX0JqvJUXev/vqav/f6FRu4dYNDs0mq"], ["created_at", "2019-01-19 01:13:12.304147"], ["updated_at", "2019-01-19 01:13:12.304147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Est accusantium esse et."], ["body", "Totam est eveniet. Eum corporis itaque. Ratione nemo accusantium."], ["created_at", "2019-01-19 01:13:12.305643"], ["updated_at", "2019-01-19 01:13:12.305643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Wehnershire 13"], ["created_at", "2019-01-19 01:13:12.307452"], ["updated_at", "2019-01-19 01:13:12.307452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "sky blue 13"], ["created_at", "2019-01-19 01:13:12.309287"], ["updated_at", "2019-01-19 01:13:12.309287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'wehnershire 13') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'sky blue 13')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joannabogisich@franecki.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "joannabogisich@franecki.info"], ["encrypted_password", "$2a$04$pHstLkkUqFOVdP6VNZl44enExfXcU8cc3.7.JbBkctKw0Dtwz12ni"], ["created_at", "2019-01-19 01:13:12.315828"], ["updated_at", "2019-01-19 01:13:12.315828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_19"], ["name", "agriculturist 19"], ["description", "agriculturist 19"], ["created_at", "2019-01-19 01:13:12.317820"], ["updated_at", "2019-01-19 01:13:12.317820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 01:13:12.319933"], ["updated_at", "2019-01-19 01:13:12.319933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Sundayside 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Sundayside 15"], ["created_at", "2019-01-19 01:13:12.321577"], ["updated_at", "2019-01-19 01:13:12.321577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Breitenbergside 16"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Breitenbergside 16"], ["created_at", "2019-01-19 01:13:12.323131"], ["updated_at", "2019-01-19 01:13:12.323131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 15"], ["created_at", "2019-01-19 01:13:12.325286"], ["updated_at", "2019-01-19 01:13:12.325286"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 16"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "black 16"], ["created_at", "2019-01-19 01:13:12.326588"], ["updated_at", "2019-01-19 01:13:12.326588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "antonio@kunzehaag.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "antonio@kunzehaag.info"], ["encrypted_password", "$2a$04$QMx8TtlV2xualRQsXZuKJOe2Ge/pjp5PeNICMIQmJ4WcrG8HBJZXS"], ["created_at", "2019-01-19 01:13:12.329273"], ["updated_at", "2019-01-19 01:13:12.329273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Nisi veritatis est quia."], ["body", "Facere doloribus veniam. Qui ratione possimus. Eveniet saepe nam."], ["created_at", "2019-01-19 01:13:12.330364"], ["updated_at", "2019-01-19 01:13:12.330364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shelbyromaguera@waters.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shelbyromaguera@waters.net"], ["encrypted_password", "$2a$04$LDCS2mkSJbCRc/vOXJs4bumuzf3NjS18Un4M63/C8yQrxSKQWIa.a"], ["created_at", "2019-01-19 01:13:12.332977"], ["updated_at", "2019-01-19 01:13:12.332977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Sit itaque delectus ipsum."], ["body", "Omnis nesciunt nemo. Quos autem et. Voluptatum autem minus."], ["created_at", "2019-01-19 01:13:12.334039"], ["updated_at", "2019-01-19 01:13:12.334039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jayfahey@moriette.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jayfahey@moriette.io"], ["encrypted_password", "$2a$04$vPWJEahqPEvwIFsr2LaMLuBpdN7iPvhIAp.iNdVVWtX1emLwVCLPy"], ["created_at", "2019-01-19 01:13:12.336477"], ["updated_at", "2019-01-19 01:13:12.336477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Dolorem et est et."], ["body", "Ut temporibus ducimus. Repellat eveniet accusamus. Nihil facere voluptas."], ["created_at", "2019-01-19 01:13:12.338006"], ["updated_at", "2019-01-19 01:13:12.338006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "madonna@hermanortiz.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "madonna@hermanortiz.com"], ["encrypted_password", "$2a$04$sLlp3FhtaQVn9Ur/2UUiveR6bt6XIt1NVBYY7X3rqs9v3IyrROc/q"], ["created_at", "2019-01-19 01:13:12.340818"], ["updated_at", "2019-01-19 01:13:12.340818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Molestiae ab vero asperiores."], ["body", "Reiciendis quam cupiditate. Et qui quod. Cupiditate alias quas."], ["created_at", "2019-01-19 01:13:12.342128"], ["updated_at", "2019-01-19 01:13:12.342128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Port Sundayside 15"], ["created_at", "2019-01-19 01:13:12.343762"], ["updated_at", "2019-01-19 01:13:12.343762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "violet 15"], ["created_at", "2019-01-19 01:13:12.345361"], ["updated_at", "2019-01-19 01:13:12.345361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port sundayside 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'violet 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ismael@howell.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ismael@howell.co"], ["encrypted_password", "$2a$04$TdmCCcUOLkTzgUPxnGVRkOcIhvY8PcxoPUfesgVM2Ra/Va2wCRS2O"], ["created_at", "2019-01-19 01:13:12.351796"], ["updated_at", "2019-01-19 01:13:12.351796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_20"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_20"], ["name", "actor 20"], ["description", "actor 20"], ["created_at", "2019-01-19 01:13:12.353878"], ["updated_at", "2019-01-19 01:13:12.353878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 01:13:12.356122"], ["updated_at", "2019-01-19 01:13:12.356122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "VonRuedenville 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "VonRuedenville 17"], ["created_at", "2019-01-19 01:13:12.357431"], ["updated_at", "2019-01-19 01:13:12.357431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Skilesstad 18"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Skilesstad 18"], ["created_at", "2019-01-19 01:13:12.358539"], ["updated_at", "2019-01-19 01:13:12.358539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 17"], ["created_at", "2019-01-19 01:13:12.359879"], ["updated_at", "2019-01-19 01:13:12.359879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 18"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "violet 18"], ["created_at", "2019-01-19 01:13:12.361100"], ["updated_at", "2019-01-19 01:13:12.361100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jarred@ebertromaguera.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jarred@ebertromaguera.com"], ["encrypted_password", "$2a$04$4THX7BrIBkVpJHmyWhHh8.wJXtS0IZL1aQQGwdzyw2.Y/nwknO9p2"], ["created_at", "2019-01-19 01:13:12.363534"], ["updated_at", "2019-01-19 01:13:12.363534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Nihil aperiam earum nulla."], ["body", "Nemo exercitationem repellat. Cumque voluptatem eos. Voluptatem qui debitis."], ["created_at", "2019-01-19 01:13:12.364751"], ["updated_at", "2019-01-19 01:13:12.364751"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nichelle@quigleydibbert.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nichelle@quigleydibbert.net"], ["encrypted_password", "$2a$04$h9M7H39xbfPob5YLduLuk.Z5TZfvbfoguUnfLlFGzAfH7PR0NMaZW"], ["created_at", "2019-01-19 01:13:12.367898"], ["updated_at", "2019-01-19 01:13:12.367898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Accusantium eveniet qui sunt."], ["body", "Et architecto qui. Molestiae nobis alias. In voluptas qui."], ["created_at", "2019-01-19 01:13:12.369046"], ["updated_at", "2019-01-19 01:13:12.369046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pattiekautzer@hudson.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pattiekautzer@hudson.biz"], ["encrypted_password", "$2a$04$JwjOU8OdPIo6hRZ5jA0heO93NtlFB30l53zVHrq81jhaQlAfuRWIC"], ["created_at", "2019-01-19 01:13:12.371916"], ["updated_at", "2019-01-19 01:13:12.371916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Explicabo dignissimos impedit voluptatem."], ["body", "Alias dolores praesentium. Et provident qui. Vero dolores nihil."], ["created_at", "2019-01-19 01:13:12.373098"], ["updated_at", "2019-01-19 01:13:12.373098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chuck@hirthe.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chuck@hirthe.info"], ["encrypted_password", "$2a$04$VLFsDDMGMdyNmHk8Ohg.T..2P97Om4NhNBpfNvUlAzWO7kTuU1BtO"], ["created_at", "2019-01-19 01:13:12.375645"], ["updated_at", "2019-01-19 01:13:12.375645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Numquam aut voluptatem dignissimos."], ["body", "Dolor qui voluptas. Vitae nihil est. Omnis ut similique."], ["created_at", "2019-01-19 01:13:12.376766"], ["updated_at", "2019-01-19 01:13:12.376766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "VonRuedenville 17"], ["created_at", "2019-01-19 01:13:12.378410"], ["updated_at", "2019-01-19 01:13:12.378410"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'vonruedenville 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "giovannalubowitz@hillsbode.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "giovannalubowitz@hillsbode.io"], ["encrypted_password", "$2a$04$aU2L7qUqpOZmUWy0D7/JAuS/3HVInsO7CiNgSIbPzf7EK2ui74APW"], ["created_at", "2019-01-19 01:13:12.384088"], ["updated_at", "2019-01-19 01:13:12.384088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_21"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_21"], ["name", "human resources 21"], ["description", "human resources 21"], ["created_at", "2019-01-19 01:13:12.386074"], ["updated_at", "2019-01-19 01:13:12.386074"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 01:13:12.388356"], ["updated_at", "2019-01-19 01:13:12.388356"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Jaynafurt 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Jaynafurt 19"], ["created_at", "2019-01-19 01:13:12.389885"], ["updated_at", "2019-01-19 01:13:12.389885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West April 20"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West April 20"], ["created_at", "2019-01-19 01:13:12.391130"], ["updated_at", "2019-01-19 01:13:12.391130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 19"], ["created_at", "2019-01-19 01:13:12.392576"], ["updated_at", "2019-01-19 01:13:12.392576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 20"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "indigo 20"], ["created_at", "2019-01-19 01:13:12.393883"], ["updated_at", "2019-01-19 01:13:12.393883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaetoy@beahan.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jaetoy@beahan.info"], ["encrypted_password", "$2a$04$a7nyy62buiNybLggMw6yHe.OjkSYnp3RznDqXCWKNXILjj3rVOt6S"], ["created_at", "2019-01-19 01:13:12.396345"], ["updated_at", "2019-01-19 01:13:12.396345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Delectus in tenetur voluptatem."], ["body", "Eius temporibus iure. Qui tenetur ea. Asperiores maxime vero."], ["created_at", "2019-01-19 01:13:12.397413"], ["updated_at", "2019-01-19 01:13:12.397413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "johnniepaucek@dickimarks.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "johnniepaucek@dickimarks.biz"], ["encrypted_password", "$2a$04$lCSwb6OgeBCbzDjTZ3m.fOyjMI3p2NDZKWvP502TomxUgjWJrPp8m"], ["created_at", "2019-01-19 01:13:12.399877"], ["updated_at", "2019-01-19 01:13:12.399877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Autem tempora et ut."], ["body", "Corrupti sunt omnis. Ipsum provident odit. Minima dignissimos animi."], ["created_at", "2019-01-19 01:13:12.400883"], ["updated_at", "2019-01-19 01:13:12.400883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "calista@kshlerin.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "calista@kshlerin.com"], ["encrypted_password", "$2a$04$LxAtSobpe1vdUJuoNh9DOOYkSaPvr1CLM181Fuw756xHCT2PTftzC"], ["created_at", "2019-01-19 01:13:12.403338"], ["updated_at", "2019-01-19 01:13:12.403338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Cumque consequuntur quis aliquid."], ["body", "Eum quasi velit. Dolorem eos voluptatem. Quia animi sapiente."], ["created_at", "2019-01-19 01:13:12.404447"], ["updated_at", "2019-01-19 01:13:12.404447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "terrellcorwin@moriette.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "terrellcorwin@moriette.com"], ["encrypted_password", "$2a$04$uIq2yIoGqEzSDidLScHPFOhHEcbmVUfqeub5/7WVlgLQFTesnqH/S"], ["created_at", "2019-01-19 01:13:12.407009"], ["updated_at", "2019-01-19 01:13:12.407009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Consequatur consequuntur doloribus blanditiis."], ["body", "Nemo corporis a. Doloribus repudiandae quisquam. Maiores quo eligendi."], ["created_at", "2019-01-19 01:13:12.408112"], ["updated_at", "2019-01-19 01:13:12.408112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lake Jaynafurt 19"], ["created_at", "2019-01-19 01:13:12.409699"], ["updated_at", "2019-01-19 01:13:12.409699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "maroon 19"], ["created_at", "2019-01-19 01:13:12.411152"], ["updated_at", "2019-01-19 01:13:12.411152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake jaynafurt 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'maroon 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darrinokon@mcculloughdubuque.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darrinokon@mcculloughdubuque.name"], ["encrypted_password", "$2a$04$lOhoVYS8SbwYYRJULdsvUuGWl/uAhsKdNyGafpUBr8xFXaykdkkXW"], ["created_at", "2019-01-19 01:13:12.419303"], ["updated_at", "2019-01-19 01:13:12.419303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_22"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_22"], ["name", "statistician 22"], ["description", "statistician 22"], ["created_at", "2019-01-19 01:13:12.421228"], ["updated_at", "2019-01-19 01:13:12.421228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 01:13:12.423445"], ["updated_at", "2019-01-19 01:13:12.423445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Bobbyton 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bobbyton 21"], ["created_at", "2019-01-19 01:13:12.424853"], ["updated_at", "2019-01-19 01:13:12.424853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Andreechester 22"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Andreechester 22"], ["created_at", "2019-01-19 01:13:12.430081"], ["updated_at", "2019-01-19 01:13:12.430081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 21"], ["created_at", "2019-01-19 01:13:12.431406"], ["updated_at", "2019-01-19 01:13:12.431406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 22"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "silver 22"], ["created_at", "2019-01-19 01:13:12.432652"], ["updated_at", "2019-01-19 01:13:12.432652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lajuanaking@murazikwiza.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lajuanaking@murazikwiza.com"], ["encrypted_password", "$2a$04$JY.elIWtVRHfMrpawUzewuTeGZCuuOiQcLyMK9zr3/zxP07eKlKUC"], ["created_at", "2019-01-19 01:13:12.435071"], ["updated_at", "2019-01-19 01:13:12.435071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Ducimus voluptas et possimus."], ["body", "Ab laboriosam dolorum. Perferendis ipsa et. Facilis recusandae exercitationem."], ["created_at", "2019-01-19 01:13:12.436156"], ["updated_at", "2019-01-19 01:13:12.436156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vincenzobrakus@kertzmann.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vincenzobrakus@kertzmann.io"], ["encrypted_password", "$2a$04$b3lmJKJ1fJgNrTtZRjowI.XSSj8SYc0rfilJ9MaQbpmGCT/R8BoOy"], ["created_at", "2019-01-19 01:13:12.438764"], ["updated_at", "2019-01-19 01:13:12.438764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Perferendis corporis ut est."], ["body", "Est delectus quis. Qui molestiae voluptas. Numquam possimus voluptas."], ["created_at", "2019-01-19 01:13:12.439758"], ["updated_at", "2019-01-19 01:13:12.439758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mitchswift@bashirianjacobs.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mitchswift@bashirianjacobs.io"], ["encrypted_password", "$2a$04$f1MEcMIRo0vxh924AFTQDuElTglWqowAHqkS9XnICnViJN/So1j3a"], ["created_at", "2019-01-19 01:13:12.442093"], ["updated_at", "2019-01-19 01:13:12.442093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Incidunt est non nisi."], ["body", "Aut suscipit consectetur. Aut beatae quia. Et voluptas ipsam."], ["created_at", "2019-01-19 01:13:12.443127"], ["updated_at", "2019-01-19 01:13:12.443127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilburnondricka@hegmann.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wilburnondricka@hegmann.org"], ["encrypted_password", "$2a$04$XRmKBp6zeudAlpLzKY6QQO5EqrWyP.t86Jlfr1jJZFw2IlcFqjxwy"], ["created_at", "2019-01-19 01:13:12.445476"], ["updated_at", "2019-01-19 01:13:12.445476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Ex et sed error."], ["body", "Officiis magni necessitatibus. Illo et velit. Soluta dignissimos iusto."], ["created_at", "2019-01-19 01:13:12.446432"], ["updated_at", "2019-01-19 01:13:12.446432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Bobbyton 21"], ["created_at", "2019-01-19 01:13:12.447958"], ["updated_at", "2019-01-19 01:13:12.447958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "mint green 21"], ["created_at", "2019-01-19 01:13:12.449399"], ["updated_at", "2019-01-19 01:13:12.449399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'bobbyton 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'mint green 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'bobbyton 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'mint green 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'bobbyton 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'mint green 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "melonygleichner@witting.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "melonygleichner@witting.co"], ["encrypted_password", "$2a$04$tMdQTqeFZ8T7HMWZVgucAueRmZrPvWg0U0PStPXSt6UYrvvQd.iCS"], ["created_at", "2019-01-19 01:13:12.461612"], ["updated_at", "2019-01-19 01:13:12.461612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "penelope@hayeswilkinson.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "penelope@hayeswilkinson.com"], ["encrypted_password", "$2a$04$WuSNpoegU4O/9hPREMtWW.DV86udNZ7uTgG2C7AYlVmTX4Gg/qHdy"], ["created_at", "2019-01-19 01:13:12.464467"], ["updated_at", "2019-01-19 01:13:12.464467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 23"], ["created_at", "2019-01-19 01:13:12.465866"], ["updated_at", "2019-01-19 01:13:12.465866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kreigerburgh 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kreigerburgh 23"], ["created_at", "2019-01-19 01:13:12.466994"], ["updated_at", "2019-01-19 01:13:12.466994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Inventore magni eaque nisi."], ["body", "Expedita rerum qui. Dicta velit et. Non omnis magni."], ["created_at", "2019-01-19 01:13:12.467997"], ["updated_at", "2019-01-19 01:13:12.467997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brenthackett@kerluke.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "brenthackett@kerluke.name"], ["encrypted_password", "$2a$04$0vbJiidWl3n4l3dfDgy7TeDQK2yi7sB1Wi1bJODiha4KG7NdLNBsi"], ["created_at", "2019-01-19 01:13:12.474006"], ["updated_at", "2019-01-19 01:13:12.474006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_23"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_23"], ["name", "doctor 23"], ["description", "doctor 23"], ["created_at", "2019-01-19 01:13:12.476172"], ["updated_at", "2019-01-19 01:13:12.476172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_24"], ["name", "teacher 24"], ["description", "teacher 24"], ["created_at", "2019-01-19 01:13:12.477930"], ["updated_at", "2019-01-19 01:13:12.477930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 01:13:12.479825"], ["updated_at", "2019-01-19 01:13:12.479825"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 01:13:12.480962"], ["updated_at", "2019-01-19 01:13:12.480962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Meredith 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Meredith 24"], ["created_at", "2019-01-19 01:13:12.482276"], ["updated_at", "2019-01-19 01:13:12.482276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Jodyfort 25"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Jodyfort 25"], ["created_at", "2019-01-19 01:13:12.483488"], ["updated_at", "2019-01-19 01:13:12.483488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 24"], ["created_at", "2019-01-19 01:13:12.484846"], ["updated_at", "2019-01-19 01:13:12.484846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 25"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "fuchsia 25"], ["created_at", "2019-01-19 01:13:12.486076"], ["updated_at", "2019-01-19 01:13:12.486076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ludivinaohara@parker.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ludivinaohara@parker.io"], ["encrypted_password", "$2a$04$teU5Q/ElUdN5DYP8mByDguUzoC0L.cOZ5KAwHpPZp1blAvj2gmfgi"], ["created_at", "2019-01-19 01:13:12.488996"], ["updated_at", "2019-01-19 01:13:12.488996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Est aut perferendis dolorem."], ["body", "Aut quod dolores. Natus sint repudiandae. Voluptatem explicabo fugiat."], ["created_at", "2019-01-19 01:13:12.490136"], ["updated_at", "2019-01-19 01:13:12.490136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kandraferry@trantow.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kandraferry@trantow.name"], ["encrypted_password", "$2a$04$UlS6RPTonfwFRjoppvHyQeHZ4AuCcAWTy9wrsQ2BvsYziV5X0IE2q"], ["created_at", "2019-01-19 01:13:12.492972"], ["updated_at", "2019-01-19 01:13:12.492972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Et voluptatem beatae rem."], ["body", "Fugiat accusamus voluptates. Impedit praesentium eum. Doloremque ex est."], ["created_at", "2019-01-19 01:13:12.494080"], ["updated_at", "2019-01-19 01:13:12.494080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marjorieledner@pfannerstill.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marjorieledner@pfannerstill.com"], ["encrypted_password", "$2a$04$feOVgrv58JahChc1DCnLtew2vCCwdyVYsprgdhgvqqyO2Cp4f2W1u"], ["created_at", "2019-01-19 01:13:12.496589"], ["updated_at", "2019-01-19 01:13:12.496589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Sunt doloribus repudiandae recusandae."], ["body", "Ipsa omnis omnis. Autem neque consectetur. Eos dignissimos dolore."], ["created_at", "2019-01-19 01:13:12.497652"], ["updated_at", "2019-01-19 01:13:12.497652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yuklowe@dooley.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "yuklowe@dooley.com"], ["encrypted_password", "$2a$04$fh2rQjbwkHxgSJZW.AmhqucReQTAza5.Yp5ynhhSZRgmkWIyR8Hka"], ["created_at", "2019-01-19 01:13:12.500172"], ["updated_at", "2019-01-19 01:13:12.500172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Rerum expedita et iste."], ["body", "Sit consequatur aperiam. Rem aliquam asperiores. Id fugit exercitationem."], ["created_at", "2019-01-19 01:13:12.501220"], ["updated_at", "2019-01-19 01:13:12.501220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Meredith 24"], ["created_at", "2019-01-19 01:13:12.502780"], ["updated_at", "2019-01-19 01:13:12.502780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "maroon 24"], ["created_at", "2019-01-19 01:13:12.504306"], ["updated_at", "2019-01-19 01:13:12.504306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "New Jodyfort 25"], ["created_at", "2019-01-19 01:13:12.505644"], ["updated_at", "2019-01-19 01:13:12.505644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "fuchsia 25"], ["created_at", "2019-01-19 01:13:12.506945"], ["updated_at", "2019-01-19 01:13:12.506945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south meredith 24') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'maroon 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new jodyfort 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'fuchsia 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "christenryan@johnsabshire.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "christenryan@johnsabshire.com"], ["encrypted_password", "$2a$04$oebqqqBjR.HZmH.TPg3MqOVcoVaSiO9LMpvbdVCuIZ.Bez9V/Jnki"], ["created_at", "2019-01-19 01:13:12.516257"], ["updated_at", "2019-01-19 01:13:12.516257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_25"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_25"], ["name", "programmer 25"], ["description", "programmer 25"], ["created_at", "2019-01-19 01:13:12.518099"], ["updated_at", "2019-01-19 01:13:12.518099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_26"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_26"], ["name", "economist 26"], ["description", "economist 26"], ["created_at", "2019-01-19 01:13:12.519452"], ["updated_at", "2019-01-19 01:13:12.519452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 01:13:12.521304"], ["updated_at", "2019-01-19 01:13:12.521304"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 01:13:12.522580"], ["updated_at", "2019-01-19 01:13:12.522580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Benny 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Benny 26"], ["created_at", "2019-01-19 01:13:12.523777"], ["updated_at", "2019-01-19 01:13:12.523777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Rodland 27"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rodland 27"], ["created_at", "2019-01-19 01:13:12.524920"], ["updated_at", "2019-01-19 01:13:12.524920"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "red 26"], ["created_at", "2019-01-19 01:13:12.526324"], ["updated_at", "2019-01-19 01:13:12.526324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 27"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "teal 27"], ["created_at", "2019-01-19 01:13:12.527562"], ["updated_at", "2019-01-19 01:13:12.527562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eloy@emmerich.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eloy@emmerich.co"], ["encrypted_password", "$2a$04$kETGDs3bInxuy2mn2SYgAOd5xhlHgKCfEh80.Bp1Hrui0RaHdTkkG"], ["created_at", "2019-01-19 01:13:12.529893"], ["updated_at", "2019-01-19 01:13:12.529893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Nisi dolores voluptate adipisci."], ["body", "Molestias voluptatem perspiciatis. Ipsum non itaque. Voluptas ad rerum."], ["created_at", "2019-01-19 01:13:12.530927"], ["updated_at", "2019-01-19 01:13:12.530927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cherydaugherty@okuneva.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cherydaugherty@okuneva.name"], ["encrypted_password", "$2a$04$7l2.QuYruxGkzDFqa4ywJuE2z2cyLuNSPVbxK/u.ogqlfSBVxVU0u"], ["created_at", "2019-01-19 01:13:12.533338"], ["updated_at", "2019-01-19 01:13:12.533338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Sit fugiat veniam fugit."], ["body", "Porro ut quo. Quo quam laboriosam. Animi eius debitis."], ["created_at", "2019-01-19 01:13:12.534324"], ["updated_at", "2019-01-19 01:13:12.534324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roseanne@damore.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "roseanne@damore.name"], ["encrypted_password", "$2a$04$CIaSHSJmWglTERYQlDUTv.077Dr9pJ9dORb7YKyJ744vnasO8CeLW"], ["created_at", "2019-01-19 01:13:12.536658"], ["updated_at", "2019-01-19 01:13:12.536658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Omnis laborum rerum sit."], ["body", "Nostrum optio quae. Voluptatem corrupti omnis. Accusantium quod sit."], ["created_at", "2019-01-19 01:13:12.537639"], ["updated_at", "2019-01-19 01:13:12.537639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sanora@torphy.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sanora@torphy.net"], ["encrypted_password", "$2a$04$Rw2t3h9froAoZtDeZtkojuazt/ncOyfH4NRiVhAEOHEAoW5C7RK9y"], ["created_at", "2019-01-19 01:13:12.539946"], ["updated_at", "2019-01-19 01:13:12.539946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Pariatur sint fugiat rerum."], ["body", "Assumenda reprehenderit culpa. Ea hic illo. Magnam possimus totam."], ["created_at", "2019-01-19 01:13:12.540893"], ["updated_at", "2019-01-19 01:13:12.540893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Benny 26"], ["created_at", "2019-01-19 01:13:12.542335"], ["updated_at", "2019-01-19 01:13:12.542335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "red 26"], ["created_at", "2019-01-19 01:13:12.543707"], ["updated_at", "2019-01-19 01:13:12.543707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Rodland 27"], ["created_at", "2019-01-19 01:13:12.544948"], ["updated_at", "2019-01-19 01:13:12.544948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "teal 27"], ["created_at", "2019-01-19 01:13:12.546161"], ["updated_at", "2019-01-19 01:13:12.546161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south benny 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'red 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'rodland 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south benny 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'red 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'rodland 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "esteban@ritchie.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "esteban@ritchie.biz"], ["encrypted_password", "$2a$04$FeniDLZIhI337VztY6oyjeeLoAJkNu.yduI6jiA9gOllSGP3eNida"], ["created_at", "2019-01-19 01:13:12.557327"], ["updated_at", "2019-01-19 01:13:12.557327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_27"], ["name", "interpreter 27"], ["description", "interpreter 27"], ["created_at", "2019-01-19 01:13:12.559309"], ["updated_at", "2019-01-19 01:13:12.559309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_28"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_28"], ["name", "astronomer 28"], ["description", "astronomer 28"], ["created_at", "2019-01-19 01:13:12.560786"], ["updated_at", "2019-01-19 01:13:12.560786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 01:13:12.562688"], ["updated_at", "2019-01-19 01:13:12.562688"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 01:13:12.563805"], ["updated_at", "2019-01-19 01:13:12.563805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ebertbury 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ebertbury 28"], ["created_at", "2019-01-19 01:13:12.564883"], ["updated_at", "2019-01-19 01:13:12.564883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Boyertown 29"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Boyertown 29"], ["created_at", "2019-01-19 01:13:12.565928"], ["updated_at", "2019-01-19 01:13:12.565928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "olive 28"], ["created_at", "2019-01-19 01:13:12.567503"], ["updated_at", "2019-01-19 01:13:12.567503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 29"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "cyan 29"], ["created_at", "2019-01-19 01:13:12.569116"], ["updated_at", "2019-01-19 01:13:12.569116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "antwangreenholt@donnellystamm.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "antwangreenholt@donnellystamm.name"], ["encrypted_password", "$2a$04$4GeE0eXTvwov3GCboTaLOOmusMd7HtNMe8nT7Egl/tOsk0c.c8fbm"], ["created_at", "2019-01-19 01:13:12.571776"], ["updated_at", "2019-01-19 01:13:12.571776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Necessitatibus repellat ea autem."], ["body", "Qui aspernatur et. Delectus autem explicabo. Et libero qui."], ["created_at", "2019-01-19 01:13:12.572896"], ["updated_at", "2019-01-19 01:13:12.572896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stephinehackett@runolfon.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "stephinehackett@runolfon.org"], ["encrypted_password", "$2a$04$IpQhDbtsV456dwq41F.Lje7HPtisOBIra9pJbjk1lDXQUXS1noFRG"], ["created_at", "2019-01-19 01:13:12.575367"], ["updated_at", "2019-01-19 01:13:12.575367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Sed explicabo sapiente accusantium."], ["body", "Eius nostrum excepturi. Aliquid dolores perferendis. Similique dolor itaque."], ["created_at", "2019-01-19 01:13:12.576362"], ["updated_at", "2019-01-19 01:13:12.576362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "caryn@hillscarroll.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "caryn@hillscarroll.biz"], ["encrypted_password", "$2a$04$wN.0hA843Im2qipt7bnYkeVOEIMrwfUsa/rc.novE/aicdsycRaem"], ["created_at", "2019-01-19 01:13:12.578802"], ["updated_at", "2019-01-19 01:13:12.578802"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Ut quia qui architecto."], ["body", "Occaecati dolor quod. Rem et voluptatem. Rerum porro et."], ["created_at", "2019-01-19 01:13:12.579832"], ["updated_at", "2019-01-19 01:13:12.579832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "floyd@roberts.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "floyd@roberts.name"], ["encrypted_password", "$2a$04$wmhDJRWTR4QjLiVYmc6lf.hJrX3TJYZLZ6S3BH/Jd4K7uQq/0nUR2"], ["created_at", "2019-01-19 01:13:12.582222"], ["updated_at", "2019-01-19 01:13:12.582222"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Sequi deserunt sint cum."], ["body", "Sit voluptatem aliquam. Aperiam deserunt quidem. Nemo non quam."], ["created_at", "2019-01-19 01:13:12.583217"], ["updated_at", "2019-01-19 01:13:12.583217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Ebertbury 28"], ["created_at", "2019-01-19 01:13:12.584680"], ["updated_at", "2019-01-19 01:13:12.584680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "olive 28"], ["created_at", "2019-01-19 01:13:12.586047"], ["updated_at", "2019-01-19 01:13:12.586047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-19 01:13:12.587311"], ["updated_at", "2019-01-19 01:13:12.587311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "cyan 29"], ["created_at", "2019-01-19 01:13:12.588675"], ["updated_at", "2019-01-19 01:13:12.588675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'ebertbury 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'olive 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'cyan 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.4ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "clearances"], ["action", "destroy"], ["created_at", "2019-01-19 01:13:12.610902"], ["updated_at", "2019-01-19 01:13:12.610902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "statistician_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "statistician 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_3"], ["name", "statistician 3"], ["description", "statistician 3"], ["created_at", "2019-01-19 01:13:12.613914"], ["updated_at", "2019-01-19 01:13:12.613914"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 01:13:12.615519"], ["updated_at", "2019-01-19 01:13:12.615519"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.2ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 01:13:12.640145"], ["updated_at", "2019-01-19 01:13:12.640145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 01:13:12.641340"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 01:13:12.653916"], ["updated_at", "2019-01-19 01:13:12.653916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 01:13:12.655273"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-19 01:13:12.677858"], ["updated_at", "2019-01-19 01:13:12.677858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.4ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 01:13:12.713085"], ["updated_at", "2019-01-19 01:13:12.713085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-19 01:13:12.714379"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "doctor_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "doctor 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_4"], ["name", "doctor 4"], ["description", "doctor 4"], ["created_at", "2019-01-19 01:13:12.797076"], ["updated_at", "2019-01-19 01:13:12.797076"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 29"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_29"], ["name", "chemist 29"], ["description", "chemist 29"], ["created_at", "2019-01-19 01:13:12.800182"], ["updated_at", "2019-01-19 01:13:12.800182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-19 01:13:12.801773"], ["updated_at", "2019-01-19 01:13:12.801773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.3ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "human_resources_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.3ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "human resources 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.5ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_5"], ["name", "human resources 5"], ["description", "human resources 5"], ["created_at", "2019-01-19 01:13:12.822187"], ["updated_at", "2019-01-19 01:13:12.822187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 30"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_30"], ["name", "judge 30"], ["description", "judge 30"], ["created_at", "2019-01-19 01:13:12.826084"], ["updated_at", "2019-01-19 01:13:12.826084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 01:13:12.827912"], ["updated_at", "2019-01-19 01:13:12.827912"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 01:13:12.855034"], ["updated_at", "2019-01-19 01:13:12.855034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 01:13:12.856587"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 01:13:12.869447"], ["updated_at", "2019-01-19 01:13:12.869447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 01:13:12.870816"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-19 01:13:12.894470"], ["updated_at", "2019-01-19 01:13:12.894470"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 31"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_31"], ["name", "accountant 31"], ["description", "accountant 31"], ["created_at", "2019-01-19 01:13:12.928705"], ["updated_at", "2019-01-19 01:13:12.928705"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-19 01:13:12.930812"], ["updated_at", "2019-01-19 01:13:12.930812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.3ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-19 01:13:13.043955"], ["updated_at", "2019-01-19 01:13:13.043955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-19 01:13:13.046573"], ["updated_at", "2019-01-19 01:13:13.046573"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 01:13:13.052778"], ["updated_at", "2019-01-19 01:13:13.052778"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 01:13:13.054791"], ["updated_at", "2019-01-19 01:13:13.054791"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 01:13:13.057032"], ["updated_at", "2019-01-19 01:13:13.057032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clintkaulke@buckridge.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clintkaulke@buckridge.info"], ["encrypted_password", "$2a$04$xpcBKIkN7M2jNtV57rq4GOAX/fjpBehrJjNdg/.zIUqPEGvAwKZUi"], ["created_at", "2019-01-19 01:13:13.060577"], ["updated_at", "2019-01-19 01:13:13.060577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Enim vero consequatur est."], ["body", "Voluptas et saepe. Facere a consequatur. Aperiam qui incidunt."], ["created_at", "2019-01-19 01:13:13.062173"], ["updated_at", "2019-01-19 01:13:13.062173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adriancremin@heel.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "adriancremin@heel.com"], ["encrypted_password", "$2a$04$DMiScAeGHYxbCfpJvgkZB.yr3iezvg1QVmTFyu9dBrG8Am6jjN4S."], ["created_at", "2019-01-19 01:13:13.065605"], ["updated_at", "2019-01-19 01:13:13.065605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Enim nesciunt velit veritatis."], ["body", "Est consequuntur ea. Itaque quo ad. Qui enim omnis."], ["created_at", "2019-01-19 01:13:13.067347"], ["updated_at", "2019-01-19 01:13:13.067347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 01:13:13.072060"], ["updated_at", "2019-01-19 01:13:13.072060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 01:13:13.073812"], ["updated_at", "2019-01-19 01:13:13.073812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 01:13:13.075986"], ["updated_at", "2019-01-19 01:13:13.075986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lloyd@larkin.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lloyd@larkin.info"], ["encrypted_password", "$2a$04$w5iLHpEr8YV6vX0kQw2R8ezaOde/YAq0KRIgbXJe9RSnvEZJmAciq"], ["created_at", "2019-01-19 01:13:13.079285"], ["updated_at", "2019-01-19 01:13:13.079285"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Vel ea et omnis."], ["body", "Autem libero at. Ut unde at. Ipsum molestias numquam."], ["created_at", "2019-01-19 01:13:13.080771"], ["updated_at", "2019-01-19 01:13:13.080771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "erminiahammes@ornadams.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "erminiahammes@ornadams.net"], ["encrypted_password", "$2a$04$YG9.u.MumFo9reokHj3g1u0R4XriMtUp9Q/ibba6uShQ5oHwWCyKC"], ["created_at", "2019-01-19 01:13:13.083892"], ["updated_at", "2019-01-19 01:13:13.083892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Pariatur voluptatem amet qui."], ["body", "Explicabo nulla rem. Optio corrupti ipsam. Sit quis possimus."], ["created_at", "2019-01-19 01:13:13.085117"], ["updated_at", "2019-01-19 01:13:13.085117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 01:13:13.088921"], ["updated_at", "2019-01-19 01:13:13.088921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 01:13:13.090535"], ["updated_at", "2019-01-19 01:13:13.090535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 01:13:13.092666"], ["updated_at", "2019-01-19 01:13:13.092666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "efrain@pagaccole.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "efrain@pagaccole.name"], ["encrypted_password", "$2a$04$P5Xoe3aUYFU11Y9V911mQuWH4RR45j3AgULtzMQT7S2XzdfsD5nLi"], ["created_at", "2019-01-19 01:13:13.095669"], ["updated_at", "2019-01-19 01:13:13.095669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Vel distinctio reiciendis qui."], ["body", "Corporis illo et. Molestiae sit aperiam. Dicta ipsum velit."], ["created_at", "2019-01-19 01:13:13.096937"], ["updated_at", "2019-01-19 01:13:13.096937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "latrina@mraz.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "latrina@mraz.co"], ["encrypted_password", "$2a$04$4CQDqLlSyXTqtJSidy/eeOiWzbTK8kqOeizHTFgZPxJnhcgqmo.q6"], ["created_at", "2019-01-19 01:13:13.099745"], ["updated_at", "2019-01-19 01:13:13.099745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "In reprehenderit nesciunt delectus."], ["body", "Aut voluptas soluta. Laborum velit rerum. Ut aut fugit."], ["created_at", "2019-01-19 01:13:13.100835"], ["updated_at", "2019-01-19 01:13:13.100835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 01:13:13.103935"], ["updated_at", "2019-01-19 01:13:13.103935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 01:13:13.105695"], ["updated_at", "2019-01-19 01:13:13.105695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 01:13:13.107223"], ["updated_at", "2019-01-19 01:13:13.107223"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "americaernser@bruenjaskolski.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "americaernser@bruenjaskolski.io"], ["encrypted_password", "$2a$04$qsF0DOmzO.M6rb34KnHo7.2nCJtgsx3X1waZrQnH71KXlQoZps8oC"], ["created_at", "2019-01-19 01:13:13.110423"], ["updated_at", "2019-01-19 01:13:13.110423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Dolor ea quo rem."], ["body", "Vel modi iusto. Ipsa quia dolor. Quos nulla neque."], ["created_at", "2019-01-19 01:13:13.111688"], ["updated_at", "2019-01-19 01:13:13.111688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "woodrowzieme@mckenziekling.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "woodrowzieme@mckenziekling.com"], ["encrypted_password", "$2a$04$qfh/.S07wCsjzLa177BzPeGCLvdu4Rr21HvhFzFg1IidIqY9o1pdW"], ["created_at", "2019-01-19 01:13:13.114485"], ["updated_at", "2019-01-19 01:13:13.114485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Qui iure corporis voluptas."], ["body", "Rerum minus deserunt. Labore fuga sint. Voluptatem omnis eos."], ["created_at", "2019-01-19 01:13:13.115534"], ["updated_at", "2019-01-19 01:13:13.115534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mauro@tillmanpollich.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mauro@tillmanpollich.io"], ["encrypted_password", "$2a$04$aupyJem4j1vmCw0fuRGi5ewFsfZqN.5NsXRUR/jWa9Dj0UDmRovDq"], ["created_at", "2019-01-19 01:13:13.117986"], ["updated_at", "2019-01-19 01:13:13.117986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Architecto impedit quia officiis."], ["body", "Fuga quisquam aut. Quibusdam hic consequuntur. Quisquam velit eum."], ["created_at", "2019-01-19 01:13:13.119071"], ["updated_at", "2019-01-19 01:13:13.119071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 01:13:13.125955"], ["updated_at", "2019-01-19 01:13:13.125955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 01:13:13.127657"], ["updated_at", "2019-01-19 01:13:13.127657"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 01:13:13.129456"], ["updated_at", "2019-01-19 01:13:13.129456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 01:13:13.130881"], ["updated_at", "2019-01-19 01:13:13.130881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "whitneygorczany@runolfon.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "whitneygorczany@runolfon.io"], ["encrypted_password", "$2a$04$yCOgGbxEiNK3cn5ste/yEuzrW81h4D5fatA2y0k9JtenaCpEp2HN6"], ["created_at", "2019-01-19 01:13:13.133545"], ["updated_at", "2019-01-19 01:13:13.133545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Minima perferendis architecto unde."], ["body", "Natus ab quia. Nihil accusantium accusamus. Temporibus sint repudiandae."], ["created_at", "2019-01-19 01:13:13.134735"], ["updated_at", "2019-01-19 01:13:13.134735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jannhaag@swiftjakubowski.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jannhaag@swiftjakubowski.com"], ["encrypted_password", "$2a$04$tsecoH3X/1//x6hNPrQuauxbEYHXh0iuFTkCkTkkYOWgNwYrcM0wK"], ["created_at", "2019-01-19 01:13:13.137447"], ["updated_at", "2019-01-19 01:13:13.137447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Minus dolores distinctio voluptas."], ["body", "Architecto eligendi sit. Architecto molestias pariatur. Sit porro quam."], ["created_at", "2019-01-19 01:13:13.138816"], ["updated_at", "2019-01-19 01:13:13.138816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lavonna@aufderharcollins.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lavonna@aufderharcollins.io"], ["encrypted_password", "$2a$04$yjyswIiyKSdxGqg4zGi4Pen2PbGcl8LBGut5Iop2msb3htLYvrTiy"], ["created_at", "2019-01-19 01:13:13.141484"], ["updated_at", "2019-01-19 01:13:13.141484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Nihil et facere nostrum."], ["body", "Voluptate distinctio debitis. Cupiditate nulla voluptates. Quibusdam facilis iusto."], ["created_at", "2019-01-19 01:13:13.142629"], ["updated_at", "2019-01-19 01:13:13.142629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aubreybashirian@towne.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "aubreybashirian@towne.net"], ["encrypted_password", "$2a$04$aOotzPMUB39bw8cvIu1mIud3T.4STFWXrpSjUkDh8FVdShNaC0rC."], ["created_at", "2019-01-19 01:13:13.145149"], ["updated_at", "2019-01-19 01:13:13.145149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Reiciendis et repudiandae labore."], ["body", "Qui nobis minima. Doloribus qui dolor. Voluptas qui dolorem."], ["created_at", "2019-01-19 01:13:13.146151"], ["updated_at", "2019-01-19 01:13:13.146151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 01:13:13.150626"], ["updated_at", "2019-01-19 01:13:13.150626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 01:13:13.152266"], ["updated_at", "2019-01-19 01:13:13.152266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 01:13:13.153920"], ["updated_at", "2019-01-19 01:13:13.153920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 01:13:13.155455"], ["updated_at", "2019-01-19 01:13:13.155455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clementestanton@farrell.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clementestanton@farrell.biz"], ["encrypted_password", "$2a$04$nzebxDYFQFaWCE6OdrbDp.0do.X.lh9DPFr1Pfpena33PsIq/OkSK"], ["created_at", "2019-01-19 01:13:13.157926"], ["updated_at", "2019-01-19 01:13:13.157926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Enim voluptas dolor minima."], ["body", "Est expedita incidunt. Exercitationem delectus deleniti. Repellat sit voluptatibus."], ["created_at", "2019-01-19 01:13:13.159109"], ["updated_at", "2019-01-19 01:13:13.159109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Sirenaville 30"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sirenaville 30"], ["created_at", "2019-01-19 01:13:13.162371"], ["updated_at", "2019-01-19 01:13:13.162371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Cristobalville 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Cristobalville 31"], ["created_at", "2019-01-19 01:13:13.164066"], ["updated_at", "2019-01-19 01:13:13.164066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Heaneybury 32"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Heaneybury 32"], ["created_at", "2019-01-19 01:13:13.165067"], ["updated_at", "2019-01-19 01:13:13.165067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Announcement Create (0.2ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Ut est id praesentium."], ["created_at", "2019-01-19 01:13:13.170660"], ["updated_at", "2019-01-19 01:13:13.170660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 01:13:13.179941"], ["updated_at", "2019-01-19 01:13:13.179941"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 01:13:13.180982"], ["updated_at", "2019-01-19 01:13:13.180982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 01:13:13.184310"], ["updated_at", "2019-01-19 01:13:13.184310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 01:13:13.186253"], ["updated_at", "2019-01-19 01:13:13.186253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brandon@gottliebmosciski.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "brandon@gottliebmosciski.biz"], ["encrypted_password", "$2a$04$XUXWVyyVfjC5ZenpB80Du.FKXSV6ZjENl7O7/P.RHcw77WxGuZWoK"], ["created_at", "2019-01-19 01:13:13.188927"], ["updated_at", "2019-01-19 01:13:13.188927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Aut aliquid pariatur et."], ["body", "At incidunt accusantium. In id voluptas. Quia veniam et."], ["created_at", "2019-01-19 01:13:13.190117"], ["updated_at", "2019-01-19 01:13:13.190117"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.4ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Adipisci sit error est."], ["created_at", "2019-01-19 01:13:13.192484"], ["updated_at", "2019-01-19 01:13:13.192484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "patrica@mulleroconner.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "patrica@mulleroconner.co"], ["encrypted_password", "$2a$04$zhZMWA78SnvLrVyjlTHUtuDksFsZs.FdX4JCxoC8qBcLF9Y3Wad.W"], ["created_at", "2019-01-19 01:13:13.198554"], ["updated_at", "2019-01-19 01:13:13.198554"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "silver 30"], ["created_at", "2019-01-19 01:13:13.200334"], ["updated_at", "2019-01-19 01:13:13.200334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Seemaborough 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Seemaborough 33"], ["created_at", "2019-01-19 01:13:13.201500"], ["updated_at", "2019-01-19 01:13:13.201500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ducimus eos quae ex."], ["body", "Vel ut velit. Nisi atque dicta. Eum voluptatum deleniti."], ["created_at", "2019-01-19 01:13:13.202483"], ["updated_at", "2019-01-19 01:13:13.202483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Bodemouth 34"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bodemouth 34"], ["created_at", "2019-01-19 01:13:13.206252"], ["updated_at", "2019-01-19 01:13:13.206252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Marcoburgh 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Marcoburgh 35"], ["created_at", "2019-01-19 01:13:13.207775"], ["updated_at", "2019-01-19 01:13:13.207775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 01:13:13.211187"], ["updated_at", "2019-01-19 01:13:13.211187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 01:13:13.213063"], ["updated_at", "2019-01-19 01:13:13.213063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shanicecarroll@raynor.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shanicecarroll@raynor.com"], ["encrypted_password", "$2a$04$gUEwcHVGTUxVCgIchpdTneOE6p59rRwleePnX.IoFstpgKp8S3Du6"], ["created_at", "2019-01-19 01:13:13.215830"], ["updated_at", "2019-01-19 01:13:13.215830"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 31"], ["created_at", "2019-01-19 01:13:13.217501"], ["updated_at", "2019-01-19 01:13:13.217501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eaque sed dolor id."], ["body", "Accusamus autem sint. Suscipit consequatur omnis. Non perferendis amet."], ["created_at", "2019-01-19 01:13:13.218651"], ["updated_at", "2019-01-19 01:13:13.218651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.4ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 01:13:13.222006"], ["updated_at", "2019-01-19 01:13:13.222006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 01:13:13.223428"], ["updated_at", "2019-01-19 01:13:13.223428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "erichkeler@hirthe.name"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "erichkeler@hirthe.name"], ["encrypted_password", "$2a$04$zP6mbmPpb5pyIBNbRacwSuVDQjJ72Bk7z0jyZ71BUfrgpWn6armWa"], ["created_at", "2019-01-19 01:13:13.226312"], ["updated_at", "2019-01-19 01:13:13.226312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "silver 32"], ["created_at", "2019-01-19 01:13:13.228055"], ["updated_at", "2019-01-19 01:13:13.228055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Sit quo ea rem."], ["body", "Voluptate officia molestias. Expedita animi ullam. Est at ut."], ["created_at", "2019-01-19 01:13:13.229102"], ["updated_at", "2019-01-19 01:13:13.229102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Gusikowskiton 36"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gusikowskiton 36"], ["created_at", "2019-01-19 01:13:13.232790"], ["updated_at", "2019-01-19 01:13:13.232790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Sherri 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Sherri 37"], ["created_at", "2019-01-19 01:13:13.234477"], ["updated_at", "2019-01-19 01:13:13.234477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Rippinborough 38"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rippinborough 38"], ["created_at", "2019-01-19 01:13:13.235506"], ["updated_at", "2019-01-19 01:13:13.235506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Velit earum voluptates id."], ["created_at", "2019-01-19 01:13:13.236283"], ["updated_at", "2019-01-19 01:13:13.236283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 01:13:13.237870"], ["updated_at", "2019-01-19 01:13:13.237870"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 01:13:13.238746"], ["updated_at", "2019-01-19 01:13:13.238746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Monikaberg 39"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Monikaberg 39"], ["created_at", "2019-01-19 01:13:13.242187"], ["updated_at", "2019-01-19 01:13:13.242187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Whiteville 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Whiteville 40"], ["created_at", "2019-01-19 01:13:13.243979"], ["updated_at", "2019-01-19 01:13:13.243979"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Freddie 41"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Freddie 41"], ["created_at", "2019-01-19 01:13:13.245315"], ["updated_at", "2019-01-19 01:13:13.245315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Keeshachester 42"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Keeshachester 42"], ["created_at", "2019-01-19 01:13:13.249255"], ["updated_at", "2019-01-19 01:13:13.249255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Amet beatae perspiciatis ipsum."], ["created_at", "2019-01-19 01:13:13.250121"], ["updated_at", "2019-01-19 01:13:13.250121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 01:13:13.251761"], ["updated_at", "2019-01-19 01:13:13.251761"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 01:13:13.252635"], ["updated_at", "2019-01-19 01:13:13.252635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ornstad 43"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ornstad 43"], ["created_at", "2019-01-19 01:13:13.256237"], ["updated_at", "2019-01-19 01:13:13.256237"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "merrill@bergnaumlynch.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "merrill@bergnaumlynch.biz"], ["encrypted_password", "$2a$04$oALFPOuaafzmyaGeH6VFoeyRN3HMtWQoL5OZZy6DZgejVNaGyfvsu"], ["created_at", "2019-01-19 01:13:13.259571"], ["updated_at", "2019-01-19 01:13:13.259571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "plum 33"], ["created_at", "2019-01-19 01:13:13.261582"], ["updated_at", "2019-01-19 01:13:13.261582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Howemouth 44"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Howemouth 44"], ["created_at", "2019-01-19 01:13:13.262971"], ["updated_at", "2019-01-19 01:13:13.262971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Optio aliquam nulla adipisci."], ["body", "Reiciendis aut adipisci. Provident quidem beatae. Ullam eos voluptatem."], ["created_at", "2019-01-19 01:13:13.264343"], ["updated_at", "2019-01-19 01:13:13.264343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lamontton 45"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lamontton 45"], ["created_at", "2019-01-19 01:13:13.268107"], ["updated_at", "2019-01-19 01:13:13.268107"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "forest@kiehn.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "forest@kiehn.io"], ["encrypted_password", "$2a$04$q7R4k4tlAdig07xPYOsctes6Zdrr1HKWCZjNCAmbBxQLPfJ.KxvIm"], ["created_at", "2019-01-19 01:13:13.271584"], ["updated_at", "2019-01-19 01:13:13.271584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 34"], ["created_at", "2019-01-19 01:13:13.273385"], ["updated_at", "2019-01-19 01:13:13.273385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Raushire 46"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Raushire 46"], ["created_at", "2019-01-19 01:13:13.274581"], ["updated_at", "2019-01-19 01:13:13.274581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Tempora iste provident nulla."], ["body", "Adipisci voluptatem repellendus. Hic nihil et. Dignissimos voluptatem aut."], ["created_at", "2019-01-19 01:13:13.275638"], ["updated_at", "2019-01-19 01:13:13.275638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Carmeloberg 47"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Carmeloberg 47"], ["created_at", "2019-01-19 01:13:13.279330"], ["updated_at", "2019-01-19 01:13:13.279330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Gregorio 49"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Gregorio 49"], ["created_at", "2019-01-19 01:13:13.282684"], ["updated_at", "2019-01-19 01:13:13.282684"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Maxwellhaven 51"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Maxwellhaven 51"], ["created_at", "2019-01-19 01:13:13.286625"], ["updated_at", "2019-01-19 01:13:13.286625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joseph@zboncak.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "joseph@zboncak.biz"], ["encrypted_password", "$2a$04$gQumHLIW2w8wg4XQQifQ1OW6Kzhi2fuj2GSEXscN1AwkRJKZRD5Qi"], ["created_at", "2019-01-19 01:13:13.294087"], ["updated_at", "2019-01-19 01:13:13.294087"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_1"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 1"], ["LIMIT", 1]] Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_1"], ["name", "human resources 1"], ["description", "human resources 1"], ["created_at", "2019-01-19 03:41:25.082810"], ["updated_at", "2019-01-19 03:41:25.082810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_2"], ["name", "musician 2"], ["description", "musician 2"], ["created_at", "2019-01-19 03:41:25.084952"], ["updated_at", "2019-01-19 03:41:25.084952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nancy@blandashanahan.name"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nancy@blandashanahan.name"], ["encrypted_password", "$2a$04$f5IxNTnN/vwza1voITScfuDOHZjkA6zbXt73Iq5vgdQu77eZ2/ziG"], ["created_at", "2019-01-19 03:41:25.113571"], ["updated_at", "2019-01-19 03:41:25.113571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 1"], ["created_at", "2019-01-19 03:41:25.120080"], ["updated_at", "2019-01-19 03:41:25.120080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Giuseppe 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Giuseppe 1"], ["created_at", "2019-01-19 03:41:25.126062"], ["updated_at", "2019-01-19 03:41:25.126062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Alias temporibus eum ut."], ["body", "Praesentium architecto molestias. Architecto soluta in. Ut voluptatibus ipsam."], ["created_at", "2019-01-19 03:41:25.127684"], ["updated_at", "2019-01-19 03:41:25.127684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_3"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_3"], ["name", "designer 3"], ["description", "designer 3"], ["created_at", "2019-01-19 03:41:25.138076"], ["updated_at", "2019-01-19 03:41:25.138076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_4"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 4"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_4"], ["name", "doctor 4"], ["description", "doctor 4"], ["created_at", "2019-01-19 03:41:25.140019"], ["updated_at", "2019-01-19 03:41:25.140019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kitty@rippinvandervort.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kitty@rippinvandervort.io"], ["encrypted_password", "$2a$04$yxMfer/BNk.kbxLO7olw5.8cvQP/WuGvlp9o9g50DAboaYBvFyvE."], ["created_at", "2019-01-19 03:41:25.144062"], ["updated_at", "2019-01-19 03:41:25.144062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 2"], ["created_at", "2019-01-19 03:41:25.145700"], ["updated_at", "2019-01-19 03:41:25.145700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Amiraport 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Amiraport 2"], ["created_at", "2019-01-19 03:41:25.147034"], ["updated_at", "2019-01-19 03:41:25.147034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Tempora corrupti voluptatum et."], ["body", "Quia aut necessitatibus. Ipsum ratione aspernatur. Sapiente voluptates ab."], ["created_at", "2019-01-19 03:41:25.148040"], ["updated_at", "2019-01-19 03:41:25.148040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_5"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_5"], ["name", "programmer 5"], ["description", "programmer 5"], ["created_at", "2019-01-19 03:41:25.163557"], ["updated_at", "2019-01-19 03:41:25.163557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 6"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_6"], ["name", "architect 6"], ["description", "architect 6"], ["created_at", "2019-01-19 03:41:25.165132"], ["updated_at", "2019-01-19 03:41:25.165132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eleanora@swaniawski.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eleanora@swaniawski.com"], ["encrypted_password", "$2a$04$nTdnDDn6rFeYRjyBQW/qUu23hU8rLbLJNugL9MIUPzZGk2qI6GJTG"], ["created_at", "2019-01-19 03:41:25.168655"], ["updated_at", "2019-01-19 03:41:25.168655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "turquoise 3"], ["created_at", "2019-01-19 03:41:25.170297"], ["updated_at", "2019-01-19 03:41:25.170297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "MacGyverhaven 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "MacGyverhaven 3"], ["created_at", "2019-01-19 03:41:25.171554"], ["updated_at", "2019-01-19 03:41:25.171554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptas ex atque et."], ["body", "Labore inventore qui. Doloribus voluptatem qui. Sit itaque explicabo."], ["created_at", "2019-01-19 03:41:25.172510"], ["updated_at", "2019-01-19 03:41:25.172510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_7"], ["name", "accountant 7"], ["description", "accountant 7"], ["created_at", "2019-01-19 03:41:25.178362"], ["updated_at", "2019-01-19 03:41:25.178362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 8"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_8"], ["name", "accountant 8"], ["description", "accountant 8"], ["created_at", "2019-01-19 03:41:25.179956"], ["updated_at", "2019-01-19 03:41:25.179956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kerribahringer@satterfield.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kerribahringer@satterfield.name"], ["encrypted_password", "$2a$04$dtMTySnRBnPxgZD5enydJOQKyQgJEeVfsJaVstlqYiBHjL1emqIW2"], ["created_at", "2019-01-19 03:41:25.183365"], ["updated_at", "2019-01-19 03:41:25.183365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "plum 4"], ["created_at", "2019-01-19 03:41:25.184854"], ["updated_at", "2019-01-19 03:41:25.184854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Albert 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Albert 4"], ["created_at", "2019-01-19 03:41:25.186276"], ["updated_at", "2019-01-19 03:41:25.186276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Aspernatur omnis consequatur molestiae."], ["body", "Nostrum labore illum. Nulla non quia. Adipisci est tempore."], ["created_at", "2019-01-19 03:41:25.187399"], ["updated_at", "2019-01-19 03:41:25.187399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_9"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 9"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_9"], ["name", "teacher 9"], ["description", "teacher 9"], ["created_at", "2019-01-19 03:41:25.194375"], ["updated_at", "2019-01-19 03:41:25.194375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 10"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_10"], ["name", "doctor 10"], ["description", "doctor 10"], ["created_at", "2019-01-19 03:41:25.195944"], ["updated_at", "2019-01-19 03:41:25.195944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "byronhyatt@halvorsonkutch.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "byronhyatt@halvorsonkutch.org"], ["encrypted_password", "$2a$04$a.e5qyVMiTlvHgO0jDW1xeVjQ2DzmVVkay58OasbgVuhdjdoHTE7a"], ["created_at", "2019-01-19 03:41:25.199210"], ["updated_at", "2019-01-19 03:41:25.199210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 5"], ["created_at", "2019-01-19 03:41:25.200832"], ["updated_at", "2019-01-19 03:41:25.200832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Chase 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Chase 5"], ["created_at", "2019-01-19 03:41:25.202056"], ["updated_at", "2019-01-19 03:41:25.202056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Alias aut expedita et."], ["body", "Optio voluptatum id. Doloremque consequatur cupiditate. Est sint voluptatum."], ["created_at", "2019-01-19 03:41:25.203013"], ["updated_at", "2019-01-19 03:41:25.203013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_11"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_11"], ["name", "web developer 11"], ["description", "web developer 11"], ["created_at", "2019-01-19 03:41:25.208350"], ["updated_at", "2019-01-19 03:41:25.208350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_12"], ["name", "actor 12"], ["description", "actor 12"], ["created_at", "2019-01-19 03:41:25.209880"], ["updated_at", "2019-01-19 03:41:25.209880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tobystrosin@runolfon.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tobystrosin@runolfon.name"], ["encrypted_password", "$2a$04$wA3f4fgPt3J4P04kxa3WjO4IawwrhpPF6alyGTIozsqVdCj3ILGri"], ["created_at", "2019-01-19 03:41:25.213251"], ["updated_at", "2019-01-19 03:41:25.213251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 6"], ["created_at", "2019-01-19 03:41:25.214708"], ["updated_at", "2019-01-19 03:41:25.214708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Lonnyville 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Lonnyville 6"], ["created_at", "2019-01-19 03:41:25.216025"], ["updated_at", "2019-01-19 03:41:25.216025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Mollitia non vel natus."], ["body", "Eos et molestias. Nam ut et. Ipsa eum sit."], ["created_at", "2019-01-19 03:41:25.217128"], ["updated_at", "2019-01-19 03:41:25.217128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jade@fay.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jade@fay.biz"], ["encrypted_password", "$2a$04$8188lAD1aQFmi8g3SojE0.yLfgYz5t82895so6vPkxT2rDFS1ikVa"], ["created_at", "2019-01-19 03:41:25.219532"], ["updated_at", "2019-01-19 03:41:25.219532"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 13"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_13"], ["name", "engineer 13"], ["description", "engineer 13"], ["created_at", "2019-01-19 03:41:25.275290"], ["updated_at", "2019-01-19 03:41:25.275290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "designer_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "designer 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_1"], ["name", "designer 1"], ["description", "designer 1"], ["created_at", "2019-01-19 03:41:25.289488"], ["updated_at", "2019-01-19 03:41:25.289488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-19 03:41:25.294596"], ["updated_at", "2019-01-19 03:41:25.294596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 03:41:25.300780"], ["updated_at", "2019-01-19 03:41:25.300780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 03:41:25.307052"], ["updated_at", "2019-01-19 03:41:25.307052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 14"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_14"], ["name", "musician 14"], ["description", "musician 14"], ["created_at", "2019-01-19 03:41:25.315196"], ["updated_at", "2019-01-19 03:41:25.315196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "teacher_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "teacher 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_2"], ["name", "teacher 2"], ["description", "teacher 2"], ["created_at", "2019-01-19 03:41:25.317526"], ["updated_at", "2019-01-19 03:41:25.317526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-19 03:41:25.319771"], ["updated_at", "2019-01-19 03:41:25.319771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 03:41:25.321204"], ["updated_at", "2019-01-19 03:41:25.321204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 03:41:25.322367"], ["updated_at", "2019-01-19 03:41:25.322367"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/validations/action_names"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dakotakautzer@hagenesromaguera.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dakotakautzer@hagenesromaguera.info"], ["encrypted_password", "$2a$04$jyJmFjdIAeFfqB.qKMVx/eDLU1Kph9LckJdrwrCaWLYKwolFchAA."], ["created_at", "2019-01-19 03:41:25.328915"], ["updated_at", "2019-01-19 03:41:25.328915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_15"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_15"], ["name", "human resources 15"], ["description", "human resources 15"], ["created_at", "2019-01-19 03:41:25.330769"], ["updated_at", "2019-01-19 03:41:25.330769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 03:41:25.332780"], ["updated_at", "2019-01-19 03:41:25.332780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Olenton 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Olenton 7"], ["created_at", "2019-01-19 03:41:25.334245"], ["updated_at", "2019-01-19 03:41:25.334245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Padbergtown 8"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Padbergtown 8"], ["created_at", "2019-01-19 03:41:25.335247"], ["updated_at", "2019-01-19 03:41:25.335247"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 7"], ["created_at", "2019-01-19 03:41:25.336870"], ["updated_at", "2019-01-19 03:41:25.336870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 8"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "indigo 8"], ["created_at", "2019-01-19 03:41:25.338420"], ["updated_at", "2019-01-19 03:41:25.338420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jong@schroederschumm.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jong@schroederschumm.name"], ["encrypted_password", "$2a$04$NgdzNUDTLTausV5.nFomK.soIVLaJ4d.4ms/M0LvoZSjynX5VuEMS"], ["created_at", "2019-01-19 03:41:25.340837"], ["updated_at", "2019-01-19 03:41:25.340837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Illum quisquam sed qui."], ["body", "Nulla nihil vitae. Voluptas repudiandae nihil. Quis quis nihil."], ["created_at", "2019-01-19 03:41:25.341922"], ["updated_at", "2019-01-19 03:41:25.341922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Olenton 7"], ["created_at", "2019-01-19 03:41:25.348076"], ["updated_at", "2019-01-19 03:41:25.348076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "green 7"], ["created_at", "2019-01-19 03:41:25.349689"], ["updated_at", "2019-01-19 03:41:25.349689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'olenton 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'green 7')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aleshamcclure@funkratke.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "aleshamcclure@funkratke.co"], ["encrypted_password", "$2a$04$VKN4y3zMItDp4Nzzst3f3e1tf3CI0q8tBIa5uRq9DgN8cFtvIHDQO"], ["created_at", "2019-01-19 03:41:25.357195"], ["updated_at", "2019-01-19 03:41:25.357195"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_16"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_16"], ["name", "advocate 16"], ["description", "advocate 16"], ["created_at", "2019-01-19 03:41:25.359168"], ["updated_at", "2019-01-19 03:41:25.359168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 03:41:25.361215"], ["updated_at", "2019-01-19 03:41:25.361215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kuhnfort 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kuhnfort 9"], ["created_at", "2019-01-19 03:41:25.362419"], ["updated_at", "2019-01-19 03:41:25.362419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Jerold 10"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Jerold 10"], ["created_at", "2019-01-19 03:41:25.363473"], ["updated_at", "2019-01-19 03:41:25.363473"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "azure 9"], ["created_at", "2019-01-19 03:41:25.364805"], ["updated_at", "2019-01-19 03:41:25.364805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 10"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "green 10"], ["created_at", "2019-01-19 03:41:25.366101"], ["updated_at", "2019-01-19 03:41:25.366101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kenneth@walshlangworth.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kenneth@walshlangworth.net"], ["encrypted_password", "$2a$04$sYDk45uTaX7/RXbEQgRPGezkieSLHWK.k.vBImMK7FctxPlFTWY7a"], ["created_at", "2019-01-19 03:41:25.368471"], ["updated_at", "2019-01-19 03:41:25.368471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Dolor eos repudiandae dolorem."], ["body", "Id velit quae. Explicabo rerum accusamus. Ullam consequatur amet."], ["created_at", "2019-01-19 03:41:25.369504"], ["updated_at", "2019-01-19 03:41:25.369504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lake Jerold 10"], ["created_at", "2019-01-19 03:41:25.371386"], ["updated_at", "2019-01-19 03:41:25.371386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "azure 9"], ["created_at", "2019-01-19 03:41:25.372816"], ["updated_at", "2019-01-19 03:41:25.372816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake jerold 10')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hyman@luettgendach.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hyman@luettgendach.info"], ["encrypted_password", "$2a$04$Z06chHhmck/iDGvoAlus9um8QDGxndAX8fG5oKTr3N9NmP6QA99rq"], ["created_at", "2019-01-19 03:41:25.378233"], ["updated_at", "2019-01-19 03:41:25.378233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_17"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_17"], ["name", "actor 17"], ["description", "actor 17"], ["created_at", "2019-01-19 03:41:25.380398"], ["updated_at", "2019-01-19 03:41:25.380398"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 03:41:25.382446"], ["updated_at", "2019-01-19 03:41:25.382446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Catherinamouth 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Catherinamouth 11"], ["created_at", "2019-01-19 03:41:25.383801"], ["updated_at", "2019-01-19 03:41:25.383801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Robertsview 12"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Robertsview 12"], ["created_at", "2019-01-19 03:41:25.384893"], ["updated_at", "2019-01-19 03:41:25.384893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "salmon 11"], ["created_at", "2019-01-19 03:41:25.386338"], ["updated_at", "2019-01-19 03:41:25.386338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 12"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "ivory 12"], ["created_at", "2019-01-19 03:41:25.387672"], ["updated_at", "2019-01-19 03:41:25.387672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "corneliusrobel@langhilll.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "corneliusrobel@langhilll.com"], ["encrypted_password", "$2a$04$bROLOa5KUWV.s80QxXcCzuNMqLLjW8H8GPpnzEqQRID/gD81UdzUe"], ["created_at", "2019-01-19 03:41:25.390125"], ["updated_at", "2019-01-19 03:41:25.390125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Vitae cupiditate quia illo."], ["body", "Dolorem quis enim. Quia dolores magnam. Consequuntur nihil sit."], ["created_at", "2019-01-19 03:41:25.391181"], ["updated_at", "2019-01-19 03:41:25.391181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Catherinamouth 11"], ["created_at", "2019-01-19 03:41:25.392783"], ["updated_at", "2019-01-19 03:41:25.392783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'catherinamouth 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jacque@mcdermott.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jacque@mcdermott.name"], ["encrypted_password", "$2a$04$K4O97VUVXnaAubFARPfJ/.WdjmJTP6UCjoKfGCn8Q7D01.Dh9Zlmy"], ["created_at", "2019-01-19 03:41:25.398244"], ["updated_at", "2019-01-19 03:41:25.398244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 18"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_18"], ["name", "philosopher 18"], ["description", "philosopher 18"], ["created_at", "2019-01-19 03:41:25.400279"], ["updated_at", "2019-01-19 03:41:25.400279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 03:41:25.402348"], ["updated_at", "2019-01-19 03:41:25.402348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Mammie 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Mammie 13"], ["created_at", "2019-01-19 03:41:25.403631"], ["updated_at", "2019-01-19 03:41:25.403631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Marcelineland 14"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Marcelineland 14"], ["created_at", "2019-01-19 03:41:25.404675"], ["updated_at", "2019-01-19 03:41:25.404675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orchid 13"], ["created_at", "2019-01-19 03:41:25.406046"], ["updated_at", "2019-01-19 03:41:25.406046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 14"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "green 14"], ["created_at", "2019-01-19 03:41:25.407422"], ["updated_at", "2019-01-19 03:41:25.407422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alva@hudsonpurdy.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alva@hudsonpurdy.name"], ["encrypted_password", "$2a$04$X0B3q1WqcO7FhRkfay1HaufbL0kRyXg.fdZJsIAuG0GYKij.jr9T2"], ["created_at", "2019-01-19 03:41:25.409835"], ["updated_at", "2019-01-19 03:41:25.409835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Quaerat eum enim autem."], ["body", "Dolor accusantium quia. Voluptatem velit fuga. Molestiae sed veniam."], ["created_at", "2019-01-19 03:41:25.410931"], ["updated_at", "2019-01-19 03:41:25.410931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "West Mammie 13"], ["created_at", "2019-01-19 03:41:25.412483"], ["updated_at", "2019-01-19 03:41:25.412483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "orchid 13"], ["created_at", "2019-01-19 03:41:25.413901"], ["updated_at", "2019-01-19 03:41:25.413901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west mammie 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orchid 13')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chelseyparker@beckerjohnson.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chelseyparker@beckerjohnson.net"], ["encrypted_password", "$2a$04$aEoQTGddlT7y/GyNMj4fmueeSObnYWrGjJiv3oXUSgwl7QVaSBv9K"], ["created_at", "2019-01-19 03:41:25.419885"], ["updated_at", "2019-01-19 03:41:25.419885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_19"], ["name", "economist 19"], ["description", "economist 19"], ["created_at", "2019-01-19 03:41:25.421765"], ["updated_at", "2019-01-19 03:41:25.421765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 03:41:25.423847"], ["updated_at", "2019-01-19 03:41:25.423847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Tanner 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Tanner 15"], ["created_at", "2019-01-19 03:41:25.425100"], ["updated_at", "2019-01-19 03:41:25.425100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Wardborough 16"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Wardborough 16"], ["created_at", "2019-01-19 03:41:25.426077"], ["updated_at", "2019-01-19 03:41:25.426077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 15"], ["created_at", "2019-01-19 03:41:25.427536"], ["updated_at", "2019-01-19 03:41:25.427536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 16"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "black 16"], ["created_at", "2019-01-19 03:41:25.428824"], ["updated_at", "2019-01-19 03:41:25.428824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shavon@bayer.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shavon@bayer.org"], ["encrypted_password", "$2a$04$1vyUDg9fXh1wXZoEo/zoTu5CzZPDCsW6xLL84GLV6q6yNIjU8Emo2"], ["created_at", "2019-01-19 03:41:25.431196"], ["updated_at", "2019-01-19 03:41:25.431196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Et optio mollitia odio."], ["body", "Fuga necessitatibus voluptates. Et sunt est. Aut vitae sed."], ["created_at", "2019-01-19 03:41:25.432341"], ["updated_at", "2019-01-19 03:41:25.432341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vertieanderson@quitzon.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vertieanderson@quitzon.com"], ["encrypted_password", "$2a$04$a.0e/HxToqNKfHCgkOktL.H0wx7lMBc2grBq.D0tZ5lINxJPVAtYC"], ["created_at", "2019-01-19 03:41:25.434895"], ["updated_at", "2019-01-19 03:41:25.434895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Voluptatem non facere eum."], ["body", "Sed quod dolorum. Ut cupiditate soluta. Voluptas illo veritatis."], ["created_at", "2019-01-19 03:41:25.435932"], ["updated_at", "2019-01-19 03:41:25.435932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "myron@aufderhar.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "myron@aufderhar.org"], ["encrypted_password", "$2a$04$O0dUo9OIFeqW2GiddoFrMuqtHsrmA0kD8PEZLBzYFmchN61rdbf2a"], ["created_at", "2019-01-19 03:41:25.438223"], ["updated_at", "2019-01-19 03:41:25.438223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Vero inventore unde dolores."], ["body", "Quia laudantium vero. Nobis recusandae in. Consectetur natus quod."], ["created_at", "2019-01-19 03:41:25.439194"], ["updated_at", "2019-01-19 03:41:25.439194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carmenbeer@boyerokeefe.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carmenbeer@boyerokeefe.co"], ["encrypted_password", "$2a$04$up8PJjy0cJi4vrWnq3WEE..jcGVRCAJen4eOStm.z.oDcm9Dd2mKG"], ["created_at", "2019-01-19 03:41:25.441487"], ["updated_at", "2019-01-19 03:41:25.441487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Non quo veritatis voluptatem."], ["body", "Quis et error. Harum voluptas excepturi. Qui voluptates hic."], ["created_at", "2019-01-19 03:41:25.442440"], ["updated_at", "2019-01-19 03:41:25.442440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Tanner 15"], ["created_at", "2019-01-19 03:41:25.443864"], ["updated_at", "2019-01-19 03:41:25.443864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "mint green 15"], ["created_at", "2019-01-19 03:41:25.445290"], ["updated_at", "2019-01-19 03:41:25.445290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south tanner 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'mint green 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roberto@mayerterry.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "roberto@mayerterry.io"], ["encrypted_password", "$2a$04$sOOZ3gGbgRusgSKHbG9HReww6fGnX0F78EqDuENOKaUlAirxE2som"], ["created_at", "2019-01-19 03:41:25.451230"], ["updated_at", "2019-01-19 03:41:25.451230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_20"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_20"], ["name", "firefighter 20"], ["description", "firefighter 20"], ["created_at", "2019-01-19 03:41:25.453079"], ["updated_at", "2019-01-19 03:41:25.453079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 03:41:25.454975"], ["updated_at", "2019-01-19 03:41:25.454975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lorenzoview 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lorenzoview 17"], ["created_at", "2019-01-19 03:41:25.456189"], ["updated_at", "2019-01-19 03:41:25.456189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Danial 18"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Danial 18"], ["created_at", "2019-01-19 03:41:25.457188"], ["updated_at", "2019-01-19 03:41:25.457188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 17"], ["created_at", "2019-01-19 03:41:25.458433"], ["updated_at", "2019-01-19 03:41:25.458433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 18"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "olive 18"], ["created_at", "2019-01-19 03:41:25.459871"], ["updated_at", "2019-01-19 03:41:25.459871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "criseldamertz@bernhard.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "criseldamertz@bernhard.name"], ["encrypted_password", "$2a$04$nYsp4F70A9xw9HmykXl0VOYGcN..C15ZabJ9d5abtm.X6KbQLdt0u"], ["created_at", "2019-01-19 03:41:25.462306"], ["updated_at", "2019-01-19 03:41:25.462306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Consequatur ducimus aut officia."], ["body", "Ad consectetur tenetur. Quasi voluptates ex. Eum et soluta."], ["created_at", "2019-01-19 03:41:25.463415"], ["updated_at", "2019-01-19 03:41:25.463415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kit@becker.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kit@becker.com"], ["encrypted_password", "$2a$04$hwDQaQb52QT/HR7jXjCAn.4KkBjubGciokK.b7UI/7igKHcrttssy"], ["created_at", "2019-01-19 03:41:25.465989"], ["updated_at", "2019-01-19 03:41:25.465989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Sunt eligendi ut laboriosam."], ["body", "Est odit non. Hic animi vel. Ut doloremque et."], ["created_at", "2019-01-19 03:41:25.466973"], ["updated_at", "2019-01-19 03:41:25.466973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaseyschimmel@schaden.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kaseyschimmel@schaden.co"], ["encrypted_password", "$2a$04$bw/F6fS64Ed/4PWuWhS0POiQpdG.YjFh3J6AxnNRxm8Qz7id9DzLW"], ["created_at", "2019-01-19 03:41:25.469552"], ["updated_at", "2019-01-19 03:41:25.469552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Dolorem repellendus quis velit."], ["body", "Autem amet veniam. Iure at explicabo. Porro eveniet impedit."], ["created_at", "2019-01-19 03:41:25.470902"], ["updated_at", "2019-01-19 03:41:25.470902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lornamorar@hahngusikowski.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lornamorar@hahngusikowski.org"], ["encrypted_password", "$2a$04$YrBV90scIjEbBkIOVGuOkeYyaV.2za9Ne4Pg8A2oc0uYWOtuOuyp."], ["created_at", "2019-01-19 03:41:25.473466"], ["updated_at", "2019-01-19 03:41:25.473466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Dignissimos aut laboriosam velit."], ["body", "Odio sed impedit. Nostrum est sit. Odio sunt eaque."], ["created_at", "2019-01-19 03:41:25.474466"], ["updated_at", "2019-01-19 03:41:25.474466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lorenzoview 17"], ["created_at", "2019-01-19 03:41:25.475999"], ["updated_at", "2019-01-19 03:41:25.475999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lorenzoview 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dominickschneider@nienowkilback.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dominickschneider@nienowkilback.biz"], ["encrypted_password", "$2a$04$ROiW7JDXj2NHZzazw9vesuV67g6HNitjTjOrokNsGNgnA.InfNTFO"], ["created_at", "2019-01-19 03:41:25.482481"], ["updated_at", "2019-01-19 03:41:25.482481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_21"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_21"], ["name", "web developer 21"], ["description", "web developer 21"], ["created_at", "2019-01-19 03:41:25.484544"], ["updated_at", "2019-01-19 03:41:25.484544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 03:41:25.486505"], ["updated_at", "2019-01-19 03:41:25.486505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Joesph 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Joesph 19"], ["created_at", "2019-01-19 03:41:25.487792"], ["updated_at", "2019-01-19 03:41:25.487792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kermitborough 20"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kermitborough 20"], ["created_at", "2019-01-19 03:41:25.488842"], ["updated_at", "2019-01-19 03:41:25.488842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 19"], ["created_at", "2019-01-19 03:41:25.490149"], ["updated_at", "2019-01-19 03:41:25.490149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 20"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "orchid 20"], ["created_at", "2019-01-19 03:41:25.491393"], ["updated_at", "2019-01-19 03:41:25.491393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jamikadicki@lynch.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jamikadicki@lynch.name"], ["encrypted_password", "$2a$04$GX6UT0p23XcZJSaUH/pgAuc8kYvx8CoU1iKKiEUSjw0xC.3aZA5pa"], ["created_at", "2019-01-19 03:41:25.493818"], ["updated_at", "2019-01-19 03:41:25.493818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Illo temporibus et nulla."], ["body", "Fugit vitae quis. In possimus voluptatem. Itaque quis dolorem."], ["created_at", "2019-01-19 03:41:25.494889"], ["updated_at", "2019-01-19 03:41:25.494889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "florencekub@gerlachnienow.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "florencekub@gerlachnienow.name"], ["encrypted_password", "$2a$04$JWqT3bnp3IinRvVHVSDFA.hRHQCX.7249Cf4edWjvHlvrSN4/C2Ja"], ["created_at", "2019-01-19 03:41:25.497391"], ["updated_at", "2019-01-19 03:41:25.497391"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Dicta beatae quasi id."], ["body", "Rerum ad consequatur. Itaque qui dolor. Eligendi minima laboriosam."], ["created_at", "2019-01-19 03:41:25.498864"], ["updated_at", "2019-01-19 03:41:25.498864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "angila@heller.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "angila@heller.name"], ["encrypted_password", "$2a$04$bD6oyCbMwrxr3SGMKGqExuDbe39urEkXZpgm9WjcnMhfytZOlVmqS"], ["created_at", "2019-01-19 03:41:25.502415"], ["updated_at", "2019-01-19 03:41:25.502415"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Iste expedita aliquam aut."], ["body", "Ut numquam unde. Et dolore saepe. Sed quos adipisci."], ["created_at", "2019-01-19 03:41:25.504527"], ["updated_at", "2019-01-19 03:41:25.504527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "daniel@brekke.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "daniel@brekke.info"], ["encrypted_password", "$2a$04$9I3pmqHZFUsGiBAMjUony.Lzpuro/gEl7998BmYjZlQcUHEXykbSW"], ["created_at", "2019-01-19 03:41:25.508386"], ["updated_at", "2019-01-19 03:41:25.508386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Sit itaque minima incidunt."], ["body", "Eius et maxime. Libero in tenetur. Pariatur non est."], ["created_at", "2019-01-19 03:41:25.509794"], ["updated_at", "2019-01-19 03:41:25.509794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "West Joesph 19"], ["created_at", "2019-01-19 03:41:25.511854"], ["updated_at", "2019-01-19 03:41:25.511854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "green 19"], ["created_at", "2019-01-19 03:41:25.513597"], ["updated_at", "2019-01-19 03:41:25.513597"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west joesph 19') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'green 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chiquitaullrich@erdman.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chiquitaullrich@erdman.net"], ["encrypted_password", "$2a$04$u9ZmBHqZtO2kjffThIUuSO9GM47Er8i/UdY/N.yrPG7O1n7dAXegq"], ["created_at", "2019-01-19 03:41:25.522136"], ["updated_at", "2019-01-19 03:41:25.522136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_22"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_22"], ["name", "advocate 22"], ["description", "advocate 22"], ["created_at", "2019-01-19 03:41:25.524141"], ["updated_at", "2019-01-19 03:41:25.524141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 03:41:25.526232"], ["updated_at", "2019-01-19 03:41:25.526232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Deckowshire 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Deckowshire 21"], ["created_at", "2019-01-19 03:41:25.527480"], ["updated_at", "2019-01-19 03:41:25.527480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Trenton 22"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Trenton 22"], ["created_at", "2019-01-19 03:41:25.528593"], ["updated_at", "2019-01-19 03:41:25.528593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "indigo 21"], ["created_at", "2019-01-19 03:41:25.530154"], ["updated_at", "2019-01-19 03:41:25.530154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 22"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "turquoise 22"], ["created_at", "2019-01-19 03:41:25.531461"], ["updated_at", "2019-01-19 03:41:25.531461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marielkonopelski@jacobi.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marielkonopelski@jacobi.info"], ["encrypted_password", "$2a$04$UIOcCtRn4l16y46z64CG3u128N7C9WNVxhwQ7fxa319iOyH67.dyC"], ["created_at", "2019-01-19 03:41:25.534032"], ["updated_at", "2019-01-19 03:41:25.534032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Quo enim voluptatem natus."], ["body", "Soluta accusantium eos. Dolore voluptates qui. Quidem sit reprehenderit."], ["created_at", "2019-01-19 03:41:25.535168"], ["updated_at", "2019-01-19 03:41:25.535168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lonifeest@kovacekmertz.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lonifeest@kovacekmertz.net"], ["encrypted_password", "$2a$04$NmJIMxIF0OLB1Lj7YH2QluW8aBVO.RGW7prJumedC4xbZWOvsIYnq"], ["created_at", "2019-01-19 03:41:25.537778"], ["updated_at", "2019-01-19 03:41:25.537778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Autem repudiandae eum ut."], ["body", "Deleniti quisquam culpa. Exercitationem quasi sequi. Qui qui est."], ["created_at", "2019-01-19 03:41:25.538912"], ["updated_at", "2019-01-19 03:41:25.538912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "montejenkins@muller.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "montejenkins@muller.com"], ["encrypted_password", "$2a$04$BnK7.SltRK1dcrc.RGpjdeaLZdRngLH7kipwDRczu0bNMRCAahJde"], ["created_at", "2019-01-19 03:41:25.546091"], ["updated_at", "2019-01-19 03:41:25.546091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Maxime et occaecati sit."], ["body", "Dolorum facere culpa. Veniam maxime eveniet. Consectetur quia nostrum."], ["created_at", "2019-01-19 03:41:25.547210"], ["updated_at", "2019-01-19 03:41:25.547210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "georgeannarmstrong@lemke.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "georgeannarmstrong@lemke.org"], ["encrypted_password", "$2a$04$1TQMns3B9/nXVAko/GrHe.CMiX1zkgXLhlXKGZ3Q7vo803sSV3PCi"], ["created_at", "2019-01-19 03:41:25.549582"], ["updated_at", "2019-01-19 03:41:25.549582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Qui necessitatibus facilis velit."], ["body", "Aut dolorem unde. Voluptatibus exercitationem eveniet. Id totam ex."], ["created_at", "2019-01-19 03:41:25.550658"], ["updated_at", "2019-01-19 03:41:25.550658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Deckowshire 21"], ["created_at", "2019-01-19 03:41:25.552324"], ["updated_at", "2019-01-19 03:41:25.552324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "indigo 21"], ["created_at", "2019-01-19 03:41:25.553737"], ["updated_at", "2019-01-19 03:41:25.553737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'deckowshire 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'indigo 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'deckowshire 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'indigo 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'deckowshire 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'indigo 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "benito@quigley.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "benito@quigley.org"], ["encrypted_password", "$2a$04$jTyjrK2pIXRl6dmMSfh2UOBEqwF08uPZ1xVtpLD6Uc88xejy9DUGS"], ["created_at", "2019-01-19 03:41:25.564786"], ["updated_at", "2019-01-19 03:41:25.564786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "angelita@streichhane.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "angelita@streichhane.io"], ["encrypted_password", "$2a$04$zD1cZGYcmCx7cfRYy.bp7uu0EUbDddgBR/K6XpwF.LD6wO1sYTTHe"], ["created_at", "2019-01-19 03:41:25.567875"], ["updated_at", "2019-01-19 03:41:25.567875"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 23"], ["created_at", "2019-01-19 03:41:25.569405"], ["updated_at", "2019-01-19 03:41:25.569405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Tyler 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Tyler 23"], ["created_at", "2019-01-19 03:41:25.570645"], ["updated_at", "2019-01-19 03:41:25.570645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Deleniti est aut consectetur."], ["body", "Est in magni. Quas laboriosam nobis. Aut maxime repellendus."], ["created_at", "2019-01-19 03:41:25.571651"], ["updated_at", "2019-01-19 03:41:25.571651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeremy@harris.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jeremy@harris.io"], ["encrypted_password", "$2a$04$Q/JPNWmBmnpneYul30a37OYPfTN8dLv.rwhOacc31cnPqll5/995G"], ["created_at", "2019-01-19 03:41:25.577377"], ["updated_at", "2019-01-19 03:41:25.577377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_23"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_23"], ["name", "astronomer 23"], ["description", "astronomer 23"], ["created_at", "2019-01-19 03:41:25.579257"], ["updated_at", "2019-01-19 03:41:25.579257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_24"], ["name", "architect 24"], ["description", "architect 24"], ["created_at", "2019-01-19 03:41:25.580646"], ["updated_at", "2019-01-19 03:41:25.580646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 03:41:25.582434"], ["updated_at", "2019-01-19 03:41:25.582434"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 03:41:25.583771"], ["updated_at", "2019-01-19 03:41:25.583771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Streichshire 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Streichshire 24"], ["created_at", "2019-01-19 03:41:25.584979"], ["updated_at", "2019-01-19 03:41:25.584979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Louieborough 25"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Louieborough 25"], ["created_at", "2019-01-19 03:41:25.586146"], ["updated_at", "2019-01-19 03:41:25.586146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "yellow 24"], ["created_at", "2019-01-19 03:41:25.587463"], ["updated_at", "2019-01-19 03:41:25.587463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 25"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "fuchsia 25"], ["created_at", "2019-01-19 03:41:25.588674"], ["updated_at", "2019-01-19 03:41:25.588674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jacques@vonruedenbayer.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jacques@vonruedenbayer.com"], ["encrypted_password", "$2a$04$4kVzpgTBsBWBJPjQc7Ow1.dxDqkhvMfLNEEWo10mcwzDsnKgnRT4a"], ["created_at", "2019-01-19 03:41:25.591018"], ["updated_at", "2019-01-19 03:41:25.591018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Temporibus debitis aut velit."], ["body", "Consequatur laborum voluptate. Repudiandae mollitia occaecati. Omnis fugit ut."], ["created_at", "2019-01-19 03:41:25.592066"], ["updated_at", "2019-01-19 03:41:25.592066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reneewyman@fritschschneider.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "reneewyman@fritschschneider.com"], ["encrypted_password", "$2a$04$ZMM1XCZ.gcGTSBwZ.N3/1u5pEfo24C/njH33jotE9Cctn54HODiPe"], ["created_at", "2019-01-19 03:41:25.594486"], ["updated_at", "2019-01-19 03:41:25.594486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Iusto at rem sit."], ["body", "Provident maxime maiores. Consequatur odio inventore. Et labore voluptas."], ["created_at", "2019-01-19 03:41:25.595482"], ["updated_at", "2019-01-19 03:41:25.595482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lawrence@macgyver.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lawrence@macgyver.net"], ["encrypted_password", "$2a$04$BBMUGyX0Q97yjm7bCr3KNeeHsl8hcXOB8Py2Ju7RI.IczgFmb3fla"], ["created_at", "2019-01-19 03:41:25.597781"], ["updated_at", "2019-01-19 03:41:25.597781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Tempore autem id vel."], ["body", "Incidunt sunt amet. Quos alias delectus. Ea temporibus maxime."], ["created_at", "2019-01-19 03:41:25.598771"], ["updated_at", "2019-01-19 03:41:25.598771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "billievonrueden@rueckerwilkinson.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "billievonrueden@rueckerwilkinson.name"], ["encrypted_password", "$2a$04$.67y4A2IQvvM211sIZFfu.q/tfEv/7xwwdmFWD1RnqG3bt7O4rtyi"], ["created_at", "2019-01-19 03:41:25.601054"], ["updated_at", "2019-01-19 03:41:25.601054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Nobis nulla voluptatibus sit."], ["body", "Illo veritatis quis. Et sint corporis. Qui sit recusandae."], ["created_at", "2019-01-19 03:41:25.602067"], ["updated_at", "2019-01-19 03:41:25.602067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Streichshire 24"], ["created_at", "2019-01-19 03:41:25.603560"], ["updated_at", "2019-01-19 03:41:25.603560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "yellow 24"], ["created_at", "2019-01-19 03:41:25.604971"], ["updated_at", "2019-01-19 03:41:25.604971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "New Louieborough 25"], ["created_at", "2019-01-19 03:41:25.606209"], ["updated_at", "2019-01-19 03:41:25.606209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "fuchsia 25"], ["created_at", "2019-01-19 03:41:25.607433"], ["updated_at", "2019-01-19 03:41:25.607433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'streichshire 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'yellow 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new louieborough 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'fuchsia 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "angle@rath.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "angle@rath.info"], ["encrypted_password", "$2a$04$W5CZGh/QibPNMNGmgcI9Duivpfj2tt8AS1Ehlv/Od21wkatxo3B.O"], ["created_at", "2019-01-19 03:41:25.616175"], ["updated_at", "2019-01-19 03:41:25.616175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_25"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_25"], ["name", "physicist 25"], ["description", "physicist 25"], ["created_at", "2019-01-19 03:41:25.618294"], ["updated_at", "2019-01-19 03:41:25.618294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_26"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_26"], ["name", "police officer 26"], ["description", "police officer 26"], ["created_at", "2019-01-19 03:41:25.619955"], ["updated_at", "2019-01-19 03:41:25.619955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 03:41:25.622332"], ["updated_at", "2019-01-19 03:41:25.622332"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 03:41:25.623650"], ["updated_at", "2019-01-19 03:41:25.623650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Thompsonton 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Thompsonton 26"], ["created_at", "2019-01-19 03:41:25.624888"], ["updated_at", "2019-01-19 03:41:25.624888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Konopelskibury 27"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Konopelskibury 27"], ["created_at", "2019-01-19 03:41:25.625911"], ["updated_at", "2019-01-19 03:41:25.625911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "black 26"], ["created_at", "2019-01-19 03:41:25.627170"], ["updated_at", "2019-01-19 03:41:25.627170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 27"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "orchid 27"], ["created_at", "2019-01-19 03:41:25.628365"], ["updated_at", "2019-01-19 03:41:25.628365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "larhondachristiansen@schneider.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "larhondachristiansen@schneider.biz"], ["encrypted_password", "$2a$04$KLpMsu/5z1Ku.b6cC.fIDum8icR3uVMm4xUOZBThaRuEIvltbdN66"], ["created_at", "2019-01-19 03:41:25.630724"], ["updated_at", "2019-01-19 03:41:25.630724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Qui consequatur consequatur nostrum."], ["body", "Consequuntur voluptatem libero. Ut veritatis et. Aperiam doloremque quam."], ["created_at", "2019-01-19 03:41:25.631845"], ["updated_at", "2019-01-19 03:41:25.631845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "francescoankunding@denesikwilkinson.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "francescoankunding@denesikwilkinson.biz"], ["encrypted_password", "$2a$04$oZNQekHl7jvSee643iWcBeuV4BCVYic7ehFbtG/Tu90V1MVI74sZS"], ["created_at", "2019-01-19 03:41:25.634448"], ["updated_at", "2019-01-19 03:41:25.634448"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Voluptatem quibusdam et sequi."], ["body", "Laboriosam dolorem at. Illo iure voluptatem. Eos asperiores tempora."], ["created_at", "2019-01-19 03:41:25.635545"], ["updated_at", "2019-01-19 03:41:25.635545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "flora@kaulke.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "flora@kaulke.net"], ["encrypted_password", "$2a$04$jQjzwFs/T60gkdRPWrEt6ea3RlZPCqDH2qvLvBPHRaEh3eVyIfmk."], ["created_at", "2019-01-19 03:41:25.637979"], ["updated_at", "2019-01-19 03:41:25.637979"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Et similique distinctio aliquid."], ["body", "Aliquid et labore. Distinctio ea praesentium. Nostrum debitis vitae."], ["created_at", "2019-01-19 03:41:25.639005"], ["updated_at", "2019-01-19 03:41:25.639005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kareemabbott@denesik.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kareemabbott@denesik.org"], ["encrypted_password", "$2a$04$onGndtn1TBv6mXmvdzvxV.TcQAhvJiSHX9gEbM4r0D0heWpDk.ff2"], ["created_at", "2019-01-19 03:41:25.641353"], ["updated_at", "2019-01-19 03:41:25.641353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Ipsum enim voluptatem quia."], ["body", "Officiis sit sapiente. Maxime quos fugiat. Aliquid beatae numquam."], ["created_at", "2019-01-19 03:41:25.642343"], ["updated_at", "2019-01-19 03:41:25.642343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Thompsonton 26"], ["created_at", "2019-01-19 03:41:25.643876"], ["updated_at", "2019-01-19 03:41:25.643876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "black 26"], ["created_at", "2019-01-19 03:41:25.645274"], ["updated_at", "2019-01-19 03:41:25.645274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Konopelskibury 27"], ["created_at", "2019-01-19 03:41:25.646587"], ["updated_at", "2019-01-19 03:41:25.646587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "orchid 27"], ["created_at", "2019-01-19 03:41:25.648009"], ["updated_at", "2019-01-19 03:41:25.648009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'thompsonton 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'black 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'konopelskibury 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orchid 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'thompsonton 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'black 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'konopelskibury 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orchid 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "milly@homenick.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "milly@homenick.info"], ["encrypted_password", "$2a$04$NEjyYOuEVqReAdjiHjfxte2g6KvQtVEEYFD8aOxIy3btp5s/AjAUq"], ["created_at", "2019-01-19 03:41:25.659474"], ["updated_at", "2019-01-19 03:41:25.659474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_27"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_27"], ["name", "biologist 27"], ["description", "biologist 27"], ["created_at", "2019-01-19 03:41:25.661577"], ["updated_at", "2019-01-19 03:41:25.661577"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_28"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_28"], ["name", "philosopher 28"], ["description", "philosopher 28"], ["created_at", "2019-01-19 03:41:25.662976"], ["updated_at", "2019-01-19 03:41:25.662976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 03:41:25.664813"], ["updated_at", "2019-01-19 03:41:25.664813"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 03:41:25.665976"], ["updated_at", "2019-01-19 03:41:25.665976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Jarvistown 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Jarvistown 28"], ["created_at", "2019-01-19 03:41:25.667139"], ["updated_at", "2019-01-19 03:41:25.667139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Donnell 29"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Donnell 29"], ["created_at", "2019-01-19 03:41:25.668324"], ["updated_at", "2019-01-19 03:41:25.668324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 28"], ["created_at", "2019-01-19 03:41:25.669622"], ["updated_at", "2019-01-19 03:41:25.669622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 29"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "mint green 29"], ["created_at", "2019-01-19 03:41:25.670798"], ["updated_at", "2019-01-19 03:41:25.670798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "detramorar@hettinger.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "detramorar@hettinger.biz"], ["encrypted_password", "$2a$04$VzcIlNe0PweEe.sZxCieNeCocYKt3SBGTxVIzafBV4ynZTY8af/.G"], ["created_at", "2019-01-19 03:41:25.673177"], ["updated_at", "2019-01-19 03:41:25.673177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Unde laboriosam eius porro."], ["body", "Sunt molestias quia. Omnis laborum sit. Officia et aliquam."], ["created_at", "2019-01-19 03:41:25.674221"], ["updated_at", "2019-01-19 03:41:25.674221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alleenaufderhar@waelchi.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alleenaufderhar@waelchi.info"], ["encrypted_password", "$2a$04$pj.wLEKUQRZdhxHMO/Mrdek9owqfHS/PSF2kzOw57G4qnpnwxa2Qa"], ["created_at", "2019-01-19 03:41:25.676698"], ["updated_at", "2019-01-19 03:41:25.676698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Voluptates veritatis beatae officia."], ["body", "Et amet quo. Dignissimos harum totam. Error quas quidem."], ["created_at", "2019-01-19 03:41:25.677749"], ["updated_at", "2019-01-19 03:41:25.677749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ashli@schulist.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ashli@schulist.biz"], ["encrypted_password", "$2a$04$wuCMFDulUV9/BbIiLbUosORnZxwxqASgteuNP3c9exIcwNt48M5vW"], ["created_at", "2019-01-19 03:41:25.680166"], ["updated_at", "2019-01-19 03:41:25.680166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Est sed vel odio."], ["body", "Occaecati adipisci tempore. Rerum illum non. Nobis ullam aperiam."], ["created_at", "2019-01-19 03:41:25.681210"], ["updated_at", "2019-01-19 03:41:25.681210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marygerlach@schumm.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marygerlach@schumm.com"], ["encrypted_password", "$2a$04$yGMtEA8RLNSIEjTdgWRonepwXlB8nsLqoRnGe2lA4DcuNvnlOkOs2"], ["created_at", "2019-01-19 03:41:25.683587"], ["updated_at", "2019-01-19 03:41:25.683587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Voluptates et sunt voluptas."], ["body", "Quas sint earum. Animi sit ut. Quam rem veniam."], ["created_at", "2019-01-19 03:41:25.684602"], ["updated_at", "2019-01-19 03:41:25.684602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Port Jarvistown 28"], ["created_at", "2019-01-19 03:41:25.686111"], ["updated_at", "2019-01-19 03:41:25.686111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "lime 28"], ["created_at", "2019-01-19 03:41:25.687550"], ["updated_at", "2019-01-19 03:41:25.687550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-19 03:41:25.688876"], ["updated_at", "2019-01-19 03:41:25.688876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "mint green 29"], ["created_at", "2019-01-19 03:41:25.690170"], ["updated_at", "2019-01-19 03:41:25.690170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port jarvistown 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lime 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'mint green 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.4ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "cities"], ["action", "update"], ["created_at", "2019-01-19 03:41:25.715052"], ["updated_at", "2019-01-19 03:41:25.715052"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "biologist_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "biologist 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_3"], ["name", "biologist 3"], ["description", "biologist 3"], ["created_at", "2019-01-19 03:41:25.718308"], ["updated_at", "2019-01-19 03:41:25.718308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 03:41:25.719771"], ["updated_at", "2019-01-19 03:41:25.719771"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Load (0.2ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 03:41:25.742182"], ["updated_at", "2019-01-19 03:41:25.742182"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 03:41:25.743380"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 03:41:25.755722"], ["updated_at", "2019-01-19 03:41:25.755722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 03:41:25.756931"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-19 03:41:25.779116"], ["updated_at", "2019-01-19 03:41:25.779116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 03:41:25.810798"], ["updated_at", "2019-01-19 03:41:25.810798"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-19 03:41:25.812072"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "philosopher_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "philosopher 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_4"], ["name", "philosopher 4"], ["description", "philosopher 4"], ["created_at", "2019-01-19 03:41:25.918741"], ["updated_at", "2019-01-19 03:41:25.918741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_29"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 29"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_29"], ["name", "astronomer 29"], ["description", "astronomer 29"], ["created_at", "2019-01-19 03:41:25.921237"], ["updated_at", "2019-01-19 03:41:25.921237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-19 03:41:25.922480"], ["updated_at", "2019-01-19 03:41:25.922480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "writer_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "writer 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_5"], ["name", "writer 5"], ["description", "writer 5"], ["created_at", "2019-01-19 03:41:25.937377"], ["updated_at", "2019-01-19 03:41:25.937377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 30"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_30"], ["name", "philosopher 30"], ["description", "philosopher 30"], ["created_at", "2019-01-19 03:41:25.940472"], ["updated_at", "2019-01-19 03:41:25.940472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 03:41:25.942669"], ["updated_at", "2019-01-19 03:41:25.942669"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.3ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 03:41:25.969029"], ["updated_at", "2019-01-19 03:41:25.969029"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 03:41:25.970283"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 03:41:25.981300"], ["updated_at", "2019-01-19 03:41:25.981300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 03:41:25.982384"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-19 03:41:26.002423"], ["updated_at", "2019-01-19 03:41:26.002423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 31"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_31"], ["name", "engineer 31"], ["description", "engineer 31"], ["created_at", "2019-01-19 03:41:26.034164"], ["updated_at", "2019-01-19 03:41:26.034164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-19 03:41:26.036339"], ["updated_at", "2019-01-19 03:41:26.036339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-19 03:41:26.135569"], ["updated_at", "2019-01-19 03:41:26.135569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-19 03:41:26.137469"], ["updated_at", "2019-01-19 03:41:26.137469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 03:41:26.142375"], ["updated_at", "2019-01-19 03:41:26.142375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 03:41:26.144166"], ["updated_at", "2019-01-19 03:41:26.144166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 03:41:26.145796"], ["updated_at", "2019-01-19 03:41:26.145796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roseann@graham.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "roseann@graham.org"], ["encrypted_password", "$2a$04$UHwSqW7Er0/tiMnj.qPJG.vennMuxwpfVtS7vnuQXAZLsYxmwjx6e"], ["created_at", "2019-01-19 03:41:26.148995"], ["updated_at", "2019-01-19 03:41:26.148995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Nobis velit repellendus magnam."], ["body", "In dolores ut. Sapiente cumque cum. Sit iure eveniet."], ["created_at", "2019-01-19 03:41:26.150511"], ["updated_at", "2019-01-19 03:41:26.150511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "micheal@gutmannrunolfon.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "micheal@gutmannrunolfon.com"], ["encrypted_password", "$2a$04$ZujUQLd.XM74H0He1I4m9uerIFmg1I.zyvU6iaWqFZhhT8n3rvztW"], ["created_at", "2019-01-19 03:41:26.153538"], ["updated_at", "2019-01-19 03:41:26.153538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Ad libero sint at."], ["body", "Et minus officiis. Quos vel sed. Non qui possimus."], ["created_at", "2019-01-19 03:41:26.154672"], ["updated_at", "2019-01-19 03:41:26.154672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 03:41:26.158695"], ["updated_at", "2019-01-19 03:41:26.158695"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 03:41:26.160433"], ["updated_at", "2019-01-19 03:41:26.160433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 03:41:26.161881"], ["updated_at", "2019-01-19 03:41:26.161881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pauletta@gaylord.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pauletta@gaylord.co"], ["encrypted_password", "$2a$04$N8UFaRqcsNdnQp.1KeRU1.3JbNXkgq971qRWlUC0ye4RCMinrD/w2"], ["created_at", "2019-01-19 03:41:26.164466"], ["updated_at", "2019-01-19 03:41:26.164466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Autem id eos est."], ["body", "Maiores in enim. A sed ex. Asperiores voluptate maiores."], ["created_at", "2019-01-19 03:41:26.165618"], ["updated_at", "2019-01-19 03:41:26.165618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cliff@franecki.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cliff@franecki.net"], ["encrypted_password", "$2a$04$MgjzKiEfFZjZAN/soAmwnuUOxTcicKtRv4XD9LSG9c3nOf9CZBLZO"], ["created_at", "2019-01-19 03:41:26.168352"], ["updated_at", "2019-01-19 03:41:26.168352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Nulla aliquam facere modi."], ["body", "Molestiae quisquam in. Incidunt quas et. Quia eum enim."], ["created_at", "2019-01-19 03:41:26.169490"], ["updated_at", "2019-01-19 03:41:26.169490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 03:41:26.173232"], ["updated_at", "2019-01-19 03:41:26.173232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 03:41:26.175038"], ["updated_at", "2019-01-19 03:41:26.175038"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 03:41:26.176785"], ["updated_at", "2019-01-19 03:41:26.176785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zolalangosh@watsica.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zolalangosh@watsica.name"], ["encrypted_password", "$2a$04$sOdLt6bEmFW46iQ5XRAHW.KFpMDx0cxUKWazLlnQBCAEjPHlSh9Mm"], ["created_at", "2019-01-19 03:41:26.179382"], ["updated_at", "2019-01-19 03:41:26.179382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Qui ut dignissimos fugit."], ["body", "Error ut sint. Illo expedita sed. Inventore temporibus illum."], ["created_at", "2019-01-19 03:41:26.180633"], ["updated_at", "2019-01-19 03:41:26.180633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "willie@schmitt.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "willie@schmitt.biz"], ["encrypted_password", "$2a$04$KxQGwAMzLePOl5MNsvZUsemMvb7lDrB7z0UWK3qF2epVazoRsuCYG"], ["created_at", "2019-01-19 03:41:26.183510"], ["updated_at", "2019-01-19 03:41:26.183510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Aut magnam et ut."], ["body", "Mollitia eveniet numquam. Deserunt sapiente officiis. Atque sint culpa."], ["created_at", "2019-01-19 03:41:26.184670"], ["updated_at", "2019-01-19 03:41:26.184670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 03:41:26.187907"], ["updated_at", "2019-01-19 03:41:26.187907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 03:41:26.189674"], ["updated_at", "2019-01-19 03:41:26.189674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 03:41:26.191194"], ["updated_at", "2019-01-19 03:41:26.191194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darnellconroy@schowalter.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darnellconroy@schowalter.net"], ["encrypted_password", "$2a$04$Wq.YC0dugdS4JHbb0ivGUOxRh23DzeC1S4n2yymAo7g9gLuMePtnG"], ["created_at", "2019-01-19 03:41:26.193868"], ["updated_at", "2019-01-19 03:41:26.193868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Hic consequatur eius assumenda."], ["body", "Repellat enim voluptate. Reiciendis sunt necessitatibus. Non omnis ea."], ["created_at", "2019-01-19 03:41:26.195055"], ["updated_at", "2019-01-19 03:41:26.195055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dotty@leannon.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dotty@leannon.org"], ["encrypted_password", "$2a$04$IuF9cAuQKCJOXkj2FVhIdOVTQMB42JUIRPjWMg4agiHQH53QIB8Ey"], ["created_at", "2019-01-19 03:41:26.197752"], ["updated_at", "2019-01-19 03:41:26.197752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Officia a laboriosam atque."], ["body", "Voluptatem et repellat. Consectetur ut et. Sunt et itaque."], ["created_at", "2019-01-19 03:41:26.198832"], ["updated_at", "2019-01-19 03:41:26.198832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "agnusfadel@glover.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "agnusfadel@glover.biz"], ["encrypted_password", "$2a$04$zsk0M3EqM0iqphqcRYTd5.uKO1jF0Cgzrm8B3FctU.LAsd70jxJbC"], ["created_at", "2019-01-19 03:41:26.201390"], ["updated_at", "2019-01-19 03:41:26.201390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.3ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Enim aliquam et non."], ["body", "Corrupti qui cumque. Vel provident distinctio. Doloremque repudiandae fugit."], ["created_at", "2019-01-19 03:41:26.202498"], ["updated_at", "2019-01-19 03:41:26.202498"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Report Update (0.2ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.2ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 03:41:26.214386"], ["updated_at", "2019-01-19 03:41:26.214386"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 03:41:26.216436"], ["updated_at", "2019-01-19 03:41:26.216436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 03:41:26.218231"], ["updated_at", "2019-01-19 03:41:26.218231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 03:41:26.219921"], ["updated_at", "2019-01-19 03:41:26.219921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kasha@weimann.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kasha@weimann.io"], ["encrypted_password", "$2a$04$rnYvp.nhhVO3Vkuq8lpnN.0QRSFwiXGgryob9C4S3ZTWRRtWzGVWG"], ["created_at", "2019-01-19 03:41:26.222910"], ["updated_at", "2019-01-19 03:41:26.222910"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Et repellendus necessitatibus enim."], ["body", "Reprehenderit ea enim. Animi et et. Quia et qui."], ["created_at", "2019-01-19 03:41:26.224240"], ["updated_at", "2019-01-19 03:41:26.224240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lourdes@kihn.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lourdes@kihn.co"], ["encrypted_password", "$2a$04$TWavbeCAr2eQz4Z9lPNbK.uISooZe3GIQOtKOmyOcrBiC6lOIyl06"], ["created_at", "2019-01-19 03:41:26.226791"], ["updated_at", "2019-01-19 03:41:26.226791"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Voluptatibus ducimus ut unde."], ["body", "Non tenetur non. Nihil id hic. Ipsum voluptatem est."], ["created_at", "2019-01-19 03:41:26.227831"], ["updated_at", "2019-01-19 03:41:26.227831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mike@bayer.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mike@bayer.info"], ["encrypted_password", "$2a$04$Z2HgnWE/azSfR7JbYkate.lDjnIa/3B0J9jVAprr0GOMebOKaJTU2"], ["created_at", "2019-01-19 03:41:26.230261"], ["updated_at", "2019-01-19 03:41:26.230261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Eum molestiae omnis odio."], ["body", "Voluptatem pariatur architecto. Voluptatem cumque id. Harum sed blanditiis."], ["created_at", "2019-01-19 03:41:26.231257"], ["updated_at", "2019-01-19 03:41:26.231257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bernardjacobson@krajcik.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bernardjacobson@krajcik.org"], ["encrypted_password", "$2a$04$IclUVavpu9Gxc97eQk3HJeqdkGJc/T6bmp/2EGH7KWKbS7P.fH3nW"], ["created_at", "2019-01-19 03:41:26.233609"], ["updated_at", "2019-01-19 03:41:26.233609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Corrupti sunt ab hic."], ["body", "Doloremque quis vel. Vel quasi dicta. Laboriosam rerum itaque."], ["created_at", "2019-01-19 03:41:26.234580"], ["updated_at", "2019-01-19 03:41:26.234580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 03:41:26.238927"], ["updated_at", "2019-01-19 03:41:26.238927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 03:41:26.240577"], ["updated_at", "2019-01-19 03:41:26.240577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 03:41:26.242006"], ["updated_at", "2019-01-19 03:41:26.242006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 03:41:26.243295"], ["updated_at", "2019-01-19 03:41:26.243295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "magen@bartolettihauck.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "magen@bartolettihauck.info"], ["encrypted_password", "$2a$04$H2CFAE48RYo0HPCgK7SbfO5KvqKhgPepVbblURlcg57ZAD9EjswTK"], ["created_at", "2019-01-19 03:41:26.245813"], ["updated_at", "2019-01-19 03:41:26.245813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Non sunt facilis et."], ["body", "Sed officia provident. Rerum at molestiae. Recusandae eius est."], ["created_at", "2019-01-19 03:41:26.246965"], ["updated_at", "2019-01-19 03:41:26.246965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kuphalstad 30"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kuphalstad 30"], ["created_at", "2019-01-19 03:41:26.251082"], ["updated_at", "2019-01-19 03:41:26.251082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Clemente 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Clemente 31"], ["created_at", "2019-01-19 03:41:26.253116"], ["updated_at", "2019-01-19 03:41:26.253116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Rebecka 32"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Rebecka 32"], ["created_at", "2019-01-19 03:41:26.254362"], ["updated_at", "2019-01-19 03:41:26.254362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Cupiditate quo atque neque."], ["created_at", "2019-01-19 03:41:26.260599"], ["updated_at", "2019-01-19 03:41:26.260599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 03:41:26.270518"], ["updated_at", "2019-01-19 03:41:26.270518"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 03:41:26.271614"], ["updated_at", "2019-01-19 03:41:26.271614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 03:41:26.275006"], ["updated_at", "2019-01-19 03:41:26.275006"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 03:41:26.277016"], ["updated_at", "2019-01-19 03:41:26.277016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joya@rowe.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "joya@rowe.biz"], ["encrypted_password", "$2a$04$s.WO21pZToni9h43kaC.Z.dXocE6rzD5uQxQEaj5WuH6LgsxPLARa"], ["created_at", "2019-01-19 03:41:26.279652"], ["updated_at", "2019-01-19 03:41:26.279652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptas qui distinctio saepe."], ["body", "Ratione voluptatibus reiciendis. A praesentium ea. Sequi et consequuntur."], ["created_at", "2019-01-19 03:41:26.280823"], ["updated_at", "2019-01-19 03:41:26.280823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.4ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Tempora maiores ducimus rem."], ["created_at", "2019-01-19 03:41:26.283067"], ["updated_at", "2019-01-19 03:41:26.283067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "isela@homenickhauck.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "isela@homenickhauck.com"], ["encrypted_password", "$2a$04$UmOMPGEyT2AqEFmeZPbTqOYXxk0V/3JTT/YejOE24xA7tKwSzEDnW"], ["created_at", "2019-01-19 03:41:26.288922"], ["updated_at", "2019-01-19 03:41:26.288922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 30"], ["created_at", "2019-01-19 03:41:26.291210"], ["updated_at", "2019-01-19 03:41:26.291210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Lakeshiamouth 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Lakeshiamouth 33"], ["created_at", "2019-01-19 03:41:26.292557"], ["updated_at", "2019-01-19 03:41:26.292557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Dolor dolorum blanditiis eum."], ["body", "Ut quia magnam. Laborum voluptas tempore. Nihil molestias aspernatur."], ["created_at", "2019-01-19 03:41:26.293662"], ["updated_at", "2019-01-19 03:41:26.293662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Wilburn 34"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Wilburn 34"], ["created_at", "2019-01-19 03:41:26.297285"], ["updated_at", "2019-01-19 03:41:26.297285"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Rowena 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Rowena 35"], ["created_at", "2019-01-19 03:41:26.299154"], ["updated_at", "2019-01-19 03:41:26.299154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 03:41:26.302272"], ["updated_at", "2019-01-19 03:41:26.302272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 03:41:26.303513"], ["updated_at", "2019-01-19 03:41:26.303513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "berrymohr@ziemannnitzsche.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "berrymohr@ziemannnitzsche.net"], ["encrypted_password", "$2a$04$tul5JZsaPT2l.FKFgOSu3.sp.L84SOh4m67r4pRPtC0TvIZwE6Jyy"], ["created_at", "2019-01-19 03:41:26.306580"], ["updated_at", "2019-01-19 03:41:26.306580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "salmon 31"], ["created_at", "2019-01-19 03:41:26.308261"], ["updated_at", "2019-01-19 03:41:26.308261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Maxime tempora deserunt expedita."], ["body", "Omnis odio exercitationem. Temporibus velit ut. Deserunt maiores quod."], ["created_at", "2019-01-19 03:41:26.309351"], ["updated_at", "2019-01-19 03:41:26.309351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 03:41:26.312174"], ["updated_at", "2019-01-19 03:41:26.312174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 03:41:26.316734"], ["updated_at", "2019-01-19 03:41:26.316734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eduardo@hane.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eduardo@hane.net"], ["encrypted_password", "$2a$04$RuYux9lmOg3Rzy4XdsPmYuZYN17U/0Y0UkdY1y9y4a7S/bgDZvG9a"], ["created_at", "2019-01-19 03:41:26.319468"], ["updated_at", "2019-01-19 03:41:26.319468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "olive 32"], ["created_at", "2019-01-19 03:41:26.321091"], ["updated_at", "2019-01-19 03:41:26.321091"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eos fugiat perferendis quos."], ["body", "Aut et sed. Dolorum eum id. Consectetur non reiciendis."], ["created_at", "2019-01-19 03:41:26.322341"], ["updated_at", "2019-01-19 03:41:26.322341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Charlesfort 36"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Charlesfort 36"], ["created_at", "2019-01-19 03:41:26.325914"], ["updated_at", "2019-01-19 03:41:26.325914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Cummerataview 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Cummerataview 37"], ["created_at", "2019-01-19 03:41:26.327820"], ["updated_at", "2019-01-19 03:41:26.327820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Ajaberg 38"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Ajaberg 38"], ["created_at", "2019-01-19 03:41:26.329043"], ["updated_at", "2019-01-19 03:41:26.329043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Ratione vitae impedit voluptate."], ["created_at", "2019-01-19 03:41:26.329870"], ["updated_at", "2019-01-19 03:41:26.329870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 03:41:26.331333"], ["updated_at", "2019-01-19 03:41:26.331333"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 03:41:26.332139"], ["updated_at", "2019-01-19 03:41:26.332139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Quincy 39"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Quincy 39"], ["created_at", "2019-01-19 03:41:26.335717"], ["updated_at", "2019-01-19 03:41:26.335717"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Elmirashire 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Elmirashire 40"], ["created_at", "2019-01-19 03:41:26.337526"], ["updated_at", "2019-01-19 03:41:26.337526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Bostad 41"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bostad 41"], ["created_at", "2019-01-19 03:41:26.339024"], ["updated_at", "2019-01-19 03:41:26.339024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Wehnershire 42"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Wehnershire 42"], ["created_at", "2019-01-19 03:41:26.340103"], ["updated_at", "2019-01-19 03:41:26.340103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "A praesentium pariatur occaecati."], ["created_at", "2019-01-19 03:41:26.340907"], ["updated_at", "2019-01-19 03:41:26.340907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 03:41:26.342344"], ["updated_at", "2019-01-19 03:41:26.342344"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 03:41:26.343154"], ["updated_at", "2019-01-19 03:41:26.343154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lynwoodside 43"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lynwoodside 43"], ["created_at", "2019-01-19 03:41:26.346642"], ["updated_at", "2019-01-19 03:41:26.346642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eric@nienow.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eric@nienow.co"], ["encrypted_password", "$2a$04$biR9P8IbWqgQFn7na8876OEIDaHJJctCc8TvQR3yk.jlUm.BhcZ76"], ["created_at", "2019-01-19 03:41:26.349821"], ["updated_at", "2019-01-19 03:41:26.349821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 33"], ["created_at", "2019-01-19 03:41:26.351478"], ["updated_at", "2019-01-19 03:41:26.351478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Christoper 44"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Christoper 44"], ["created_at", "2019-01-19 03:41:26.352975"], ["updated_at", "2019-01-19 03:41:26.352975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Provident accusantium iure neque."], ["body", "Maiores facere fugiat. Eius et inventore. Dolorem eum corrupti."], ["created_at", "2019-01-19 03:41:26.354215"], ["updated_at", "2019-01-19 03:41:26.354215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kutchville 45"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kutchville 45"], ["created_at", "2019-01-19 03:41:26.357715"], ["updated_at", "2019-01-19 03:41:26.357715"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "karlenelabadie@rolfsonstiedemann.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "karlenelabadie@rolfsonstiedemann.co"], ["encrypted_password", "$2a$04$ke5YTCz7bKPuGyP0N67A3ufRO3IwNp7JB/UOfi/CqGrZkFXGxpxLu"], ["created_at", "2019-01-19 03:41:26.360869"], ["updated_at", "2019-01-19 03:41:26.360869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "azure 34"], ["created_at", "2019-01-19 03:41:26.362534"], ["updated_at", "2019-01-19 03:41:26.362534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Penniview 46"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Penniview 46"], ["created_at", "2019-01-19 03:41:26.363690"], ["updated_at", "2019-01-19 03:41:26.363690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Molestiae qui iste error."], ["body", "Sint ratione consequatur. Quos voluptatem ab. Quia nemo expedita."], ["created_at", "2019-01-19 03:41:26.364646"], ["updated_at", "2019-01-19 03:41:26.364646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Doloris 47"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Doloris 47"], ["created_at", "2019-01-19 03:41:26.368196"], ["updated_at", "2019-01-19 03:41:26.368196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Irvingchester 49"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Irvingchester 49"], ["created_at", "2019-01-19 03:41:26.371732"], ["updated_at", "2019-01-19 03:41:26.371732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Hermelinda 51"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Hermelinda 51"], ["created_at", "2019-01-19 03:41:26.375772"], ["updated_at", "2019-01-19 03:41:26.375772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brenda@dietrich.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "brenda@dietrich.com"], ["encrypted_password", "$2a$04$A.20Zi8mcMSREWIzBhRje./Tk.TCRh8lzcNNomEO7CW9X9hhmesAG"], ["created_at", "2019-01-19 03:41:26.382579"], ["updated_at", "2019-01-19 03:41:26.382579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_1"], ["name", "teacher 1"], ["description", "teacher 1"], ["created_at", "2019-01-19 04:06:01.940587"], ["updated_at", "2019-01-19 04:06:01.940587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_2"], ["name", "statistician 2"], ["description", "statistician 2"], ["created_at", "2019-01-19 04:06:01.942490"], ["updated_at", "2019-01-19 04:06:01.942490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vertiefahey@lowe.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vertiefahey@lowe.net"], ["encrypted_password", "$2a$04$tqgKLh/lvhcL7BStM0qLS.7fs1LtiLbNLoiO3d3uuqV3mh9hi3NSW"], ["created_at", "2019-01-19 04:06:01.979145"], ["updated_at", "2019-01-19 04:06:01.979145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "silver 1"], ["created_at", "2019-01-19 04:06:01.986182"], ["updated_at", "2019-01-19 04:06:01.986182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hammesfurt 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hammesfurt 1"], ["created_at", "2019-01-19 04:06:01.992060"], ["updated_at", "2019-01-19 04:06:01.992060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Dicta nemo ducimus magnam."], ["body", "Nostrum magni accusantium. Alias aut nam. Fugit commodi repellendus."], ["created_at", "2019-01-19 04:06:01.993901"], ["updated_at", "2019-01-19 04:06:01.993901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_3"], ["name", "programmer 3"], ["description", "programmer 3"], ["created_at", "2019-01-19 04:06:02.001875"], ["updated_at", "2019-01-19 04:06:02.001875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_4"], ["name", "advocate 4"], ["description", "advocate 4"], ["created_at", "2019-01-19 04:06:02.003548"], ["updated_at", "2019-01-19 04:06:02.003548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hyongerlach@hirthebartoletti.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hyongerlach@hirthebartoletti.org"], ["encrypted_password", "$2a$04$B7..p0v7.EpebnUvWU3LiOIFHoD8fzIFlBIwKVRkQajx6FYbpCZH2"], ["created_at", "2019-01-19 04:06:02.007041"], ["updated_at", "2019-01-19 04:06:02.007041"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "black 2"], ["created_at", "2019-01-19 04:06:02.008642"], ["updated_at", "2019-01-19 04:06:02.008642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Dongview 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Dongview 2"], ["created_at", "2019-01-19 04:06:02.009990"], ["updated_at", "2019-01-19 04:06:02.009990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Odit enim nesciunt expedita."], ["body", "Doloremque velit fugit. Quia ipsa consequuntur. Dolores voluptatem velit."], ["created_at", "2019-01-19 04:06:02.010950"], ["updated_at", "2019-01-19 04:06:02.010950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_5"], ["name", "programmer 5"], ["description", "programmer 5"], ["created_at", "2019-01-19 04:06:02.021286"], ["updated_at", "2019-01-19 04:06:02.021286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 6"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_6"], ["name", "designer 6"], ["description", "designer 6"], ["created_at", "2019-01-19 04:06:02.022939"], ["updated_at", "2019-01-19 04:06:02.022939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "antonydare@dickischaden.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "antonydare@dickischaden.net"], ["encrypted_password", "$2a$04$uqYeUHqA/6.hSX.4iDjhMOmEDW4cg2QXwz.rT8rTbftEAd5o/Tmeu"], ["created_at", "2019-01-19 04:06:02.026681"], ["updated_at", "2019-01-19 04:06:02.026681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 3"], ["created_at", "2019-01-19 04:06:02.028308"], ["updated_at", "2019-01-19 04:06:02.028308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Bartellshire 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bartellshire 3"], ["created_at", "2019-01-19 04:06:02.029890"], ["updated_at", "2019-01-19 04:06:02.029890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Occaecati ea quia aspernatur."], ["body", "Temporibus earum placeat. Impedit nihil voluptatum. Est molestiae iusto."], ["created_at", "2019-01-19 04:06:02.030888"], ["updated_at", "2019-01-19 04:06:02.030888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_7"], ["name", "economist 7"], ["description", "economist 7"], ["created_at", "2019-01-19 04:06:02.036696"], ["updated_at", "2019-01-19 04:06:02.036696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 8"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_8"], ["name", "programmer 8"], ["description", "programmer 8"], ["created_at", "2019-01-19 04:06:02.038279"], ["updated_at", "2019-01-19 04:06:02.038279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "amee@rath.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "amee@rath.co"], ["encrypted_password", "$2a$04$EjUnpKAq0ez7SuOj5arq5.2V3TMP3.X2uijnk1qV8vo3Gx/z557zq"], ["created_at", "2019-01-19 04:06:02.041673"], ["updated_at", "2019-01-19 04:06:02.041673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 4"], ["created_at", "2019-01-19 04:06:02.043198"], ["updated_at", "2019-01-19 04:06:02.043198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Orenside 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Orenside 4"], ["created_at", "2019-01-19 04:06:02.044530"], ["updated_at", "2019-01-19 04:06:02.044530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Maxime eos odit exercitationem."], ["body", "Et molestiae et. Rerum voluptas quas. Nihil voluptas totam."], ["created_at", "2019-01-19 04:06:02.045618"], ["updated_at", "2019-01-19 04:06:02.045618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_9"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 9"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_9"], ["name", "doctor 9"], ["description", "doctor 9"], ["created_at", "2019-01-19 04:06:02.053076"], ["updated_at", "2019-01-19 04:06:02.053076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 10"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_10"], ["name", "accountant 10"], ["description", "accountant 10"], ["created_at", "2019-01-19 04:06:02.054852"], ["updated_at", "2019-01-19 04:06:02.054852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chad@stamm.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chad@stamm.name"], ["encrypted_password", "$2a$04$wJMPFCGh9j56WH2uxPHiO.OgYofdJIMtJkWz81bvf6fLGnROhXzbC"], ["created_at", "2019-01-19 04:06:02.058284"], ["updated_at", "2019-01-19 04:06:02.058284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "salmon 5"], ["created_at", "2019-01-19 04:06:02.059959"], ["updated_at", "2019-01-19 04:06:02.059959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Eldridgeview 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Eldridgeview 5"], ["created_at", "2019-01-19 04:06:02.061191"], ["updated_at", "2019-01-19 04:06:02.061191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Vero porro velit et."], ["body", "Rem similique nostrum. Optio ut voluptas. Quos illum id."], ["created_at", "2019-01-19 04:06:02.062189"], ["updated_at", "2019-01-19 04:06:02.062189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_11"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_11"], ["name", "attorney at law 11"], ["description", "attorney at law 11"], ["created_at", "2019-01-19 04:06:02.067596"], ["updated_at", "2019-01-19 04:06:02.067596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_12"], ["name", "programmer 12"], ["description", "programmer 12"], ["created_at", "2019-01-19 04:06:02.069184"], ["updated_at", "2019-01-19 04:06:02.069184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rohermiston@windler.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rohermiston@windler.net"], ["encrypted_password", "$2a$04$BlUYC1kRsAeg7DZtJFRqmeZGkU6j.5W2OFO2VHwr06VGdI/uwcEeS"], ["created_at", "2019-01-19 04:06:02.072631"], ["updated_at", "2019-01-19 04:06:02.072631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 6"], ["created_at", "2019-01-19 04:06:02.074073"], ["updated_at", "2019-01-19 04:06:02.074073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Irvington 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Irvington 6"], ["created_at", "2019-01-19 04:06:02.075445"], ["updated_at", "2019-01-19 04:06:02.075445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Beatae eos sed quia."], ["body", "Voluptatem expedita ipsa. Sed occaecati cupiditate. Quas consequatur pariatur."], ["created_at", "2019-01-19 04:06:02.076415"], ["updated_at", "2019-01-19 04:06:02.076415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nichelle@quitzonhuels.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nichelle@quitzonhuels.info"], ["encrypted_password", "$2a$04$MKLHEtXnhQCR.WCA079KD.Zd/ieVMd1dFl9a9F1NCjUf6G6QlJgPa"], ["created_at", "2019-01-19 04:06:02.078844"], ["updated_at", "2019-01-19 04:06:02.078844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 13"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_13"], ["name", "teacher 13"], ["description", "teacher 13"], ["created_at", "2019-01-19 04:06:02.131674"], ["updated_at", "2019-01-19 04:06:02.131674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "actor_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "actor 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_1"], ["name", "actor 1"], ["description", "actor 1"], ["created_at", "2019-01-19 04:06:02.144462"], ["updated_at", "2019-01-19 04:06:02.144462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "active_storage/disk"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "active_storage/disk"], ["action", "update"], ["created_at", "2019-01-19 04:06:02.149958"], ["updated_at", "2019-01-19 04:06:02.149958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 04:06:02.156667"], ["updated_at", "2019-01-19 04:06:02.156667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 04:06:02.163038"], ["updated_at", "2019-01-19 04:06:02.163038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "active_storage/disk"], ["action", "update"], ["LIMIT", 1]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 14"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_14"], ["name", "architect 14"], ["description", "architect 14"], ["created_at", "2019-01-19 04:06:02.171203"], ["updated_at", "2019-01-19 04:06:02.171203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "interpreter_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "interpreter 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_2"], ["name", "interpreter 2"], ["description", "interpreter 2"], ["created_at", "2019-01-19 04:06:02.173229"], ["updated_at", "2019-01-19 04:06:02.173229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-19 04:06:02.175007"], ["updated_at", "2019-01-19 04:06:02.175007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 04:06:02.176373"], ["updated_at", "2019-01-19 04:06:02.176373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 04:06:02.177643"], ["updated_at", "2019-01-19 04:06:02.177643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/validations/role_names"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "philipkozey@pfefferdubuque.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "philipkozey@pfefferdubuque.org"], ["encrypted_password", "$2a$04$Nyfo3NoTAUAlgn534559r.yMaAyg.2rtrJygaJhINU5whdrfz3nHa"], ["created_at", "2019-01-19 04:06:02.184101"], ["updated_at", "2019-01-19 04:06:02.184101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_15"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_15"], ["name", "doctor 15"], ["description", "doctor 15"], ["created_at", "2019-01-19 04:06:02.185916"], ["updated_at", "2019-01-19 04:06:02.185916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 04:06:02.187943"], ["updated_at", "2019-01-19 04:06:02.187943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kendrickville 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kendrickville 7"], ["created_at", "2019-01-19 04:06:02.189146"], ["updated_at", "2019-01-19 04:06:02.189146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Robelfurt 8"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Robelfurt 8"], ["created_at", "2019-01-19 04:06:02.190117"], ["updated_at", "2019-01-19 04:06:02.190117"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "cyan 7"], ["created_at", "2019-01-19 04:06:02.191585"], ["updated_at", "2019-01-19 04:06:02.191585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 8"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "purple 8"], ["created_at", "2019-01-19 04:06:02.192889"], ["updated_at", "2019-01-19 04:06:02.192889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "silva@sipes.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "silva@sipes.org"], ["encrypted_password", "$2a$04$ESO04Xibs52tFjyG9FaGgettnoECUYmW0K3efg57klxmF3ZNHr.VG"], ["created_at", "2019-01-19 04:06:02.195284"], ["updated_at", "2019-01-19 04:06:02.195284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Est vel dolores aut."], ["body", "Dolore alias similique. Aspernatur voluptatem laudantium. Nihil neque voluptates."], ["created_at", "2019-01-19 04:06:02.196371"], ["updated_at", "2019-01-19 04:06:02.196371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Kendrickville 7"], ["created_at", "2019-01-19 04:06:02.203239"], ["updated_at", "2019-01-19 04:06:02.203239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "cyan 7"], ["created_at", "2019-01-19 04:06:02.205001"], ["updated_at", "2019-01-19 04:06:02.205001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'kendrickville 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'cyan 7')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jackiewalker@feestbayer.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jackiewalker@feestbayer.org"], ["encrypted_password", "$2a$04$O4JohXVfn2Y2sfwK2Rt1JeFdKi9z1AfUgE9gXWWfLo5xNYLnCQWNe"], ["created_at", "2019-01-19 04:06:02.212986"], ["updated_at", "2019-01-19 04:06:02.212986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_16"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_16"], ["name", "librarian 16"], ["description", "librarian 16"], ["created_at", "2019-01-19 04:06:02.214981"], ["updated_at", "2019-01-19 04:06:02.214981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 04:06:02.216956"], ["updated_at", "2019-01-19 04:06:02.216956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Sangbury 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Sangbury 9"], ["created_at", "2019-01-19 04:06:02.218238"], ["updated_at", "2019-01-19 04:06:02.218238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Chanell 10"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Chanell 10"], ["created_at", "2019-01-19 04:06:02.219259"], ["updated_at", "2019-01-19 04:06:02.219259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orchid 9"], ["created_at", "2019-01-19 04:06:02.220472"], ["updated_at", "2019-01-19 04:06:02.220472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 10"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "magenta 10"], ["created_at", "2019-01-19 04:06:02.221819"], ["updated_at", "2019-01-19 04:06:02.221819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "syreeta@ziemann.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "syreeta@ziemann.io"], ["encrypted_password", "$2a$04$pvYZO2nz1nuX8f1G/WRYbO1Q8MJ3zWGJYGsQV/lF6InOvUDLP5/fy"], ["created_at", "2019-01-19 04:06:02.224427"], ["updated_at", "2019-01-19 04:06:02.224427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Esse numquam et ut."], ["body", "Consequatur optio quia. Temporibus pariatur nihil. Hic animi voluptate."], ["created_at", "2019-01-19 04:06:02.225586"], ["updated_at", "2019-01-19 04:06:02.225586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Chanell 10"], ["created_at", "2019-01-19 04:06:02.227367"], ["updated_at", "2019-01-19 04:06:02.227367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "orchid 9"], ["created_at", "2019-01-19 04:06:02.228854"], ["updated_at", "2019-01-19 04:06:02.228854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south chanell 10')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "anikamorar@gutmann.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "anikamorar@gutmann.co"], ["encrypted_password", "$2a$04$ouG38ZJV.KuIZrddWCgOm.6TWxwIHRpPCJ2F0rWV/2mPZaz6F9rtG"], ["created_at", "2019-01-19 04:06:02.233909"], ["updated_at", "2019-01-19 04:06:02.233909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_17"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_17"], ["name", "accountant 17"], ["description", "accountant 17"], ["created_at", "2019-01-19 04:06:02.236069"], ["updated_at", "2019-01-19 04:06:02.236069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 04:06:02.238083"], ["updated_at", "2019-01-19 04:06:02.238083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Diane 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Diane 11"], ["created_at", "2019-01-19 04:06:02.239285"], ["updated_at", "2019-01-19 04:06:02.239285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Nolanside 12"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Nolanside 12"], ["created_at", "2019-01-19 04:06:02.240278"], ["updated_at", "2019-01-19 04:06:02.240278"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "azure 11"], ["created_at", "2019-01-19 04:06:02.241818"], ["updated_at", "2019-01-19 04:06:02.241818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 12"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "ivory 12"], ["created_at", "2019-01-19 04:06:02.243076"], ["updated_at", "2019-01-19 04:06:02.243076"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leeanneorn@connhand.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leeanneorn@connhand.net"], ["encrypted_password", "$2a$04$8eVpkfwRI/AxYLyTee394e7SUKfBQTeECcbRkSGpy9dfh7Q8gZtUC"], ["created_at", "2019-01-19 04:06:02.245456"], ["updated_at", "2019-01-19 04:06:02.245456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Consequuntur assumenda et ea."], ["body", "Nam dolorum ut. Porro reprehenderit dicta. In commodi omnis."], ["created_at", "2019-01-19 04:06:02.246534"], ["updated_at", "2019-01-19 04:06:02.246534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lake Diane 11"], ["created_at", "2019-01-19 04:06:02.248443"], ["updated_at", "2019-01-19 04:06:02.248443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake diane 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "glennturcotte@ward.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "glennturcotte@ward.com"], ["encrypted_password", "$2a$04$1tMH2HjFw1799E2zhXUZ1ua5E96da2SpUllCx2PzYQeXAFTk6io1G"], ["created_at", "2019-01-19 04:06:02.253997"], ["updated_at", "2019-01-19 04:06:02.253997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_18"], ["name", "teacher 18"], ["description", "teacher 18"], ["created_at", "2019-01-19 04:06:02.255918"], ["updated_at", "2019-01-19 04:06:02.255918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 04:06:02.257810"], ["updated_at", "2019-01-19 04:06:02.257810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Rey 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Rey 13"], ["created_at", "2019-01-19 04:06:02.259157"], ["updated_at", "2019-01-19 04:06:02.259157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Genaro 14"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Genaro 14"], ["created_at", "2019-01-19 04:06:02.260278"], ["updated_at", "2019-01-19 04:06:02.260278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "turquoise 13"], ["created_at", "2019-01-19 04:06:02.261642"], ["updated_at", "2019-01-19 04:06:02.261642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "mint green 14"], ["created_at", "2019-01-19 04:06:02.262883"], ["updated_at", "2019-01-19 04:06:02.262883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chereespinka@hammeslynch.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chereespinka@hammeslynch.info"], ["encrypted_password", "$2a$04$e4sD8FcF1iARbFUCQXFOeu.MLq4MIICnUb8dsRAEIU/gpa/2kqKru"], ["created_at", "2019-01-19 04:06:02.265244"], ["updated_at", "2019-01-19 04:06:02.265244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Sed corporis quas harum."], ["body", "Doloremque qui tenetur. Et qui et. Quo aliquam voluptas."], ["created_at", "2019-01-19 04:06:02.266293"], ["updated_at", "2019-01-19 04:06:02.266293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "North Rey 13"], ["created_at", "2019-01-19 04:06:02.267888"], ["updated_at", "2019-01-19 04:06:02.267888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "turquoise 13"], ["created_at", "2019-01-19 04:06:02.269302"], ["updated_at", "2019-01-19 04:06:02.269302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north rey 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'turquoise 13')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "irwin@marvinabbott.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "irwin@marvinabbott.biz"], ["encrypted_password", "$2a$04$/g3gqIeruiYCZIQAjuUFYOwx.mElMGby/d5AEgZ9VD61zH3bZXE1y"], ["created_at", "2019-01-19 04:06:02.275242"], ["updated_at", "2019-01-19 04:06:02.275242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_19"], ["name", "designer 19"], ["description", "designer 19"], ["created_at", "2019-01-19 04:06:02.277192"], ["updated_at", "2019-01-19 04:06:02.277192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 04:06:02.279114"], ["updated_at", "2019-01-19 04:06:02.279114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Margarito 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Margarito 15"], ["created_at", "2019-01-19 04:06:02.280444"], ["updated_at", "2019-01-19 04:06:02.280444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Winstonstad 16"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Winstonstad 16"], ["created_at", "2019-01-19 04:06:02.281460"], ["updated_at", "2019-01-19 04:06:02.281460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "blue 15"], ["created_at", "2019-01-19 04:06:02.282739"], ["updated_at", "2019-01-19 04:06:02.282739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 16"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "pink 16"], ["created_at", "2019-01-19 04:06:02.284079"], ["updated_at", "2019-01-19 04:06:02.284079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carsonkiehn@wiza.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carsonkiehn@wiza.biz"], ["encrypted_password", "$2a$04$y6GPmdaHpvvi5oU.ez7lU.VKt0SedoDjDzBK8p1JXaQcYTQqOrfau"], ["created_at", "2019-01-19 04:06:02.286438"], ["updated_at", "2019-01-19 04:06:02.286438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Dolores magnam itaque ut."], ["body", "Quia dolore iste. Distinctio ex voluptatem. Reprehenderit provident veniam."], ["created_at", "2019-01-19 04:06:02.287504"], ["updated_at", "2019-01-19 04:06:02.287504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adinaklein@graham.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "adinaklein@graham.net"], ["encrypted_password", "$2a$04$asYD1ZOszE46SlYP8i9MgOqkUbIgeO1iq07pkzVqBMg2kvX27KAta"], ["created_at", "2019-01-19 04:06:02.290158"], ["updated_at", "2019-01-19 04:06:02.290158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Adipisci in quas libero."], ["body", "Magnam optio quia. Commodi aut qui. Fugit incidunt architecto."], ["created_at", "2019-01-19 04:06:02.291235"], ["updated_at", "2019-01-19 04:06:02.291235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sergio@sanford.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sergio@sanford.info"], ["encrypted_password", "$2a$04$ytMD5/CWwZ4lCxlu3qcjO.65cMNznJvjPzvKT.Yg8jl5icIgkJwxa"], ["created_at", "2019-01-19 04:06:02.293725"], ["updated_at", "2019-01-19 04:06:02.293725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Omnis labore atque voluptatibus."], ["body", "Similique quidem cumque. Sunt aut qui. Veritatis repellendus tempore."], ["created_at", "2019-01-19 04:06:02.294856"], ["updated_at", "2019-01-19 04:06:02.294856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ivory@schamberger.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ivory@schamberger.io"], ["encrypted_password", "$2a$04$8XgPD.Ty4gG2wNfWAfO58utpTK5E5HkSyeWc4UICssVglUBOR/ZKK"], ["created_at", "2019-01-19 04:06:02.297206"], ["updated_at", "2019-01-19 04:06:02.297206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Ex commodi adipisci et."], ["body", "Enim ut est. Quam eos eveniet. Consequatur omnis velit."], ["created_at", "2019-01-19 04:06:02.298166"], ["updated_at", "2019-01-19 04:06:02.298166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Port Margarito 15"], ["created_at", "2019-01-19 04:06:02.299683"], ["updated_at", "2019-01-19 04:06:02.299683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "blue 15"], ["created_at", "2019-01-19 04:06:02.301142"], ["updated_at", "2019-01-19 04:06:02.301142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port margarito 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'blue 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "halmoore@mcglynn.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "halmoore@mcglynn.org"], ["encrypted_password", "$2a$04$iygbrLOiLbafkHrflyfSbeTUbyOecE6GbnFkyrCAneKVoszuL1Lv."], ["created_at", "2019-01-19 04:06:02.307448"], ["updated_at", "2019-01-19 04:06:02.307448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_20"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_20"], ["name", "actor 20"], ["description", "actor 20"], ["created_at", "2019-01-19 04:06:02.309368"], ["updated_at", "2019-01-19 04:06:02.309368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 04:06:02.311368"], ["updated_at", "2019-01-19 04:06:02.311368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Deckowtown 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Deckowtown 17"], ["created_at", "2019-01-19 04:06:02.312649"], ["updated_at", "2019-01-19 04:06:02.312649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Kendrickfurt 18"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Kendrickfurt 18"], ["created_at", "2019-01-19 04:06:02.313761"], ["updated_at", "2019-01-19 04:06:02.313761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "black 17"], ["created_at", "2019-01-19 04:06:02.315218"], ["updated_at", "2019-01-19 04:06:02.315218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 18"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "green 18"], ["created_at", "2019-01-19 04:06:02.316516"], ["updated_at", "2019-01-19 04:06:02.316516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adriana@kubdietrich.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "adriana@kubdietrich.name"], ["encrypted_password", "$2a$04$SQ1QgMTHN2XjA9wlhpOWgOWNi1xAwB9PbZUb1AXHQ75MmgShcJRlS"], ["created_at", "2019-01-19 04:06:02.318903"], ["updated_at", "2019-01-19 04:06:02.318903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Quidem sequi magni eum."], ["body", "Aspernatur enim et. Est maiores cumque. Modi consequatur voluptatum."], ["created_at", "2019-01-19 04:06:02.319982"], ["updated_at", "2019-01-19 04:06:02.319982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yaeko@lindgren.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "yaeko@lindgren.io"], ["encrypted_password", "$2a$04$5znM0jEltEi7ZdcNGy7lpOhQuU35d3Mf2Ct.vbXfBUqI3ir7E8G1q"], ["created_at", "2019-01-19 04:06:02.322607"], ["updated_at", "2019-01-19 04:06:02.322607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Cum architecto blanditiis sit."], ["body", "Voluptatem ad sit. Rem rerum sit. Rem quam repellat."], ["created_at", "2019-01-19 04:06:02.323720"], ["updated_at", "2019-01-19 04:06:02.323720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "veronika@bartoletti.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "veronika@bartoletti.co"], ["encrypted_password", "$2a$04$wiKmXKInxeDPJAMtsLXrFu/27qg0Y13q9t9YB81Wsg2D6yy1hUL7K"], ["created_at", "2019-01-19 04:06:02.326700"], ["updated_at", "2019-01-19 04:06:02.326700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Fuga distinctio quidem maxime."], ["body", "Quia dolorem mollitia. Veritatis optio sunt. Velit harum quasi."], ["created_at", "2019-01-19 04:06:02.327775"], ["updated_at", "2019-01-19 04:06:02.327775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rebbecca@rohantorp.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rebbecca@rohantorp.io"], ["encrypted_password", "$2a$04$05nED0/OLXo5aTFa9gcE5OG1aCfrM1832GO7wtIveKp3r1pcX79vG"], ["created_at", "2019-01-19 04:06:02.330178"], ["updated_at", "2019-01-19 04:06:02.330178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Ut quia voluptatem et."], ["body", "Ex et quia. Aut iste accusantium. Eligendi reiciendis animi."], ["created_at", "2019-01-19 04:06:02.331158"], ["updated_at", "2019-01-19 04:06:02.331158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Deckowtown 17"], ["created_at", "2019-01-19 04:06:02.332655"], ["updated_at", "2019-01-19 04:06:02.332655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'deckowtown 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "larrymueller@hayes.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "larrymueller@hayes.info"], ["encrypted_password", "$2a$04$TJeF7f0Uqr1s.Bk1bcXABuKdWaLD0gg1MY5JrvXCfaUt4OqD8L7zu"], ["created_at", "2019-01-19 04:06:02.338580"], ["updated_at", "2019-01-19 04:06:02.338580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_21"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_21"], ["name", "agriculturist 21"], ["description", "agriculturist 21"], ["created_at", "2019-01-19 04:06:02.340721"], ["updated_at", "2019-01-19 04:06:02.340721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 04:06:02.342953"], ["updated_at", "2019-01-19 04:06:02.342953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Yosthaven 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Yosthaven 19"], ["created_at", "2019-01-19 04:06:02.344245"], ["updated_at", "2019-01-19 04:06:02.344245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Jefferyburgh 20"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Jefferyburgh 20"], ["created_at", "2019-01-19 04:06:02.345454"], ["updated_at", "2019-01-19 04:06:02.345454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "turquoise 19"], ["created_at", "2019-01-19 04:06:02.346789"], ["updated_at", "2019-01-19 04:06:02.346789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 20"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "cyan 20"], ["created_at", "2019-01-19 04:06:02.348079"], ["updated_at", "2019-01-19 04:06:02.348079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "treysauer@mckenzie.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "treysauer@mckenzie.net"], ["encrypted_password", "$2a$04$NQowBzMWsYJE5C9HZnAzvuWK/dZlNRJ0U5rQ56YOyDYUK.tEXkAtW"], ["created_at", "2019-01-19 04:06:02.350654"], ["updated_at", "2019-01-19 04:06:02.350654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Officia et assumenda ex."], ["body", "Illo dolorum voluptatibus. Perspiciatis maxime non. Qui consequatur perspiciatis."], ["created_at", "2019-01-19 04:06:02.351800"], ["updated_at", "2019-01-19 04:06:02.351800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "azzie@harvey.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "azzie@harvey.net"], ["encrypted_password", "$2a$04$oust8E9IwqwLlFVg8SuuBuyiAlRcuD8mgX5TC2xltztYSD.sBuou."], ["created_at", "2019-01-19 04:06:02.354379"], ["updated_at", "2019-01-19 04:06:02.354379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Totam et impedit aliquam."], ["body", "Dolorem quam nisi. Quos officiis voluptas. Molestias distinctio fuga."], ["created_at", "2019-01-19 04:06:02.355419"], ["updated_at", "2019-01-19 04:06:02.355419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darrylsenger@kaulkebergstrom.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darrylsenger@kaulkebergstrom.io"], ["encrypted_password", "$2a$04$OlDV2NNtLzaa8XtTzkVbt.JtgtSsJJACT3ZtUqx0J0Hqda2IJ/p0W"], ["created_at", "2019-01-19 04:06:02.358025"], ["updated_at", "2019-01-19 04:06:02.358025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Asperiores repellendus non libero."], ["body", "Ab quisquam nihil. Et vel a. Occaecati voluptas ut."], ["created_at", "2019-01-19 04:06:02.359115"], ["updated_at", "2019-01-19 04:06:02.359115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gerard@moore.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gerard@moore.info"], ["encrypted_password", "$2a$04$oVidlFBCPpGX79ETBLI8ieKHAxOdfJUXoJs1L4cYU590Xo2Lmhjx6"], ["created_at", "2019-01-19 04:06:02.361606"], ["updated_at", "2019-01-19 04:06:02.361606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Et voluptatibus quia nihil."], ["body", "Nam voluptatum inventore. Consequatur quibusdam veniam. Quisquam fugit et."], ["created_at", "2019-01-19 04:06:02.362643"], ["updated_at", "2019-01-19 04:06:02.362643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Yosthaven 19"], ["created_at", "2019-01-19 04:06:02.364191"], ["updated_at", "2019-01-19 04:06:02.364191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "turquoise 19"], ["created_at", "2019-01-19 04:06:02.365669"], ["updated_at", "2019-01-19 04:06:02.365669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'yosthaven 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'turquoise 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vinniedeckow@dickens.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vinniedeckow@dickens.name"], ["encrypted_password", "$2a$04$7S4i/33j4/SvlT9LzH5x5.hInUntbli78pcCcxclEZvLp6AVkipHe"], ["created_at", "2019-01-19 04:06:02.373427"], ["updated_at", "2019-01-19 04:06:02.373427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_22"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_22"], ["name", "physicist 22"], ["description", "physicist 22"], ["created_at", "2019-01-19 04:06:02.375380"], ["updated_at", "2019-01-19 04:06:02.375380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 04:06:02.377338"], ["updated_at", "2019-01-19 04:06:02.377338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Schuppemouth 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Schuppemouth 21"], ["created_at", "2019-01-19 04:06:02.378559"], ["updated_at", "2019-01-19 04:06:02.378559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Trisha 22"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Trisha 22"], ["created_at", "2019-01-19 04:06:02.379600"], ["updated_at", "2019-01-19 04:06:02.379600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orchid 21"], ["created_at", "2019-01-19 04:06:02.381025"], ["updated_at", "2019-01-19 04:06:02.381025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 22"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "cyan 22"], ["created_at", "2019-01-19 04:06:02.382316"], ["updated_at", "2019-01-19 04:06:02.382316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilburn@nikolaus.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wilburn@nikolaus.name"], ["encrypted_password", "$2a$04$6BPA7s95lka68V6zixC8mu2UUZA0.sKfmAMvgo1UyviOg65zFdo7K"], ["created_at", "2019-01-19 04:06:02.384774"], ["updated_at", "2019-01-19 04:06:02.384774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Distinctio dicta ut perspiciatis."], ["body", "Rerum eos in. Aut exercitationem corporis. Optio ipsum amet."], ["created_at", "2019-01-19 04:06:02.385906"], ["updated_at", "2019-01-19 04:06:02.385906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "magdaleneaufderhar@macgyver.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "magdaleneaufderhar@macgyver.biz"], ["encrypted_password", "$2a$04$XZpim7LIEYNux3amm071kea9Hzk8cPveBNIJEvYqxkJ88.QBFXM.m"], ["created_at", "2019-01-19 04:06:02.388798"], ["updated_at", "2019-01-19 04:06:02.388798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Ea vitae dignissimos nemo."], ["body", "Iste consequatur id. Aliquam deleniti quia. Odit amet eum."], ["created_at", "2019-01-19 04:06:02.390030"], ["updated_at", "2019-01-19 04:06:02.390030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hollycruickshank@kreigerhowe.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hollycruickshank@kreigerhowe.name"], ["encrypted_password", "$2a$04$rfKYIuvpXwhkNYL5I8qMD.RsY1S3QuMFkQVwQN8P5Q//jAYa56qQm"], ["created_at", "2019-01-19 04:06:02.392653"], ["updated_at", "2019-01-19 04:06:02.392653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Ut quam nobis voluptatum."], ["body", "Sint aut nulla. Quaerat assumenda ea. Maxime laudantium nihil."], ["created_at", "2019-01-19 04:06:02.393789"], ["updated_at", "2019-01-19 04:06:02.393789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ozzierunolfsdottir@hintznitzsche.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ozzierunolfsdottir@hintznitzsche.info"], ["encrypted_password", "$2a$04$5mjSB.NdIHxF1a7VSqsQMO0IpP3rinLo/WuUxC5oHCN60aJKTL1NO"], ["created_at", "2019-01-19 04:06:02.400464"], ["updated_at", "2019-01-19 04:06:02.400464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Et voluptatem qui delectus."], ["body", "Reiciendis ea omnis. Aut aliquid cumque. Amet nihil est."], ["created_at", "2019-01-19 04:06:02.401564"], ["updated_at", "2019-01-19 04:06:02.401564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Schuppemouth 21"], ["created_at", "2019-01-19 04:06:02.403209"], ["updated_at", "2019-01-19 04:06:02.403209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "orchid 21"], ["created_at", "2019-01-19 04:06:02.404692"], ["updated_at", "2019-01-19 04:06:02.404692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'schuppemouth 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orchid 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'schuppemouth 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orchid 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'schuppemouth 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orchid 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gidgetstracke@lebsack.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gidgetstracke@lebsack.info"], ["encrypted_password", "$2a$04$w4I.xRWdpmnCBmsPTIapcuMvfKzQaVMjtW.dbMeRV3IUZm0dYwoTq"], ["created_at", "2019-01-19 04:06:02.416142"], ["updated_at", "2019-01-19 04:06:02.416142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "beverly@feest.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "beverly@feest.co"], ["encrypted_password", "$2a$04$8MS498zOP9zq7LeJAKed2OK3lsMU9aVSKzZrlmZd/E2am9aYRkXK2"], ["created_at", "2019-01-19 04:06:02.419120"], ["updated_at", "2019-01-19 04:06:02.419120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 23"], ["created_at", "2019-01-19 04:06:02.420559"], ["updated_at", "2019-01-19 04:06:02.420559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Burlburgh 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Burlburgh 23"], ["created_at", "2019-01-19 04:06:02.421744"], ["updated_at", "2019-01-19 04:06:02.421744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Ut autem facilis et."], ["body", "Amet quia veniam. Voluptatem ut quaerat. Fugit quidem maxime."], ["created_at", "2019-01-19 04:06:02.422804"], ["updated_at", "2019-01-19 04:06:02.422804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sherisefisher@sanford.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sherisefisher@sanford.co"], ["encrypted_password", "$2a$04$JEAM4Qim8ILViS52re63C.CR3hbGe3BskKws3wkcRLGt63/GzsZ46"], ["created_at", "2019-01-19 04:06:02.428258"], ["updated_at", "2019-01-19 04:06:02.428258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_23"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_23"], ["name", "attorney at law 23"], ["description", "attorney at law 23"], ["created_at", "2019-01-19 04:06:02.430454"], ["updated_at", "2019-01-19 04:06:02.430454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_24"], ["name", "philosopher 24"], ["description", "philosopher 24"], ["created_at", "2019-01-19 04:06:02.431892"], ["updated_at", "2019-01-19 04:06:02.431892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 04:06:02.433737"], ["updated_at", "2019-01-19 04:06:02.433737"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 04:06:02.434908"], ["updated_at", "2019-01-19 04:06:02.434908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Emiliahaven 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Emiliahaven 24"], ["created_at", "2019-01-19 04:06:02.436121"], ["updated_at", "2019-01-19 04:06:02.436121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Meridethborough 25"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Meridethborough 25"], ["created_at", "2019-01-19 04:06:02.437161"], ["updated_at", "2019-01-19 04:06:02.437161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "yellow 24"], ["created_at", "2019-01-19 04:06:02.438448"], ["updated_at", "2019-01-19 04:06:02.438448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 25"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "white 25"], ["created_at", "2019-01-19 04:06:02.439907"], ["updated_at", "2019-01-19 04:06:02.439907"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sachikopaucek@brakus.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sachikopaucek@brakus.biz"], ["encrypted_password", "$2a$04$jynoRJ3jq9r5PCd2FOTsOOzFn39nyDlBHIB7bw9JRle3Wh4NadM/C"], ["created_at", "2019-01-19 04:06:02.442387"], ["updated_at", "2019-01-19 04:06:02.442387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Autem velit nesciunt accusantium."], ["body", "Odit recusandae voluptatem. Expedita vel voluptate. Aspernatur mollitia aut."], ["created_at", "2019-01-19 04:06:02.443464"], ["updated_at", "2019-01-19 04:06:02.443464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "frankieparisian@treutel.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "frankieparisian@treutel.io"], ["encrypted_password", "$2a$04$78swLC5ndpv0rSgHfVSTLOt8pHYgz5UD3tEhXTT74ROd1gILY1djS"], ["created_at", "2019-01-19 04:06:02.445978"], ["updated_at", "2019-01-19 04:06:02.445978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Distinctio expedita rerum et."], ["body", "Quo a doloremque. Libero ea porro. Necessitatibus est officiis."], ["created_at", "2019-01-19 04:06:02.446979"], ["updated_at", "2019-01-19 04:06:02.446979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donniebergnaum@abbotttreutel.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "donniebergnaum@abbotttreutel.name"], ["encrypted_password", "$2a$04$k2ee1LrqCGrTMHLh9sWbV.wHIra5Ev.uqwhq8UFK/YOm5W4f//drG"], ["created_at", "2019-01-19 04:06:02.449396"], ["updated_at", "2019-01-19 04:06:02.449396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Dolorem reiciendis cumque fugiat."], ["body", "Et laboriosam est. Sed exercitationem neque. Et sapiente voluptatem."], ["created_at", "2019-01-19 04:06:02.450407"], ["updated_at", "2019-01-19 04:06:02.450407"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joan@lynch.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "joan@lynch.net"], ["encrypted_password", "$2a$04$PZ2q4OmkC4G8ATS9vffCbOFS41tFfNqbaikOTdXkgCpISoxDb3a/y"], ["created_at", "2019-01-19 04:06:02.452825"], ["updated_at", "2019-01-19 04:06:02.452825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Magnam non et magni."], ["body", "Aperiam excepturi maxime. Dolores nihil sequi. Labore totam eveniet."], ["created_at", "2019-01-19 04:06:02.453857"], ["updated_at", "2019-01-19 04:06:02.453857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lake Emiliahaven 24"], ["created_at", "2019-01-19 04:06:02.455473"], ["updated_at", "2019-01-19 04:06:02.455473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "yellow 24"], ["created_at", "2019-01-19 04:06:02.456973"], ["updated_at", "2019-01-19 04:06:02.456973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "New Meridethborough 25"], ["created_at", "2019-01-19 04:06:02.458359"], ["updated_at", "2019-01-19 04:06:02.458359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "white 25"], ["created_at", "2019-01-19 04:06:02.459658"], ["updated_at", "2019-01-19 04:06:02.459658"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake emiliahaven 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'yellow 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new meridethborough 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'white 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carol@renner.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carol@renner.net"], ["encrypted_password", "$2a$04$BFSl61SbOHIGNu5JyRxmJOcRh8POLTrZcr9OnLYALpjYpyJpI540C"], ["created_at", "2019-01-19 04:06:02.468968"], ["updated_at", "2019-01-19 04:06:02.468968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_25"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_25"], ["name", "human resources 25"], ["description", "human resources 25"], ["created_at", "2019-01-19 04:06:02.470832"], ["updated_at", "2019-01-19 04:06:02.470832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_26"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_26"], ["name", "advocate 26"], ["description", "advocate 26"], ["created_at", "2019-01-19 04:06:02.472327"], ["updated_at", "2019-01-19 04:06:02.472327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 04:06:02.474162"], ["updated_at", "2019-01-19 04:06:02.474162"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 04:06:02.475873"], ["updated_at", "2019-01-19 04:06:02.475873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Westfort 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Westfort 26"], ["created_at", "2019-01-19 04:06:02.477102"], ["updated_at", "2019-01-19 04:06:02.477102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Doyleland 27"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Doyleland 27"], ["created_at", "2019-01-19 04:06:02.478121"], ["updated_at", "2019-01-19 04:06:02.478121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "plum 26"], ["created_at", "2019-01-19 04:06:02.479351"], ["updated_at", "2019-01-19 04:06:02.479351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 27"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "salmon 27"], ["created_at", "2019-01-19 04:06:02.480569"], ["updated_at", "2019-01-19 04:06:02.480569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cletus@blanda.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cletus@blanda.info"], ["encrypted_password", "$2a$04$vcyDo4eitCsp0mrQNVY.cOJr.4wSPWKwbdUseuBizAj/iJHLyKNuy"], ["created_at", "2019-01-19 04:06:02.482894"], ["updated_at", "2019-01-19 04:06:02.482894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Magni temporibus voluptatem corrupti."], ["body", "Laboriosam eum itaque. Nemo ullam incidunt. Est possimus praesentium."], ["created_at", "2019-01-19 04:06:02.483939"], ["updated_at", "2019-01-19 04:06:02.483939"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "abelhirthe@senger.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "abelhirthe@senger.net"], ["encrypted_password", "$2a$04$oVh80nHha2p7MnEtS1NXq.t8UizACqNzeyEGfnvsWO.xUi7yQL4Hi"], ["created_at", "2019-01-19 04:06:02.486380"], ["updated_at", "2019-01-19 04:06:02.486380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Facere reprehenderit hic unde."], ["body", "Expedita quibusdam placeat. Molestiae ea neque. Qui eveniet non."], ["created_at", "2019-01-19 04:06:02.487385"], ["updated_at", "2019-01-19 04:06:02.487385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "orenkonopelski@cummerata.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "orenkonopelski@cummerata.co"], ["encrypted_password", "$2a$04$y/LLbeFiCJ5o/bK3kf1zPeGHTBbyOJ3XqAbH5emrB0iqJg5s.6tj6"], ["created_at", "2019-01-19 04:06:02.489720"], ["updated_at", "2019-01-19 04:06:02.489720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Aut eum nihil hic."], ["body", "Et omnis minima. Fugit amet quia. Expedita doloribus voluptatem."], ["created_at", "2019-01-19 04:06:02.490705"], ["updated_at", "2019-01-19 04:06:02.490705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "allan@padberg.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "allan@padberg.io"], ["encrypted_password", "$2a$04$Op60f3/MxvGG3FlEozStNu95Dunh4REVgvBBrIYOwwYOKF7R3wnfG"], ["created_at", "2019-01-19 04:06:02.493174"], ["updated_at", "2019-01-19 04:06:02.493174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Cum voluptas velit dignissimos."], ["body", "Adipisci est quisquam. Iure quidem sed. Eos qui officia."], ["created_at", "2019-01-19 04:06:02.494190"], ["updated_at", "2019-01-19 04:06:02.494190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Westfort 26"], ["created_at", "2019-01-19 04:06:02.495706"], ["updated_at", "2019-01-19 04:06:02.495706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "plum 26"], ["created_at", "2019-01-19 04:06:02.497094"], ["updated_at", "2019-01-19 04:06:02.497094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Doyleland 27"], ["created_at", "2019-01-19 04:06:02.498382"], ["updated_at", "2019-01-19 04:06:02.498382"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "salmon 27"], ["created_at", "2019-01-19 04:06:02.499880"], ["updated_at", "2019-01-19 04:06:02.499880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'westfort 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'plum 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'doyleland 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'salmon 27') Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'westfort 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'plum 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'doyleland 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'salmon 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "denny@wintheiserluettgen.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "denny@wintheiserluettgen.name"], ["encrypted_password", "$2a$04$spK36efiK7dtVYebv0ETIelug6IJynRvPUMxkYqxysO7taG/SmGMy"], ["created_at", "2019-01-19 04:06:02.511987"], ["updated_at", "2019-01-19 04:06:02.511987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_27"], ["name", "physicist 27"], ["description", "physicist 27"], ["created_at", "2019-01-19 04:06:02.513859"], ["updated_at", "2019-01-19 04:06:02.513859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_28"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_28"], ["name", "police officer 28"], ["description", "police officer 28"], ["created_at", "2019-01-19 04:06:02.515218"], ["updated_at", "2019-01-19 04:06:02.515218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 04:06:02.517019"], ["updated_at", "2019-01-19 04:06:02.517019"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 04:06:02.518183"], ["updated_at", "2019-01-19 04:06:02.518183"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Corteztown 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Corteztown 28"], ["created_at", "2019-01-19 04:06:02.519496"], ["updated_at", "2019-01-19 04:06:02.519496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kuhlmanchester 29"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kuhlmanchester 29"], ["created_at", "2019-01-19 04:06:02.520587"], ["updated_at", "2019-01-19 04:06:02.520587"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "grey 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "grey 28"], ["created_at", "2019-01-19 04:06:02.521934"], ["updated_at", "2019-01-19 04:06:02.521934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 29"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "fuchsia 29"], ["created_at", "2019-01-19 04:06:02.523255"], ["updated_at", "2019-01-19 04:06:02.523255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nidamorar@harberhudson.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nidamorar@harberhudson.com"], ["encrypted_password", "$2a$04$EXZFTd5ygSKRZKqreGE3GezJ2W/C8tGl.2oNDqsTtB5En4y5fBO8W"], ["created_at", "2019-01-19 04:06:02.525929"], ["updated_at", "2019-01-19 04:06:02.525929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Corrupti similique eligendi at."], ["body", "Velit ipsum ipsam. Similique explicabo laboriosam. Vitae deleniti corrupti."], ["created_at", "2019-01-19 04:06:02.527122"], ["updated_at", "2019-01-19 04:06:02.527122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ruebenhayes@dickens.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ruebenhayes@dickens.org"], ["encrypted_password", "$2a$04$xVFoZLfH04eJw91oo5zg6eEz8OaoCOO9DJ0sO.s.KbmNbRwBcJgzK"], ["created_at", "2019-01-19 04:06:02.529952"], ["updated_at", "2019-01-19 04:06:02.529952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Et placeat laudantium ut."], ["body", "Magni et aliquam. Deleniti minus atque. Eum ut magnam."], ["created_at", "2019-01-19 04:06:02.531062"], ["updated_at", "2019-01-19 04:06:02.531062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rustypaucek@abshire.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rustypaucek@abshire.biz"], ["encrypted_password", "$2a$04$4rEs4ia8on3Qd7q.ONawI.qkjNeGueEKV8q/RNNJAN3QfSv4Cz7t2"], ["created_at", "2019-01-19 04:06:02.533511"], ["updated_at", "2019-01-19 04:06:02.533511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Nisi nihil dolorum similique."], ["body", "Iusto amet architecto. Ut rem libero. Iusto est cupiditate."], ["created_at", "2019-01-19 04:06:02.534488"], ["updated_at", "2019-01-19 04:06:02.534488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "glennbailey@feest.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "glennbailey@feest.com"], ["encrypted_password", "$2a$04$Mm1xp3bhblP4mmOv5E9YpuBgmWLphnzdSBNiHyaXlONsE2GBVJDuC"], ["created_at", "2019-01-19 04:06:02.536958"], ["updated_at", "2019-01-19 04:06:02.536958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Perferendis sit aut natus."], ["body", "Delectus et animi. Ut tempore ex. In maiores ut."], ["created_at", "2019-01-19 04:06:02.538007"], ["updated_at", "2019-01-19 04:06:02.538007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Corteztown 28"], ["created_at", "2019-01-19 04:06:02.539587"], ["updated_at", "2019-01-19 04:06:02.539587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "grey 28"], ["created_at", "2019-01-19 04:06:02.541071"], ["updated_at", "2019-01-19 04:06:02.541071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-19 04:06:02.542448"], ["updated_at", "2019-01-19 04:06:02.542448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "fuchsia 29"], ["created_at", "2019-01-19 04:06:02.543924"], ["updated_at", "2019-01-19 04:06:02.543924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'corteztown 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'grey 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'fuchsia 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "active_storage/disk"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.4ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "active_storage/disk"], ["action", "update"], ["created_at", "2019-01-19 04:06:02.566305"], ["updated_at", "2019-01-19 04:06:02.566305"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "teacher_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "teacher 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_3"], ["name", "teacher 3"], ["description", "teacher 3"], ["created_at", "2019-01-19 04:06:02.569396"], ["updated_at", "2019-01-19 04:06:02.569396"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 04:06:02.571030"], ["updated_at", "2019-01-19 04:06:02.571030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 04:06:02.592659"], ["updated_at", "2019-01-19 04:06:02.592659"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 04:06:02.593677"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.2ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 04:06:02.604092"], ["updated_at", "2019-01-19 04:06:02.604092"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 04:06:02.605223"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.2ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-19 04:06:02.624980"], ["updated_at", "2019-01-19 04:06:02.624980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 04:06:02.655254"], ["updated_at", "2019-01-19 04:06:02.655254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-19 04:06:02.656436"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "physicist_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "physicist 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_4"], ["name", "physicist 4"], ["description", "physicist 4"], ["created_at", "2019-01-19 04:06:02.759712"], ["updated_at", "2019-01-19 04:06:02.759712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_29"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 29"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_29"], ["name", "teacher 29"], ["description", "teacher 29"], ["created_at", "2019-01-19 04:06:02.762041"], ["updated_at", "2019-01-19 04:06:02.762041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-19 04:06:02.763354"], ["updated_at", "2019-01-19 04:06:02.763354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "writer_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "writer 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_5"], ["name", "writer 5"], ["description", "writer 5"], ["created_at", "2019-01-19 04:06:02.778054"], ["updated_at", "2019-01-19 04:06:02.778054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 30"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_30"], ["name", "advocate 30"], ["description", "advocate 30"], ["created_at", "2019-01-19 04:06:02.780517"], ["updated_at", "2019-01-19 04:06:02.780517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 04:06:02.782470"], ["updated_at", "2019-01-19 04:06:02.782470"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 04:06:02.804988"], ["updated_at", "2019-01-19 04:06:02.804988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 04:06:02.806044"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 04:06:02.816291"], ["updated_at", "2019-01-19 04:06:02.816291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 04:06:02.817309"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-19 04:06:02.836748"], ["updated_at", "2019-01-19 04:06:02.836748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_31"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 31"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_31"], ["name", "architect 31"], ["description", "architect 31"], ["created_at", "2019-01-19 04:06:02.861340"], ["updated_at", "2019-01-19 04:06:02.861340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-19 04:06:02.863344"], ["updated_at", "2019-01-19 04:06:02.863344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.3ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-19 04:06:02.959449"], ["updated_at", "2019-01-19 04:06:02.959449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-19 04:06:02.961243"], ["updated_at", "2019-01-19 04:06:02.961243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 04:06:02.965599"], ["updated_at", "2019-01-19 04:06:02.965599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 04:06:02.967276"], ["updated_at", "2019-01-19 04:06:02.967276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 04:06:02.969105"], ["updated_at", "2019-01-19 04:06:02.969105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bennettarmstrong@rippin.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bennettarmstrong@rippin.net"], ["encrypted_password", "$2a$04$Cc98GyHR3JOpx1nIr3M2iefaVW8ZR16XDViPPS92kBrK99vhOj8IW"], ["created_at", "2019-01-19 04:06:02.971814"], ["updated_at", "2019-01-19 04:06:02.971814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Maxime sunt similique vitae."], ["body", "Unde omnis voluptas. Voluptatibus et sequi. Officia sint maiores."], ["created_at", "2019-01-19 04:06:02.973068"], ["updated_at", "2019-01-19 04:06:02.973068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vernon@armstrong.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vernon@armstrong.biz"], ["encrypted_password", "$2a$04$xblUl8pMkAg6KsN0cjK3MOh1G8xZwJKFnO1HoX92dCyIguFZWmvTe"], ["created_at", "2019-01-19 04:06:02.976003"], ["updated_at", "2019-01-19 04:06:02.976003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Iure sunt dolorum et."], ["body", "Illo aliquam eveniet. Eligendi eum aut. Ex assumenda non."], ["created_at", "2019-01-19 04:06:02.977179"], ["updated_at", "2019-01-19 04:06:02.977179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 04:06:02.982341"], ["updated_at", "2019-01-19 04:06:02.982341"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 04:06:02.983941"], ["updated_at", "2019-01-19 04:06:02.983941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 04:06:02.985224"], ["updated_at", "2019-01-19 04:06:02.985224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nick@okon.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nick@okon.co"], ["encrypted_password", "$2a$04$4jV3adLVipfADOvcWC0xf.Sn/y9.k6xK9EcDUO9eR/4jHHkKY7vCC"], ["created_at", "2019-01-19 04:06:02.987638"], ["updated_at", "2019-01-19 04:06:02.987638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Est quo modi consectetur."], ["body", "Minima expedita culpa. Ex natus earum. Minus repellat esse."], ["created_at", "2019-01-19 04:06:02.988771"], ["updated_at", "2019-01-19 04:06:02.988771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "guymacgyver@goodwin.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "guymacgyver@goodwin.com"], ["encrypted_password", "$2a$04$NbyOixJdmgP7XdBCot5oKucTmIQxZxpQw3F1xMZCxHLsw0emSSqK2"], ["created_at", "2019-01-19 04:06:02.991621"], ["updated_at", "2019-01-19 04:06:02.991621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Vel cupiditate a voluptatem."], ["body", "Ex enim fuga. Autem dolorem maiores. Non eaque eum."], ["created_at", "2019-01-19 04:06:02.992678"], ["updated_at", "2019-01-19 04:06:02.992678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.2ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 04:06:02.996581"], ["updated_at", "2019-01-19 04:06:02.996581"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 04:06:02.998191"], ["updated_at", "2019-01-19 04:06:02.998191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 04:06:02.999520"], ["updated_at", "2019-01-19 04:06:02.999520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cherilyn@pouros.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cherilyn@pouros.biz"], ["encrypted_password", "$2a$04$naYj4wmZENgfOL1ziZ572O42FYBw74In6Mc8924RiziCtuLaI3/SG"], ["created_at", "2019-01-19 04:06:03.002079"], ["updated_at", "2019-01-19 04:06:03.002079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Perspiciatis dolores ut accusamus."], ["body", "Ut veritatis alias. Nam omnis rerum. Velit qui aliquam."], ["created_at", "2019-01-19 04:06:03.003173"], ["updated_at", "2019-01-19 04:06:03.003173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rheba@borercronin.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rheba@borercronin.co"], ["encrypted_password", "$2a$04$/MuS4x1uAvJZ7wZvyBNqC.Moy9M9oBS1h97Ur4ec/wgMXF3IYqDLy"], ["created_at", "2019-01-19 04:06:03.005802"], ["updated_at", "2019-01-19 04:06:03.005802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Ut eveniet a quia."], ["body", "Saepe sapiente sit. Quis et vel. Dicta et exercitationem."], ["created_at", "2019-01-19 04:06:03.006862"], ["updated_at", "2019-01-19 04:06:03.006862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 04:06:03.010615"], ["updated_at", "2019-01-19 04:06:03.010615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 04:06:03.011894"], ["updated_at", "2019-01-19 04:06:03.011894"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 04:06:03.013859"], ["updated_at", "2019-01-19 04:06:03.013859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bennie@feeney.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bennie@feeney.name"], ["encrypted_password", "$2a$04$6IWYLfe.u0ETBWTrzAOzLuIYi3EFHzRZt5/seXyc28N3cecad.RYu"], ["created_at", "2019-01-19 04:06:03.016533"], ["updated_at", "2019-01-19 04:06:03.016533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Id ab vel quia."], ["body", "Quaerat et qui. A animi sunt. Architecto est ea."], ["created_at", "2019-01-19 04:06:03.017676"], ["updated_at", "2019-01-19 04:06:03.017676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "franciemosciski@terry.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "franciemosciski@terry.info"], ["encrypted_password", "$2a$04$XYZSPBjl.p9FRtaZObeIl.r1Rr.bKU1gA0tf1vZG4CayXYdKbI0Dy"], ["created_at", "2019-01-19 04:06:03.020180"], ["updated_at", "2019-01-19 04:06:03.020180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Eveniet aut velit harum."], ["body", "Et molestiae dolorem. Dolore qui et. Rem voluptatem et."], ["created_at", "2019-01-19 04:06:03.021218"], ["updated_at", "2019-01-19 04:06:03.021218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dallasjenkins@wilderman.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dallasjenkins@wilderman.org"], ["encrypted_password", "$2a$04$s7HXiKV5t5FxhOjr07YxpudWOTj9igVoWsJxiKrHjWExs5VAIUQBe"], ["created_at", "2019-01-19 04:06:03.023608"], ["updated_at", "2019-01-19 04:06:03.023608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Natus rerum asperiores sit."], ["body", "Neque quis quidem. Aut impedit veniam. Ut magnam tempore."], ["created_at", "2019-01-19 04:06:03.024804"], ["updated_at", "2019-01-19 04:06:03.024804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.2ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 04:06:03.032606"], ["updated_at", "2019-01-19 04:06:03.032606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 04:06:03.034305"], ["updated_at", "2019-01-19 04:06:03.034305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 04:06:03.035787"], ["updated_at", "2019-01-19 04:06:03.035787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 04:06:03.037048"], ["updated_at", "2019-01-19 04:06:03.037048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roger@hoegerrosenbaum.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "roger@hoegerrosenbaum.co"], ["encrypted_password", "$2a$04$EtTaC2a0PpVsSTsKyN64RuIfq6ISSanR1MgDFN8x8E2LgdU9MrMhe"], ["created_at", "2019-01-19 04:06:03.039558"], ["updated_at", "2019-01-19 04:06:03.039558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Qui in laborum a."], ["body", "Ad harum odit. Quidem et reprehenderit. Et aliquam fuga."], ["created_at", "2019-01-19 04:06:03.040755"], ["updated_at", "2019-01-19 04:06:03.040755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darbyharvey@ruel.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darbyharvey@ruel.biz"], ["encrypted_password", "$2a$04$cZmCgr7OL7Pd/TORUBD8Refd0UnJuDV6KP94NxFGXhQsW2DYWReoW"], ["created_at", "2019-01-19 04:06:03.043491"], ["updated_at", "2019-01-19 04:06:03.043491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "A vel voluptatum perspiciatis."], ["body", "Quo est provident. Odio voluptatum aliquid. Quisquam laborum accusantium."], ["created_at", "2019-01-19 04:06:03.044545"], ["updated_at", "2019-01-19 04:06:03.044545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hyunbergnaum@jacobischulist.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hyunbergnaum@jacobischulist.co"], ["encrypted_password", "$2a$04$9xHyZS9lJX5z1b8SQPN.heX5sKgPPY/PmADE/AQKxswbO6Q8adulq"], ["created_at", "2019-01-19 04:06:03.046899"], ["updated_at", "2019-01-19 04:06:03.046899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Ut omnis odit ad."], ["body", "Sint maxime quas. Sit reprehenderit omnis. Alias labore officia."], ["created_at", "2019-01-19 04:06:03.048185"], ["updated_at", "2019-01-19 04:06:03.048185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "harlandruecker@kleindare.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "harlandruecker@kleindare.net"], ["encrypted_password", "$2a$04$j2Mh0f8Iwr0QK3RKJL2uGeMFcVAsB4AXpFmOJNK3ThaYL8Vilgseu"], ["created_at", "2019-01-19 04:06:03.050614"], ["updated_at", "2019-01-19 04:06:03.050614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Animi maiores nobis reiciendis."], ["body", "Sit atque nemo. Nesciunt aut sint. Exercitationem dolorem minus."], ["created_at", "2019-01-19 04:06:03.051586"], ["updated_at", "2019-01-19 04:06:03.051586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 04:06:03.056432"], ["updated_at", "2019-01-19 04:06:03.056432"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 04:06:03.058270"], ["updated_at", "2019-01-19 04:06:03.058270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 04:06:03.059678"], ["updated_at", "2019-01-19 04:06:03.059678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 04:06:03.060951"], ["updated_at", "2019-01-19 04:06:03.060951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "johnnie@hackett.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "johnnie@hackett.info"], ["encrypted_password", "$2a$04$qwQHL6mZIb0upa5aL2ji2O1z.OmZmw3fkpGVlskdHbeOuX0ONVHDO"], ["created_at", "2019-01-19 04:06:03.063372"], ["updated_at", "2019-01-19 04:06:03.063372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Et nobis fugiat dolorum."], ["body", "Iure asperiores et. Impedit dicta ad. Numquam molestias officia."], ["created_at", "2019-01-19 04:06:03.064593"], ["updated_at", "2019-01-19 04:06:03.064593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Jaime 30"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Jaime 30"], ["created_at", "2019-01-19 04:06:03.068270"], ["updated_at", "2019-01-19 04:06:03.068270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Wanetastad 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Wanetastad 31"], ["created_at", "2019-01-19 04:06:03.069993"], ["updated_at", "2019-01-19 04:06:03.069993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Torymouth 32"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Torymouth 32"], ["created_at", "2019-01-19 04:06:03.071004"], ["updated_at", "2019-01-19 04:06:03.071004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Ipsa perspiciatis vero qui."], ["created_at", "2019-01-19 04:06:03.076459"], ["updated_at", "2019-01-19 04:06:03.076459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 04:06:03.085135"], ["updated_at", "2019-01-19 04:06:03.085135"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 04:06:03.086191"], ["updated_at", "2019-01-19 04:06:03.086191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 04:06:03.090164"], ["updated_at", "2019-01-19 04:06:03.090164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 04:06:03.092285"], ["updated_at", "2019-01-19 04:06:03.092285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "florabshire@maggio.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "florabshire@maggio.net"], ["encrypted_password", "$2a$04$Vz7sfLzH5hX6GFGcKgAUougFq3UGc6lgnJXWAQQTl/hIzYKUhk00."], ["created_at", "2019-01-19 04:06:03.094944"], ["updated_at", "2019-01-19 04:06:03.094944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Maiores alias totam voluptatem."], ["body", "Quia sed velit. Et dolor itaque. Amet earum ipsum."], ["created_at", "2019-01-19 04:06:03.096143"], ["updated_at", "2019-01-19 04:06:03.096143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.4ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Quis vel impedit voluptatem."], ["created_at", "2019-01-19 04:06:03.098629"], ["updated_at", "2019-01-19 04:06:03.098629"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eloisaschiller@vandervort.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eloisaschiller@vandervort.co"], ["encrypted_password", "$2a$04$8Uls6szaxFTfxyrzZ84M2OW4I/qa77k9AoMQuFWvKRufNyeManXbG"], ["created_at", "2019-01-19 04:06:03.105059"], ["updated_at", "2019-01-19 04:06:03.105059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "silver 30"], ["created_at", "2019-01-19 04:06:03.107106"], ["updated_at", "2019-01-19 04:06:03.107106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Mary 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Mary 33"], ["created_at", "2019-01-19 04:06:03.108711"], ["updated_at", "2019-01-19 04:06:03.108711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quibusdam eaque id consequatur."], ["body", "Sed est sint. Debitis totam id. Similique odit eos."], ["created_at", "2019-01-19 04:06:03.109954"], ["updated_at", "2019-01-19 04:06:03.109954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Maishashire 34"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Maishashire 34"], ["created_at", "2019-01-19 04:06:03.113331"], ["updated_at", "2019-01-19 04:06:03.113331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Lavernport 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Lavernport 35"], ["created_at", "2019-01-19 04:06:03.115076"], ["updated_at", "2019-01-19 04:06:03.115076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 04:06:03.117972"], ["updated_at", "2019-01-19 04:06:03.117972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 04:06:03.119535"], ["updated_at", "2019-01-19 04:06:03.119535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "concetta@morarwehner.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "concetta@morarwehner.io"], ["encrypted_password", "$2a$04$Q8GoQyc5Um3PmGCR4hstpuSofi3dgacetLeHf8nM0ba/e0nob4Gde"], ["created_at", "2019-01-19 04:06:03.122393"], ["updated_at", "2019-01-19 04:06:03.122393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 31"], ["created_at", "2019-01-19 04:06:03.124067"], ["updated_at", "2019-01-19 04:06:03.124067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Velit beatae possimus minus."], ["body", "Ratione qui expedita. Maiores veniam et. Ratione et voluptas."], ["created_at", "2019-01-19 04:06:03.125239"], ["updated_at", "2019-01-19 04:06:03.125239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 04:06:03.128491"], ["updated_at", "2019-01-19 04:06:03.128491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 04:06:03.130084"], ["updated_at", "2019-01-19 04:06:03.130084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "benedictquitzon@schaden.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "benedictquitzon@schaden.org"], ["encrypted_password", "$2a$04$uZm2kZ.cWpsx3R2iQ90/key7OcBsURSmEPR7oF8Sbn4kpljlCU.WG"], ["created_at", "2019-01-19 04:06:03.132633"], ["updated_at", "2019-01-19 04:06:03.132633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "black 32"], ["created_at", "2019-01-19 04:06:03.134130"], ["updated_at", "2019-01-19 04:06:03.134130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Dolore quos maiores in."], ["body", "Autem facilis quae. Expedita vitae eos. Labore et cum."], ["created_at", "2019-01-19 04:06:03.135194"], ["updated_at", "2019-01-19 04:06:03.135194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Creminhaven 36"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Creminhaven 36"], ["created_at", "2019-01-19 04:06:03.141932"], ["updated_at", "2019-01-19 04:06:03.141932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Rosenbaumbury 37"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rosenbaumbury 37"], ["created_at", "2019-01-19 04:06:03.143393"], ["updated_at", "2019-01-19 04:06:03.143393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Carson 38"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Carson 38"], ["created_at", "2019-01-19 04:06:03.144396"], ["updated_at", "2019-01-19 04:06:03.144396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Eos dolorem voluptas vel."], ["created_at", "2019-01-19 04:06:03.145121"], ["updated_at", "2019-01-19 04:06:03.145121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 04:06:03.146547"], ["updated_at", "2019-01-19 04:06:03.146547"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 04:06:03.147290"], ["updated_at", "2019-01-19 04:06:03.147290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Annalee 39"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Annalee 39"], ["created_at", "2019-01-19 04:06:03.150671"], ["updated_at", "2019-01-19 04:06:03.150671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Erroltown 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Erroltown 40"], ["created_at", "2019-01-19 04:06:03.152436"], ["updated_at", "2019-01-19 04:06:03.152436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Shayne 41"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Shayne 41"], ["created_at", "2019-01-19 04:06:03.153614"], ["updated_at", "2019-01-19 04:06:03.153614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Angeline 42"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Angeline 42"], ["created_at", "2019-01-19 04:06:03.154723"], ["updated_at", "2019-01-19 04:06:03.154723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Quasi consectetur at sequi."], ["created_at", "2019-01-19 04:06:03.155521"], ["updated_at", "2019-01-19 04:06:03.155521"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 04:06:03.156984"], ["updated_at", "2019-01-19 04:06:03.156984"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 04:06:03.158011"], ["updated_at", "2019-01-19 04:06:03.158011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Pricestad 43"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pricestad 43"], ["created_at", "2019-01-19 04:06:03.161923"], ["updated_at", "2019-01-19 04:06:03.161923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "seth@rowegleason.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "seth@rowegleason.org"], ["encrypted_password", "$2a$04$H9Z7CkZTvy4BzuSzrZGqPupUOiezRK1FuIe2ykqejzt9PBSWujwt2"], ["created_at", "2019-01-19 04:06:03.165250"], ["updated_at", "2019-01-19 04:06:03.165250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "blue 33"], ["created_at", "2019-01-19 04:06:03.166992"], ["updated_at", "2019-01-19 04:06:03.166992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Rene 44"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Rene 44"], ["created_at", "2019-01-19 04:06:03.168534"], ["updated_at", "2019-01-19 04:06:03.168534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Aliquam voluptas et aliquid."], ["body", "Quis sequi molestiae. Maiores incidunt illum. Doloribus vitae id."], ["created_at", "2019-01-19 04:06:03.169824"], ["updated_at", "2019-01-19 04:06:03.169824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Columbus 45"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Columbus 45"], ["created_at", "2019-01-19 04:06:03.173244"], ["updated_at", "2019-01-19 04:06:03.173244"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fernandomcdermott@runolfsdottirhackett.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "fernandomcdermott@runolfsdottirhackett.info"], ["encrypted_password", "$2a$04$BX1a.sFBloPNeGXHCoj14OiZR.uFy/Jr5qeEcEf5iug/5iiewHPn."], ["created_at", "2019-01-19 04:06:03.176469"], ["updated_at", "2019-01-19 04:06:03.176469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 34"], ["created_at", "2019-01-19 04:06:03.178108"], ["updated_at", "2019-01-19 04:06:03.178108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Gilberteton 46"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Gilberteton 46"], ["created_at", "2019-01-19 04:06:03.179379"], ["updated_at", "2019-01-19 04:06:03.179379"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Maiores iure aspernatur ad."], ["body", "Asperiores sed id. Error et sunt. Qui veniam dolor."], ["created_at", "2019-01-19 04:06:03.180345"], ["updated_at", "2019-01-19 04:06:03.180345"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Margarettaview 47"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Margarettaview 47"], ["created_at", "2019-01-19 04:06:03.184443"], ["updated_at", "2019-01-19 04:06:03.184443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Collin 49"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Collin 49"], ["created_at", "2019-01-19 04:06:03.188357"], ["updated_at", "2019-01-19 04:06:03.188357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Cronaland 51"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Cronaland 51"], ["created_at", "2019-01-19 04:06:03.192191"], ["updated_at", "2019-01-19 04:06:03.192191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "riva@swift.io"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "riva@swift.io"], ["encrypted_password", "$2a$04$fFaGHb9D8u7pH0Krgewmb.PRoi2/Bx1GwiG6P2qpnQmAxelfJvxhq"], ["created_at", "2019-01-19 04:06:03.198870"], ["updated_at", "2019-01-19 04:06:03.198870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (1.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (1.3ms) DROP TABLE IF EXISTS "announcement_cities"  (0.1ms) SELECT sqlite_version(*)  (0.7ms) CREATE TABLE "announcement_cities" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "announcement_id" integer, "city_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "index_announcement_cities_on_announcement_id" ON "announcement_cities" ("announcement_id")  (0.6ms) CREATE INDEX "index_announcement_cities_on_city_id" ON "announcement_cities" ("city_id")  (0.7ms) DROP TABLE IF EXISTS "announcements"  (0.8ms) CREATE TABLE "announcements" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) DROP TABLE IF EXISTS "authz_business_process_has_controller_actions"  (0.8ms) CREATE TABLE "authz_business_process_has_controller_actions" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "authz_controller_action_id" integer, "authz_business_process_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE INDEX "authz_bphca_business_process_index" ON "authz_business_process_has_controller_actions" ("authz_business_process_id")  (1.0ms) CREATE INDEX "authz_bphca_controller_action_index" ON "authz_business_process_has_controller_actions" ("authz_controller_action_id")  (0.7ms) DROP TABLE IF EXISTS "authz_business_processes"  (0.7ms) CREATE TABLE "authz_business_processes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "code" varchar, "name" varchar, "description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) DROP TABLE IF EXISTS "authz_controller_actions"  (0.7ms) CREATE TABLE "authz_controller_actions" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "controller" varchar, "action" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) DROP TABLE IF EXISTS "authz_role_grants"  (0.6ms) CREATE TABLE "authz_role_grants" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "authz_role_id" integer NOT NULL, "rolable_type" varchar NOT NULL, "rolable_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "authz_role_grants_role_index" ON "authz_role_grants" ("authz_role_id")  (0.5ms) CREATE INDEX "authz_role_grants_rolable_index" ON "authz_role_grants" ("rolable_type", "rolable_id")  (0.6ms) DROP TABLE IF EXISTS "authz_role_has_business_processes"  (0.7ms) CREATE TABLE "authz_role_has_business_processes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "authz_business_process_id" integer, "authz_role_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "authz_rhbp_business_process_index" ON "authz_role_has_business_processes" ("authz_business_process_id")  (0.6ms) CREATE INDEX "authz_rhbp_role_index" ON "authz_role_has_business_processes" ("authz_role_id")  (0.6ms) DROP TABLE IF EXISTS "authz_roles"  (0.7ms) CREATE TABLE "authz_roles" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "code" varchar, "name" varchar, "description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) DROP TABLE IF EXISTS "authz_scoping_rules"  (0.7ms) CREATE TABLE "authz_scoping_rules" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "scopable" varchar, "authz_role_id" integer NOT NULL, "keyword" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "index_authz_scoping_rules_on_authz_role_id" ON "authz_scoping_rules" ("authz_role_id")  (0.6ms) CREATE INDEX "index_authz_scoping_rules_on_keyword" ON "authz_scoping_rules" ("keyword")  (0.7ms) CREATE INDEX "index_authz_scoping_rules_on_scopable" ON "authz_scoping_rules" ("scopable")  (0.5ms) DROP TABLE IF EXISTS "cities"  (0.6ms) CREATE TABLE "cities" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) DROP TABLE IF EXISTS "clearances"  (0.7ms) CREATE TABLE "clearances" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "level" integer, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) DROP TABLE IF EXISTS "ratings"  (0.8ms) CREATE TABLE "ratings" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "report_id" integer, "user_id" integer, "score" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "index_ratings_on_report_id" ON "ratings" ("report_id")  (0.7ms) CREATE INDEX "index_ratings_on_user_id" ON "ratings" ("user_id")  (0.7ms) DROP TABLE IF EXISTS "reports"  (0.6ms) CREATE TABLE "reports" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "clearance_id" integer, "city_id" integer, "title" varchar, "body" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "index_reports_on_city_id" ON "reports" ("city_id")  (0.6ms) CREATE INDEX "index_reports_on_clearance_id" ON "reports" ("clearance_id")  (0.7ms) CREATE INDEX "index_reports_on_user_id" ON "reports" ("user_id")  (0.6ms) DROP TABLE IF EXISTS "users"  (0.8ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.8ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "general_director@cia.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "general_director@cia.com"], ["encrypted_password", "$2a$04$uvQ01ZLfcxXesLri2..t2uc5mgECd8JXGl9NnVazUg0umW9GD.k5y"], ["created_at", "2019-01-19 07:47:11.881773"], ["updated_at", "2019-01-19 07:47:11.881773"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ny_director@cia.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ny_director@cia.com"], ["encrypted_password", "$2a$04$wdqJ2bkxBUQxWmyNBS0N..3WF5Z0Oj12o3Hl9rj.cAAEllT.f7q9m"], ["created_at", "2019-01-19 07:47:11.885272"], ["updated_at", "2019-01-19 07:47:11.885272"]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sf_director@cia.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sf_director@cia.com"], ["encrypted_password", "$2a$04$uTDyC5elSOJlt/mTzGIcW.XD6wRaLk5Jge2/cMQX5BoeJIuGDk4mC"], ["created_at", "2019-01-19 07:47:11.888593"], ["updated_at", "2019-01-19 07:47:11.888593"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ny_agent@cia.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ny_agent@cia.com"], ["encrypted_password", "$2a$04$Sg0Q8MuHKwV2cAIYyorWZ.MBf0/sXnjgbD9lww7L00nMldAkIWaeO"], ["created_at", "2019-01-19 07:47:11.891424"], ["updated_at", "2019-01-19 07:47:11.891424"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sf_agent@cia.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sf_agent@cia.com"], ["encrypted_password", "$2a$04$RJXjgl/WWufk0QzL9WqK8.xT1Cr3Hs5iwFmZhJPeyrf57LKczZHgq"], ["created_at", "2019-01-19 07:47:11.894220"], ["updated_at", "2019-01-19 07:47:11.894220"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ny_auditor@cia.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ny_auditor@cia.com"], ["encrypted_password", "$2a$04$527pIWBF6EJpvp7IkSCEee4jgcne1iq6BG5xG98XFxFbkY4oSzYh."], ["created_at", "2019-01-19 07:47:11.897143"], ["updated_at", "2019-01-19 07:47:11.897143"]]  (0.5ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sf_auditor@cia.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sf_auditor@cia.com"], ["encrypted_password", "$2a$04$aEZUP.HAlF0Z4b6yZIE9ZeD76AH.io7J2nf7DoTxMi5B6hmviqd.."], ["created_at", "2019-01-19 07:47:11.899844"], ["updated_at", "2019-01-19 07:47:11.899844"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "top-secret"], ["LIMIT", 1]] Clearance Create (0.3ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "top-secret"], ["created_at", "2019-01-19 07:47:11.908158"], ["updated_at", "2019-01-19 07:47:11.908158"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.3ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 07:47:11.911024"], ["updated_at", "2019-01-19 07:47:11.911024"]]  (0.6ms) commit transaction  (0.0ms) begin transaction City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New York"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New York"], ["created_at", "2019-01-19 07:47:11.919455"], ["updated_at", "2019-01-19 07:47:11.919455"]]  (0.6ms) commit transaction  (0.0ms) begin transaction City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "San Francisco"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "San Francisco"], ["created_at", "2019-01-19 07:47:11.921349"], ["updated_at", "2019-01-19 07:47:11.921349"]]  (0.5ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "announcement_cities"  (0.0ms) SELECT sqlite_version(*)  (1.1ms) CREATE TABLE "announcement_cities" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "announcement_id" integer, "city_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "index_announcement_cities_on_announcement_id" ON "announcement_cities" ("announcement_id")  (0.7ms) CREATE INDEX "index_announcement_cities_on_city_id" ON "announcement_cities" ("city_id")  (0.2ms) DROP TABLE IF EXISTS "announcements"  (0.7ms) CREATE TABLE "announcements" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "authz_business_process_has_controller_actions"  (0.7ms) CREATE TABLE "authz_business_process_has_controller_actions" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "authz_controller_action_id" integer, "authz_business_process_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE INDEX "authz_bphca_business_process_index" ON "authz_business_process_has_controller_actions" ("authz_business_process_id")  (0.7ms) CREATE INDEX "authz_bphca_controller_action_index" ON "authz_business_process_has_controller_actions" ("authz_controller_action_id")  (0.1ms) DROP TABLE IF EXISTS "authz_business_processes"  (0.7ms) CREATE TABLE "authz_business_processes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "code" varchar, "name" varchar, "description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "authz_controller_actions"  (0.6ms) CREATE TABLE "authz_controller_actions" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "controller" varchar, "action" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "authz_role_grants"  (0.6ms) CREATE TABLE "authz_role_grants" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "authz_role_id" integer NOT NULL, "rolable_type" varchar NOT NULL, "rolable_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE INDEX "authz_role_grants_role_index" ON "authz_role_grants" ("authz_role_id")  (0.6ms) CREATE INDEX "authz_role_grants_rolable_index" ON "authz_role_grants" ("rolable_type", "rolable_id")  (0.1ms) DROP TABLE IF EXISTS "authz_role_has_business_processes"  (0.5ms) CREATE TABLE "authz_role_has_business_processes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "authz_business_process_id" integer, "authz_role_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) CREATE INDEX "authz_rhbp_business_process_index" ON "authz_role_has_business_processes" ("authz_business_process_id")  (0.5ms) CREATE INDEX "authz_rhbp_role_index" ON "authz_role_has_business_processes" ("authz_role_id")  (0.1ms) DROP TABLE IF EXISTS "authz_roles"  (0.6ms) CREATE TABLE "authz_roles" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "code" varchar, "name" varchar, "description" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "authz_scoping_rules"  (0.7ms) CREATE TABLE "authz_scoping_rules" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "scopable" varchar, "authz_role_id" integer NOT NULL, "keyword" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "index_authz_scoping_rules_on_authz_role_id" ON "authz_scoping_rules" ("authz_role_id")  (0.6ms) CREATE INDEX "index_authz_scoping_rules_on_keyword" ON "authz_scoping_rules" ("keyword")  (0.7ms) CREATE INDEX "index_authz_scoping_rules_on_scopable" ON "authz_scoping_rules" ("scopable")  (0.1ms) DROP TABLE IF EXISTS "cities"  (0.7ms) CREATE TABLE "cities" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "clearances"  (0.7ms) CREATE TABLE "clearances" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "level" integer, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "ratings"  (0.6ms) CREATE TABLE "ratings" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "report_id" integer, "user_id" integer, "score" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "index_ratings_on_report_id" ON "ratings" ("report_id")  (0.8ms) CREATE INDEX "index_ratings_on_user_id" ON "ratings" ("user_id")  (0.1ms) DROP TABLE IF EXISTS "reports"  (0.7ms) CREATE TABLE "reports" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "clearance_id" integer, "city_id" integer, "title" varchar, "body" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE INDEX "index_reports_on_city_id" ON "reports" ("city_id")  (0.6ms) CREATE INDEX "index_reports_on_clearance_id" ON "reports" ("clearance_id")  (0.7ms) CREATE INDEX "index_reports_on_user_id" ON "reports" ("user_id")  (0.1ms) DROP TABLE IF EXISTS "users"  (0.7ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.5ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES (20190104080155)  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES (20181129002252), (20181128052541), (20181128042315), (20190103083513), (20190104075934), (20181128063016);   (0.7ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-01-19 07:47:23.524611"], ["updated_at", "2019-01-19 07:47:23.524611"]]  (0.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "general_director@cia.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "general_director@cia.com"], ["encrypted_password", "$2a$04$HUXcv98wXRpMIScATx75hOBVp.C9Rql0.3YE/sGjwNMKMOwbniB9C"], ["created_at", "2019-01-19 07:47:23.545826"], ["updated_at", "2019-01-19 07:47:23.545826"]]  (0.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ny_director@cia.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ny_director@cia.com"], ["encrypted_password", "$2a$04$YzIU90CslyTrve4pJ47VT.bzSud1qSCYTlJ9Rt7CIpfEyKdUuScxG"], ["created_at", "2019-01-19 07:47:23.549037"], ["updated_at", "2019-01-19 07:47:23.549037"]]  (0.5ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sf_director@cia.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sf_director@cia.com"], ["encrypted_password", "$2a$04$VmFuyomgOvL9I3qFLr99cO1lLFxE8N6jJG0hZhAjwHDTUOVzI1k2e"], ["created_at", "2019-01-19 07:47:23.551768"], ["updated_at", "2019-01-19 07:47:23.551768"]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ny_agent@cia.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ny_agent@cia.com"], ["encrypted_password", "$2a$04$KMBRDq0tUfoUn9scgHK.rO5inulakqwdKY7wf.4DIyULpOMrWPe2i"], ["created_at", "2019-01-19 07:47:23.554472"], ["updated_at", "2019-01-19 07:47:23.554472"]]  (0.5ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sf_agent@cia.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sf_agent@cia.com"], ["encrypted_password", "$2a$04$wuc4rzyDotXo8Eq.KhK6mO54a8RTNh5jhJEt2ZXerljme1V36M9bq"], ["created_at", "2019-01-19 07:47:23.557178"], ["updated_at", "2019-01-19 07:47:23.557178"]]  (0.5ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ny_auditor@cia.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ny_auditor@cia.com"], ["encrypted_password", "$2a$04$UzbdZ5UcKTNCrMVzjIayxuwdaytRXxEhogSWOG/XJhviobn4IU5uu"], ["created_at", "2019-01-19 07:47:23.559785"], ["updated_at", "2019-01-19 07:47:23.559785"]]  (0.5ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sf_auditor@cia.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sf_auditor@cia.com"], ["encrypted_password", "$2a$04$zN1TFg8J/vbe8mJJNy7oO.wjcJnLUnXjRKBpFStyTGIYXdFmYJtsS"], ["created_at", "2019-01-19 07:47:23.562489"], ["updated_at", "2019-01-19 07:47:23.562489"]]  (0.5ms) commit transaction  (0.0ms) begin transaction Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "top-secret"], ["LIMIT", 1]] Clearance Create (0.2ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "top-secret"], ["created_at", "2019-01-19 07:47:23.569983"], ["updated_at", "2019-01-19 07:47:23.569983"]]  (0.5ms) commit transaction  (0.0ms) begin transaction Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.2ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 07:47:23.571864"], ["updated_at", "2019-01-19 07:47:23.571864"]]  (0.4ms) commit transaction  (0.0ms) begin transaction City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New York"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New York"], ["created_at", "2019-01-19 07:47:23.578420"], ["updated_at", "2019-01-19 07:47:23.578420"]]  (0.6ms) commit transaction  (0.0ms) begin transaction City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "San Francisco"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "San Francisco"], ["created_at", "2019-01-19 07:47:23.580178"], ["updated_at", "2019-01-19 07:47:23.580178"]]  (0.5ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT sqlite_version(*)  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to DeviseCreateUsers (20181128042315)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20181128042315"]]  (0.8ms) commit transaction Migrating to CreateClearances (20181128052541)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "clearances" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "level" integer, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20181128052541"]]  (0.5ms) commit transaction Migrating to CreateCities (20181128063016)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "cities" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20181128063016"]]  (0.6ms) commit transaction Migrating to CreateReports (20181129002252)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "reports" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "clearance_id" integer, "city_id" integer, "title" varchar, "body" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, CONSTRAINT "fk_rails_c7699d537d" FOREIGN KEY ("user_id") REFERENCES "users" ("id") , CONSTRAINT "fk_rails_497347bc85" FOREIGN KEY ("clearance_id") REFERENCES "clearances" ("id") , CONSTRAINT "fk_rails_0e85997f50" FOREIGN KEY ("city_id") REFERENCES "cities" ("id") )  (0.1ms) CREATE INDEX "index_reports_on_user_id" ON "reports" ("user_id")  (0.1ms) CREATE INDEX "index_reports_on_clearance_id" ON "reports" ("clearance_id")  (0.1ms) CREATE INDEX "index_reports_on_city_id" ON "reports" ("city_id") ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20181129002252"]]  (0.7ms) commit transaction Migrating to CreateRatings (20190103083513)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "ratings" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "report_id" integer, "user_id" integer, "score" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, CONSTRAINT "fk_rails_9a416b320a" FOREIGN KEY ("report_id") REFERENCES "reports" ("id") , CONSTRAINT "fk_rails_a7dfeb9f5f" FOREIGN KEY ("user_id") REFERENCES "users" ("id") )  (0.1ms) CREATE INDEX "index_ratings_on_report_id" ON "ratings" ("report_id")  (0.1ms) CREATE INDEX "index_ratings_on_user_id" ON "ratings" ("user_id") ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190103083513"]]  (0.6ms) commit transaction Migrating to CreateAnnouncements (20190104075934)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "announcements" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190104075934"]]  (0.5ms) commit transaction Migrating to CreateAnnouncementCities (20190104080155)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "announcement_cities" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "announcement_id" integer, "city_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, CONSTRAINT "fk_rails_f0ac4e0571" FOREIGN KEY ("announcement_id") REFERENCES "announcements" ("id") , CONSTRAINT "fk_rails_6562be5dd7" FOREIGN KEY ("city_id") REFERENCES "cities" ("id") )  (0.1ms) CREATE INDEX "index_announcement_cities_on_announcement_id" ON "announcement_cities" ("announcement_id")  (0.1ms) CREATE INDEX "index_announcement_cities_on_city_id" ON "announcement_cities" ("city_id") ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190104080155"]]  (0.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-01-19 07:47:47.568833"], ["updated_at", "2019-01-19 07:47:47.568833"]]  (0.5ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Report Load (0.1ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sandyjakubowski@ortiz.biz"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sandyjakubowski@ortiz.biz"], ["encrypted_password", "$2a$04$bsHNBzIwsIZmwwDiNV.QhO.1Pnm4rsNm1loLkH8e./EF5Xuv/UmbS"], ["created_at", "2019-01-19 07:48:22.189805"], ["updated_at", "2019-01-19 07:48:22.189805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tennillegoldner@wiza.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tennillegoldner@wiza.info"], ["encrypted_password", "$2a$04$LR.OCgjdeL0CUExFxgNnruTVf1tQs52f5JhntERHqa/GkOTKQxbGO"], ["created_at", "2019-01-19 07:48:22.210194"], ["updated_at", "2019-01-19 07:48:22.210194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mickey@rodriguez.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mickey@rodriguez.io"], ["encrypted_password", "$2a$04$BNkVyQAaHUbYuvcqFE3G3uAHCJBBk.BmsMZOqgGr4pj/gTb1hizyG"], ["created_at", "2019-01-19 07:48:22.217022"], ["updated_at", "2019-01-19 07:48:22.217022"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fernanda@beer.com"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "fernanda@beer.com"], ["encrypted_password", "$2a$04$tBPj0Rbj1ulVXZLpbXq0Y.waTHR3FuZf.4dGUVXG22f6HUeDlGXYe"], ["created_at", "2019-01-19 07:48:22.224418"], ["updated_at", "2019-01-19 07:48:22.224418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeffspencer@beer.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jeffspencer@beer.name"], ["encrypted_password", "$2a$04$Mb0z7T6f/KsSA1QEnhgWg.upbRZcb6Ln45/0N.oyzM2JgLBaHWCxq"], ["created_at", "2019-01-19 07:48:22.232025"], ["updated_at", "2019-01-19 07:48:22.232025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "antwanjones@mueller.com"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "antwanjones@mueller.com"], ["encrypted_password", "$2a$04$VltEKghEzgrQ2YSuLf6XYeXf/odHW3u1e0ijvmjA0KmqBK1V7mYu."], ["created_at", "2019-01-19 07:48:22.239377"], ["updated_at", "2019-01-19 07:48:22.239377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "max@pollich.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "max@pollich.name"], ["encrypted_password", "$2a$04$yrBhqCTPBJUwelXIrBWYNu9s8LypFaPbYC0KFVHk.o0jLFVSFKTgW"], ["created_at", "2019-01-19 07:48:22.247218"], ["updated_at", "2019-01-19 07:48:22.247218"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elijah@gerlach.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elijah@gerlach.biz"], ["encrypted_password", "$2a$04$TCmfM/UC0Zn2tVxIa.CJj.NPklycVaAQ8GfSOvJBVohxsHnKZfaFW"], ["created_at", "2019-01-19 07:48:22.260779"], ["updated_at", "2019-01-19 07:48:22.260779"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "santosmacgyver@tremblay.org"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "santosmacgyver@tremblay.org"], ["encrypted_password", "$2a$04$c/19WWmdU0PRmsYAU10KYujIjdV44GAacbi8uOrAolimKOG85glMO"], ["created_at", "2019-01-19 07:48:22.269810"], ["updated_at", "2019-01-19 07:48:22.269810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sherron@kirlin.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sherron@kirlin.org"], ["encrypted_password", "$2a$04$yrDd7DTdY8f.q3torQrfQO8jGa6C0pPPPXRHUAQkU1R1V.dWuW2/C"], ["created_at", "2019-01-19 07:48:22.279057"], ["updated_at", "2019-01-19 07:48:22.279057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 1"], ["created_at", "2019-01-19 07:48:22.290733"], ["updated_at", "2019-01-19 07:48:22.290733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Halvorsontown 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Halvorsontown 1"], ["created_at", "2019-01-19 07:48:22.298339"], ["updated_at", "2019-01-19 07:48:22.298339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.3ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Rerum animi eum et."], ["body", "Quam doloribus in. Ut ut id. Ut aut itaque."], ["created_at", "2019-01-19 07:48:22.300554"], ["updated_at", "2019-01-19 07:48:22.300554"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brenthaag@feeneyconn.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "brenthaag@feeneyconn.net"], ["encrypted_password", "$2a$04$.8D2wjSuUj1B2Rx6ZMvBhe1cho1ObmEwi4tcwDWYfkjQBq4aqFZ1C"], ["created_at", "2019-01-19 07:48:22.325378"], ["updated_at", "2019-01-19 07:48:22.325378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dennis@kerluke.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dennis@kerluke.name"], ["encrypted_password", "$2a$04$yqNaIneZxRUzFGD4r4X85OoW3/GX1L9cYFpCloaZN3cZ4DzAcTki."], ["created_at", "2019-01-19 07:48:22.335160"], ["updated_at", "2019-01-19 07:48:22.335160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ianhagenes@okonbreitenberg.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ianhagenes@okonbreitenberg.biz"], ["encrypted_password", "$2a$04$bJVgJ1jIYz/NgB151RBk8u8IOAv0P1Tj3cHccDnmj9HVTdIqoAP02"], ["created_at", "2019-01-19 07:48:22.344542"], ["updated_at", "2019-01-19 07:48:22.344542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-19 07:48:22.784319"], ["updated_at", "2019-01-19 07:48:22.784319"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-19 07:48:22.787004"], ["updated_at", "2019-01-19 07:48:22.787004"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.2ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 07:48:22.797362"], ["updated_at", "2019-01-19 07:48:22.797362"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 07:48:22.799539"], ["updated_at", "2019-01-19 07:48:22.799539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 07:48:22.801473"], ["updated_at", "2019-01-19 07:48:22.801473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rusty@hills.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rusty@hills.io"], ["encrypted_password", "$2a$04$hHZJj57YDoXkmMMtiJfQsOAwxzSWqnx.CdMG2KDprTXaV1nxZTUpS"], ["created_at", "2019-01-19 07:48:22.805100"], ["updated_at", "2019-01-19 07:48:22.805100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.3ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Aut voluptas dolor sequi."], ["body", "Ab alias est. Veniam quod eos. Rerum molestiae facilis."], ["created_at", "2019-01-19 07:48:22.807109"], ["updated_at", "2019-01-19 07:48:22.807109"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marion@bartolettikeler.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marion@bartolettikeler.net"], ["encrypted_password", "$2a$04$VbRIgATpt4pHRPSkEh.Yfe6.02/lZheDvK.mnhGLdiP8O9kt4Dci."], ["created_at", "2019-01-19 07:48:22.810984"], ["updated_at", "2019-01-19 07:48:22.810984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Veniam molestias ipsa aut."], ["body", "Ducimus quo repellat. Fugit sit voluptas. Ipsa et minima."], ["created_at", "2019-01-19 07:48:22.812465"], ["updated_at", "2019-01-19 07:48:22.812465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 07:48:22.823963"], ["updated_at", "2019-01-19 07:48:22.823963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 07:48:22.825980"], ["updated_at", "2019-01-19 07:48:22.825980"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 07:48:22.827552"], ["updated_at", "2019-01-19 07:48:22.827552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "okborer@bahringerharber.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "okborer@bahringerharber.co"], ["encrypted_password", "$2a$04$UTYK6tI0nE/cwOt61J.K9u9RwiN7/0HhJnFc2C48/29txutrRPQoa"], ["created_at", "2019-01-19 07:48:22.830321"], ["updated_at", "2019-01-19 07:48:22.830321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ut eos ut cupiditate."], ["body", "Rem alias rerum. Fugiat aut enim. Consequatur velit quam."], ["created_at", "2019-01-19 07:48:22.831614"], ["updated_at", "2019-01-19 07:48:22.831614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lauren@krajcik.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lauren@krajcik.biz"], ["encrypted_password", "$2a$04$ai/5h3mxn8Bpf5F8Kig62.oG4bmxQxWHFJi3zFlPBKOxlvPjEpCLm"], ["created_at", "2019-01-19 07:48:22.834797"], ["updated_at", "2019-01-19 07:48:22.834797"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Aut rerum suscipit blanditiis."], ["body", "Repellendus porro numquam. Fugit accusantium error. Voluptatem vel sint."], ["created_at", "2019-01-19 07:48:22.836133"], ["updated_at", "2019-01-19 07:48:22.836133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 07:48:22.840352"], ["updated_at", "2019-01-19 07:48:22.840352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 07:48:22.842619"], ["updated_at", "2019-01-19 07:48:22.842619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 07:48:22.844298"], ["updated_at", "2019-01-19 07:48:22.844298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "templeanderson@schamberger.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "templeanderson@schamberger.biz"], ["encrypted_password", "$2a$04$rzqdJe/8yLWQ.Es7vgBH4.yzmXJq52/uyY8FUdPbC/wxMTgxk5PTy"], ["created_at", "2019-01-19 07:48:22.847624"], ["updated_at", "2019-01-19 07:48:22.847624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Odit alias consequatur non."], ["body", "Eum corporis laudantium. Aliquam nesciunt voluptatum. Non et nemo."], ["created_at", "2019-01-19 07:48:22.849930"], ["updated_at", "2019-01-19 07:48:22.849930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shannonmuller@kiehn.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shannonmuller@kiehn.io"], ["encrypted_password", "$2a$04$L959/dDbJ7Qi3HuJM9gIlem/20lOLvNQtmfV61oa9ils8wwnoW26K"], ["created_at", "2019-01-19 07:48:22.854079"], ["updated_at", "2019-01-19 07:48:22.854079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Accusantium odio voluptatibus fuga."], ["body", "Eius reprehenderit sequi. Iste aut in. Sit tempora sit."], ["created_at", "2019-01-19 07:48:22.856471"], ["updated_at", "2019-01-19 07:48:22.856471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 07:48:22.862153"], ["updated_at", "2019-01-19 07:48:22.862153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 07:48:22.864474"], ["updated_at", "2019-01-19 07:48:22.864474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 07:48:22.866781"], ["updated_at", "2019-01-19 07:48:22.866781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "americamclaughlin@breitenberg.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "americamclaughlin@breitenberg.io"], ["encrypted_password", "$2a$04$IbGMzYyxo/oNk8oiBz8H/e97U1SWCzZX1ytxi6TDcT8k/NfZvjKQ2"], ["created_at", "2019-01-19 07:48:22.870919"], ["updated_at", "2019-01-19 07:48:22.870919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Tenetur quisquam sed deleniti."], ["body", "Dignissimos et ut. Nesciunt consequatur ipsam. Omnis nulla dolore."], ["created_at", "2019-01-19 07:48:22.872960"], ["updated_at", "2019-01-19 07:48:22.872960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "blakecollier@abbottarmstrong.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "blakecollier@abbottarmstrong.name"], ["encrypted_password", "$2a$04$/PusMPRwGIlV7rsu2A9egOcJVi5D685AxOWljz.DepmIlGee7UEiS"], ["created_at", "2019-01-19 07:48:22.877376"], ["updated_at", "2019-01-19 07:48:22.877376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Omnis et nihil sunt."], ["body", "Autem sint ratione. Expedita sed fugiat. Assumenda id occaecati."], ["created_at", "2019-01-19 07:48:22.879169"], ["updated_at", "2019-01-19 07:48:22.879169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marketta@feestcormier.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marketta@feestcormier.info"], ["encrypted_password", "$2a$04$YF6nPAnnVKUyYDLx.Raf.epC6OUWZuzwzAg/Ol6H0j/YdISjfVn4m"], ["created_at", "2019-01-19 07:48:22.882863"], ["updated_at", "2019-01-19 07:48:22.882863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Aperiam quia accusamus soluta."], ["body", "Sunt vitae corrupti. Rerum ducimus quia. Dolorem nihil id."], ["created_at", "2019-01-19 07:48:22.884308"], ["updated_at", "2019-01-19 07:48:22.884308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 07:48:22.894873"], ["updated_at", "2019-01-19 07:48:22.894873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 07:48:22.896990"], ["updated_at", "2019-01-19 07:48:22.896990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 07:48:22.899266"], ["updated_at", "2019-01-19 07:48:22.899266"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 07:48:22.901356"], ["updated_at", "2019-01-19 07:48:22.901356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "andreherzog@dare.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "andreherzog@dare.io"], ["encrypted_password", "$2a$04$PJ./UfzVuL7/2ZsiHXgwHeaTbfuwumAB8YWRUzxq601lWW3xgk8e6"], ["created_at", "2019-01-19 07:48:22.905455"], ["updated_at", "2019-01-19 07:48:22.905455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Neque deleniti quis temporibus."], ["body", "Reiciendis laudantium ab. Vel ipsum reiciendis. Iure placeat soluta."], ["created_at", "2019-01-19 07:48:22.906977"], ["updated_at", "2019-01-19 07:48:22.906977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yaelkrajcik@oberbrunner.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "yaelkrajcik@oberbrunner.com"], ["encrypted_password", "$2a$04$U3x2iR5xaMVqmk6tvE4cR.r1NNwAt2rBEqplh/digwXgPb3ibjyxC"], ["created_at", "2019-01-19 07:48:22.910231"], ["updated_at", "2019-01-19 07:48:22.910231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Id quia doloribus placeat."], ["body", "Ut officiis dolorem. Voluptate magni quas. Autem enim dolore."], ["created_at", "2019-01-19 07:48:22.912004"], ["updated_at", "2019-01-19 07:48:22.912004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ilonaklocko@gerlach.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ilonaklocko@gerlach.io"], ["encrypted_password", "$2a$04$EgZIK4oxIJIGefulioNZH.dlwva6ME4hNo1XBWCXPMiywqFmMHeq."], ["created_at", "2019-01-19 07:48:22.915306"], ["updated_at", "2019-01-19 07:48:22.915306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Quam et omnis sit."], ["body", "Provident quod reprehenderit. Dolor amet deserunt. Voluptatem nulla rerum."], ["created_at", "2019-01-19 07:48:22.916709"], ["updated_at", "2019-01-19 07:48:22.916709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deena@cartwright.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "deena@cartwright.info"], ["encrypted_password", "$2a$04$soefD3gWgrwnwikFxXFkZeCFgix3tQ99v5aOVqoRml1POWxirn3aO"], ["created_at", "2019-01-19 07:48:22.920796"], ["updated_at", "2019-01-19 07:48:22.920796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Consequuntur eum temporibus pariatur."], ["body", "Quod unde consectetur. Omnis eveniet architecto. Autem eos molestiae."], ["created_at", "2019-01-19 07:48:22.922328"], ["updated_at", "2019-01-19 07:48:22.922328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 07:48:22.929577"], ["updated_at", "2019-01-19 07:48:22.929577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 07:48:22.932033"], ["updated_at", "2019-01-19 07:48:22.932033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 07:48:22.933907"], ["updated_at", "2019-01-19 07:48:22.933907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 07:48:22.935679"], ["updated_at", "2019-01-19 07:48:22.935679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dottie@bernierruel.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dottie@bernierruel.name"], ["encrypted_password", "$2a$04$EiufrLMPwlprcFgVa9Hy1uoqqQlx0YLpskH57.Hyts0uROlgsQJGC"], ["created_at", "2019-01-19 07:48:22.939310"], ["updated_at", "2019-01-19 07:48:22.939310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Perspiciatis quis ut aperiam."], ["body", "Ipsum ab consectetur. Minima at laborum. Incidunt ipsum at."], ["created_at", "2019-01-19 07:48:22.941099"], ["updated_at", "2019-01-19 07:48:22.941099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kerlukemouth 2"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kerlukemouth 2"], ["created_at", "2019-01-19 07:48:22.945449"], ["updated_at", "2019-01-19 07:48:22.945449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Gloryfurt 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Gloryfurt 3"], ["created_at", "2019-01-19 07:48:22.947793"], ["updated_at", "2019-01-19 07:48:22.947793"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Jimmyview 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jimmyview 4"], ["created_at", "2019-01-19 07:48:22.949814"], ["updated_at", "2019-01-19 07:48:22.949814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.2ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Reiciendis voluptas cupiditate natus."], ["created_at", "2019-01-19 07:48:22.956796"], ["updated_at", "2019-01-19 07:48:22.956796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 07:48:22.967752"], ["updated_at", "2019-01-19 07:48:22.967752"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 07:48:22.968932"], ["updated_at", "2019-01-19 07:48:22.968932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.5ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 07:48:22.973390"], ["updated_at", "2019-01-19 07:48:22.973390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 07:48:22.975474"], ["updated_at", "2019-01-19 07:48:22.975474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mindy@bradtkeschaden.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mindy@bradtkeschaden.io"], ["encrypted_password", "$2a$04$1tndzjkfrZBQIVWrS4YWRex7EMA39x2PqmHhqhpT7TIlveHTWzXrC"], ["created_at", "2019-01-19 07:48:22.984410"], ["updated_at", "2019-01-19 07:48:22.984410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Blanditiis commodi perferendis officiis."], ["body", "Debitis qui voluptatem. Esse sit qui. Ut tempora asperiores."], ["created_at", "2019-01-19 07:48:22.985677"], ["updated_at", "2019-01-19 07:48:22.985677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Announcement Create (0.3ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Ratione alias necessitatibus sunt."], ["created_at", "2019-01-19 07:48:22.988764"], ["updated_at", "2019-01-19 07:48:22.988764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "winford@haleywisozk.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "winford@haleywisozk.io"], ["encrypted_password", "$2a$04$T.sOFh58ZYTv1dJfrx8nh.vcDJCL0uyMvGVD46ssm.RcIXq9dYfaW"], ["created_at", "2019-01-19 07:48:22.995413"], ["updated_at", "2019-01-19 07:48:22.995413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "cyan 2"], ["created_at", "2019-01-19 07:48:22.997574"], ["updated_at", "2019-01-19 07:48:22.997574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Neelyport 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Neelyport 5"], ["created_at", "2019-01-19 07:48:22.998829"], ["updated_at", "2019-01-19 07:48:22.998829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quia aut aut praesentium."], ["body", "Et sint sed. Impedit eveniet et. Omnis eum perspiciatis."], ["created_at", "2019-01-19 07:48:22.999866"], ["updated_at", "2019-01-19 07:48:22.999866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Marshallchester 6"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Marshallchester 6"], ["created_at", "2019-01-19 07:48:23.003197"], ["updated_at", "2019-01-19 07:48:23.003197"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Edwardo 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Edwardo 7"], ["created_at", "2019-01-19 07:48:23.004938"], ["updated_at", "2019-01-19 07:48:23.004938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 07:48:23.008318"], ["updated_at", "2019-01-19 07:48:23.008318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 07:48:23.009580"], ["updated_at", "2019-01-19 07:48:23.009580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "isaias@reichel.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "isaias@reichel.biz"], ["encrypted_password", "$2a$04$t96UWYQOTINmDz9LeboTxulytUDy0GSsHZN.aasxCX9F58WYNs0Za"], ["created_at", "2019-01-19 07:48:23.012886"], ["updated_at", "2019-01-19 07:48:23.012886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "black 3"], ["created_at", "2019-01-19 07:48:23.014574"], ["updated_at", "2019-01-19 07:48:23.014574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quod alias iusto nostrum."], ["body", "Quibusdam id et. Consequatur amet officiis. Et qui beatae."], ["created_at", "2019-01-19 07:48:23.015630"], ["updated_at", "2019-01-19 07:48:23.015630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 07:48:23.018618"], ["updated_at", "2019-01-19 07:48:23.018618"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 07:48:23.020462"], ["updated_at", "2019-01-19 07:48:23.020462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "junkoprosacco@mcglynn.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "junkoprosacco@mcglynn.biz"], ["encrypted_password", "$2a$04$BeiNQEgSI0cgfdlBjOU2Ye3A5A08UXItqFOh88ahJvD2qRQEZoSvm"], ["created_at", "2019-01-19 07:48:23.023329"], ["updated_at", "2019-01-19 07:48:23.023329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "magenta 4"], ["created_at", "2019-01-19 07:48:23.025163"], ["updated_at", "2019-01-19 07:48:23.025163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Explicabo et quis porro."], ["body", "Asperiores dicta voluptatem. Error mollitia ipsa. Fugit voluptates suscipit."], ["created_at", "2019-01-19 07:48:23.026285"], ["updated_at", "2019-01-19 07:48:23.026285"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Shadfurt 8"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Shadfurt 8"], ["created_at", "2019-01-19 07:48:23.030342"], ["updated_at", "2019-01-19 07:48:23.030342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lanimouth 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lanimouth 9"], ["created_at", "2019-01-19 07:48:23.032035"], ["updated_at", "2019-01-19 07:48:23.032035"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Michaelville 10"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Michaelville 10"], ["created_at", "2019-01-19 07:48:23.033170"], ["updated_at", "2019-01-19 07:48:23.033170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Doloribus et voluptas quisquam."], ["created_at", "2019-01-19 07:48:23.033974"], ["updated_at", "2019-01-19 07:48:23.033974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 07:48:23.035474"], ["updated_at", "2019-01-19 07:48:23.035474"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 07:48:23.036358"], ["updated_at", "2019-01-19 07:48:23.036358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Cletus 11"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Cletus 11"], ["created_at", "2019-01-19 07:48:23.040102"], ["updated_at", "2019-01-19 07:48:23.040102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Hugofurt 12"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Hugofurt 12"], ["created_at", "2019-01-19 07:48:23.041704"], ["updated_at", "2019-01-19 07:48:23.041704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Dickensmouth 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dickensmouth 13"], ["created_at", "2019-01-19 07:48:23.042983"], ["updated_at", "2019-01-19 07:48:23.042983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Budfurt 14"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Budfurt 14"], ["created_at", "2019-01-19 07:48:23.044583"], ["updated_at", "2019-01-19 07:48:23.044583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Quis et corrupti quis."], ["created_at", "2019-01-19 07:48:23.045437"], ["updated_at", "2019-01-19 07:48:23.045437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 07:48:23.046837"], ["updated_at", "2019-01-19 07:48:23.046837"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 07:48:23.047630"], ["updated_at", "2019-01-19 07:48:23.047630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Ahmed 15"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Ahmed 15"], ["created_at", "2019-01-19 07:48:23.051622"], ["updated_at", "2019-01-19 07:48:23.051622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jimmy@grimes.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jimmy@grimes.org"], ["encrypted_password", "$2a$04$xMeCuMzod8M0or8QG8CKeOMD7eYRGEPOTcRoEkoqFBoBKSshNkvVy"], ["created_at", "2019-01-19 07:48:23.054888"], ["updated_at", "2019-01-19 07:48:23.054888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 5"], ["created_at", "2019-01-19 07:48:23.056612"], ["updated_at", "2019-01-19 07:48:23.056612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Fidelfort 16"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Fidelfort 16"], ["created_at", "2019-01-19 07:48:23.058160"], ["updated_at", "2019-01-19 07:48:23.058160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Perferendis eveniet occaecati libero."], ["body", "Quo minus nihil. Voluptatem eligendi maxime. Labore vel illum."], ["created_at", "2019-01-19 07:48:23.059320"], ["updated_at", "2019-01-19 07:48:23.059320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ziemannfurt 17"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ziemannfurt 17"], ["created_at", "2019-01-19 07:48:23.063423"], ["updated_at", "2019-01-19 07:48:23.063423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "daniel@schmidt.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "daniel@schmidt.biz"], ["encrypted_password", "$2a$04$rKzhmpsqYwAmQ1URHBq.MeiukYu1uapzWqqb6Uw43PKX6tBh00d4C"], ["created_at", "2019-01-19 07:48:23.066403"], ["updated_at", "2019-01-19 07:48:23.066403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 6"], ["created_at", "2019-01-19 07:48:23.068050"], ["updated_at", "2019-01-19 07:48:23.068050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Nguyetbury 18"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Nguyetbury 18"], ["created_at", "2019-01-19 07:48:23.069350"], ["updated_at", "2019-01-19 07:48:23.069350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Dolores necessitatibus soluta autem."], ["body", "Laborum laudantium magni. Accusantium dolor repudiandae. Eligendi ea rerum."], ["created_at", "2019-01-19 07:48:23.070373"], ["updated_at", "2019-01-19 07:48:23.070373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Raphaelburgh 19"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Raphaelburgh 19"], ["created_at", "2019-01-19 07:48:23.074292"], ["updated_at", "2019-01-19 07:48:23.074292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Soniaside 21"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Soniaside 21"], ["created_at", "2019-01-19 07:48:23.077680"], ["updated_at", "2019-01-19 07:48:23.077680"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Vincenthaven 23"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Vincenthaven 23"], ["created_at", "2019-01-19 07:48:23.082117"], ["updated_at", "2019-01-19 07:48:23.082117"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adolphsenger@kulasdaugherty.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "adolphsenger@kulasdaugherty.io"], ["encrypted_password", "$2a$04$laceaeOV.S1.jtLQvOFrg.jtq1bfEfR3XnrPFj6NB9Ywxn7x/Bhai"], ["created_at", "2019-01-19 07:48:23.088885"], ["updated_at", "2019-01-19 07:48:23.088885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) [31mrollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Report Load (0.1ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "syble@block.info"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "syble@block.info"], ["encrypted_password", "$2a$04$vzWkID1aZZfm9hHfHP24aeCt/e6cv/LEu29H97ZO5k9jldscJv4r6"], ["created_at", "2019-01-19 07:49:05.371780"], ["updated_at", "2019-01-19 07:49:05.371780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "albertopfannerstill@von.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "albertopfannerstill@von.info"], ["encrypted_password", "$2a$04$BOQifDS9q9GWXB9isywfVuuCkmTCwFKRZPsg0ndn11R11L1SZjZQ6"], ["created_at", "2019-01-19 07:49:05.392172"], ["updated_at", "2019-01-19 07:49:05.392172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "walkeradams@lang.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "walkeradams@lang.co"], ["encrypted_password", "$2a$04$Y/1TZYJXscGzSSws9Xu2PerXm9Yufn9kivXOoLnjhFOaHiBmQawKS"], ["created_at", "2019-01-19 07:49:05.398701"], ["updated_at", "2019-01-19 07:49:05.398701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reginiahammes@weimann.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "reginiahammes@weimann.co"], ["encrypted_password", "$2a$04$q7GELmsBRx645huyFqiK.umiEOdg08Vx7R2NlBFHgii.segVLaTeq"], ["created_at", "2019-01-19 07:49:05.405380"], ["updated_at", "2019-01-19 07:49:05.405380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "annette@johnsonlittle.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "annette@johnsonlittle.biz"], ["encrypted_password", "$2a$04$8dzh1qVmTYezqT6dUP1n6.WMaT0Cq/RHINHs6vrnurB0U.BKABPk."], ["created_at", "2019-01-19 07:49:05.413076"], ["updated_at", "2019-01-19 07:49:05.413076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "valentineleuschke@spinka.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "valentineleuschke@spinka.org"], ["encrypted_password", "$2a$04$vlouwHrkLbwpnhBhEr/lp.0vklBm0CgDEEwaUArKQ04kiq2AG4C62"], ["created_at", "2019-01-19 07:49:05.420489"], ["updated_at", "2019-01-19 07:49:05.420489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ellsworthbeahan@quigley.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ellsworthbeahan@quigley.biz"], ["encrypted_password", "$2a$04$QdhayY5Llv3RE6Bb8ticm.sQ8cUFu51WdKxPINGHYiLqfI3/kRE4C"], ["created_at", "2019-01-19 07:49:05.428623"], ["updated_at", "2019-01-19 07:49:05.428623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "normanprosacco@schinnerpfeffer.info"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "normanprosacco@schinnerpfeffer.info"], ["encrypted_password", "$2a$04$zFdbmkn7zjz4Z5/ybKYFCu71bj92bhlTXbJfj/AB6U1DeKnJ8uUSq"], ["created_at", "2019-01-19 07:49:05.441765"], ["updated_at", "2019-01-19 07:49:05.441765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jacob@cronin.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jacob@cronin.com"], ["encrypted_password", "$2a$04$YsPhgec5g0BUlyXdDszwces9vXYKt9ro5LibJX/wszK7wPBgcXhp2"], ["created_at", "2019-01-19 07:49:05.449289"], ["updated_at", "2019-01-19 07:49:05.449289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "charlenastokes@leannon.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "charlenastokes@leannon.biz"], ["encrypted_password", "$2a$04$s9IOgur2pYn18onNzOQwjeC3yvZD8h1qT5TCroMQpX2xAIuuumC7G"], ["created_at", "2019-01-19 07:49:05.457338"], ["updated_at", "2019-01-19 07:49:05.457338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 1"], ["created_at", "2019-01-19 07:49:05.467369"], ["updated_at", "2019-01-19 07:49:05.467369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Padbergmouth 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Padbergmouth 1"], ["created_at", "2019-01-19 07:49:05.473270"], ["updated_at", "2019-01-19 07:49:05.473270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Vel eaque veritatis velit."], ["body", "Modi sunt assumenda. Quaerat odit et. Quas ratione officiis."], ["created_at", "2019-01-19 07:49:05.474915"], ["updated_at", "2019-01-19 07:49:05.474915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lenore@hansen.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lenore@hansen.io"], ["encrypted_password", "$2a$04$GOXpPqyhV9IYbF9jLmyazey1Jp3jgHlDYuc1K067E7hCTXGq/uCTO"], ["created_at", "2019-01-19 07:49:05.496748"], ["updated_at", "2019-01-19 07:49:05.496748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "anastasiadonnelly@mills.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "anastasiadonnelly@mills.biz"], ["encrypted_password", "$2a$04$ATABrS4UhkE4EY9OnNiGG.w/XeF4QfYQDjDC/bfJBn/5j2LdKUxKi"], ["created_at", "2019-01-19 07:49:05.503221"], ["updated_at", "2019-01-19 07:49:05.503221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "su@schaefer.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "su@schaefer.co"], ["encrypted_password", "$2a$04$o/Hz5AyDi6gcOQPOk.Iw0OaXh76/UpfU058jA5LeHjzHJhW25YL52"], ["created_at", "2019-01-19 07:49:05.510005"], ["updated_at", "2019-01-19 07:49:05.510005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-19 07:49:05.943890"], ["updated_at", "2019-01-19 07:49:05.943890"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-19 07:49:05.946333"], ["updated_at", "2019-01-19 07:49:05.946333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 07:49:05.953792"], ["updated_at", "2019-01-19 07:49:05.953792"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 07:49:05.956566"], ["updated_at", "2019-01-19 07:49:05.956566"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.2ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 07:49:05.959251"], ["updated_at", "2019-01-19 07:49:05.959251"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "waylon@kreiger.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "waylon@kreiger.net"], ["encrypted_password", "$2a$04$1mPzt6KT1jQoGsbB6vymI./i3bAfKUrXMcS9ABsFE86IZcjHOqXTW"], ["created_at", "2019-01-19 07:49:05.963434"], ["updated_at", "2019-01-19 07:49:05.963434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Autem minima distinctio fugit."], ["body", "Praesentium magnam quidem. Pariatur distinctio qui. Vero commodi asperiores."], ["created_at", "2019-01-19 07:49:05.965212"], ["updated_at", "2019-01-19 07:49:05.965212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lauraleeschinner@emmerichgreenfelder.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lauraleeschinner@emmerichgreenfelder.biz"], ["encrypted_password", "$2a$04$n2DXXbFQSYEHt3s3P3s93uE6BStZBX3C9NZzLngi.pEalx64j5KdW"], ["created_at", "2019-01-19 07:49:05.968627"], ["updated_at", "2019-01-19 07:49:05.968627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Quis nam ut ad."], ["body", "Recusandae voluptatem in. Dolorum dolorem perferendis. Autem aperiam ea."], ["created_at", "2019-01-19 07:49:05.970334"], ["updated_at", "2019-01-19 07:49:05.970334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 07:49:05.980962"], ["updated_at", "2019-01-19 07:49:05.980962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 07:49:05.983045"], ["updated_at", "2019-01-19 07:49:05.983045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 07:49:05.984922"], ["updated_at", "2019-01-19 07:49:05.984922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cecil@lubowitz.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cecil@lubowitz.net"], ["encrypted_password", "$2a$04$bJYNuI83Ptrw5jOkFPM0guGJCx6p2rcnJPTM.lIJX/BUQHUhmyr1y"], ["created_at", "2019-01-19 07:49:05.988102"], ["updated_at", "2019-01-19 07:49:05.988102"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Sequi ipsam corporis ducimus."], ["body", "Aliquam harum enim. Aperiam iusto voluptates. Perferendis est aut."], ["created_at", "2019-01-19 07:49:05.989478"], ["updated_at", "2019-01-19 07:49:05.989478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hilariopagac@wolff.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hilariopagac@wolff.io"], ["encrypted_password", "$2a$04$gEsInl54uF.X8DheNFn5auedNYKr1RRuBLL/bH4YE1XDI8b3pHET."], ["created_at", "2019-01-19 07:49:05.992810"], ["updated_at", "2019-01-19 07:49:05.992810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Voluptas veniam exercitationem et."], ["body", "Ut officiis consequuntur. Nemo porro esse. Perferendis eveniet saepe."], ["created_at", "2019-01-19 07:49:05.994027"], ["updated_at", "2019-01-19 07:49:05.994027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 07:49:05.997825"], ["updated_at", "2019-01-19 07:49:05.997825"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 07:49:05.999639"], ["updated_at", "2019-01-19 07:49:05.999639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 07:49:06.001321"], ["updated_at", "2019-01-19 07:49:06.001321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jonie@christiansen.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jonie@christiansen.io"], ["encrypted_password", "$2a$04$9xYwTcNOBVMp6cGyOipJQOOhu2Bx3Oy4O56xiwI.TkagpRBiWsVlO"], ["created_at", "2019-01-19 07:49:06.004658"], ["updated_at", "2019-01-19 07:49:06.004658"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Dolorem ea hic quia."], ["body", "Ad tempora aspernatur. Reiciendis non rerum. Molestias quo fuga."], ["created_at", "2019-01-19 07:49:06.006136"], ["updated_at", "2019-01-19 07:49:06.006136"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "salomerowe@kuhn.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "salomerowe@kuhn.name"], ["encrypted_password", "$2a$04$tDKrXR7iC5VGBaWa8XDDseY9GWMb6IDRb3rhCRYuv.8ajhBUA5nce"], ["created_at", "2019-01-19 07:49:06.010626"], ["updated_at", "2019-01-19 07:49:06.010626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Libero assumenda qui et."], ["body", "Ipsam enim labore. Culpa inventore quaerat. Placeat ipsum et."], ["created_at", "2019-01-19 07:49:06.012337"], ["updated_at", "2019-01-19 07:49:06.012337"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Report Load (0.3ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 07:49:06.016824"], ["updated_at", "2019-01-19 07:49:06.016824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 07:49:06.018838"], ["updated_at", "2019-01-19 07:49:06.018838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 07:49:06.021456"], ["updated_at", "2019-01-19 07:49:06.021456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reidko@auer.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "reidko@auer.info"], ["encrypted_password", "$2a$04$.QPa/8DDZ0Pe2Vy/mo05me9o4i.XClYShiwoMFCOwHEbCmHaFd5am"], ["created_at", "2019-01-19 07:49:06.025470"], ["updated_at", "2019-01-19 07:49:06.025470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Placeat eaque debitis non."], ["body", "Doloremque aut quaerat. Consequatur facere et. Perferendis dolores ipsam."], ["created_at", "2019-01-19 07:49:06.027573"], ["updated_at", "2019-01-19 07:49:06.027573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "damienstreich@spencer.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "damienstreich@spencer.net"], ["encrypted_password", "$2a$04$ascFDJF4kLsNsMRVx25nNObx2z6pDRBFdmHczFug9.kC82D0ch9B2"], ["created_at", "2019-01-19 07:49:06.031937"], ["updated_at", "2019-01-19 07:49:06.031937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.4ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Vel quia beatae omnis."], ["body", "Animi doloremque ut. Fugit recusandae dignissimos. Earum quas accusantium."], ["created_at", "2019-01-19 07:49:06.033377"], ["updated_at", "2019-01-19 07:49:06.033377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eleanorepaucek@powlowski.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eleanorepaucek@powlowski.info"], ["encrypted_password", "$2a$04$AOSL.f1X7ZI/zMYEdhfcweGO0rzfGgR/fU/msyqnvbKFGzM4ilPRi"], ["created_at", "2019-01-19 07:49:06.037087"], ["updated_at", "2019-01-19 07:49:06.037087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Quas quasi ullam cum."], ["body", "Non doloremque nesciunt. Ab accusamus at. Perspiciatis voluptatibus totam."], ["created_at", "2019-01-19 07:49:06.038955"], ["updated_at", "2019-01-19 07:49:06.038955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 07:49:06.049163"], ["updated_at", "2019-01-19 07:49:06.049163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 07:49:06.051007"], ["updated_at", "2019-01-19 07:49:06.051007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.5ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 07:49:06.053516"], ["updated_at", "2019-01-19 07:49:06.053516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 07:49:06.056027"], ["updated_at", "2019-01-19 07:49:06.056027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sharla@keeblerlangworth.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sharla@keeblerlangworth.info"], ["encrypted_password", "$2a$04$XkqGWE2jXmlC4KqEYRKyQujXRnZSW3RQXZWqul873xF1OYa5Hk9ZC"], ["created_at", "2019-01-19 07:49:06.059943"], ["updated_at", "2019-01-19 07:49:06.059943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Fugiat aut tenetur nemo."], ["body", "Incidunt magnam consectetur. Molestias aut ea. Earum possimus maiores."], ["created_at", "2019-01-19 07:49:06.061733"], ["updated_at", "2019-01-19 07:49:06.061733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "candrahauck@hilll.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "candrahauck@hilll.com"], ["encrypted_password", "$2a$04$WNrGD3iBUnn.7U/9E.1FJ.QuSxACF6RWD/S7505iScf..bPQD1tJC"], ["created_at", "2019-01-19 07:49:06.065259"], ["updated_at", "2019-01-19 07:49:06.065259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Iste ut est inventore."], ["body", "Quia deserunt eos. Reiciendis quos accusamus. Eos ducimus fugiat."], ["created_at", "2019-01-19 07:49:06.066756"], ["updated_at", "2019-01-19 07:49:06.066756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leia@pagac.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leia@pagac.net"], ["encrypted_password", "$2a$04$ngY2eggXv6tOycGqJvtHg.5u8Pb8T5pzyDwtrta7CG.oY9h4T7PN2"], ["created_at", "2019-01-19 07:49:06.070774"], ["updated_at", "2019-01-19 07:49:06.070774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.4ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Velit harum aut ducimus."], ["body", "Quasi in enim. Quasi beatae aut. Ut hic distinctio."], ["created_at", "2019-01-19 07:49:06.072231"], ["updated_at", "2019-01-19 07:49:06.072231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edwina@becker.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "edwina@becker.org"], ["encrypted_password", "$2a$04$PzsvxIn9JeltJrVbWL9Ns.6o/ji3yUr9PYCe4iMr8QWA8QZSJLA02"], ["created_at", "2019-01-19 07:49:06.076321"], ["updated_at", "2019-01-19 07:49:06.076321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Non iusto et sit."], ["body", "Quos animi eius. Eum consequuntur officiis. Et impedit aliquam."], ["created_at", "2019-01-19 07:49:06.077833"], ["updated_at", "2019-01-19 07:49:06.077833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 07:49:06.084642"], ["updated_at", "2019-01-19 07:49:06.084642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 07:49:06.086970"], ["updated_at", "2019-01-19 07:49:06.086970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 07:49:06.089369"], ["updated_at", "2019-01-19 07:49:06.089369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.2ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 07:49:06.091292"], ["updated_at", "2019-01-19 07:49:06.091292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fredericabrakus@murphyhilll.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "fredericabrakus@murphyhilll.com"], ["encrypted_password", "$2a$04$PbUXca7ab8qq.hSizaf1SOrvrKRqh6SqPk6OOLDIGp3ZVsXMI1Uci"], ["created_at", "2019-01-19 07:49:06.094259"], ["updated_at", "2019-01-19 07:49:06.094259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ipsa commodi ab eum."], ["body", "Ut velit unde. Fuga non culpa. Molestias doloremque commodi."], ["created_at", "2019-01-19 07:49:06.095903"], ["updated_at", "2019-01-19 07:49:06.095903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Elmo 2"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Elmo 2"], ["created_at", "2019-01-19 07:49:06.099867"], ["updated_at", "2019-01-19 07:49:06.099867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Wilfordview 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Wilfordview 3"], ["created_at", "2019-01-19 07:49:06.102144"], ["updated_at", "2019-01-19 07:49:06.102144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Doramouth 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Doramouth 4"], ["created_at", "2019-01-19 07:49:06.103958"], ["updated_at", "2019-01-19 07:49:06.103958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Aspernatur ad cum eos."], ["created_at", "2019-01-19 07:49:06.110971"], ["updated_at", "2019-01-19 07:49:06.110971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 07:49:06.121246"], ["updated_at", "2019-01-19 07:49:06.121246"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 07:49:06.122320"], ["updated_at", "2019-01-19 07:49:06.122320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 07:49:06.126126"], ["updated_at", "2019-01-19 07:49:06.126126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 07:49:06.128162"], ["updated_at", "2019-01-19 07:49:06.128162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "beverleebartoletti@borerschroeder.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "beverleebartoletti@borerschroeder.org"], ["encrypted_password", "$2a$04$yFXCXD5koeBTWV5UHk3W7OiYkDVvBSEeti2KKKuhZuElSt78ZUCQ."], ["created_at", "2019-01-19 07:49:06.137764"], ["updated_at", "2019-01-19 07:49:06.137764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Non alias necessitatibus omnis."], ["body", "Asperiores architecto rem. Error eos tempore. Voluptate sint qui."], ["created_at", "2019-01-19 07:49:06.139112"], ["updated_at", "2019-01-19 07:49:06.139112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.4ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Et similique velit et."], ["created_at", "2019-01-19 07:49:06.141689"], ["updated_at", "2019-01-19 07:49:06.141689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chadwickreynolds@walterjenkins.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chadwickreynolds@walterjenkins.io"], ["encrypted_password", "$2a$04$eyGTaD8LGLCeoGR2QjzLtuV7FfskjCgw9CpY6Zw.7oyzIxWCqhQrC"], ["created_at", "2019-01-19 07:49:06.148103"], ["updated_at", "2019-01-19 07:49:06.148103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 2"], ["created_at", "2019-01-19 07:49:06.150043"], ["updated_at", "2019-01-19 07:49:06.150043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Antoninaton 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Antoninaton 5"], ["created_at", "2019-01-19 07:49:06.151713"], ["updated_at", "2019-01-19 07:49:06.151713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Consectetur ipsum autem officia."], ["body", "Quis quibusdam dolor. Hic nam reiciendis. Dolores magni modi."], ["created_at", "2019-01-19 07:49:06.152857"], ["updated_at", "2019-01-19 07:49:06.152857"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Braunchester 6"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Braunchester 6"], ["created_at", "2019-01-19 07:49:06.156318"], ["updated_at", "2019-01-19 07:49:06.156318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Carmelitaview 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Carmelitaview 7"], ["created_at", "2019-01-19 07:49:06.158308"], ["updated_at", "2019-01-19 07:49:06.158308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 07:49:06.162433"], ["updated_at", "2019-01-19 07:49:06.162433"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 07:49:06.164124"], ["updated_at", "2019-01-19 07:49:06.164124"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "theogreenholt@wisoky.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "theogreenholt@wisoky.name"], ["encrypted_password", "$2a$04$7kja8aZIfjg.GPxd.DYzg.40gr8nMcKKXbRBMXuOoG2tFGJWHgeYa"], ["created_at", "2019-01-19 07:49:06.167119"], ["updated_at", "2019-01-19 07:49:06.167119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 3"], ["created_at", "2019-01-19 07:49:06.168951"], ["updated_at", "2019-01-19 07:49:06.168951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Sunt et quo rem."], ["body", "Vel accusantium commodi. Aut debitis ab. Ducimus praesentium enim."], ["created_at", "2019-01-19 07:49:06.170120"], ["updated_at", "2019-01-19 07:49:06.170120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 07:49:06.173272"], ["updated_at", "2019-01-19 07:49:06.173272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 07:49:06.175015"], ["updated_at", "2019-01-19 07:49:06.175015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "veola@kovacekchamplin.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "veola@kovacekchamplin.co"], ["encrypted_password", "$2a$04$rDDnWXa45zomkrfwAsKay.rRgTKe4r/jEMLBSPNa7il8V9eGX/9vm"], ["created_at", "2019-01-19 07:49:06.177755"], ["updated_at", "2019-01-19 07:49:06.177755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "magenta 4"], ["created_at", "2019-01-19 07:49:06.179388"], ["updated_at", "2019-01-19 07:49:06.179388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Aperiam recusandae consequatur aut."], ["body", "Incidunt omnis error. Laboriosam perspiciatis voluptatem. Ut voluptas in."], ["created_at", "2019-01-19 07:49:06.180766"], ["updated_at", "2019-01-19 07:49:06.180766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Eltonburgh 8"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Eltonburgh 8"], ["created_at", "2019-01-19 07:49:06.184573"], ["updated_at", "2019-01-19 07:49:06.184573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Wuckertborough 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Wuckertborough 9"], ["created_at", "2019-01-19 07:49:06.186025"], ["updated_at", "2019-01-19 07:49:06.186025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Alberto 10"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Alberto 10"], ["created_at", "2019-01-19 07:49:06.187094"], ["updated_at", "2019-01-19 07:49:06.187094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Rerum quos similique possimus."], ["created_at", "2019-01-19 07:49:06.188215"], ["updated_at", "2019-01-19 07:49:06.188215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 07:49:06.189936"], ["updated_at", "2019-01-19 07:49:06.189936"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 07:49:06.190771"], ["updated_at", "2019-01-19 07:49:06.190771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Toshaburgh 11"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Toshaburgh 11"], ["created_at", "2019-01-19 07:49:06.193869"], ["updated_at", "2019-01-19 07:49:06.193869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Tomasaton 12"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Tomasaton 12"], ["created_at", "2019-01-19 07:49:06.195989"], ["updated_at", "2019-01-19 07:49:06.195989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Uptonchester 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Uptonchester 13"], ["created_at", "2019-01-19 07:49:06.197185"], ["updated_at", "2019-01-19 07:49:06.197185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Maximo 14"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Maximo 14"], ["created_at", "2019-01-19 07:49:06.198190"], ["updated_at", "2019-01-19 07:49:06.198190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Et et ab vel."], ["created_at", "2019-01-19 07:49:06.198947"], ["updated_at", "2019-01-19 07:49:06.198947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 07:49:06.200381"], ["updated_at", "2019-01-19 07:49:06.200381"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 07:49:06.201161"], ["updated_at", "2019-01-19 07:49:06.201161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Bette 15"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Bette 15"], ["created_at", "2019-01-19 07:49:06.204595"], ["updated_at", "2019-01-19 07:49:06.204595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leonardhirthe@dare.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leonardhirthe@dare.name"], ["encrypted_password", "$2a$04$C0URSIlNs7wL.Jw7ypfXJ.5QwXdqZKAxJ.pzoihffHBakNYBU5/W2"], ["created_at", "2019-01-19 07:49:06.207916"], ["updated_at", "2019-01-19 07:49:06.207916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orchid 5"], ["created_at", "2019-01-19 07:49:06.209520"], ["updated_at", "2019-01-19 07:49:06.209520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Jeannettehaven 16"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jeannettehaven 16"], ["created_at", "2019-01-19 07:49:06.210771"], ["updated_at", "2019-01-19 07:49:06.210771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Ea vel qui voluptatum."], ["body", "Molestiae quis voluptatem. Voluptatum neque consequatur. Molestiae aliquam quasi."], ["created_at", "2019-01-19 07:49:06.211789"], ["updated_at", "2019-01-19 07:49:06.211789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Eli 17"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Eli 17"], ["created_at", "2019-01-19 07:49:06.215769"], ["updated_at", "2019-01-19 07:49:06.215769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "armandobauch@ratkeschroeder.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "armandobauch@ratkeschroeder.com"], ["encrypted_password", "$2a$04$o076iw6e7gBYcznsSB98u.4ZmHbxwGjWq7fUh4HEUMn5TiKFyx7MG"], ["created_at", "2019-01-19 07:49:06.219321"], ["updated_at", "2019-01-19 07:49:06.219321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "olive 6"], ["created_at", "2019-01-19 07:49:06.220979"], ["updated_at", "2019-01-19 07:49:06.220979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Kesha 18"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Kesha 18"], ["created_at", "2019-01-19 07:49:06.222229"], ["updated_at", "2019-01-19 07:49:06.222229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Accusamus sequi non voluptate."], ["body", "Voluptatibus reprehenderit perspiciatis. Corporis et quo. Unde eligendi optio."], ["created_at", "2019-01-19 07:49:06.223233"], ["updated_at", "2019-01-19 07:49:06.223233"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kipstad 19"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kipstad 19"], ["created_at", "2019-01-19 07:49:06.226767"], ["updated_at", "2019-01-19 07:49:06.226767"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Nikolausstad 21"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Nikolausstad 21"], ["created_at", "2019-01-19 07:49:06.230137"], ["updated_at", "2019-01-19 07:49:06.230137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Mariellamouth 23"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Mariellamouth 23"], ["created_at", "2019-01-19 07:49:06.233718"], ["updated_at", "2019-01-19 07:49:06.233718"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clifton@buckridge.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clifton@buckridge.io"], ["encrypted_password", "$2a$04$/k/CxICcumdaAvpLvGj7sulBXnumOjUVBj./lp3E8VcDBh/Tqwet."], ["created_at", "2019-01-19 07:49:06.240750"], ["updated_at", "2019-01-19 07:49:06.240750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_1"], ["name", "chemist 1"], ["description", "chemist 1"], ["created_at", "2019-01-19 08:02:48.746125"], ["updated_at", "2019-01-19 08:02:48.746125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 2"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_2"], ["name", "human resources 2"], ["description", "human resources 2"], ["created_at", "2019-01-19 08:02:48.748020"], ["updated_at", "2019-01-19 08:02:48.748020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gladistremblay@crona.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gladistremblay@crona.com"], ["encrypted_password", "$2a$04$UolBYb8h00Fs1GRjVtqpo.2hs5YUD6hts.oOTlHEiJ/R7fpflYba6"], ["created_at", "2019-01-19 08:02:48.789342"], ["updated_at", "2019-01-19 08:02:48.789342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "silver 1"], ["created_at", "2019-01-19 08:02:48.796543"], ["updated_at", "2019-01-19 08:02:48.796543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Reidport 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Reidport 1"], ["created_at", "2019-01-19 08:02:48.803246"], ["updated_at", "2019-01-19 08:02:48.803246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Praesentium error a et."], ["body", "Quas quisquam quos. Et repellat dolor. Iure officia nisi."], ["created_at", "2019-01-19 08:02:48.805014"], ["updated_at", "2019-01-19 08:02:48.805014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 3"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_3"], ["name", "firefighter 3"], ["description", "firefighter 3"], ["created_at", "2019-01-19 08:02:48.811359"], ["updated_at", "2019-01-19 08:02:48.811359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_4"], ["name", "attorney at law 4"], ["description", "attorney at law 4"], ["created_at", "2019-01-19 08:02:48.813087"], ["updated_at", "2019-01-19 08:02:48.813087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "birgitbecker@larkinprice.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "birgitbecker@larkinprice.io"], ["encrypted_password", "$2a$04$AgrV81d4snLi71zrYaQgg.oCp3FPz3PyPXv1jHuwNc2aUsWxcFHtC"], ["created_at", "2019-01-19 08:02:48.816589"], ["updated_at", "2019-01-19 08:02:48.816589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 2"], ["created_at", "2019-01-19 08:02:48.818305"], ["updated_at", "2019-01-19 08:02:48.818305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Deenaport 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Deenaport 2"], ["created_at", "2019-01-19 08:02:48.819667"], ["updated_at", "2019-01-19 08:02:48.819667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Nulla pariatur et quia."], ["body", "Id fugiat voluptatem. Mollitia rerum voluptas. Debitis est accusamus."], ["created_at", "2019-01-19 08:02:48.820775"], ["updated_at", "2019-01-19 08:02:48.820775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_5"], ["name", "biologist 5"], ["description", "biologist 5"], ["created_at", "2019-01-19 08:02:48.836079"], ["updated_at", "2019-01-19 08:02:48.836079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 6"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_6"], ["name", "engineer 6"], ["description", "engineer 6"], ["created_at", "2019-01-19 08:02:48.837764"], ["updated_at", "2019-01-19 08:02:48.837764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "odellweber@keeling.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "odellweber@keeling.co"], ["encrypted_password", "$2a$04$/0A1LMQ4Xxbv.EmtgswdaOWB06yFoyOt84k2VlIHQiufj4CDr0Q5i"], ["created_at", "2019-01-19 08:02:48.841401"], ["updated_at", "2019-01-19 08:02:48.841401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 3"], ["created_at", "2019-01-19 08:02:48.842948"], ["updated_at", "2019-01-19 08:02:48.842948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Thadton 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Thadton 3"], ["created_at", "2019-01-19 08:02:48.844213"], ["updated_at", "2019-01-19 08:02:48.844213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Consectetur quo officiis facilis."], ["body", "Distinctio beatae molestiae. Blanditiis voluptates odio. Placeat nostrum voluptatum."], ["created_at", "2019-01-19 08:02:48.845170"], ["updated_at", "2019-01-19 08:02:48.845170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_7"], ["name", "teacher 7"], ["description", "teacher 7"], ["created_at", "2019-01-19 08:02:48.851526"], ["updated_at", "2019-01-19 08:02:48.851526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_8"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 8"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_8"], ["name", "actor 8"], ["description", "actor 8"], ["created_at", "2019-01-19 08:02:48.853539"], ["updated_at", "2019-01-19 08:02:48.853539"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "felecia@dickinson.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "felecia@dickinson.org"], ["encrypted_password", "$2a$04$MRlrRsPhTX1fOSHo7nprSeQgA8iueqeQ61ewrlxweJtTKetKbr3Hy"], ["created_at", "2019-01-19 08:02:48.857399"], ["updated_at", "2019-01-19 08:02:48.857399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lavender 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lavender 4"], ["created_at", "2019-01-19 08:02:48.859151"], ["updated_at", "2019-01-19 08:02:48.859151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Valentine 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Valentine 4"], ["created_at", "2019-01-19 08:02:48.860618"], ["updated_at", "2019-01-19 08:02:48.860618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Doloribus natus expedita rerum."], ["body", "Modi neque animi. Vel quasi veniam. Sapiente dolores vel."], ["created_at", "2019-01-19 08:02:48.861797"], ["updated_at", "2019-01-19 08:02:48.861797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_9"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 9"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_9"], ["name", "interpreter 9"], ["description", "interpreter 9"], ["created_at", "2019-01-19 08:02:48.868441"], ["updated_at", "2019-01-19 08:02:48.868441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 10"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_10"], ["name", "interpreter 10"], ["description", "interpreter 10"], ["created_at", "2019-01-19 08:02:48.870077"], ["updated_at", "2019-01-19 08:02:48.870077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "christoperryan@abernathyschiller.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "christoperryan@abernathyschiller.info"], ["encrypted_password", "$2a$04$S4SaSvOsPWBQ2.Jh.N9I7eLpvrukxO6ab4cwS2HZtvM3meGh9G1Y2"], ["created_at", "2019-01-19 08:02:48.873747"], ["updated_at", "2019-01-19 08:02:48.873747"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 5"], ["created_at", "2019-01-19 08:02:48.875242"], ["updated_at", "2019-01-19 08:02:48.875242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Ranee 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Ranee 5"], ["created_at", "2019-01-19 08:02:48.876603"], ["updated_at", "2019-01-19 08:02:48.876603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Deserunt quam omnis ducimus."], ["body", "Amet officiis cum. Excepturi consequatur tempore. Iste iure fugiat."], ["created_at", "2019-01-19 08:02:48.877587"], ["updated_at", "2019-01-19 08:02:48.877587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_11"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_11"], ["name", "doctor 11"], ["description", "doctor 11"], ["created_at", "2019-01-19 08:02:48.882947"], ["updated_at", "2019-01-19 08:02:48.882947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 12"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_12"], ["name", "librarian 12"], ["description", "librarian 12"], ["created_at", "2019-01-19 08:02:48.884570"], ["updated_at", "2019-01-19 08:02:48.884570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "galen@leffler.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "galen@leffler.name"], ["encrypted_password", "$2a$04$ZKOkW9cnapDwr2GJcmGk6e4Q/byZsRq1yGKOfOZuwjI0ohfu6TqvG"], ["created_at", "2019-01-19 08:02:48.888130"], ["updated_at", "2019-01-19 08:02:48.888130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 6"], ["created_at", "2019-01-19 08:02:48.889773"], ["updated_at", "2019-01-19 08:02:48.889773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Kenville 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Kenville 6"], ["created_at", "2019-01-19 08:02:48.891015"], ["updated_at", "2019-01-19 08:02:48.891015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Corrupti quaerat deleniti sapiente."], ["body", "Perferendis sed sed. Nisi ipsa corporis. Id ad ut."], ["created_at", "2019-01-19 08:02:48.892034"], ["updated_at", "2019-01-19 08:02:48.892034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kareemswaniawski@mcdermottlebsack.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kareemswaniawski@mcdermottlebsack.io"], ["encrypted_password", "$2a$04$fSAZLnv/wuP3Ug/9xbbpf.6/GlFWhHBihSNRnZwH9GoYA7ktUf/bi"], ["created_at", "2019-01-19 08:02:48.894412"], ["updated_at", "2019-01-19 08:02:48.894412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.6ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (2.8ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 13"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_13"], ["name", "firefighter 13"], ["description", "firefighter 13"], ["created_at", "2019-01-19 08:02:48.952683"], ["updated_at", "2019-01-19 08:02:48.952683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "human_resources_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "human resources 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_1"], ["name", "human resources 1"], ["description", "human resources 1"], ["created_at", "2019-01-19 08:02:48.966775"], ["updated_at", "2019-01-19 08:02:48.966775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-19 08:02:48.973069"], ["updated_at", "2019-01-19 08:02:48.973069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 08:02:48.979479"], ["updated_at", "2019-01-19 08:02:48.979479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 08:02:48.985048"], ["updated_at", "2019-01-19 08:02:48.985048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 14"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_14"], ["name", "statistician 14"], ["description", "statistician 14"], ["created_at", "2019-01-19 08:02:48.993480"], ["updated_at", "2019-01-19 08:02:48.993480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "astronomer_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "astronomer 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_2"], ["name", "astronomer 2"], ["description", "astronomer 2"], ["created_at", "2019-01-19 08:02:48.995495"], ["updated_at", "2019-01-19 08:02:48.995495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-19 08:02:48.997252"], ["updated_at", "2019-01-19 08:02:48.997252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 08:02:48.998525"], ["updated_at", "2019-01-19 08:02:48.998525"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 08:02:48.999842"], ["updated_at", "2019-01-19 08:02:48.999842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/home"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "trenton@hamillcollins.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "trenton@hamillcollins.co"], ["encrypted_password", "$2a$04$DMHIZofHDUCLllKPWhaNZOCwyv10gxlx.OAMKuVxrr9NPCVxe2gVq"], ["created_at", "2019-01-19 08:02:49.006231"], ["updated_at", "2019-01-19 08:02:49.006231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_15"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_15"], ["name", "doctor 15"], ["description", "doctor 15"], ["created_at", "2019-01-19 08:02:49.008062"], ["updated_at", "2019-01-19 08:02:49.008062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 08:02:49.010114"], ["updated_at", "2019-01-19 08:02:49.010114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Alainaberg 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Alainaberg 7"], ["created_at", "2019-01-19 08:02:49.011374"], ["updated_at", "2019-01-19 08:02:49.011374"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Dee 8"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Dee 8"], ["created_at", "2019-01-19 08:02:49.012417"], ["updated_at", "2019-01-19 08:02:49.012417"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "silver 7"], ["created_at", "2019-01-19 08:02:49.013971"], ["updated_at", "2019-01-19 08:02:49.013971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 8"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "teal 8"], ["created_at", "2019-01-19 08:02:49.015273"], ["updated_at", "2019-01-19 08:02:49.015273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "herschelbernhard@beer.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "herschelbernhard@beer.co"], ["encrypted_password", "$2a$04$yXfbeXPTITbg4KXQDtYVju1kCjJgs64QxFe9ct7V1/ncE44SmQEbe"], ["created_at", "2019-01-19 08:02:49.017699"], ["updated_at", "2019-01-19 08:02:49.017699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Dignissimos quia qui nisi."], ["body", "Accusantium veritatis molestiae. Cum reiciendis non. Enim et rerum."], ["created_at", "2019-01-19 08:02:49.018805"], ["updated_at", "2019-01-19 08:02:49.018805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "West Alainaberg 7"], ["created_at", "2019-01-19 08:02:49.025434"], ["updated_at", "2019-01-19 08:02:49.025434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "silver 7"], ["created_at", "2019-01-19 08:02:49.027114"], ["updated_at", "2019-01-19 08:02:49.027114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west alainaberg 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'silver 7')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "asley@hoppe.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "asley@hoppe.io"], ["encrypted_password", "$2a$04$7GPdyBLDqQNzHdoo0VJe8.Rral5h0w5C1K5O6L6opjBmAkIQK0peO"], ["created_at", "2019-01-19 08:02:49.034925"], ["updated_at", "2019-01-19 08:02:49.034925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_16"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_16"], ["name", "designer 16"], ["description", "designer 16"], ["created_at", "2019-01-19 08:02:49.036790"], ["updated_at", "2019-01-19 08:02:49.036790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 08:02:49.038774"], ["updated_at", "2019-01-19 08:02:49.038774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Lilianafurt 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Lilianafurt 9"], ["created_at", "2019-01-19 08:02:49.040065"], ["updated_at", "2019-01-19 08:02:49.040065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Marielle 10"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Marielle 10"], ["created_at", "2019-01-19 08:02:49.041182"], ["updated_at", "2019-01-19 08:02:49.041182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 9"], ["created_at", "2019-01-19 08:02:49.042550"], ["updated_at", "2019-01-19 08:02:49.042550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 10"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "blue 10"], ["created_at", "2019-01-19 08:02:49.043895"], ["updated_at", "2019-01-19 08:02:49.043895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nelsonhomenick@konopelski.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nelsonhomenick@konopelski.biz"], ["encrypted_password", "$2a$04$pB2j9SyBpnU6kW2SBJbWCO1cAHqjg7yRaM2W71IcjM4Ei6dPpBT5."], ["created_at", "2019-01-19 08:02:49.046451"], ["updated_at", "2019-01-19 08:02:49.046451"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Doloribus nulla consequatur quae."], ["body", "Quia beatae doloribus. Tempore mollitia exercitationem. Ad nihil reprehenderit."], ["created_at", "2019-01-19 08:02:49.047593"], ["updated_at", "2019-01-19 08:02:49.047593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Marielle 10"], ["created_at", "2019-01-19 08:02:49.049194"], ["updated_at", "2019-01-19 08:02:49.049194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "teal 9"], ["created_at", "2019-01-19 08:02:49.050590"], ["updated_at", "2019-01-19 08:02:49.050590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east marielle 10')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "newton@stracke.name"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "newton@stracke.name"], ["encrypted_password", "$2a$04$NaEBthWfxm6gUCNyjDRxEulKx.Og20hb75aq/Esmagm9MxB3Kiw1e"], ["created_at", "2019-01-19 08:02:49.055760"], ["updated_at", "2019-01-19 08:02:49.055760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_17"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_17"], ["name", "astronomer 17"], ["description", "astronomer 17"], ["created_at", "2019-01-19 08:02:49.058107"], ["updated_at", "2019-01-19 08:02:49.058107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 08:02:49.060089"], ["updated_at", "2019-01-19 08:02:49.060089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Moira 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Moira 11"], ["created_at", "2019-01-19 08:02:49.061336"], ["updated_at", "2019-01-19 08:02:49.061336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Charlesburgh 12"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Charlesburgh 12"], ["created_at", "2019-01-19 08:02:49.062487"], ["updated_at", "2019-01-19 08:02:49.062487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 11"], ["created_at", "2019-01-19 08:02:49.063852"], ["updated_at", "2019-01-19 08:02:49.063852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 12"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "blue 12"], ["created_at", "2019-01-19 08:02:49.065126"], ["updated_at", "2019-01-19 08:02:49.065126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "toniecartwright@daniel.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "toniecartwright@daniel.com"], ["encrypted_password", "$2a$04$gVGOHsqpA9Qyqu3ZjCpkeuA43YglD/oR.wIE3wAwhCaswSzabZw8u"], ["created_at", "2019-01-19 08:02:49.067713"], ["updated_at", "2019-01-19 08:02:49.067713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Optio aut nemo debitis."], ["body", "Mollitia odit ipsum. Tempore ipsum nostrum. Explicabo nesciunt porro."], ["created_at", "2019-01-19 08:02:49.068915"], ["updated_at", "2019-01-19 08:02:49.068915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "North Moira 11"], ["created_at", "2019-01-19 08:02:49.070661"], ["updated_at", "2019-01-19 08:02:49.070661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north moira 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pablocollins@predovic.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pablocollins@predovic.net"], ["encrypted_password", "$2a$04$f0tjdZHOkrxXT37MZXQS9e4iazpTB1PGgiJ.imWAFCKndGVqyzCJq"], ["created_at", "2019-01-19 08:02:49.076377"], ["updated_at", "2019-01-19 08:02:49.076377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_18"], ["name", "statistician 18"], ["description", "statistician 18"], ["created_at", "2019-01-19 08:02:49.078428"], ["updated_at", "2019-01-19 08:02:49.078428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 08:02:49.080498"], ["updated_at", "2019-01-19 08:02:49.080498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Reynoldsstad 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Reynoldsstad 13"], ["created_at", "2019-01-19 08:02:49.081701"], ["updated_at", "2019-01-19 08:02:49.081701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Coleman 14"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Coleman 14"], ["created_at", "2019-01-19 08:02:49.082852"], ["updated_at", "2019-01-19 08:02:49.082852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 13"], ["created_at", "2019-01-19 08:02:49.084310"], ["updated_at", "2019-01-19 08:02:49.084310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "magenta 14"], ["created_at", "2019-01-19 08:02:49.085686"], ["updated_at", "2019-01-19 08:02:49.085686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tomika@nicolas.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tomika@nicolas.biz"], ["encrypted_password", "$2a$04$b5qiXE9mMe5ldhPViG/ke.V97cyTr1RWiOxLRAZcVp2eXd4BwzQXe"], ["created_at", "2019-01-19 08:02:49.088190"], ["updated_at", "2019-01-19 08:02:49.088190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Exercitationem sapiente est voluptas."], ["body", "Omnis accusamus quam. Mollitia repudiandae eos. Enim minima ipsa."], ["created_at", "2019-01-19 08:02:49.089322"], ["updated_at", "2019-01-19 08:02:49.089322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Reynoldsstad 13"], ["created_at", "2019-01-19 08:02:49.090919"], ["updated_at", "2019-01-19 08:02:49.090919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "gold 13"], ["created_at", "2019-01-19 08:02:49.092365"], ["updated_at", "2019-01-19 08:02:49.092365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'reynoldsstad 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'gold 13')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "beau@osinski.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "beau@osinski.info"], ["encrypted_password", "$2a$04$7zRsunipHLx8.o0tJUDkLe43ZPw/5xPnDMaxd59ivOSS4dE0QknUm"], ["created_at", "2019-01-19 08:02:49.098537"], ["updated_at", "2019-01-19 08:02:49.098537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_19"], ["name", "firefighter 19"], ["description", "firefighter 19"], ["created_at", "2019-01-19 08:02:49.100537"], ["updated_at", "2019-01-19 08:02:49.100537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 08:02:49.102717"], ["updated_at", "2019-01-19 08:02:49.102717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Saul 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Saul 15"], ["created_at", "2019-01-19 08:02:49.104016"], ["updated_at", "2019-01-19 08:02:49.104016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Tinishafurt 16"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Tinishafurt 16"], ["created_at", "2019-01-19 08:02:49.105360"], ["updated_at", "2019-01-19 08:02:49.105360"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "red 15"], ["created_at", "2019-01-19 08:02:49.106998"], ["updated_at", "2019-01-19 08:02:49.106998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 16"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "green 16"], ["created_at", "2019-01-19 08:02:49.108232"], ["updated_at", "2019-01-19 08:02:49.108232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eliaslebsack@adamwift.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eliaslebsack@adamwift.name"], ["encrypted_password", "$2a$04$lp6NhfihXFpAHwys8Vmso.T/hysMQzsU8UernmId2MiN84/n0DOeu"], ["created_at", "2019-01-19 08:02:49.110577"], ["updated_at", "2019-01-19 08:02:49.110577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Explicabo accusamus unde eos."], ["body", "Ut beatae et. Eum adipisci vel. Pariatur ipsa qui."], ["created_at", "2019-01-19 08:02:49.111689"], ["updated_at", "2019-01-19 08:02:49.111689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "treydamore@wardortiz.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "treydamore@wardortiz.net"], ["encrypted_password", "$2a$04$bkNzcajWfs8f5RpzoOlAW.VHzpB8.4tMB8n10lpSOsZ6eN3lz/28C"], ["created_at", "2019-01-19 08:02:49.114156"], ["updated_at", "2019-01-19 08:02:49.114156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Non voluptatibus accusamus rerum."], ["body", "Vitae quibusdam est. Esse corrupti quia. Dolor et veritatis."], ["created_at", "2019-01-19 08:02:49.115225"], ["updated_at", "2019-01-19 08:02:49.115225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donaldreynolds@rogahn.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "donaldreynolds@rogahn.org"], ["encrypted_password", "$2a$04$wILwksdi/gC/C5QTmvKZcuJuT4ol8PpoVBlkI8yDMD.O03OQJF5Ze"], ["created_at", "2019-01-19 08:02:49.117674"], ["updated_at", "2019-01-19 08:02:49.117674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Non voluptatem maiores odio."], ["body", "Doloremque voluptates aliquam. Aspernatur ab vel. Quae quia et."], ["created_at", "2019-01-19 08:02:49.118729"], ["updated_at", "2019-01-19 08:02:49.118729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hymanstroman@dach.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hymanstroman@dach.io"], ["encrypted_password", "$2a$04$OqznZXd0Hy32q7VYy8ajlu0rBTcf/PeTr.M8P3ZHTWX30TyiJVlPe"], ["created_at", "2019-01-19 08:02:49.121131"], ["updated_at", "2019-01-19 08:02:49.121131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Voluptas blanditiis sed vel."], ["body", "Est aliquam voluptatem. Nihil magnam consectetur. Tenetur reprehenderit laborum."], ["created_at", "2019-01-19 08:02:49.122157"], ["updated_at", "2019-01-19 08:02:49.122157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Saul 15"], ["created_at", "2019-01-19 08:02:49.123686"], ["updated_at", "2019-01-19 08:02:49.123686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "red 15"], ["created_at", "2019-01-19 08:02:49.125123"], ["updated_at", "2019-01-19 08:02:49.125123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south saul 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'red 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maxwellkunze@hickle.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "maxwellkunze@hickle.info"], ["encrypted_password", "$2a$04$Yt7rdmGcQsscIRNe8aFOfuG5klfa/ufLdsqSy4V3ocJ5uVityiYgK"], ["created_at", "2019-01-19 08:02:49.131396"], ["updated_at", "2019-01-19 08:02:49.131396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_20"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_20"], ["name", "biologist 20"], ["description", "biologist 20"], ["created_at", "2019-01-19 08:02:49.133392"], ["updated_at", "2019-01-19 08:02:49.133392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 08:02:49.135463"], ["updated_at", "2019-01-19 08:02:49.135463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lenardland 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lenardland 17"], ["created_at", "2019-01-19 08:02:49.136798"], ["updated_at", "2019-01-19 08:02:49.136798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ronaldfurt 18"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ronaldfurt 18"], ["created_at", "2019-01-19 08:02:49.137896"], ["updated_at", "2019-01-19 08:02:49.137896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "black 17"], ["created_at", "2019-01-19 08:02:49.139252"], ["updated_at", "2019-01-19 08:02:49.139252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 18"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "white 18"], ["created_at", "2019-01-19 08:02:49.140659"], ["updated_at", "2019-01-19 08:02:49.140659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "exie@senger.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "exie@senger.name"], ["encrypted_password", "$2a$04$sIXQIlW0e6HnN4jncdBnFOBkQy8BeXNHoGtS7duvKpJ.hX7mEPSNe"], ["created_at", "2019-01-19 08:02:49.143174"], ["updated_at", "2019-01-19 08:02:49.143174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Tenetur hic aut corrupti."], ["body", "Sapiente omnis quam. Molestias aspernatur aut. Optio voluptatem mollitia."], ["created_at", "2019-01-19 08:02:49.144291"], ["updated_at", "2019-01-19 08:02:49.144291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaimieherzog@gradyroob.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jaimieherzog@gradyroob.com"], ["encrypted_password", "$2a$04$4kMMsELQPEgCM6dU4AS7WupDiJ7vYRstgd0mLQhvU6DMcjEh8dGh2"], ["created_at", "2019-01-19 08:02:49.147053"], ["updated_at", "2019-01-19 08:02:49.147053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Qui aperiam voluptas est."], ["body", "Voluptatem et ea. Velit molestiae officia. Aut corporis repellendus."], ["created_at", "2019-01-19 08:02:49.148549"], ["updated_at", "2019-01-19 08:02:49.148549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zofia@heaney.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zofia@heaney.io"], ["encrypted_password", "$2a$04$vrBUnZFPCxp/8JBtg8f2xOCCbJGNawh2HyCiAuO/ffsFXBHlHOak6"], ["created_at", "2019-01-19 08:02:49.151474"], ["updated_at", "2019-01-19 08:02:49.151474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Autem quia eius facilis."], ["body", "Ea corrupti et. Sunt facilis aspernatur. Quo autem soluta."], ["created_at", "2019-01-19 08:02:49.152663"], ["updated_at", "2019-01-19 08:02:49.152663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vernkautzer@gorczany.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vernkautzer@gorczany.name"], ["encrypted_password", "$2a$04$l0w68K.8ASoTdDWCZkPVY.A.10T4jMFmQzB0o5SjHJ0Rjv4vQmGj2"], ["created_at", "2019-01-19 08:02:49.155159"], ["updated_at", "2019-01-19 08:02:49.155159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Eos vel itaque at."], ["body", "Deserunt architecto enim. Rerum quisquam voluptatem. Et consequatur voluptatem."], ["created_at", "2019-01-19 08:02:49.156222"], ["updated_at", "2019-01-19 08:02:49.156222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lenardland 17"], ["created_at", "2019-01-19 08:02:49.157951"], ["updated_at", "2019-01-19 08:02:49.157951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lenardland 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ellena@sanford.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ellena@sanford.name"], ["encrypted_password", "$2a$04$28xHZNbuek/CslDYa9fZ8uqk6u5pSEnH4EctGoyObpnWkrtinYj4m"], ["created_at", "2019-01-19 08:02:49.163811"], ["updated_at", "2019-01-19 08:02:49.163811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_21"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_21"], ["name", "police officer 21"], ["description", "police officer 21"], ["created_at", "2019-01-19 08:02:49.165826"], ["updated_at", "2019-01-19 08:02:49.165826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 08:02:49.168070"], ["updated_at", "2019-01-19 08:02:49.168070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Mei 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Mei 19"], ["created_at", "2019-01-19 08:02:49.169680"], ["updated_at", "2019-01-19 08:02:49.169680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Jerrell 20"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Jerrell 20"], ["created_at", "2019-01-19 08:02:49.170846"], ["updated_at", "2019-01-19 08:02:49.170846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 19"], ["created_at", "2019-01-19 08:02:49.172525"], ["updated_at", "2019-01-19 08:02:49.172525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 20"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "tan 20"], ["created_at", "2019-01-19 08:02:49.173895"], ["updated_at", "2019-01-19 08:02:49.173895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cristobalkilback@keler.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cristobalkilback@keler.io"], ["encrypted_password", "$2a$04$wnCt7egms0qLB.n0UQccVO4pQla3n8IhbCDlJ9csZCdfucywDiEZq"], ["created_at", "2019-01-19 08:02:49.176478"], ["updated_at", "2019-01-19 08:02:49.176478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Tenetur recusandae rerum voluptatem."], ["body", "Laudantium eligendi quisquam. Dolore ut nobis. Consequatur quas reiciendis."], ["created_at", "2019-01-19 08:02:49.177668"], ["updated_at", "2019-01-19 08:02:49.177668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ethelynchamplin@carterkuhlman.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ethelynchamplin@carterkuhlman.org"], ["encrypted_password", "$2a$04$HSyFH3dojAKoERnlo1gFmOcnSH342jHYF01trCp7fBdj2GG/kmSqe"], ["created_at", "2019-01-19 08:02:49.180651"], ["updated_at", "2019-01-19 08:02:49.180651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Id voluptas ut autem."], ["body", "Qui asperiores qui. Repellat et nemo. Itaque quia doloribus."], ["created_at", "2019-01-19 08:02:49.181829"], ["updated_at", "2019-01-19 08:02:49.181829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kellie@haaghuels.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kellie@haaghuels.net"], ["encrypted_password", "$2a$04$C2A/1l43bSIgUBqwtUWMe.MIw1uJZJREQpFJXaiD6qi4X3P3RFNEu"], ["created_at", "2019-01-19 08:02:49.184438"], ["updated_at", "2019-01-19 08:02:49.184438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Minus commodi praesentium odit."], ["body", "Voluptates perspiciatis neque. Nesciunt in reiciendis. Molestiae veritatis aut."], ["created_at", "2019-01-19 08:02:49.185616"], ["updated_at", "2019-01-19 08:02:49.185616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hildegard@auer.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hildegard@auer.com"], ["encrypted_password", "$2a$04$y/Y/AWXZP3buWY3hYuO66uDgpPY2.IsggfgovOxEdkj7OOWo2NAYq"], ["created_at", "2019-01-19 08:02:49.188176"], ["updated_at", "2019-01-19 08:02:49.188176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Itaque error molestiae inventore."], ["body", "Repellendus quae ut. Enim possimus a. Nostrum soluta et."], ["created_at", "2019-01-19 08:02:49.189210"], ["updated_at", "2019-01-19 08:02:49.189210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "North Mei 19"], ["created_at", "2019-01-19 08:02:49.190957"], ["updated_at", "2019-01-19 08:02:49.190957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "sky blue 19"], ["created_at", "2019-01-19 08:02:49.192603"], ["updated_at", "2019-01-19 08:02:49.192603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north mei 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'sky blue 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chadcarter@klein.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chadcarter@klein.biz"], ["encrypted_password", "$2a$04$sPRA5wmd6avh3sOwLqVhde/74yiMOGgNcEcJUe.yXf9Ydx85mu3PO"], ["created_at", "2019-01-19 08:02:49.201020"], ["updated_at", "2019-01-19 08:02:49.201020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_22"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_22"], ["name", "doctor 22"], ["description", "doctor 22"], ["created_at", "2019-01-19 08:02:49.203122"], ["updated_at", "2019-01-19 08:02:49.203122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 08:02:49.205275"], ["updated_at", "2019-01-19 08:02:49.205275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Warrenton 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Warrenton 21"], ["created_at", "2019-01-19 08:02:49.206591"], ["updated_at", "2019-01-19 08:02:49.206591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Dietrichborough 22"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dietrichborough 22"], ["created_at", "2019-01-19 08:02:49.207637"], ["updated_at", "2019-01-19 08:02:49.207637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "pink 21"], ["created_at", "2019-01-19 08:02:49.209115"], ["updated_at", "2019-01-19 08:02:49.209115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 22"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "blue 22"], ["created_at", "2019-01-19 08:02:49.210421"], ["updated_at", "2019-01-19 08:02:49.210421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joaquin@medhurstschimmel.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "joaquin@medhurstschimmel.name"], ["encrypted_password", "$2a$04$Tbn7CbqAClcOsucnDbSjOe9eK.saWZ8tXymKNml1QILDFajTc4UWi"], ["created_at", "2019-01-19 08:02:49.213235"], ["updated_at", "2019-01-19 08:02:49.213235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Debitis provident ut numquam."], ["body", "Dolores exercitationem nihil. Fuga impedit rerum. Omnis et ad."], ["created_at", "2019-01-19 08:02:49.214458"], ["updated_at", "2019-01-19 08:02:49.214458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reubenhills@stark.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "reubenhills@stark.biz"], ["encrypted_password", "$2a$04$jfwWDpRigDMtTF/QdY39C.4sf3vxhVbZytWohrPBoiYyUilM3OvTy"], ["created_at", "2019-01-19 08:02:49.217135"], ["updated_at", "2019-01-19 08:02:49.217135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Id itaque iusto omnis."], ["body", "Doloremque sint architecto. Nisi itaque omnis. Aut similique quidem."], ["created_at", "2019-01-19 08:02:49.218213"], ["updated_at", "2019-01-19 08:02:49.218213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "janene@kohler.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "janene@kohler.org"], ["encrypted_password", "$2a$04$WsB5nKZY2j/NscsFuwr84uS6hUT9ey2IqJ99UnYxGKT9grGXN4VOi"], ["created_at", "2019-01-19 08:02:49.220809"], ["updated_at", "2019-01-19 08:02:49.220809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Dolor neque illo iste."], ["body", "Alias repellat rerum. Iste et rerum. Qui quia quis."], ["created_at", "2019-01-19 08:02:49.221970"], ["updated_at", "2019-01-19 08:02:49.221970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stevestanton@langworth.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "stevestanton@langworth.biz"], ["encrypted_password", "$2a$04$hnLs7yg5SGwlKsoYR4ilouceslBYKViI29dqV1uifCF6dWPygvwkW"], ["created_at", "2019-01-19 08:02:49.229007"], ["updated_at", "2019-01-19 08:02:49.229007"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Dicta earum sunt harum."], ["body", "Reiciendis ut impedit. Dolores vitae qui. Voluptas et omnis."], ["created_at", "2019-01-19 08:02:49.230104"], ["updated_at", "2019-01-19 08:02:49.230104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Warrenton 21"], ["created_at", "2019-01-19 08:02:49.231755"], ["updated_at", "2019-01-19 08:02:49.231755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "pink 21"], ["created_at", "2019-01-19 08:02:49.233349"], ["updated_at", "2019-01-19 08:02:49.233349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'warrenton 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'pink 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'warrenton 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'pink 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'warrenton 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'pink 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stellapurdy@schumm.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "stellapurdy@schumm.io"], ["encrypted_password", "$2a$04$G5mAPwGHPdsWslHzD40Vpe9WNlvk8bNw49LyxTeoElPMtTIiOiw.q"], ["created_at", "2019-01-19 08:02:49.245050"], ["updated_at", "2019-01-19 08:02:49.245050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "verona@whitestreich.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "verona@whitestreich.co"], ["encrypted_password", "$2a$04$JUUbn.sorj4xkf9UT9KZ6.4WPgifevSj2DocXzQ53YzAzoqCK3XTC"], ["created_at", "2019-01-19 08:02:49.247829"], ["updated_at", "2019-01-19 08:02:49.247829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "magenta 23"], ["created_at", "2019-01-19 08:02:49.249252"], ["updated_at", "2019-01-19 08:02:49.249252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Emile 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Emile 23"], ["created_at", "2019-01-19 08:02:49.250515"], ["updated_at", "2019-01-19 08:02:49.250515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Pariatur quia id cum."], ["body", "Vero rerum ipsa. Est aut earum. Harum at nam."], ["created_at", "2019-01-19 08:02:49.251595"], ["updated_at", "2019-01-19 08:02:49.251595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gladis@ko.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gladis@ko.name"], ["encrypted_password", "$2a$04$7gKeQSXULICN4kpk26DBYOMueXyiJUCcXyIteqrtBtR5qV7SJ5qQG"], ["created_at", "2019-01-19 08:02:49.257198"], ["updated_at", "2019-01-19 08:02:49.257198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_23"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_23"], ["name", "chemist 23"], ["description", "chemist 23"], ["created_at", "2019-01-19 08:02:49.259128"], ["updated_at", "2019-01-19 08:02:49.259128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_24"], ["name", "writer 24"], ["description", "writer 24"], ["created_at", "2019-01-19 08:02:49.260630"], ["updated_at", "2019-01-19 08:02:49.260630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 08:02:49.262505"], ["updated_at", "2019-01-19 08:02:49.262505"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 08:02:49.263675"], ["updated_at", "2019-01-19 08:02:49.263675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Waifort 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Waifort 24"], ["created_at", "2019-01-19 08:02:49.264991"], ["updated_at", "2019-01-19 08:02:49.264991"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Beierland 25"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Beierland 25"], ["created_at", "2019-01-19 08:02:49.266211"], ["updated_at", "2019-01-19 08:02:49.266211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "magenta 24"], ["created_at", "2019-01-19 08:02:49.267534"], ["updated_at", "2019-01-19 08:02:49.267534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 25"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "fuchsia 25"], ["created_at", "2019-01-19 08:02:49.268870"], ["updated_at", "2019-01-19 08:02:49.268870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carey@littelcasper.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carey@littelcasper.io"], ["encrypted_password", "$2a$04$5avgLT/xie9G0e8Q1Cj2nuZn7b.ygKB7i9l7CEOB11UlWFIKa2q7m"], ["created_at", "2019-01-19 08:02:49.271293"], ["updated_at", "2019-01-19 08:02:49.271293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Asperiores quaerat accusantium excepturi."], ["body", "Voluptatem exercitationem dolorem. Similique voluptate nihil. Explicabo quae beatae."], ["created_at", "2019-01-19 08:02:49.272362"], ["updated_at", "2019-01-19 08:02:49.272362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pedropurdy@upton.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pedropurdy@upton.net"], ["encrypted_password", "$2a$04$cyJR90OKW5rORDwxUmzfCOIa07USrGmphFz8/k.ZCitLqkOXkfEAe"], ["created_at", "2019-01-19 08:02:49.275084"], ["updated_at", "2019-01-19 08:02:49.275084"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Qui voluptate iste fugiat."], ["body", "Ut ea velit. Omnis quae consequuntur. Vel ducimus ut."], ["created_at", "2019-01-19 08:02:49.276704"], ["updated_at", "2019-01-19 08:02:49.276704"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nikita@kerluke.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nikita@kerluke.info"], ["encrypted_password", "$2a$04$Q9MxivKaWtUg2wBcj6pii.aTnb9ApsY9nr/6yvuxsFBWzDGl.U1ZC"], ["created_at", "2019-01-19 08:02:49.280638"], ["updated_at", "2019-01-19 08:02:49.280638"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Quasi quo quo placeat."], ["body", "Non dignissimos delectus. Et modi alias. Accusamus quibusdam harum."], ["created_at", "2019-01-19 08:02:49.282100"], ["updated_at", "2019-01-19 08:02:49.282100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bartonfeest@lang.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bartonfeest@lang.org"], ["encrypted_password", "$2a$04$YpWjcPYm0LKj7sQKfKJaz.8Mha36anf8dnXAlFMQcDNp5Kah39.ea"], ["created_at", "2019-01-19 08:02:49.284899"], ["updated_at", "2019-01-19 08:02:49.284899"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Perspiciatis sed aliquam non."], ["body", "Quas quia repudiandae. Aut facilis nisi. Soluta dolores animi."], ["created_at", "2019-01-19 08:02:49.286028"], ["updated_at", "2019-01-19 08:02:49.286028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Waifort 24"], ["created_at", "2019-01-19 08:02:49.287762"], ["updated_at", "2019-01-19 08:02:49.287762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "magenta 24"], ["created_at", "2019-01-19 08:02:49.289402"], ["updated_at", "2019-01-19 08:02:49.289402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Beierland 25"], ["created_at", "2019-01-19 08:02:49.291330"], ["updated_at", "2019-01-19 08:02:49.291330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "fuchsia 25"], ["created_at", "2019-01-19 08:02:49.294161"], ["updated_at", "2019-01-19 08:02:49.294161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'waifort 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'magenta 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'beierland 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'fuchsia 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aletharunolfsdottir@mraz.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "aletharunolfsdottir@mraz.info"], ["encrypted_password", "$2a$04$wtr51JGEPk3czMgqffUkN.kM1kJe4mG14LX9o/LrrVOA.eBbWtfZC"], ["created_at", "2019-01-19 08:02:49.304232"], ["updated_at", "2019-01-19 08:02:49.304232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_25"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_25"], ["name", "police officer 25"], ["description", "police officer 25"], ["created_at", "2019-01-19 08:02:49.306420"], ["updated_at", "2019-01-19 08:02:49.306420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_26"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_26"], ["name", "firefighter 26"], ["description", "firefighter 26"], ["created_at", "2019-01-19 08:02:49.307864"], ["updated_at", "2019-01-19 08:02:49.307864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 08:02:49.309766"], ["updated_at", "2019-01-19 08:02:49.309766"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 08:02:49.310913"], ["updated_at", "2019-01-19 08:02:49.310913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Spencermouth 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Spencermouth 26"], ["created_at", "2019-01-19 08:02:49.312225"], ["updated_at", "2019-01-19 08:02:49.312225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Drewside 27"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Drewside 27"], ["created_at", "2019-01-19 08:02:49.313338"], ["updated_at", "2019-01-19 08:02:49.313338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 26"], ["created_at", "2019-01-19 08:02:49.314649"], ["updated_at", "2019-01-19 08:02:49.314649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 27"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "black 27"], ["created_at", "2019-01-19 08:02:49.315895"], ["updated_at", "2019-01-19 08:02:49.315895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "normandickinson@lesch.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "normandickinson@lesch.co"], ["encrypted_password", "$2a$04$8okIkYZuKzpmbz0ON7Nx4.g84EBXl8EYSZF7yKY/N.JfaKhMMqs9i"], ["created_at", "2019-01-19 08:02:49.318352"], ["updated_at", "2019-01-19 08:02:49.318352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Sunt est esse natus."], ["body", "Facilis earum sit. Voluptates expedita nisi. Rerum dolores magnam."], ["created_at", "2019-01-19 08:02:49.319438"], ["updated_at", "2019-01-19 08:02:49.319438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elton@abshirefarrell.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elton@abshirefarrell.org"], ["encrypted_password", "$2a$04$GT3sA/ooPdkgw6HnerFx1eoWJoMvFmyhH1.lRDUaB8EIcTo0KI4Dq"], ["created_at", "2019-01-19 08:02:49.321901"], ["updated_at", "2019-01-19 08:02:49.321901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Sit in non qui."], ["body", "Vitae perspiciatis mollitia. Fugiat ratione id. Repellendus enim rem."], ["created_at", "2019-01-19 08:02:49.322940"], ["updated_at", "2019-01-19 08:02:49.322940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "patricia@metz.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "patricia@metz.org"], ["encrypted_password", "$2a$04$yhpRuviglIsPGHvEH3XUIeXQOB7LnHn.MnPKTJyno/6ta3ggfzVf."], ["created_at", "2019-01-19 08:02:49.325264"], ["updated_at", "2019-01-19 08:02:49.325264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Ad illo tempora occaecati."], ["body", "Culpa corporis laborum. Reprehenderit id illum. Reprehenderit eaque fugit."], ["created_at", "2019-01-19 08:02:49.326259"], ["updated_at", "2019-01-19 08:02:49.326259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bulahmccullough@cartwright.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bulahmccullough@cartwright.net"], ["encrypted_password", "$2a$04$zKF0YKNW1iq/tlyco6HFXeeHXmtB8hn.DiTpCGrFxFLo.LOLTBJv6"], ["created_at", "2019-01-19 08:02:49.328546"], ["updated_at", "2019-01-19 08:02:49.328546"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Nesciunt pariatur ipsam iusto."], ["body", "Est molestiae dolores. Consectetur vel nobis. Et illo nihil."], ["created_at", "2019-01-19 08:02:49.329603"], ["updated_at", "2019-01-19 08:02:49.329603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Spencermouth 26"], ["created_at", "2019-01-19 08:02:49.331126"], ["updated_at", "2019-01-19 08:02:49.331126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "teal 26"], ["created_at", "2019-01-19 08:02:49.332559"], ["updated_at", "2019-01-19 08:02:49.332559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Drewside 27"], ["created_at", "2019-01-19 08:02:49.333849"], ["updated_at", "2019-01-19 08:02:49.333849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "black 27"], ["created_at", "2019-01-19 08:02:49.335156"], ["updated_at", "2019-01-19 08:02:49.335156"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'spencermouth 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'drewside 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'black 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'spencermouth 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'drewside 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'black 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chestermuller@reingerswaniawski.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chestermuller@reingerswaniawski.io"], ["encrypted_password", "$2a$04$MOqF2Y6v7ZZgWugBCcX0AOMsdgZ6bVoyHBjMUBYymdfX/WZeynz5m"], ["created_at", "2019-01-19 08:02:49.346638"], ["updated_at", "2019-01-19 08:02:49.346638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_27"], ["name", "librarian 27"], ["description", "librarian 27"], ["created_at", "2019-01-19 08:02:49.348664"], ["updated_at", "2019-01-19 08:02:49.348664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_28"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_28"], ["name", "astronomer 28"], ["description", "astronomer 28"], ["created_at", "2019-01-19 08:02:49.350196"], ["updated_at", "2019-01-19 08:02:49.350196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 08:02:49.352326"], ["updated_at", "2019-01-19 08:02:49.352326"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 08:02:49.353600"], ["updated_at", "2019-01-19 08:02:49.353600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Torpmouth 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Torpmouth 28"], ["created_at", "2019-01-19 08:02:49.355018"], ["updated_at", "2019-01-19 08:02:49.355018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Jaimeton 29"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jaimeton 29"], ["created_at", "2019-01-19 08:02:49.356121"], ["updated_at", "2019-01-19 08:02:49.356121"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 28"], ["created_at", "2019-01-19 08:02:49.357387"], ["updated_at", "2019-01-19 08:02:49.357387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 29"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "silver 29"], ["created_at", "2019-01-19 08:02:49.358607"], ["updated_at", "2019-01-19 08:02:49.358607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carolann@west.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carolann@west.com"], ["encrypted_password", "$2a$04$C5IbXB1RJLXzDYXtRhkNZ.vBpE.iG9wAhz7SNOGa2aA83C26CXYy6"], ["created_at", "2019-01-19 08:02:49.361017"], ["updated_at", "2019-01-19 08:02:49.361017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Odit qui qui aut."], ["body", "Quisquam ut placeat. Placeat autem et. Similique id sint."], ["created_at", "2019-01-19 08:02:49.362123"], ["updated_at", "2019-01-19 08:02:49.362123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vicente@spencer.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vicente@spencer.info"], ["encrypted_password", "$2a$04$OIldZZi4KIa7gBhLKsN.euH20tdbVOpsmdPneNNcUGQjvnIxemSY2"], ["created_at", "2019-01-19 08:02:49.364646"], ["updated_at", "2019-01-19 08:02:49.364646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Cum aliquid animi vel."], ["body", "Asperiores impedit velit. Quae occaecati omnis. Sed autem quis."], ["created_at", "2019-01-19 08:02:49.365737"], ["updated_at", "2019-01-19 08:02:49.365737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "monte@wilderman.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "monte@wilderman.org"], ["encrypted_password", "$2a$04$BoBrVz2FQzjACX/xMK5dHOw4uluXDfNx4dua6vv7j9KkB.fHw94B."], ["created_at", "2019-01-19 08:02:49.368259"], ["updated_at", "2019-01-19 08:02:49.368259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Facilis quo tempora sit."], ["body", "Nam ratione officia. Beatae eius dignissimos. Saepe esse sunt."], ["created_at", "2019-01-19 08:02:49.369348"], ["updated_at", "2019-01-19 08:02:49.369348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "buford@ritchie.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "buford@ritchie.org"], ["encrypted_password", "$2a$04$q7gnzQC/AKiqIJr2wyp3WOnasK5vbBHocqmhr10o9bHVFtUIHAiVC"], ["created_at", "2019-01-19 08:02:49.371886"], ["updated_at", "2019-01-19 08:02:49.371886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Omnis ut autem possimus."], ["body", "Qui corrupti nam. Amet illo qui. Neque quas et."], ["created_at", "2019-01-19 08:02:49.372921"], ["updated_at", "2019-01-19 08:02:49.372921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Torpmouth 28"], ["created_at", "2019-01-19 08:02:49.374473"], ["updated_at", "2019-01-19 08:02:49.374473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "ivory 28"], ["created_at", "2019-01-19 08:02:49.376121"], ["updated_at", "2019-01-19 08:02:49.376121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-19 08:02:49.377421"], ["updated_at", "2019-01-19 08:02:49.377421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "silver 29"], ["created_at", "2019-01-19 08:02:49.378717"], ["updated_at", "2019-01-19 08:02:49.378717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'torpmouth 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'ivory 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'silver 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-19 08:02:49.406096"], ["updated_at", "2019-01-19 08:02:49.406096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "designer_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "designer 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_3"], ["name", "designer 3"], ["description", "designer 3"], ["created_at", "2019-01-19 08:02:49.408494"], ["updated_at", "2019-01-19 08:02:49.408494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 08:02:49.409759"], ["updated_at", "2019-01-19 08:02:49.409759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.2ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.9ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 08:02:49.434474"], ["updated_at", "2019-01-19 08:02:49.434474"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 08:02:49.436694"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 08:02:49.450280"], ["updated_at", "2019-01-19 08:02:49.450280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 08:02:49.451390"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-19 08:02:49.474930"], ["updated_at", "2019-01-19 08:02:49.474930"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.8ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 08:02:49.507789"], ["updated_at", "2019-01-19 08:02:49.507789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-19 08:02:49.509576"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.3ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "advocate_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "advocate 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_4"], ["name", "advocate 4"], ["description", "advocate 4"], ["created_at", "2019-01-19 08:02:49.620507"], ["updated_at", "2019-01-19 08:02:49.620507"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 29"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_29"], ["name", "attorney at law 29"], ["description", "attorney at law 29"], ["created_at", "2019-01-19 08:02:49.623446"], ["updated_at", "2019-01-19 08:02:49.623446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-19 08:02:49.624960"], ["updated_at", "2019-01-19 08:02:49.624960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "architect_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "architect 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_5"], ["name", "architect 5"], ["description", "architect 5"], ["created_at", "2019-01-19 08:02:49.640733"], ["updated_at", "2019-01-19 08:02:49.640733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 30"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_30"], ["name", "advocate 30"], ["description", "advocate 30"], ["created_at", "2019-01-19 08:02:49.643111"], ["updated_at", "2019-01-19 08:02:49.643111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 08:02:49.645106"], ["updated_at", "2019-01-19 08:02:49.645106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.5ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 08:02:49.671919"], ["updated_at", "2019-01-19 08:02:49.671919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 08:02:49.673504"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 08:02:49.684656"], ["updated_at", "2019-01-19 08:02:49.684656"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 08:02:49.685802"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-19 08:02:49.707353"], ["updated_at", "2019-01-19 08:02:49.707353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 31"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_31"], ["name", "astronomer 31"], ["description", "astronomer 31"], ["created_at", "2019-01-19 08:02:49.740296"], ["updated_at", "2019-01-19 08:02:49.740296"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-19 08:02:49.742938"], ["updated_at", "2019-01-19 08:02:49.742938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-19 08:02:49.844317"], ["updated_at", "2019-01-19 08:02:49.844317"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-19 08:02:49.846829"], ["updated_at", "2019-01-19 08:02:49.846829"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 08:02:49.853323"], ["updated_at", "2019-01-19 08:02:49.853323"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 08:02:49.855207"], ["updated_at", "2019-01-19 08:02:49.855207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 08:02:49.857336"], ["updated_at", "2019-01-19 08:02:49.857336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chanelle@uptonschulist.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chanelle@uptonschulist.net"], ["encrypted_password", "$2a$04$tOTpLFgE6J3wJ1DE/zyJ/.egwteX8QtwLY4cZPoVYAJXKEW7Z9EoO"], ["created_at", "2019-01-19 08:02:49.861009"], ["updated_at", "2019-01-19 08:02:49.861009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Reprehenderit ratione iusto qui."], ["body", "Qui quas nam. Sed sint aut. Natus sed ratione."], ["created_at", "2019-01-19 08:02:49.862678"], ["updated_at", "2019-01-19 08:02:49.862678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sherrie@oharalittel.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sherrie@oharalittel.co"], ["encrypted_password", "$2a$04$n5WrgU5dL1DjqyqCLI8SLugwpcELGEZ89tRvLCtr15dtahcIYPJZa"], ["created_at", "2019-01-19 08:02:49.866046"], ["updated_at", "2019-01-19 08:02:49.866046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Illo fugiat ad necessitatibus."], ["body", "Nihil optio ut. Ducimus rerum dolorem. Quos numquam at."], ["created_at", "2019-01-19 08:02:49.867393"], ["updated_at", "2019-01-19 08:02:49.867393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 08:02:49.871687"], ["updated_at", "2019-01-19 08:02:49.871687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 08:02:49.873714"], ["updated_at", "2019-01-19 08:02:49.873714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 08:02:49.875386"], ["updated_at", "2019-01-19 08:02:49.875386"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "charles@graham.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "charles@graham.org"], ["encrypted_password", "$2a$04$jhPqBY0eMlodk.KNiddYGOUVUTjprrG0hB9IrDWlQTsSFHiKQPVm6"], ["created_at", "2019-01-19 08:02:49.878189"], ["updated_at", "2019-01-19 08:02:49.878189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eligendi consectetur blanditiis est."], ["body", "Sint libero consequatur. Atque iure consequatur. Rerum facere odio."], ["created_at", "2019-01-19 08:02:49.879468"], ["updated_at", "2019-01-19 08:02:49.879468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kimberskiles@hand.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kimberskiles@hand.info"], ["encrypted_password", "$2a$04$pKuKOKDF0YkvDog57E4EdOJzYOkiJi/rvd6EaozoAkjXp7AwkMX5u"], ["created_at", "2019-01-19 08:02:49.882625"], ["updated_at", "2019-01-19 08:02:49.882625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Ex vero nihil quo."], ["body", "Quos eaque nulla. Quidem debitis ea. Qui nisi doloremque."], ["created_at", "2019-01-19 08:02:49.884025"], ["updated_at", "2019-01-19 08:02:49.884025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 08:02:49.887809"], ["updated_at", "2019-01-19 08:02:49.887809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 08:02:49.889494"], ["updated_at", "2019-01-19 08:02:49.889494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 08:02:49.890928"], ["updated_at", "2019-01-19 08:02:49.890928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "von@reichert.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "von@reichert.net"], ["encrypted_password", "$2a$04$j3pCf9LOXxhMiwRc8b7Zrud1AqoeFsND8oI4Mn/5rc8UhIvi8bbci"], ["created_at", "2019-01-19 08:02:49.893668"], ["updated_at", "2019-01-19 08:02:49.893668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ex voluptates iure ullam."], ["body", "Sunt accusantium et. Aliquam sequi voluptas. Asperiores sed recusandae."], ["created_at", "2019-01-19 08:02:49.894966"], ["updated_at", "2019-01-19 08:02:49.894966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaimestreich@sporerkirlin.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jaimestreich@sporerkirlin.co"], ["encrypted_password", "$2a$04$5GHOBPfJKm1wnsdvw51JQe6LREZHf1Jyn7uCFZV50L9dK835l9Ab6"], ["created_at", "2019-01-19 08:02:49.897668"], ["updated_at", "2019-01-19 08:02:49.897668"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Sed id quod maxime."], ["body", "Iure ut omnis. Ipsum libero nihil. Dolorum et eveniet."], ["created_at", "2019-01-19 08:02:49.898766"], ["updated_at", "2019-01-19 08:02:49.898766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 08:02:49.902315"], ["updated_at", "2019-01-19 08:02:49.902315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 08:02:49.904075"], ["updated_at", "2019-01-19 08:02:49.904075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 08:02:49.905915"], ["updated_at", "2019-01-19 08:02:49.905915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "crystal@connellyarmstrong.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "crystal@connellyarmstrong.org"], ["encrypted_password", "$2a$04$yw.quOccHAbEwIUgyzwVH.cLHZlXkGOk/POvnlFc7oAs./m65knqS"], ["created_at", "2019-01-19 08:02:49.908500"], ["updated_at", "2019-01-19 08:02:49.908500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Suscipit molestias earum fuga."], ["body", "Provident voluptatum nemo. Voluptas ex sint. Voluptatem doloribus qui."], ["created_at", "2019-01-19 08:02:49.909690"], ["updated_at", "2019-01-19 08:02:49.909690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kimberfadel@gulgowski.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kimberfadel@gulgowski.biz"], ["encrypted_password", "$2a$04$TUo9XHhR76I2FK/fX3S6sOyvSd39YuWjnx4.vMjTtXQXAlskHH7.i"], ["created_at", "2019-01-19 08:02:49.912269"], ["updated_at", "2019-01-19 08:02:49.912269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Vitae in incidunt in."], ["body", "Consequuntur dolore omnis. Quas eius sed. Eos et consectetur."], ["created_at", "2019-01-19 08:02:49.913327"], ["updated_at", "2019-01-19 08:02:49.913327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cynthiarunolfon@grant.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cynthiarunolfon@grant.org"], ["encrypted_password", "$2a$04$/i/DHsdrj3sLaJ2.pS4qsOgFEvVTDD8XLuW3KjVMpBN7DaRqKB.AS"], ["created_at", "2019-01-19 08:02:49.915829"], ["updated_at", "2019-01-19 08:02:49.915829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Est architecto esse voluptas."], ["body", "Nam dignissimos dicta. Deserunt rerum tempore. Voluptate et maiores."], ["created_at", "2019-01-19 08:02:49.916851"], ["updated_at", "2019-01-19 08:02:49.916851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 08:02:49.923209"], ["updated_at", "2019-01-19 08:02:49.923209"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 08:02:49.924838"], ["updated_at", "2019-01-19 08:02:49.924838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 08:02:49.926359"], ["updated_at", "2019-01-19 08:02:49.926359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 08:02:49.928076"], ["updated_at", "2019-01-19 08:02:49.928076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "prince@bergstrom.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "prince@bergstrom.biz"], ["encrypted_password", "$2a$04$j76yRhEBpZ0s6r93gUGjKOWbuAQTFjDd2du7DdGpnaaxi71cSkPVa"], ["created_at", "2019-01-19 08:02:49.930777"], ["updated_at", "2019-01-19 08:02:49.930777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eum a neque ipsum."], ["body", "Unde numquam voluptatem. Atque dolor ut. Vitae qui dolorem."], ["created_at", "2019-01-19 08:02:49.931966"], ["updated_at", "2019-01-19 08:02:49.931966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gaylaheel@roob.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gaylaheel@roob.org"], ["encrypted_password", "$2a$04$L4Fn9kSDbwoGkzPJMbyZ/utLD2VRRMAcFAdw498O4uapM7mMUWxMa"], ["created_at", "2019-01-19 08:02:49.934681"], ["updated_at", "2019-01-19 08:02:49.934681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Aperiam atque recusandae autem."], ["body", "Eum aut enim. Eum inventore iure. Earum eligendi optio."], ["created_at", "2019-01-19 08:02:49.935761"], ["updated_at", "2019-01-19 08:02:49.935761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "scottie@murazik.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "scottie@murazik.org"], ["encrypted_password", "$2a$04$ZjE/Jz0tGHPn6FXgqhwsiuTKBcAHATDpgr0B4bZKnt9xkJ2RC85gO"], ["created_at", "2019-01-19 08:02:49.938247"], ["updated_at", "2019-01-19 08:02:49.938247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Tempore assumenda atque quasi."], ["body", "Sit atque ab. Tempora ut corporis. Repudiandae ut rerum."], ["created_at", "2019-01-19 08:02:49.939271"], ["updated_at", "2019-01-19 08:02:49.939271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "judson@daniel.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "judson@daniel.info"], ["encrypted_password", "$2a$04$LQLRoj4VkvHyfyOFtAFHrOfI2FwweDib0cYRa2mCIrPD2IMMqybhq"], ["created_at", "2019-01-19 08:02:49.941682"], ["updated_at", "2019-01-19 08:02:49.941682"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Ab dolores dolorem officiis."], ["body", "Quo placeat non. Sit magni enim. Quo iste facere."], ["created_at", "2019-01-19 08:02:49.942691"], ["updated_at", "2019-01-19 08:02:49.942691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.4ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 08:02:49.947869"], ["updated_at", "2019-01-19 08:02:49.947869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 08:02:49.949804"], ["updated_at", "2019-01-19 08:02:49.949804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 08:02:49.951187"], ["updated_at", "2019-01-19 08:02:49.951187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 08:02:49.952448"], ["updated_at", "2019-01-19 08:02:49.952448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "frances@heel.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "frances@heel.info"], ["encrypted_password", "$2a$04$rIBMSOTvSpMBSH.YyQo.kucVZimsyGzApoGok9OCDuQ2gL76Q4iTK"], ["created_at", "2019-01-19 08:02:49.954892"], ["updated_at", "2019-01-19 08:02:49.954892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eos harum nobis suscipit."], ["body", "Qui voluptatem quae. Occaecati repellendus quidem. Error omnis ducimus."], ["created_at", "2019-01-19 08:02:49.956148"], ["updated_at", "2019-01-19 08:02:49.956148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Lacyville 30"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Lacyville 30"], ["created_at", "2019-01-19 08:02:49.959506"], ["updated_at", "2019-01-19 08:02:49.959506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Robtown 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Robtown 31"], ["created_at", "2019-01-19 08:02:49.961219"], ["updated_at", "2019-01-19 08:02:49.961219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Rautown 32"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rautown 32"], ["created_at", "2019-01-19 08:02:49.962273"], ["updated_at", "2019-01-19 08:02:49.962273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Et soluta impedit sed."], ["created_at", "2019-01-19 08:02:49.967465"], ["updated_at", "2019-01-19 08:02:49.967465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 08:02:49.975922"], ["updated_at", "2019-01-19 08:02:49.975922"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 08:02:49.976974"], ["updated_at", "2019-01-19 08:02:49.976974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 08:02:49.980446"], ["updated_at", "2019-01-19 08:02:49.980446"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 08:02:49.982466"], ["updated_at", "2019-01-19 08:02:49.982466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shandrahickle@willms.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shandrahickle@willms.net"], ["encrypted_password", "$2a$04$3ZnljFGQ4Anzkf8NMyLL1.4jTKKnJTqMI3nAn.AFLEd7kiSCHdhTu"], ["created_at", "2019-01-19 08:02:49.985294"], ["updated_at", "2019-01-19 08:02:49.985294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptas qui rem sapiente."], ["body", "Voluptatibus illum quis. Eos ipsum ut. Id voluptate nihil."], ["created_at", "2019-01-19 08:02:49.986591"], ["updated_at", "2019-01-19 08:02:49.986591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.2ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Aut assumenda ex vel."], ["created_at", "2019-01-19 08:02:49.989143"], ["updated_at", "2019-01-19 08:02:49.989143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mildazemlak@mayert.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mildazemlak@mayert.io"], ["encrypted_password", "$2a$04$ol3cO1XqEWcS44diibhLxuyGC.CmxDBqo.bVhEIf0EJyOGzZOJlTu"], ["created_at", "2019-01-19 08:02:49.993886"], ["updated_at", "2019-01-19 08:02:49.993886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "azure 30"], ["created_at", "2019-01-19 08:02:49.995540"], ["updated_at", "2019-01-19 08:02:49.995540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Forrest 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Forrest 33"], ["created_at", "2019-01-19 08:02:49.996725"], ["updated_at", "2019-01-19 08:02:49.996725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Dignissimos nobis aperiam eum."], ["body", "Placeat deserunt incidunt. Occaecati vitae nihil. Repudiandae at porro."], ["created_at", "2019-01-19 08:02:49.997733"], ["updated_at", "2019-01-19 08:02:49.997733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Sebastian 34"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Sebastian 34"], ["created_at", "2019-01-19 08:02:50.000814"], ["updated_at", "2019-01-19 08:02:50.000814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Muellerburgh 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Muellerburgh 35"], ["created_at", "2019-01-19 08:02:50.002133"], ["updated_at", "2019-01-19 08:02:50.002133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 08:02:50.005636"], ["updated_at", "2019-01-19 08:02:50.005636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 08:02:50.007362"], ["updated_at", "2019-01-19 08:02:50.007362"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fernande@cummings.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "fernande@cummings.biz"], ["encrypted_password", "$2a$04$JNnjP1sUpMa.poNUXcfTVux0vFjzB6B2HRP70yyqiJpc7ZmAQETIi"], ["created_at", "2019-01-19 08:02:50.010438"], ["updated_at", "2019-01-19 08:02:50.010438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "plum 31"], ["created_at", "2019-01-19 08:02:50.012233"], ["updated_at", "2019-01-19 08:02:50.012233"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quia voluptas qui rerum."], ["body", "Et eius sit. Dolorem quis eos. Facere voluptatum esse."], ["created_at", "2019-01-19 08:02:50.013356"], ["updated_at", "2019-01-19 08:02:50.013356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 08:02:50.016518"], ["updated_at", "2019-01-19 08:02:50.016518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 08:02:50.017959"], ["updated_at", "2019-01-19 08:02:50.017959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "oswaldo@ebert.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "oswaldo@ebert.info"], ["encrypted_password", "$2a$04$RwfT6ZWYYS6VU/cBIu4wU.NtED9f84lhzZxp1CpA6McjtInrrYMYS"], ["created_at", "2019-01-19 08:02:50.020998"], ["updated_at", "2019-01-19 08:02:50.020998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 32"], ["created_at", "2019-01-19 08:02:50.023033"], ["updated_at", "2019-01-19 08:02:50.023033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Nesciunt est id recusandae."], ["body", "Cum beatae aut. Dolores ab culpa. Architecto minima quo."], ["created_at", "2019-01-19 08:02:50.024294"], ["updated_at", "2019-01-19 08:02:50.024294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Colemouth 36"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Colemouth 36"], ["created_at", "2019-01-19 08:02:50.031100"], ["updated_at", "2019-01-19 08:02:50.031100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Halmouth 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Halmouth 37"], ["created_at", "2019-01-19 08:02:50.032667"], ["updated_at", "2019-01-19 08:02:50.032667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Michelinechester 38"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Michelinechester 38"], ["created_at", "2019-01-19 08:02:50.033819"], ["updated_at", "2019-01-19 08:02:50.033819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Expedita rerum enim incidunt."], ["created_at", "2019-01-19 08:02:50.034676"], ["updated_at", "2019-01-19 08:02:50.034676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 08:02:50.036324"], ["updated_at", "2019-01-19 08:02:50.036324"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 08:02:50.037386"], ["updated_at", "2019-01-19 08:02:50.037386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Reytown 39"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Reytown 39"], ["created_at", "2019-01-19 08:02:50.040653"], ["updated_at", "2019-01-19 08:02:50.040653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Ahmed 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Ahmed 40"], ["created_at", "2019-01-19 08:02:50.042613"], ["updated_at", "2019-01-19 08:02:50.042613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Arnulfobury 41"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Arnulfobury 41"], ["created_at", "2019-01-19 08:02:50.043876"], ["updated_at", "2019-01-19 08:02:50.043876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Christenaburgh 42"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Christenaburgh 42"], ["created_at", "2019-01-19 08:02:50.044965"], ["updated_at", "2019-01-19 08:02:50.044965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Dolorem fugit aut voluptatem."], ["created_at", "2019-01-19 08:02:50.045801"], ["updated_at", "2019-01-19 08:02:50.045801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 08:02:50.047293"], ["updated_at", "2019-01-19 08:02:50.047293"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 08:02:50.048102"], ["updated_at", "2019-01-19 08:02:50.048102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Klingbury 43"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Klingbury 43"], ["created_at", "2019-01-19 08:02:50.051726"], ["updated_at", "2019-01-19 08:02:50.051726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hayley@jakubowski.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hayley@jakubowski.co"], ["encrypted_password", "$2a$04$JPIRI2a0HpSfauIjOaJyXuoJdiIGSJ/nDNYX4vZ3jz8cLSJQzxIwe"], ["created_at", "2019-01-19 08:02:50.055073"], ["updated_at", "2019-01-19 08:02:50.055073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 33"], ["created_at", "2019-01-19 08:02:50.056768"], ["updated_at", "2019-01-19 08:02:50.056768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Lucrecia 44"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Lucrecia 44"], ["created_at", "2019-01-19 08:02:50.058169"], ["updated_at", "2019-01-19 08:02:50.058169"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Itaque qui architecto aut."], ["body", "Vel dolor eos. Nam excepturi praesentium. Ut in expedita."], ["created_at", "2019-01-19 08:02:50.059422"], ["updated_at", "2019-01-19 08:02:50.059422"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Bricehaven 45"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Bricehaven 45"], ["created_at", "2019-01-19 08:02:50.063018"], ["updated_at", "2019-01-19 08:02:50.063018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eli@bednar.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eli@bednar.io"], ["encrypted_password", "$2a$04$0Dpnu3jjUSqR7uG3MACt7uvhwUmdkeYvE7z5x3XlLTdJQugU1UIsa"], ["created_at", "2019-01-19 08:02:50.066281"], ["updated_at", "2019-01-19 08:02:50.066281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 34"], ["created_at", "2019-01-19 08:02:50.067900"], ["updated_at", "2019-01-19 08:02:50.067900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Rolandstad 46"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Rolandstad 46"], ["created_at", "2019-01-19 08:02:50.069119"], ["updated_at", "2019-01-19 08:02:50.069119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Minima error reiciendis repudiandae."], ["body", "Non aut est. Velit molestiae ad. Error ut omnis."], ["created_at", "2019-01-19 08:02:50.070134"], ["updated_at", "2019-01-19 08:02:50.070134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Willieberg 47"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Willieberg 47"], ["created_at", "2019-01-19 08:02:50.073541"], ["updated_at", "2019-01-19 08:02:50.073541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Williamstown 49"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Williamstown 49"], ["created_at", "2019-01-19 08:02:50.077459"], ["updated_at", "2019-01-19 08:02:50.077459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Trumantown 51"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Trumantown 51"], ["created_at", "2019-01-19 08:02:50.080985"], ["updated_at", "2019-01-19 08:02:50.080985"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "max@blick.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "max@blick.org"], ["encrypted_password", "$2a$04$vR65K3YUO2GBViKNbbXIEu2Es78UPmXVsjYKN/dLoMcGCxKEeR7gy"], ["created_at", "2019-01-19 08:02:50.088514"], ["updated_at", "2019-01-19 08:02:50.088514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by AnonymousController#custom as HTML Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by AnonymousController#custom as HTML Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by AnonymousController#custom as HTML Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.2ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.4ms)  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 406 Not Acceptable in 95ms (ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 6ms (Views: 3.2ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 200 OK in 1ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Rendering text template Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_1"], ["name", "teacher 1"], ["description", "teacher 1"], ["created_at", "2019-01-19 09:28:22.612106"], ["updated_at", "2019-01-19 09:28:22.612106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_2"], ["name", "judge 2"], ["description", "judge 2"], ["created_at", "2019-01-19 09:28:22.614020"], ["updated_at", "2019-01-19 09:28:22.614020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marvaflatley@veum.name"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marvaflatley@veum.name"], ["encrypted_password", "$2a$04$eZb/emYZM6HIbfHuVTofhOdwwTtO9AMonCxB182QpfaDxDpWN2YQW"], ["created_at", "2019-01-19 09:28:22.651252"], ["updated_at", "2019-01-19 09:28:22.651252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 1"], ["created_at", "2019-01-19 09:28:22.660526"], ["updated_at", "2019-01-19 09:28:22.660526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Mantefort 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mantefort 1"], ["created_at", "2019-01-19 09:28:22.667059"], ["updated_at", "2019-01-19 09:28:22.667059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Sed ad ex consectetur."], ["body", "Consequatur consectetur voluptatum. Temporibus et et. Magni dolor reprehenderit."], ["created_at", "2019-01-19 09:28:22.668757"], ["updated_at", "2019-01-19 09:28:22.668757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_3"], ["name", "police officer 3"], ["description", "police officer 3"], ["created_at", "2019-01-19 09:28:22.674969"], ["updated_at", "2019-01-19 09:28:22.674969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_4"], ["name", "teacher 4"], ["description", "teacher 4"], ["created_at", "2019-01-19 09:28:22.676664"], ["updated_at", "2019-01-19 09:28:22.676664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pablo@mayer.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pablo@mayer.org"], ["encrypted_password", "$2a$04$Tspt3T4maKUWVY/E7VRAz.yD6DPnIHro2Me7v.GLRcXfNP8/YiJhq"], ["created_at", "2019-01-19 09:28:22.680214"], ["updated_at", "2019-01-19 09:28:22.680214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "pink 2"], ["created_at", "2019-01-19 09:28:22.681868"], ["updated_at", "2019-01-19 09:28:22.681868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Delberg 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Delberg 2"], ["created_at", "2019-01-19 09:28:22.683216"], ["updated_at", "2019-01-19 09:28:22.683216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Qui nostrum amet omnis."], ["body", "Mollitia voluptas cumque. Corporis debitis nostrum. Aut eos inventore."], ["created_at", "2019-01-19 09:28:22.684256"], ["updated_at", "2019-01-19 09:28:22.684256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_5"], ["name", "human resources 5"], ["description", "human resources 5"], ["created_at", "2019-01-19 09:28:22.697397"], ["updated_at", "2019-01-19 09:28:22.697397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_6"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 6"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_6"], ["name", "programmer 6"], ["description", "programmer 6"], ["created_at", "2019-01-19 09:28:22.699029"], ["updated_at", "2019-01-19 09:28:22.699029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shaquita@runteschinner.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shaquita@runteschinner.org"], ["encrypted_password", "$2a$04$tdjyGHYtkvUqmXBz7dlC6.iAIN4IUhMDKmAnDXi9gbJ1JLwO3R5Li"], ["created_at", "2019-01-19 09:28:22.702361"], ["updated_at", "2019-01-19 09:28:22.702361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 3"], ["created_at", "2019-01-19 09:28:22.703737"], ["updated_at", "2019-01-19 09:28:22.703737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Loretta 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Loretta 3"], ["created_at", "2019-01-19 09:28:22.704967"], ["updated_at", "2019-01-19 09:28:22.704967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Esse ut a et."], ["body", "Voluptates vero recusandae. Occaecati deserunt corporis. Consequatur quis nemo."], ["created_at", "2019-01-19 09:28:22.705954"], ["updated_at", "2019-01-19 09:28:22.705954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_7"], ["name", "physicist 7"], ["description", "physicist 7"], ["created_at", "2019-01-19 09:28:22.712171"], ["updated_at", "2019-01-19 09:28:22.712171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 8"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_8"], ["name", "designer 8"], ["description", "designer 8"], ["created_at", "2019-01-19 09:28:22.713873"], ["updated_at", "2019-01-19 09:28:22.713873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donnader@cain.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "donnader@cain.info"], ["encrypted_password", "$2a$04$V/DMIyrEopokXW.5BJgOqezMS3BhCTp5yriZjcll7dExdmVgsd30i"], ["created_at", "2019-01-19 09:28:22.717265"], ["updated_at", "2019-01-19 09:28:22.717265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 4"], ["LIMIT", 1]] Clearance Create (0.2ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "olive 4"], ["created_at", "2019-01-19 09:28:22.718701"], ["updated_at", "2019-01-19 09:28:22.718701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Marcelinoview 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Marcelinoview 4"], ["created_at", "2019-01-19 09:28:22.720081"], ["updated_at", "2019-01-19 09:28:22.720081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Distinctio asperiores ad id."], ["body", "Doloribus atque optio. Velit magnam perspiciatis. Iste laboriosam vitae."], ["created_at", "2019-01-19 09:28:22.721095"], ["updated_at", "2019-01-19 09:28:22.721095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_9"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 9"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_9"], ["name", "teacher 9"], ["description", "teacher 9"], ["created_at", "2019-01-19 09:28:22.727983"], ["updated_at", "2019-01-19 09:28:22.727983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 10"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_10"], ["name", "statistician 10"], ["description", "statistician 10"], ["created_at", "2019-01-19 09:28:22.730087"], ["updated_at", "2019-01-19 09:28:22.730087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "justin@flatley.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "justin@flatley.info"], ["encrypted_password", "$2a$04$kBFsRs2JGZShyp6oiAfI4e2CgjjEBKhgzdlb1waB1bl1qd8fa8v/q"], ["created_at", "2019-01-19 09:28:22.733574"], ["updated_at", "2019-01-19 09:28:22.733574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 5"], ["created_at", "2019-01-19 09:28:22.735327"], ["updated_at", "2019-01-19 09:28:22.735327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ahmadstad 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ahmadstad 5"], ["created_at", "2019-01-19 09:28:22.736535"], ["updated_at", "2019-01-19 09:28:22.736535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Nobis neque blanditiis voluptate."], ["body", "Tempora dolorem distinctio. Rem cum fugit. Quod tempora sit."], ["created_at", "2019-01-19 09:28:22.737578"], ["updated_at", "2019-01-19 09:28:22.737578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_11"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 11"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_11"], ["name", "police officer 11"], ["description", "police officer 11"], ["created_at", "2019-01-19 09:28:22.743154"], ["updated_at", "2019-01-19 09:28:22.743154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_12"], ["name", "economist 12"], ["description", "economist 12"], ["created_at", "2019-01-19 09:28:22.745311"], ["updated_at", "2019-01-19 09:28:22.745311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roryharvey@smithmitchell.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "roryharvey@smithmitchell.io"], ["encrypted_password", "$2a$04$XGRkH2TX/MFj1c0YwMNPZOUO/NCkE4IDfyPmav0tWZBdSrpTNhLRO"], ["created_at", "2019-01-19 09:28:22.748814"], ["updated_at", "2019-01-19 09:28:22.748814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "olive 6"], ["created_at", "2019-01-19 09:28:22.750358"], ["updated_at", "2019-01-19 09:28:22.750358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Rodolfo 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Rodolfo 6"], ["created_at", "2019-01-19 09:28:22.751535"], ["updated_at", "2019-01-19 09:28:22.751535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Exercitationem nemo nihil ad."], ["body", "Animi voluptas consequatur. Accusamus et mollitia. Tenetur voluptatem eius."], ["created_at", "2019-01-19 09:28:22.752595"], ["updated_at", "2019-01-19 09:28:22.752595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donnyterry@bailey.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "donnyterry@bailey.net"], ["encrypted_password", "$2a$04$4pNWrnOY57MHN3FpyrOWkOGOEaHcIqzS61KThPGgWeaId5/Zzx8F2"], ["created_at", "2019-01-19 09:28:22.755011"], ["updated_at", "2019-01-19 09:28:22.755011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 3.8ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 200 OK in 1ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 13"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_13"], ["name", "physicist 13"], ["description", "physicist 13"], ["created_at", "2019-01-19 09:28:22.835788"], ["updated_at", "2019-01-19 09:28:22.835788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "human_resources_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "human resources 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_1"], ["name", "human resources 1"], ["description", "human resources 1"], ["created_at", "2019-01-19 09:28:22.842662"], ["updated_at", "2019-01-19 09:28:22.842662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/passwords"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "devise/passwords"], ["action", "edit"], ["created_at", "2019-01-19 09:28:22.848252"], ["updated_at", "2019-01-19 09:28:22.848252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 09:28:22.855462"], ["updated_at", "2019-01-19 09:28:22.855462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 09:28:22.862271"], ["updated_at", "2019-01-19 09:28:22.862271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "devise/passwords"], ["action", "edit"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 14"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_14"], ["name", "interpreter 14"], ["description", "interpreter 14"], ["created_at", "2019-01-19 09:28:22.871001"], ["updated_at", "2019-01-19 09:28:22.871001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "interpreter_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "interpreter 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_2"], ["name", "interpreter 2"], ["description", "interpreter 2"], ["created_at", "2019-01-19 09:28:22.873133"], ["updated_at", "2019-01-19 09:28:22.873133"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-19 09:28:22.875113"], ["updated_at", "2019-01-19 09:28:22.875113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 09:28:22.876578"], ["updated_at", "2019-01-19 09:28:22.876578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 09:28:22.877835"], ["updated_at", "2019-01-19 09:28:22.877835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/validations/action_names"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "magdalenebeer@westbahringer.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "magdalenebeer@westbahringer.co"], ["encrypted_password", "$2a$04$s71FL8KsaI4DVSkZoKebVejN7tCWTD3AZzb/nd1MErHg5FbKp7dbG"], ["created_at", "2019-01-19 09:28:22.883504"], ["updated_at", "2019-01-19 09:28:22.883504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_15"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_15"], ["name", "interpreter 15"], ["description", "interpreter 15"], ["created_at", "2019-01-19 09:28:22.885407"], ["updated_at", "2019-01-19 09:28:22.885407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 09:28:22.887454"], ["updated_at", "2019-01-19 09:28:22.887454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Dachland 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dachland 7"], ["created_at", "2019-01-19 09:28:22.888675"], ["updated_at", "2019-01-19 09:28:22.888675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lynchville 8"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lynchville 8"], ["created_at", "2019-01-19 09:28:22.889770"], ["updated_at", "2019-01-19 09:28:22.889770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 7"], ["created_at", "2019-01-19 09:28:22.891215"], ["updated_at", "2019-01-19 09:28:22.891215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 8"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "olive 8"], ["created_at", "2019-01-19 09:28:22.892534"], ["updated_at", "2019-01-19 09:28:22.892534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jacob@schultz.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jacob@schultz.name"], ["encrypted_password", "$2a$04$7HrfNkDf3sdV./DISo7M.OZJlLWBNw3Ntee8gcfTbUOLUmQ1/rJWy"], ["created_at", "2019-01-19 09:28:22.895395"], ["updated_at", "2019-01-19 09:28:22.895395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Perferendis quasi ut tempore."], ["body", "Ut vitae odio. Non sit earum. Minima ipsam accusantium."], ["created_at", "2019-01-19 09:28:22.896641"], ["updated_at", "2019-01-19 09:28:22.896641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Dachland 7"], ["created_at", "2019-01-19 09:28:22.903222"], ["updated_at", "2019-01-19 09:28:22.903222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "maroon 7"], ["created_at", "2019-01-19 09:28:22.904881"], ["updated_at", "2019-01-19 09:28:22.904881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'dachland 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'maroon 7')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clement@pacochakeler.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clement@pacochakeler.io"], ["encrypted_password", "$2a$04$uAzEqk24p7w3j5J5pg3YAuL8q9RyNNUib7WfgwutzwtjMcRnrxEX."], ["created_at", "2019-01-19 09:28:22.913017"], ["updated_at", "2019-01-19 09:28:22.913017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_16"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_16"], ["name", "chemist 16"], ["description", "chemist 16"], ["created_at", "2019-01-19 09:28:22.915167"], ["updated_at", "2019-01-19 09:28:22.915167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 09:28:22.917166"], ["updated_at", "2019-01-19 09:28:22.917166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Joane 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Joane 9"], ["created_at", "2019-01-19 09:28:22.918416"], ["updated_at", "2019-01-19 09:28:22.918416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Dorathy 10"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Dorathy 10"], ["created_at", "2019-01-19 09:28:22.919541"], ["updated_at", "2019-01-19 09:28:22.919541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "plum 9"], ["created_at", "2019-01-19 09:28:22.921111"], ["updated_at", "2019-01-19 09:28:22.921111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 10"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "silver 10"], ["created_at", "2019-01-19 09:28:22.922472"], ["updated_at", "2019-01-19 09:28:22.922472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "houstonweber@dickinson.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "houstonweber@dickinson.name"], ["encrypted_password", "$2a$04$PzIa62SCB/ozSBDi5gmcMecwoupMlb3bN1vIeOPsqUguaJsJpFUtK"], ["created_at", "2019-01-19 09:28:22.925403"], ["updated_at", "2019-01-19 09:28:22.925403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Et amet rem et."], ["body", "Nihil ratione libero. Optio magnam asperiores. Qui nulla temporibus."], ["created_at", "2019-01-19 09:28:22.926586"], ["updated_at", "2019-01-19 09:28:22.926586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Dorathy 10"], ["created_at", "2019-01-19 09:28:22.928249"], ["updated_at", "2019-01-19 09:28:22.928249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "plum 9"], ["created_at", "2019-01-19 09:28:22.929693"], ["updated_at", "2019-01-19 09:28:22.929693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east dorathy 10')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pennykuphal@bergnaum.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pennykuphal@bergnaum.org"], ["encrypted_password", "$2a$04$ltGxXozzOKuwrQ2DqfwRq.yl4zzrY6SS64E0t.tDOhdyZFVdHUXwe"], ["created_at", "2019-01-19 09:28:22.934861"], ["updated_at", "2019-01-19 09:28:22.934861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_17"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_17"], ["name", "doctor 17"], ["description", "doctor 17"], ["created_at", "2019-01-19 09:28:22.937093"], ["updated_at", "2019-01-19 09:28:22.937093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.3ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 09:28:22.939425"], ["updated_at", "2019-01-19 09:28:22.939425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Goyettemouth 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Goyettemouth 11"], ["created_at", "2019-01-19 09:28:22.940699"], ["updated_at", "2019-01-19 09:28:22.940699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Fishermouth 12"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fishermouth 12"], ["created_at", "2019-01-19 09:28:22.941748"], ["updated_at", "2019-01-19 09:28:22.941748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 11"], ["created_at", "2019-01-19 09:28:22.943139"], ["updated_at", "2019-01-19 09:28:22.943139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 12"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "black 12"], ["created_at", "2019-01-19 09:28:22.944482"], ["updated_at", "2019-01-19 09:28:22.944482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marleenstark@macgyver.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marleenstark@macgyver.info"], ["encrypted_password", "$2a$04$KfzqTALrv6QXF0UeW0FTi.4eZGZJRIi27z4fE5yWabpX2uQxCq/Ke"], ["created_at", "2019-01-19 09:28:22.946966"], ["updated_at", "2019-01-19 09:28:22.946966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Deleniti officia saepe voluptas."], ["body", "Saepe quidem modi. Vel inventore voluptate. Eum quam rerum."], ["created_at", "2019-01-19 09:28:22.948137"], ["updated_at", "2019-01-19 09:28:22.948137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Goyettemouth 11"], ["created_at", "2019-01-19 09:28:22.949783"], ["updated_at", "2019-01-19 09:28:22.949783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'goyettemouth 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ruebengibson@lakin.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ruebengibson@lakin.io"], ["encrypted_password", "$2a$04$gG.VRl0shq71eCybw/dA2eDNaz3TeJzTUcVXIKYua.Tl7n.gQ3L0q"], ["created_at", "2019-01-19 09:28:22.955463"], ["updated_at", "2019-01-19 09:28:22.955463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_18"], ["name", "judge 18"], ["description", "judge 18"], ["created_at", "2019-01-19 09:28:22.957529"], ["updated_at", "2019-01-19 09:28:22.957529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 09:28:22.959509"], ["updated_at", "2019-01-19 09:28:22.959509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Parisianberg 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Parisianberg 13"], ["created_at", "2019-01-19 09:28:22.960660"], ["updated_at", "2019-01-19 09:28:22.960660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Kandy 14"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Kandy 14"], ["created_at", "2019-01-19 09:28:22.961719"], ["updated_at", "2019-01-19 09:28:22.961719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "silver 13"], ["created_at", "2019-01-19 09:28:22.963053"], ["updated_at", "2019-01-19 09:28:22.963053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "lime 14"], ["created_at", "2019-01-19 09:28:22.964382"], ["updated_at", "2019-01-19 09:28:22.964382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ione@batz.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ione@batz.name"], ["encrypted_password", "$2a$04$gxsoUga0ax8JSC7AOxx7U.DTIhPoQ0HvkpCpEW5I.bLBgI6hcNCCW"], ["created_at", "2019-01-19 09:28:22.966890"], ["updated_at", "2019-01-19 09:28:22.966890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Dignissimos enim odit id."], ["body", "Nostrum ut assumenda. Voluptas dolor itaque. Labore magnam nihil."], ["created_at", "2019-01-19 09:28:22.967954"], ["updated_at", "2019-01-19 09:28:22.967954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Parisianberg 13"], ["created_at", "2019-01-19 09:28:22.969596"], ["updated_at", "2019-01-19 09:28:22.969596"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "silver 13"], ["created_at", "2019-01-19 09:28:22.971056"], ["updated_at", "2019-01-19 09:28:22.971056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'parisianberg 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'silver 13')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "danuta@dickigraham.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "danuta@dickigraham.org"], ["encrypted_password", "$2a$04$IqrtPwnm10cOKhfMeikZHufpycfYEOs9FgMlnNE3WTImi9RgomsOq"], ["created_at", "2019-01-19 09:28:22.977048"], ["updated_at", "2019-01-19 09:28:22.977048"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 19"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_19"], ["name", "economist 19"], ["description", "economist 19"], ["created_at", "2019-01-19 09:28:22.978988"], ["updated_at", "2019-01-19 09:28:22.978988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 09:28:22.981050"], ["updated_at", "2019-01-19 09:28:22.981050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kevinbury 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kevinbury 15"], ["created_at", "2019-01-19 09:28:22.982324"], ["updated_at", "2019-01-19 09:28:22.982324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Booker 16"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Booker 16"], ["created_at", "2019-01-19 09:28:22.983417"], ["updated_at", "2019-01-19 09:28:22.983417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "black 15"], ["created_at", "2019-01-19 09:28:22.984836"], ["updated_at", "2019-01-19 09:28:22.984836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 16"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "salmon 16"], ["created_at", "2019-01-19 09:28:22.986172"], ["updated_at", "2019-01-19 09:28:22.986172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lowell@zieme.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lowell@zieme.org"], ["encrypted_password", "$2a$04$ysnZqaCsMKj57CBc1RrETOqcjO6u8k8dO8NeRBA9GXpFove9Hobvm"], ["created_at", "2019-01-19 09:28:22.988605"], ["updated_at", "2019-01-19 09:28:22.988605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Totam expedita molestiae tempora."], ["body", "Consectetur est quis. Aliquid non sit. Officia vitae qui."], ["created_at", "2019-01-19 09:28:22.989704"], ["updated_at", "2019-01-19 09:28:22.989704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "christiafay@monahan.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "christiafay@monahan.name"], ["encrypted_password", "$2a$04$m8vOByV6LBQfkHwlD8XWhuctlXqdnqxZyLNYXgZYTDS9f7nHOWhwK"], ["created_at", "2019-01-19 09:28:22.992311"], ["updated_at", "2019-01-19 09:28:22.992311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Aut qui nesciunt perferendis."], ["body", "Unde quo eos. Molestiae quibusdam et. Nostrum ipsa aspernatur."], ["created_at", "2019-01-19 09:28:22.993362"], ["updated_at", "2019-01-19 09:28:22.993362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nellekuhic@medhurstmayer.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nellekuhic@medhurstmayer.co"], ["encrypted_password", "$2a$04$3LD2t8LhyBH4lCM5q34kEOw0EhLeNqoNooTewpZ.2DBfD5F.6vv.G"], ["created_at", "2019-01-19 09:28:22.995809"], ["updated_at", "2019-01-19 09:28:22.995809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Temporibus similique assumenda eius."], ["body", "Repudiandae harum quos. Enim adipisci illo. Occaecati voluptatibus velit."], ["created_at", "2019-01-19 09:28:22.996799"], ["updated_at", "2019-01-19 09:28:22.996799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tagutkowski@hintzrowe.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tagutkowski@hintzrowe.name"], ["encrypted_password", "$2a$04$BvACoh8ZpZGftT0dEpHVPO92x0pju1saA5oVn6dTJKrtkfOESCyd6"], ["created_at", "2019-01-19 09:28:22.999368"], ["updated_at", "2019-01-19 09:28:22.999368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Culpa iure aut praesentium."], ["body", "Amet inventore animi. Atque consequuntur magnam. Et est voluptatum."], ["created_at", "2019-01-19 09:28:23.000495"], ["updated_at", "2019-01-19 09:28:23.000495"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Kevinbury 15"], ["created_at", "2019-01-19 09:28:23.002163"], ["updated_at", "2019-01-19 09:28:23.002163"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "black 15"], ["created_at", "2019-01-19 09:28:23.003652"], ["updated_at", "2019-01-19 09:28:23.003652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'kevinbury 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'black 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dalton@reichel.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dalton@reichel.org"], ["encrypted_password", "$2a$04$EpzPNu2C48hnqxykpydQe.FCfemoU826QOsWFIRItxXIuF4Um3W4O"], ["created_at", "2019-01-19 09:28:23.010126"], ["updated_at", "2019-01-19 09:28:23.010126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_20"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_20"], ["name", "firefighter 20"], ["description", "firefighter 20"], ["created_at", "2019-01-19 09:28:23.012118"], ["updated_at", "2019-01-19 09:28:23.012118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 09:28:23.014152"], ["updated_at", "2019-01-19 09:28:23.014152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Mary 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Mary 17"], ["created_at", "2019-01-19 09:28:23.015458"], ["updated_at", "2019-01-19 09:28:23.015458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Stewart 18"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Stewart 18"], ["created_at", "2019-01-19 09:28:23.016559"], ["updated_at", "2019-01-19 09:28:23.016559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "magenta 17"], ["created_at", "2019-01-19 09:28:23.017986"], ["updated_at", "2019-01-19 09:28:23.017986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 18"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "salmon 18"], ["created_at", "2019-01-19 09:28:23.019524"], ["updated_at", "2019-01-19 09:28:23.019524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zane@abshire.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zane@abshire.org"], ["encrypted_password", "$2a$04$7z5oYgAL1Nbkt5f/kzsD.uiR2KVHkOWR9pSzQ1e5DBYpZ3YxTH9F6"], ["created_at", "2019-01-19 09:28:23.022029"], ["updated_at", "2019-01-19 09:28:23.022029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Saepe numquam aperiam ducimus."], ["body", "Quia rerum voluptate. Et non nesciunt. Porro id blanditiis."], ["created_at", "2019-01-19 09:28:23.023151"], ["updated_at", "2019-01-19 09:28:23.023151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shanicecarter@kutch.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shanicecarter@kutch.io"], ["encrypted_password", "$2a$04$s0yBTr5ZRkNLGo1/dA9RQ.uU/1w20wMxPu7t8ZbJjoDm38ClTcheS"], ["created_at", "2019-01-19 09:28:23.025693"], ["updated_at", "2019-01-19 09:28:23.025693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Vero in ducimus voluptas."], ["body", "Voluptates veritatis aut. Ducimus temporibus quod. Eligendi eius voluptates."], ["created_at", "2019-01-19 09:28:23.026713"], ["updated_at", "2019-01-19 09:28:23.026713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hermelinda@vandervortframi.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hermelinda@vandervortframi.name"], ["encrypted_password", "$2a$04$7YYYbXRqt9G4FRn9HmaRQeZDZMxq5y.JNcmxeTqPfxNtrEKL/K5aS"], ["created_at", "2019-01-19 09:28:23.029757"], ["updated_at", "2019-01-19 09:28:23.029757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Rem dolores voluptatem autem."], ["body", "Neque odit consequuntur. Id eligendi occaecati. Qui maiores est."], ["created_at", "2019-01-19 09:28:23.030974"], ["updated_at", "2019-01-19 09:28:23.030974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ardell@stanton.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ardell@stanton.biz"], ["encrypted_password", "$2a$04$mxp/2fRIrKXMMWtIcYxIi.FyLCbMEHtOu/Nkgh2i6QvD7VFVeBZ0q"], ["created_at", "2019-01-19 09:28:23.033539"], ["updated_at", "2019-01-19 09:28:23.033539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Voluptate et voluptas quia."], ["body", "Ab quisquam et. Explicabo rerum voluptas. Sed non corrupti."], ["created_at", "2019-01-19 09:28:23.034605"], ["updated_at", "2019-01-19 09:28:23.034605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Mary 17"], ["created_at", "2019-01-19 09:28:23.036163"], ["updated_at", "2019-01-19 09:28:23.036163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east mary 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "everette@hartmann.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "everette@hartmann.name"], ["encrypted_password", "$2a$04$1WV89Kb/xEcpjktAnXWeDeThB4jwTKjMCOVWx28e7SrOLIgKEyVYC"], ["created_at", "2019-01-19 09:28:23.041843"], ["updated_at", "2019-01-19 09:28:23.041843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_21"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_21"], ["name", "advocate 21"], ["description", "advocate 21"], ["created_at", "2019-01-19 09:28:23.044412"], ["updated_at", "2019-01-19 09:28:23.044412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 09:28:23.046659"], ["updated_at", "2019-01-19 09:28:23.046659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Lidia 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Lidia 19"], ["created_at", "2019-01-19 09:28:23.048102"], ["updated_at", "2019-01-19 09:28:23.048102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Vashtiview 20"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Vashtiview 20"], ["created_at", "2019-01-19 09:28:23.049239"], ["updated_at", "2019-01-19 09:28:23.049239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "cyan 19"], ["created_at", "2019-01-19 09:28:23.050702"], ["updated_at", "2019-01-19 09:28:23.050702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 20"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "turquoise 20"], ["created_at", "2019-01-19 09:28:23.052008"], ["updated_at", "2019-01-19 09:28:23.052008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darius@zemlak.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darius@zemlak.info"], ["encrypted_password", "$2a$04$zziTKQvOExd6NOqWBuRC4.K/ydVisvfzZHpK11aIvqGKopgo3eUbu"], ["created_at", "2019-01-19 09:28:23.054432"], ["updated_at", "2019-01-19 09:28:23.054432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Atque aut velit aut."], ["body", "Molestiae eos aliquid. Expedita aut est. Sunt maiores sit."], ["created_at", "2019-01-19 09:28:23.055535"], ["updated_at", "2019-01-19 09:28:23.055535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "naomileffler@jast.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "naomileffler@jast.co"], ["encrypted_password", "$2a$04$JIu3Rr/QMmyRCG1xb1QcpONA5NsduseHkWR.rJhb6jC4Svy07qesa"], ["created_at", "2019-01-19 09:28:23.058186"], ["updated_at", "2019-01-19 09:28:23.058186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Quia et officia reprehenderit."], ["body", "Fugit qui rerum. Dignissimos sit aperiam. Ab ex minus."], ["created_at", "2019-01-19 09:28:23.059321"], ["updated_at", "2019-01-19 09:28:23.059321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "venushayes@morietteharber.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "venushayes@morietteharber.name"], ["encrypted_password", "$2a$04$l9EAD8CGfmXod5CMVoLlTuByFT8XlHe3ZQfKzUPEHYBuVy9YgUskC"], ["created_at", "2019-01-19 09:28:23.061829"], ["updated_at", "2019-01-19 09:28:23.061829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Et suscipit aut reiciendis."], ["body", "Optio labore ut. Velit dolores voluptatibus. Iste sapiente quo."], ["created_at", "2019-01-19 09:28:23.062940"], ["updated_at", "2019-01-19 09:28:23.062940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcelle@rodriguez.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marcelle@rodriguez.com"], ["encrypted_password", "$2a$04$fpEIRYZ8QNwzo7ZQM91Sh.vEBsqQfOB3uuT1G4T0BTCvWU07xdBkW"], ["created_at", "2019-01-19 09:28:23.065436"], ["updated_at", "2019-01-19 09:28:23.065436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Qui modi dignissimos dolor."], ["body", "Cupiditate vero aut. Ex sint ut. Nostrum dolores sit."], ["created_at", "2019-01-19 09:28:23.066487"], ["updated_at", "2019-01-19 09:28:23.066487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Port Lidia 19"], ["created_at", "2019-01-19 09:28:23.068055"], ["updated_at", "2019-01-19 09:28:23.068055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "cyan 19"], ["created_at", "2019-01-19 09:28:23.069550"], ["updated_at", "2019-01-19 09:28:23.069550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port lidia 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'cyan 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marica@lockman.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marica@lockman.org"], ["encrypted_password", "$2a$04$T9Dv3gQZxhe38x.uykR7tucJ0vO/xXHwxxt/iOrzic/KyY11vpoDC"], ["created_at", "2019-01-19 09:28:23.078328"], ["updated_at", "2019-01-19 09:28:23.078328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_22"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_22"], ["name", "judge 22"], ["description", "judge 22"], ["created_at", "2019-01-19 09:28:23.085206"], ["updated_at", "2019-01-19 09:28:23.085206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 09:28:23.087487"], ["updated_at", "2019-01-19 09:28:23.087487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Hueview 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Hueview 21"], ["created_at", "2019-01-19 09:28:23.088882"], ["updated_at", "2019-01-19 09:28:23.088882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Dottietown 22"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Dottietown 22"], ["created_at", "2019-01-19 09:28:23.090032"], ["updated_at", "2019-01-19 09:28:23.090032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "olive 21"], ["created_at", "2019-01-19 09:28:23.091355"], ["updated_at", "2019-01-19 09:28:23.091355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 22"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "salmon 22"], ["created_at", "2019-01-19 09:28:23.092627"], ["updated_at", "2019-01-19 09:28:23.092627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deedradicki@considine.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "deedradicki@considine.net"], ["encrypted_password", "$2a$04$aVYdFeMz.Klali6wzakGMuwmNTEPXZ0qJns8cBwOZpM1pl/C3HcRe"], ["created_at", "2019-01-19 09:28:23.095034"], ["updated_at", "2019-01-19 09:28:23.095034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Placeat dignissimos quia doloremque."], ["body", "Blanditiis mollitia quis. Delectus necessitatibus temporibus. Suscipit autem sequi."], ["created_at", "2019-01-19 09:28:23.096184"], ["updated_at", "2019-01-19 09:28:23.096184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stewartgislason@welch.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "stewartgislason@welch.name"], ["encrypted_password", "$2a$04$HMfOR4H.WYwaGDDQulQQ4ep.CTJxB9bIU33bNS.hl0N5oIzkztqpO"], ["created_at", "2019-01-19 09:28:23.098712"], ["updated_at", "2019-01-19 09:28:23.098712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Repellendus architecto quos eligendi."], ["body", "Qui quia asperiores. Laudantium suscipit iste. Sequi atque ea."], ["created_at", "2019-01-19 09:28:23.099792"], ["updated_at", "2019-01-19 09:28:23.099792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tiffanieharvey@corwin.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tiffanieharvey@corwin.io"], ["encrypted_password", "$2a$04$IWr/9F35agWBKd2eaiRSY.A21u6Kz4fDUBvppyZLDN6lnBQk24aOe"], ["created_at", "2019-01-19 09:28:23.102206"], ["updated_at", "2019-01-19 09:28:23.102206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Debitis provident aut recusandae."], ["body", "Cum vel molestiae. Vel officiis et. Accusamus dolor cum."], ["created_at", "2019-01-19 09:28:23.103268"], ["updated_at", "2019-01-19 09:28:23.103268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gustavohuel@bergstromlueilwitz.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gustavohuel@bergstromlueilwitz.io"], ["encrypted_password", "$2a$04$5M75k.gCqPHR/c4bO.eime.tmvdPww6eN091tyoCTRPOzZEPy9DFK"], ["created_at", "2019-01-19 09:28:23.105724"], ["updated_at", "2019-01-19 09:28:23.105724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Enim modi iusto error."], ["body", "Eveniet molestiae ut. Soluta quis ipsam. Accusamus quas tenetur."], ["created_at", "2019-01-19 09:28:23.106787"], ["updated_at", "2019-01-19 09:28:23.106787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Hueview 21"], ["created_at", "2019-01-19 09:28:23.108355"], ["updated_at", "2019-01-19 09:28:23.108355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "olive 21"], ["created_at", "2019-01-19 09:28:23.109805"], ["updated_at", "2019-01-19 09:28:23.109805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east hueview 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'olive 21') Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east hueview 21') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'olive 21') Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east hueview 21') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'olive 21') Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lauren@pagac.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lauren@pagac.info"], ["encrypted_password", "$2a$04$8DU2yB7ojbyqll8kBhQ1m.gI90HrIHQUmAwT7aNnI72eeircqJsCy"], ["created_at", "2019-01-19 09:28:23.127392"], ["updated_at", "2019-01-19 09:28:23.127392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pierre@conn.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pierre@conn.info"], ["encrypted_password", "$2a$04$jERNYx.uFtjB8oQSyQNTBeVMKQgp3ouqeYdKVhrOsFvP6BbwgrejW"], ["created_at", "2019-01-19 09:28:23.130736"], ["updated_at", "2019-01-19 09:28:23.130736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 23"], ["created_at", "2019-01-19 09:28:23.132633"], ["updated_at", "2019-01-19 09:28:23.132633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Macejkovicfurt 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Macejkovicfurt 23"], ["created_at", "2019-01-19 09:28:23.134113"], ["updated_at", "2019-01-19 09:28:23.134113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Magnam possimus blanditiis ut."], ["body", "Nemo itaque blanditiis. Autem amet fugit. Aut ut placeat."], ["created_at", "2019-01-19 09:28:23.135344"], ["updated_at", "2019-01-19 09:28:23.135344"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sally@koelpin.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sally@koelpin.co"], ["encrypted_password", "$2a$04$1J9XNN4mgIRM53tjArVQDu0mIUMX8d7zc1fVBuHOvJNnD0BtqVdaW"], ["created_at", "2019-01-19 09:28:23.141281"], ["updated_at", "2019-01-19 09:28:23.141281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_23"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_23"], ["name", "chemist 23"], ["description", "chemist 23"], ["created_at", "2019-01-19 09:28:23.143263"], ["updated_at", "2019-01-19 09:28:23.143263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 24"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_24"], ["name", "advocate 24"], ["description", "advocate 24"], ["created_at", "2019-01-19 09:28:23.144600"], ["updated_at", "2019-01-19 09:28:23.144600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 09:28:23.146588"], ["updated_at", "2019-01-19 09:28:23.146588"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 09:28:23.148337"], ["updated_at", "2019-01-19 09:28:23.148337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Elisamouth 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Elisamouth 24"], ["created_at", "2019-01-19 09:28:23.149586"], ["updated_at", "2019-01-19 09:28:23.149586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Boganland 25"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Boganland 25"], ["created_at", "2019-01-19 09:28:23.150620"], ["updated_at", "2019-01-19 09:28:23.150620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "silver 24"], ["created_at", "2019-01-19 09:28:23.151884"], ["updated_at", "2019-01-19 09:28:23.151884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 25"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "black 25"], ["created_at", "2019-01-19 09:28:23.153161"], ["updated_at", "2019-01-19 09:28:23.153161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "launa@collins.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "launa@collins.co"], ["encrypted_password", "$2a$04$YO8Sj2kDUtWedWBznlRnheH2rUdY1R5EPzk79BUtP2Dl4x4CdWe8e"], ["created_at", "2019-01-19 09:28:23.155544"], ["updated_at", "2019-01-19 09:28:23.155544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Iusto perspiciatis facilis consequatur."], ["body", "Autem deserunt quisquam. Occaecati non culpa. Eligendi vero sit."], ["created_at", "2019-01-19 09:28:23.156617"], ["updated_at", "2019-01-19 09:28:23.156617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "simonaschinner@kuvalisdaniel.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "simonaschinner@kuvalisdaniel.io"], ["encrypted_password", "$2a$04$CC7wsy/Jd2fw4GgD0PW1Cu8G18ff/jbUFXG.keoGyLR0LTWZUVkji"], ["created_at", "2019-01-19 09:28:23.159150"], ["updated_at", "2019-01-19 09:28:23.159150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Vel itaque perferendis quaerat."], ["body", "Neque rerum commodi. Optio mollitia est. Voluptates non et."], ["created_at", "2019-01-19 09:28:23.160176"], ["updated_at", "2019-01-19 09:28:23.160176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "robert@adamsflatley.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "robert@adamsflatley.name"], ["encrypted_password", "$2a$04$3lN1siTl/lghfcZAjn4EteUHcoGMEdaOLDBkSy0bVyTirjQgEi3UG"], ["created_at", "2019-01-19 09:28:23.162559"], ["updated_at", "2019-01-19 09:28:23.162559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Mollitia dolor aliquam vel."], ["body", "Veritatis odit rem. Ab accusamus quaerat. Dolorem voluptatem laborum."], ["created_at", "2019-01-19 09:28:23.163558"], ["updated_at", "2019-01-19 09:28:23.163558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "julia@bauch.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "julia@bauch.info"], ["encrypted_password", "$2a$04$FSs3oLpu3qb1OvVvz/D3rOPqakt6ZuQn6am3ycugs1PNNcyn9CAW."], ["created_at", "2019-01-19 09:28:23.168587"], ["updated_at", "2019-01-19 09:28:23.168587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Earum id quia nihil."], ["body", "Odio nulla et. Doloribus architecto sint. Et cumque ad."], ["created_at", "2019-01-19 09:28:23.169871"], ["updated_at", "2019-01-19 09:28:23.169871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Port Elisamouth 24"], ["created_at", "2019-01-19 09:28:23.171774"], ["updated_at", "2019-01-19 09:28:23.171774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "silver 24"], ["created_at", "2019-01-19 09:28:23.173439"], ["updated_at", "2019-01-19 09:28:23.173439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Boganland 25"], ["created_at", "2019-01-19 09:28:23.174757"], ["updated_at", "2019-01-19 09:28:23.174757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "black 25"], ["created_at", "2019-01-19 09:28:23.176068"], ["updated_at", "2019-01-19 09:28:23.176068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port elisamouth 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'silver 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'boganland 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'black 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "willis@graham.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "willis@graham.org"], ["encrypted_password", "$2a$04$6.RxwuYSibFTW1g.JIDEP.7Phkbht8li6C.PIM3piX.b5xV5DgpcW"], ["created_at", "2019-01-19 09:28:23.185674"], ["updated_at", "2019-01-19 09:28:23.185674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_25"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_25"], ["name", "attorney at law 25"], ["description", "attorney at law 25"], ["created_at", "2019-01-19 09:28:23.187599"], ["updated_at", "2019-01-19 09:28:23.187599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_26"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_26"], ["name", "human resources 26"], ["description", "human resources 26"], ["created_at", "2019-01-19 09:28:23.189107"], ["updated_at", "2019-01-19 09:28:23.189107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 09:28:23.191075"], ["updated_at", "2019-01-19 09:28:23.191075"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 09:28:23.192221"], ["updated_at", "2019-01-19 09:28:23.192221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Dwainmouth 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Dwainmouth 26"], ["created_at", "2019-01-19 09:28:23.193453"], ["updated_at", "2019-01-19 09:28:23.193453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Onieville 27"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Onieville 27"], ["created_at", "2019-01-19 09:28:23.194565"], ["updated_at", "2019-01-19 09:28:23.194565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 26"], ["created_at", "2019-01-19 09:28:23.195881"], ["updated_at", "2019-01-19 09:28:23.195881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 27"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "gold 27"], ["created_at", "2019-01-19 09:28:23.197120"], ["updated_at", "2019-01-19 09:28:23.197120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "christiniafeest@ledner.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "christiniafeest@ledner.biz"], ["encrypted_password", "$2a$04$ZUFLxIB7FliiOBtKK6YCAORk0JjXwPpmXesOCnp7/fY..tCWoP8CS"], ["created_at", "2019-01-19 09:28:23.199521"], ["updated_at", "2019-01-19 09:28:23.199521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Harum repudiandae nihil exercitationem."], ["body", "Repudiandae quam voluptas. Cupiditate laboriosam aut. Esse dicta quaerat."], ["created_at", "2019-01-19 09:28:23.200684"], ["updated_at", "2019-01-19 09:28:23.200684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nichelle@beatty.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nichelle@beatty.co"], ["encrypted_password", "$2a$04$67NjYu0l4.mI.67ZMmpdPuOXIKw1irp4i/01.oHsJ2C5wVYHakVi6"], ["created_at", "2019-01-19 09:28:23.203152"], ["updated_at", "2019-01-19 09:28:23.203152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Impedit error et perferendis."], ["body", "Nam temporibus doloremque. Exercitationem nobis deserunt. Quaerat laborum sequi."], ["created_at", "2019-01-19 09:28:23.204335"], ["updated_at", "2019-01-19 09:28:23.204335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "seanlowe@shanahanmraz.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "seanlowe@shanahanmraz.org"], ["encrypted_password", "$2a$04$4VoONqG5RIx5kdZbx.FUguHZ.MSe64Pgq7d5NqHxaKkXRKmR4thUa"], ["created_at", "2019-01-19 09:28:23.206678"], ["updated_at", "2019-01-19 09:28:23.206678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Unde culpa eligendi a."], ["body", "Eos et error. Totam ut ea. Deleniti mollitia eos."], ["created_at", "2019-01-19 09:28:23.207665"], ["updated_at", "2019-01-19 09:28:23.207665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rosana@upton.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rosana@upton.com"], ["encrypted_password", "$2a$04$aS2QGdV6I6JTd5zLsN7x7ulMIDyO1DjUGvSPW.XESNjJbeZzUeEpm"], ["created_at", "2019-01-19 09:28:23.210033"], ["updated_at", "2019-01-19 09:28:23.210033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Odio quidem et aut."], ["body", "Nulla rerum dolor. Voluptatibus eum accusamus. Et qui corporis."], ["created_at", "2019-01-19 09:28:23.211070"], ["updated_at", "2019-01-19 09:28:23.211070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Port Dwainmouth 26"], ["created_at", "2019-01-19 09:28:23.212573"], ["updated_at", "2019-01-19 09:28:23.212573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "green 26"], ["created_at", "2019-01-19 09:28:23.214014"], ["updated_at", "2019-01-19 09:28:23.214014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Onieville 27"], ["created_at", "2019-01-19 09:28:23.215336"], ["updated_at", "2019-01-19 09:28:23.215336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "gold 27"], ["created_at", "2019-01-19 09:28:23.216609"], ["updated_at", "2019-01-19 09:28:23.216609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port dwainmouth 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'green 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'onieville 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'gold 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port dwainmouth 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'green 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'onieville 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'gold 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "antonio@kertzmann.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "antonio@kertzmann.biz"], ["encrypted_password", "$2a$04$gQMgITzLd9wUYvxyDvZvou3upHSHVikxoZDYhf3QBxTgnO8Z5UrIy"], ["created_at", "2019-01-19 09:28:23.228042"], ["updated_at", "2019-01-19 09:28:23.228042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_27"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_27"], ["name", "chemist 27"], ["description", "chemist 27"], ["created_at", "2019-01-19 09:28:23.230122"], ["updated_at", "2019-01-19 09:28:23.230122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_28"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_28"], ["name", "philosopher 28"], ["description", "philosopher 28"], ["created_at", "2019-01-19 09:28:23.231590"], ["updated_at", "2019-01-19 09:28:23.231590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 09:28:23.233526"], ["updated_at", "2019-01-19 09:28:23.233526"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 09:28:23.234662"], ["updated_at", "2019-01-19 09:28:23.234662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kurtberg 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kurtberg 28"], ["created_at", "2019-01-19 09:28:23.235800"], ["updated_at", "2019-01-19 09:28:23.235800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Jospehside 29"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Jospehside 29"], ["created_at", "2019-01-19 09:28:23.236953"], ["updated_at", "2019-01-19 09:28:23.236953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 28"], ["created_at", "2019-01-19 09:28:23.238238"], ["updated_at", "2019-01-19 09:28:23.238238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 29"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "orchid 29"], ["created_at", "2019-01-19 09:28:23.239446"], ["updated_at", "2019-01-19 09:28:23.239446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cruz@gorczany.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cruz@gorczany.io"], ["encrypted_password", "$2a$04$wSj2t4zz.7MBJ4JjHhMa0O4m25hHe9wSeD0agynSoO1NxI9OYnjaO"], ["created_at", "2019-01-19 09:28:23.241794"], ["updated_at", "2019-01-19 09:28:23.241794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Assumenda eligendi quo magni."], ["body", "Eos rerum dolorem. Perspiciatis optio aspernatur. Est ab sint."], ["created_at", "2019-01-19 09:28:23.242847"], ["updated_at", "2019-01-19 09:28:23.242847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "claytonbaumbach@beahanrodriguez.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "claytonbaumbach@beahanrodriguez.biz"], ["encrypted_password", "$2a$04$9HP8OnUOzVrawxRrIs5bbuk8okWUi0f0CnxTd4M2blEUJeiCa82Iq"], ["created_at", "2019-01-19 09:28:23.245261"], ["updated_at", "2019-01-19 09:28:23.245261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Sunt blanditiis deleniti fuga."], ["body", "Ut dolores dignissimos. Sapiente quae ea. Incidunt repellendus et."], ["created_at", "2019-01-19 09:28:23.246247"], ["updated_at", "2019-01-19 09:28:23.246247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "malcomspinka@howejacobi.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "malcomspinka@howejacobi.co"], ["encrypted_password", "$2a$04$W3OGIMEg8vcxnuxU92bta.C5PHTCvuv/KdSE5CgNFs/4UGL0pp8.S"], ["created_at", "2019-01-19 09:28:23.248599"], ["updated_at", "2019-01-19 09:28:23.248599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Distinctio a beatae et."], ["body", "Sit omnis totam. Optio nihil et. Inventore consequatur similique."], ["created_at", "2019-01-19 09:28:23.249589"], ["updated_at", "2019-01-19 09:28:23.249589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "otis@douglas.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "otis@douglas.biz"], ["encrypted_password", "$2a$04$ZQHJYSo2tJFgKynJdZe1zujx99pJGCJkxqp4zwqbsoO2CagtyvAyC"], ["created_at", "2019-01-19 09:28:23.251907"], ["updated_at", "2019-01-19 09:28:23.251907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Ullam magni ut consequuntur."], ["body", "Eius quae cumque. Cum sapiente non. Omnis omnis eos."], ["created_at", "2019-01-19 09:28:23.252884"], ["updated_at", "2019-01-19 09:28:23.252884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Kurtberg 28"], ["created_at", "2019-01-19 09:28:23.254433"], ["updated_at", "2019-01-19 09:28:23.254433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "white 28"], ["created_at", "2019-01-19 09:28:23.255875"], ["updated_at", "2019-01-19 09:28:23.255875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-19 09:28:23.257173"], ["updated_at", "2019-01-19 09:28:23.257173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "orchid 29"], ["created_at", "2019-01-19 09:28:23.258440"], ["updated_at", "2019-01-19 09:28:23.258440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'kurtberg 28') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'white 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orchid 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-19 09:28:23.281932"], ["updated_at", "2019-01-19 09:28:23.281932"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "statistician_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "statistician 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_3"], ["name", "statistician 3"], ["description", "statistician 3"], ["created_at", "2019-01-19 09:28:23.284859"], ["updated_at", "2019-01-19 09:28:23.284859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 09:28:23.286572"], ["updated_at", "2019-01-19 09:28:23.286572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (2.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 09:28:23.311063"], ["updated_at", "2019-01-19 09:28:23.311063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 09:28:23.312441"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 09:28:23.324573"], ["updated_at", "2019-01-19 09:28:23.324573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 09:28:23.325699"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.3ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-19 09:28:23.348356"], ["updated_at", "2019-01-19 09:28:23.348356"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.4ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 09:28:23.375936"], ["updated_at", "2019-01-19 09:28:23.375936"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-19 09:28:23.377599"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "judge_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "judge 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_4"], ["name", "judge 4"], ["description", "judge 4"], ["created_at", "2019-01-19 09:28:23.474802"], ["updated_at", "2019-01-19 09:28:23.474802"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 29"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_29"], ["name", "attorney at law 29"], ["description", "attorney at law 29"], ["created_at", "2019-01-19 09:28:23.477522"], ["updated_at", "2019-01-19 09:28:23.477522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-19 09:28:23.478845"], ["updated_at", "2019-01-19 09:28:23.478845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "biologist_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "biologist 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_5"], ["name", "biologist 5"], ["description", "biologist 5"], ["created_at", "2019-01-19 09:28:23.492205"], ["updated_at", "2019-01-19 09:28:23.492205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 30"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_30"], ["name", "philosopher 30"], ["description", "philosopher 30"], ["created_at", "2019-01-19 09:28:23.494453"], ["updated_at", "2019-01-19 09:28:23.494453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 09:28:23.496459"], ["updated_at", "2019-01-19 09:28:23.496459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 09:28:23.518840"], ["updated_at", "2019-01-19 09:28:23.518840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 09:28:23.520039"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 09:28:23.531980"], ["updated_at", "2019-01-19 09:28:23.531980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 09:28:23.533106"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-19 09:28:23.554052"], ["updated_at", "2019-01-19 09:28:23.554052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 31"], ["LIMIT", 1]] Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_31"], ["name", "doctor 31"], ["description", "doctor 31"], ["created_at", "2019-01-19 09:28:23.588685"], ["updated_at", "2019-01-19 09:28:23.588685"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-19 09:28:23.590956"], ["updated_at", "2019-01-19 09:28:23.590956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.3ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.3ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.6ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-19 09:28:23.694449"], ["updated_at", "2019-01-19 09:28:23.694449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-19 09:28:23.697716"], ["updated_at", "2019-01-19 09:28:23.697716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 09:28:23.703764"], ["updated_at", "2019-01-19 09:28:23.703764"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 09:28:23.705746"], ["updated_at", "2019-01-19 09:28:23.705746"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 09:28:23.708092"], ["updated_at", "2019-01-19 09:28:23.708092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rasheeda@murphy.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rasheeda@murphy.biz"], ["encrypted_password", "$2a$04$P0p4sVJ.Efc3.lfxCpcfCuqkbXrWBZLy/tMlz2ysZmlQcQ5LRymoK"], ["created_at", "2019-01-19 09:28:23.711722"], ["updated_at", "2019-01-19 09:28:23.711722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Sit excepturi velit quasi."], ["body", "Mollitia aliquid ut. Atque et blanditiis. Earum quis molestias."], ["created_at", "2019-01-19 09:28:23.713298"], ["updated_at", "2019-01-19 09:28:23.713298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shanice@rodriguez.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shanice@rodriguez.io"], ["encrypted_password", "$2a$04$fqnBZw7aatbpWolIpaCJ3ei7liQLvaN3YXqnqVuKfO2Pr3Ty7cIi6"], ["created_at", "2019-01-19 09:28:23.716705"], ["updated_at", "2019-01-19 09:28:23.716705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Deserunt accusamus magnam itaque."], ["body", "Soluta nobis dolorem. Ut pariatur commodi. Ex est blanditiis."], ["created_at", "2019-01-19 09:28:23.718024"], ["updated_at", "2019-01-19 09:28:23.718024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 09:28:23.722101"], ["updated_at", "2019-01-19 09:28:23.722101"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 09:28:23.723924"], ["updated_at", "2019-01-19 09:28:23.723924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 09:28:23.725400"], ["updated_at", "2019-01-19 09:28:23.725400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "malcolmkihn@kautzer.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "malcolmkihn@kautzer.name"], ["encrypted_password", "$2a$04$x3Kh004vqNS.W0RziuGXH.UAA9baaVpvqz0082ZpiUS46D448HuLa"], ["created_at", "2019-01-19 09:28:23.728665"], ["updated_at", "2019-01-19 09:28:23.728665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Consequatur rerum at magni."], ["body", "Cum doloribus perferendis. Quidem quia molestias. Ea aut dolorem."], ["created_at", "2019-01-19 09:28:23.730403"], ["updated_at", "2019-01-19 09:28:23.730403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elizabaumbach@kreiger.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elizabaumbach@kreiger.co"], ["encrypted_password", "$2a$04$UzlQ2gIXdt0bCLm.qf0RJuKEMt.lfi2uSOfUhABcdZIV3vxmT993y"], ["created_at", "2019-01-19 09:28:23.733752"], ["updated_at", "2019-01-19 09:28:23.733752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Harum in enim quia."], ["body", "Voluptatem iusto unde. Et vitae excepturi. Omnis tempora rerum."], ["created_at", "2019-01-19 09:28:23.734919"], ["updated_at", "2019-01-19 09:28:23.734919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 09:28:23.738895"], ["updated_at", "2019-01-19 09:28:23.738895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 09:28:23.740525"], ["updated_at", "2019-01-19 09:28:23.740525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 09:28:23.742058"], ["updated_at", "2019-01-19 09:28:23.742058"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "damianokeefe@corwinabshire.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "damianokeefe@corwinabshire.info"], ["encrypted_password", "$2a$04$YpN04VRLhsk.ZCyUAu0oVOlZd2N///zQroPVrxkjRe71B3LpDTEhu"], ["created_at", "2019-01-19 09:28:23.745159"], ["updated_at", "2019-01-19 09:28:23.745159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quasi nisi sit facilis."], ["body", "Dolorem eligendi esse. Tenetur sed ex. Blanditiis eveniet eum."], ["created_at", "2019-01-19 09:28:23.746485"], ["updated_at", "2019-01-19 09:28:23.746485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pearleneborer@kiehnsatterfield.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pearleneborer@kiehnsatterfield.com"], ["encrypted_password", "$2a$04$PA1ueFVvt3hCiPx1P.Cz0edzKUp0lKzLp3qw6jMKxfVymBNQNT.ea"], ["created_at", "2019-01-19 09:28:23.749374"], ["updated_at", "2019-01-19 09:28:23.749374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Eaque esse reiciendis itaque."], ["body", "Repellendus dolor debitis. Voluptas reprehenderit blanditiis. Rerum voluptas eaque."], ["created_at", "2019-01-19 09:28:23.750481"], ["updated_at", "2019-01-19 09:28:23.750481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 09:28:23.754137"], ["updated_at", "2019-01-19 09:28:23.754137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 09:28:23.756204"], ["updated_at", "2019-01-19 09:28:23.756204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 09:28:23.757709"], ["updated_at", "2019-01-19 09:28:23.757709"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "margaretadouglas@leannon.name"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "margaretadouglas@leannon.name"], ["encrypted_password", "$2a$04$tpym0ZmQm3Ji2UYn1Sbor.rAjEoH5dMlIHZbfFYfwejdpsl4YR/nW"], ["created_at", "2019-01-19 09:28:23.760556"], ["updated_at", "2019-01-19 09:28:23.760556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eius enim odio eos."], ["body", "Nihil soluta adipisci. Est quod ut. Suscipit quia non."], ["created_at", "2019-01-19 09:28:23.761996"], ["updated_at", "2019-01-19 09:28:23.761996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "timikamckenzie@farrellfritsch.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "timikamckenzie@farrellfritsch.info"], ["encrypted_password", "$2a$04$ZcaD5plffYOTwvjct.PS1OLmsaCwTEbv4/iaOkSaciSow3.YX.BHq"], ["created_at", "2019-01-19 09:28:23.765163"], ["updated_at", "2019-01-19 09:28:23.765163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Assumenda explicabo error tempore."], ["body", "Amet culpa enim. Dolores ut eum. Ut minus iste."], ["created_at", "2019-01-19 09:28:23.766458"], ["updated_at", "2019-01-19 09:28:23.766458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "forrestjerde@haagbotsford.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "forrestjerde@haagbotsford.co"], ["encrypted_password", "$2a$04$JHNpbCBkEeOUjsOppEHxNOzDR7ef5BiLLm6IYrQwYecOtgfH9Ta8y"], ["created_at", "2019-01-19 09:28:23.769040"], ["updated_at", "2019-01-19 09:28:23.769040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Perspiciatis nemo aut reiciendis."], ["body", "Quia et quibusdam. Eos quas dolores. Quis consequatur voluptas."], ["created_at", "2019-01-19 09:28:23.770152"], ["updated_at", "2019-01-19 09:28:23.770152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 09:28:23.781131"], ["updated_at", "2019-01-19 09:28:23.781131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 09:28:23.783162"], ["updated_at", "2019-01-19 09:28:23.783162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 09:28:23.784887"], ["updated_at", "2019-01-19 09:28:23.784887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 09:28:23.786259"], ["updated_at", "2019-01-19 09:28:23.786259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jimmy@spencer.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jimmy@spencer.biz"], ["encrypted_password", "$2a$04$mGFKxVJLYf5el.gOCYq4VeLei0.g0V7vY1bdwwvBWC1qIlqdZZEBK"], ["created_at", "2019-01-19 09:28:23.788736"], ["updated_at", "2019-01-19 09:28:23.788736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Pariatur qui in dolorem."], ["body", "Sint ipsam consequuntur. Dicta quo qui. Aut ipsa quo."], ["created_at", "2019-01-19 09:28:23.790050"], ["updated_at", "2019-01-19 09:28:23.790050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "barry@yost.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "barry@yost.com"], ["encrypted_password", "$2a$04$EDV3SsEX8/2F/o1RDj9.j.o3SnKetxC4mhnlbkMPr/8CWRs6XVFau"], ["created_at", "2019-01-19 09:28:23.792784"], ["updated_at", "2019-01-19 09:28:23.792784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Itaque non est repudiandae."], ["body", "Voluptatum cupiditate et. Et aut quis. Nam quidem sapiente."], ["created_at", "2019-01-19 09:28:23.793863"], ["updated_at", "2019-01-19 09:28:23.793863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mitchelkovacek@tillman.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mitchelkovacek@tillman.co"], ["encrypted_password", "$2a$04$JjtkfVgaD7Y3tEqKyAjYoO0mHV6mMf/k9267mFRRm4jZehnZNc2J6"], ["created_at", "2019-01-19 09:28:23.796327"], ["updated_at", "2019-01-19 09:28:23.796327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Voluptatem ut aut rerum."], ["body", "Accusantium mollitia blanditiis. Recusandae optio nesciunt. Animi quod eius."], ["created_at", "2019-01-19 09:28:23.797859"], ["updated_at", "2019-01-19 09:28:23.797859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "damon@hodkiewicz.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "damon@hodkiewicz.org"], ["encrypted_password", "$2a$04$S5mYGl.vlBjlty3v4kYEEOoYXyqMGQ/ptDmcPuxmF1qZRXfp.ZK8O"], ["created_at", "2019-01-19 09:28:23.800611"], ["updated_at", "2019-01-19 09:28:23.800611"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Unde ullam voluptas officiis."], ["body", "Est corrupti a. Qui minus ex. Tempora qui numquam."], ["created_at", "2019-01-19 09:28:23.802237"], ["updated_at", "2019-01-19 09:28:23.802237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 09:28:23.807501"], ["updated_at", "2019-01-19 09:28:23.807501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 09:28:23.808781"], ["updated_at", "2019-01-19 09:28:23.808781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 09:28:23.810704"], ["updated_at", "2019-01-19 09:28:23.810704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 09:28:23.812344"], ["updated_at", "2019-01-19 09:28:23.812344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "williams@gusikowski.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "williams@gusikowski.co"], ["encrypted_password", "$2a$04$VPdahcSNzLbq4le4JliyMumk7B3oFg.aII/UowErUEBZ6yESqgpI."], ["created_at", "2019-01-19 09:28:23.814969"], ["updated_at", "2019-01-19 09:28:23.814969"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Distinctio quia aut dolorum."], ["body", "Repudiandae voluptate fuga. Et et eligendi. Eos voluptatibus laudantium."], ["created_at", "2019-01-19 09:28:23.816318"], ["updated_at", "2019-01-19 09:28:23.816318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Streichchester 30"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Streichchester 30"], ["created_at", "2019-01-19 09:28:23.819813"], ["updated_at", "2019-01-19 09:28:23.819813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Raelene 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Raelene 31"], ["created_at", "2019-01-19 09:28:23.821532"], ["updated_at", "2019-01-19 09:28:23.821532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Carlofurt 32"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Carlofurt 32"], ["created_at", "2019-01-19 09:28:23.822813"], ["updated_at", "2019-01-19 09:28:23.822813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Quia ut et voluptas."], ["created_at", "2019-01-19 09:28:23.828429"], ["updated_at", "2019-01-19 09:28:23.828429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 09:28:23.838193"], ["updated_at", "2019-01-19 09:28:23.838193"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 09:28:23.839300"], ["updated_at", "2019-01-19 09:28:23.839300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 09:28:23.842921"], ["updated_at", "2019-01-19 09:28:23.842921"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 09:28:23.845060"], ["updated_at", "2019-01-19 09:28:23.845060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jc@marquardtdaugherty.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jc@marquardtdaugherty.co"], ["encrypted_password", "$2a$04$t8ldtCqp97k5PwKZwNgXeONJZ9FB0QkUfYwqH2HAdRMvx4xikSAfq"], ["created_at", "2019-01-19 09:28:23.847759"], ["updated_at", "2019-01-19 09:28:23.847759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Qui qui eum sit."], ["body", "Aliquid exercitationem ipsum. Voluptatem ea ducimus. Commodi voluptas asperiores."], ["created_at", "2019-01-19 09:28:23.849082"], ["updated_at", "2019-01-19 09:28:23.849082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Announcement Create (0.3ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Nihil sunt occaecati esse."], ["created_at", "2019-01-19 09:28:23.852015"], ["updated_at", "2019-01-19 09:28:23.852015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "taylor@williamson.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "taylor@williamson.name"], ["encrypted_password", "$2a$04$tUTtrwzrR96mi7zo7ZD9yelS9pTzVhLo8e4wWGwfRDp0hUAut6E6a"], ["created_at", "2019-01-19 09:28:23.858060"], ["updated_at", "2019-01-19 09:28:23.858060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (3.3ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "turquoise 30"], ["created_at", "2019-01-19 09:28:23.863545"], ["updated_at", "2019-01-19 09:28:23.863545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Creminview 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Creminview 33"], ["created_at", "2019-01-19 09:28:23.865197"], ["updated_at", "2019-01-19 09:28:23.865197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Recusandae ipsum maxime consequatur."], ["body", "Et et qui. Et veniam deserunt. Earum quo labore."], ["created_at", "2019-01-19 09:28:23.866375"], ["updated_at", "2019-01-19 09:28:23.866375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Josphinefurt 34"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Josphinefurt 34"], ["created_at", "2019-01-19 09:28:23.870183"], ["updated_at", "2019-01-19 09:28:23.870183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Williamside 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Williamside 35"], ["created_at", "2019-01-19 09:28:23.872182"], ["updated_at", "2019-01-19 09:28:23.872182"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 09:28:23.875445"], ["updated_at", "2019-01-19 09:28:23.875445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 09:28:23.877320"], ["updated_at", "2019-01-19 09:28:23.877320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "paulene@hodkiewicz.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "paulene@hodkiewicz.name"], ["encrypted_password", "$2a$04$Ffgbr9wzUGFGiJotGYucAuEVnoxuwXUOqhLb8vQhwP7PKjPGq57mG"], ["created_at", "2019-01-19 09:28:23.880706"], ["updated_at", "2019-01-19 09:28:23.880706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "salmon 31"], ["created_at", "2019-01-19 09:28:23.882513"], ["updated_at", "2019-01-19 09:28:23.882513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Non dolores cum consequatur."], ["body", "Sint necessitatibus quis. Tenetur rerum voluptates. Aperiam et nihil."], ["created_at", "2019-01-19 09:28:23.883786"], ["updated_at", "2019-01-19 09:28:23.883786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 09:28:23.886761"], ["updated_at", "2019-01-19 09:28:23.886761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 09:28:23.888646"], ["updated_at", "2019-01-19 09:28:23.888646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sidneybins@conroy.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sidneybins@conroy.info"], ["encrypted_password", "$2a$04$4NNDnXIAVvgzU2PBtYrmu.fR2r3aYQu1Mihd5y.MYBjGiuEfPyvyC"], ["created_at", "2019-01-19 09:28:23.891485"], ["updated_at", "2019-01-19 09:28:23.891485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "cyan 32"], ["created_at", "2019-01-19 09:28:23.893168"], ["updated_at", "2019-01-19 09:28:23.893168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Pariatur mollitia quod eum."], ["body", "Voluptas voluptates tenetur. Dolorum reiciendis iure. Voluptatem omnis qui."], ["created_at", "2019-01-19 09:28:23.894313"], ["updated_at", "2019-01-19 09:28:23.894313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Adrianville 36"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Adrianville 36"], ["created_at", "2019-01-19 09:28:23.898153"], ["updated_at", "2019-01-19 09:28:23.898153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Marilynland 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Marilynland 37"], ["created_at", "2019-01-19 09:28:23.899847"], ["updated_at", "2019-01-19 09:28:23.899847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Jerrymouth 38"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Jerrymouth 38"], ["created_at", "2019-01-19 09:28:23.900966"], ["updated_at", "2019-01-19 09:28:23.900966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Ullam voluptates iure eveniet."], ["created_at", "2019-01-19 09:28:23.901726"], ["updated_at", "2019-01-19 09:28:23.901726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 09:28:23.903147"], ["updated_at", "2019-01-19 09:28:23.903147"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 09:28:23.904107"], ["updated_at", "2019-01-19 09:28:23.904107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Myeshaton 39"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Myeshaton 39"], ["created_at", "2019-01-19 09:28:23.907202"], ["updated_at", "2019-01-19 09:28:23.907202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Lucio 40"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Lucio 40"], ["created_at", "2019-01-19 09:28:23.908572"], ["updated_at", "2019-01-19 09:28:23.908572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Lonnyborough 41"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Lonnyborough 41"], ["created_at", "2019-01-19 09:28:23.910078"], ["updated_at", "2019-01-19 09:28:23.910078"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Zachary 42"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Zachary 42"], ["created_at", "2019-01-19 09:28:23.911610"], ["updated_at", "2019-01-19 09:28:23.911610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Nam facilis adipisci soluta."], ["created_at", "2019-01-19 09:28:23.912542"], ["updated_at", "2019-01-19 09:28:23.912542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 09:28:23.913980"], ["updated_at", "2019-01-19 09:28:23.913980"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 09:28:23.914970"], ["updated_at", "2019-01-19 09:28:23.914970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Andreafurt 43"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Andreafurt 43"], ["created_at", "2019-01-19 09:28:23.918414"], ["updated_at", "2019-01-19 09:28:23.918414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pia@beer.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pia@beer.io"], ["encrypted_password", "$2a$04$nHeFSlR2.DBsXkJ1W.7lteeRSz9G1HLFsc9NJztaU9GSIiyGnqiFq"], ["created_at", "2019-01-19 09:28:23.921568"], ["updated_at", "2019-01-19 09:28:23.921568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "indigo 33"], ["created_at", "2019-01-19 09:28:23.923271"], ["updated_at", "2019-01-19 09:28:23.923271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hegmannton 44"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hegmannton 44"], ["created_at", "2019-01-19 09:28:23.924449"], ["updated_at", "2019-01-19 09:28:23.924449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Rerum sed sunt et."], ["body", "Nobis nostrum unde. Fuga libero expedita. Perferendis aut sit."], ["created_at", "2019-01-19 09:28:23.925499"], ["updated_at", "2019-01-19 09:28:23.925499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Willmsmouth 45"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Willmsmouth 45"], ["created_at", "2019-01-19 09:28:23.929292"], ["updated_at", "2019-01-19 09:28:23.929292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kriswunsch@oconnellcrooks.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kriswunsch@oconnellcrooks.net"], ["encrypted_password", "$2a$04$sreaHPNnoOg2AP7K5g1Oqegfk0fyrpbi9/j7/Bcny/doMuGlj.UIO"], ["created_at", "2019-01-19 09:28:23.932513"], ["updated_at", "2019-01-19 09:28:23.932513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "yellow 34"], ["created_at", "2019-01-19 09:28:23.934177"], ["updated_at", "2019-01-19 09:28:23.934177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Cormierfurt 46"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Cormierfurt 46"], ["created_at", "2019-01-19 09:28:23.935319"], ["updated_at", "2019-01-19 09:28:23.935319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Consequatur voluptatum qui sit."], ["body", "Odit ab sint. Recusandae alias veniam. Sunt voluptatem magnam."], ["created_at", "2019-01-19 09:28:23.936347"], ["updated_at", "2019-01-19 09:28:23.936347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Burtburgh 47"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Burtburgh 47"], ["created_at", "2019-01-19 09:28:23.940108"], ["updated_at", "2019-01-19 09:28:23.940108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Johnsshire 49"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Johnsshire 49"], ["created_at", "2019-01-19 09:28:23.943130"], ["updated_at", "2019-01-19 09:28:23.943130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lehnertown 51"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lehnertown 51"], ["created_at", "2019-01-19 09:28:23.947274"], ["updated_at", "2019-01-19 09:28:23.947274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hershel@zemlak.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hershel@zemlak.biz"], ["encrypted_password", "$2a$04$UXJFWEYRV9O/Kvs7teKzoO3FRDXPvGCbNvPWq8VpFzgdjVuxcqWEC"], ["created_at", "2019-01-19 09:28:23.954247"], ["updated_at", "2019-01-19 09:28:23.954247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 200 OK in 1ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shani@heaneyrath.org"], ["LIMIT", 1]] User Create (1.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shani@heaneyrath.org"], ["encrypted_password", "$2a$04$OxroVGPQv7gPZIFenzbRVu3Zm3QFZ/qrKvpE4NVgkah3Kueam9WDG"], ["created_at", "2019-01-19 10:54:07.084146"], ["updated_at", "2019-01-19 10:54:07.084146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "veronicatremblay@langgoldner.biz"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "veronicatremblay@langgoldner.biz"], ["encrypted_password", "$2a$04$Zy4cgnCmluZnZRxLEWJZiO7YDz97d0qadNxJ9ge3UX0oDc3fKJoYC"], ["created_at", "2019-01-19 10:54:07.129012"], ["updated_at", "2019-01-19 10:54:07.129012"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kileycarroll@kris.biz"], ["LIMIT", 1]] User Create (1.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kileycarroll@kris.biz"], ["encrypted_password", "$2a$04$biqgsivEUPF3KWIqCVyXV.m4YFQIydjQRiAh2e749TdaDMvJed8s2"], ["created_at", "2019-01-19 10:55:10.079469"], ["updated_at", "2019-01-19 10:55:10.079469"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "prestonbarton@yostrunolfsdottir.name"], ["LIMIT", 1]] User Create (1.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "prestonbarton@yostrunolfsdottir.name"], ["encrypted_password", "$2a$04$JWTYYqGXievn9BfufhLArOrP6pe4n0s5fvdN.iRfgkbpGcv8mq2Ku"], ["created_at", "2019-01-19 10:55:23.591836"], ["updated_at", "2019-01-19 10:55:23.591836"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "je@veum.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "je@veum.info"], ["encrypted_password", "$2a$04$bpIAbTtDxPE7tYZJLamWreoGrKOvx3vBRAvPfgi72F4FBPGfEIWHi"], ["created_at", "2019-01-19 10:55:23.633844"], ["updated_at", "2019-01-19 10:55:23.633844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 200 OK in 1ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 200 OK in 1ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jamaalhamill@bergnaum.co"], ["LIMIT", 1]] User Create (1.7ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jamaalhamill@bergnaum.co"], ["encrypted_password", "$2a$04$kQlkfZeNYzFRWrmcdU3iTuKH7xKTCJCCbq18x0BeJ2MB1iwaSt4m6"], ["created_at", "2019-01-19 11:11:43.829954"], ["updated_at", "2019-01-19 11:11:43.829954"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jody@tromp.info"], ["LIMIT", 1]] User Create (3.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jody@tromp.info"], ["encrypted_password", "$2a$04$c/KIe/Lk5hXRrEuPJmTXoekAQc8PyDJ7oXq.RIXu4AuiUY5CwRD8q"], ["created_at", "2019-01-19 11:12:14.349987"], ["updated_at", "2019-01-19 11:12:14.349987"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shawneecollins@haag.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shawneecollins@haag.name"], ["encrypted_password", "$2a$04$.YtWQLPtyzPYxzfG6XReSeySkB5c4uleymEfteUGImS1s26If.u4e"], ["created_at", "2019-01-19 11:12:14.398387"], ["updated_at", "2019-01-19 11:12:14.398387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "byronmoriette@heller.biz"], ["LIMIT", 1]] User Create (1.5ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "byronmoriette@heller.biz"], ["encrypted_password", "$2a$04$kNKE0IFKX36rLNWOiaGgCOaTNaqC4GoBL0ZMMlRJ3UF213lfURERq"], ["created_at", "2019-01-19 11:21:58.165087"], ["updated_at", "2019-01-19 11:21:58.165087"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Started GET "/authz/" for 127.0.0.1 at 2019-01-19 22:41:43 +1100 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "faustinothiel@wolf.io"], ["LIMIT", 1]] User Create (1.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "faustinothiel@wolf.io"], ["encrypted_password", "$2a$04$ZH/QxTlvNMbxNoXwAo25Suh1qxxssyKqXeEUQyGSq8Y6uMN.h1z1W"], ["created_at", "2019-01-19 11:43:15.793173"], ["updated_at", "2019-01-19 11:43:15.793173"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/authz/" for 127.0.0.1 at 2019-01-19 22:43:15 +1100 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ruthie@schowalterpfannerstill.org"], ["LIMIT", 1]] User Create (1.7ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ruthie@schowalterpfannerstill.org"], ["encrypted_password", "$2a$04$rK/GQm7XXxfVWrVEH/AlI.SYxFxItxs.vrbv9YsV7N.mnH/gWz74u"], ["created_at", "2019-01-19 11:55:16.395974"], ["updated_at", "2019-01-19 11:55:16.395974"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/authz/" for 127.0.0.1 at 2019-01-19 22:55:16 +1100 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 230620ms (ActiveRecord: 0.0ms)  (1.2ms) rollback transaction  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aundreastanton@effertz.biz"], ["LIMIT", 1]] User Create (1.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "aundreastanton@effertz.biz"], ["encrypted_password", "$2a$04$CpOX5jj6W4hKTZNsIlu1MebWZMfpWA4Is0OMXJhBVYi6gUCl8YuiS"], ["created_at", "2019-01-19 11:59:25.170404"], ["updated_at", "2019-01-19 11:59:25.170404"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/authz/" for 127.0.0.1 at 2019-01-19 22:59:25 +1100 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 282675ms (ActiveRecord: 0.0ms)  (1.9ms) rollback transaction  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "augustuswehner@wolfffay.name"], ["LIMIT", 1]] User Create (1.5ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "augustuswehner@wolfffay.name"], ["encrypted_password", "$2a$04$FU6F/hLsbx55my1Wm58YLeQZmhj6ajLByiTd7vPVmuiH4fAwVO4Sm"], ["created_at", "2019-01-19 12:04:58.711211"], ["updated_at", "2019-01-19 12:04:58.711211"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sheena@sengerrosenbaum.info"], ["LIMIT", 1]] User Create (1.9ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sheena@sengerrosenbaum.info"], ["encrypted_password", "$2a$04$CX1.B.cy68yy2n05rIt5UOdijIkfRQpqYch4PE2SxHaNbOolUzORu"], ["created_at", "2019-01-19 12:06:05.512455"], ["updated_at", "2019-01-19 12:06:05.512455"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/authz/" for 127.0.0.1 at 2019-01-19 23:06:30 +1100 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 104268ms (ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mozellakeebler@stracke.co"], ["LIMIT", 1]] User Create (1.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mozellakeebler@stracke.co"], ["encrypted_password", "$2a$04$hU3mPz74trLeXAMjBJnHieNzB5bnz2e3D65S/r5DD0V968PUsAP/K"], ["created_at", "2019-01-19 12:09:06.840873"], ["updated_at", "2019-01-19 12:09:06.840873"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/authz/" for 127.0.0.1 at 2019-01-19 23:09:06 +1100 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 280ms (ActiveRecord: 0.0ms)  (1.0ms) rollback transaction  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lana@walker.name"], ["LIMIT", 1]] User Create (1.9ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lana@walker.name"], ["encrypted_password", "$2a$04$UKxeSi5jeHxzBLJ7R0r5ouf.eYRirixTonXzyX8cl.E5B8fxkYNU."], ["created_at", "2019-01-19 12:17:57.084277"], ["updated_at", "2019-01-19 12:17:57.084277"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "feltontremblay@stammkuhlman.name"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "feltontremblay@stammkuhlman.name"], ["encrypted_password", "$2a$04$rqdTVtw6MX8LKILKrq/w8./zlDkdvv.Iho3K3d5qcv3vop2Zyit4q"], ["created_at", "2019-01-19 12:18:24.189387"], ["updated_at", "2019-01-19 12:18:24.189387"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 31997ms (ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ngoc@zboncak.info"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ngoc@zboncak.info"], ["encrypted_password", "$2a$04$lPCMkUITsMoF.KluFjrN0.FqFVVYhwjdkoDISlTkeB.ziz0cizLyO"], ["created_at", "2019-01-19 12:19:12.265293"], ["updated_at", "2019-01-19 12:19:12.265293"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/authz/" for 127.0.0.1 at 2019-01-19 23:19:12 +1100 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 117037ms (ActiveRecord: 0.0ms)  (1.2ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tyra@ferryglover.biz"], ["LIMIT", 1]] User Create (1.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tyra@ferryglover.biz"], ["encrypted_password", "$2a$04$ha1OuJPvxxym4V2ODizrb.pmhcpaRvVqGgBIowP31aJcDyeLmifoq"], ["created_at", "2019-01-19 12:24:00.029920"], ["updated_at", "2019-01-19 12:24:00.029920"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/users/sign_in" for 127.0.0.1 at 2019-01-19 23:24:00 +1100  (0.3ms) rollback transaction  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "busterhoppe@dibbert.name"], ["LIMIT", 1]] User Create (1.9ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "busterhoppe@dibbert.name"], ["encrypted_password", "$2a$04$3IuarBq7ep23ZadesE6hNOXC8XUtn6HU0kSVAg9kXJxdv1f.xTdO6"], ["created_at", "2019-01-19 12:25:44.016123"], ["updated_at", "2019-01-19 12:25:44.016123"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/users/sign_in" for 127.0.0.1 at 2019-01-19 23:26:13 +1100  (0.6ms) rollback transaction  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "loreta@ornwolff.biz"], ["LIMIT", 1]] User Create (1.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "loreta@ornwolff.biz"], ["encrypted_password", "$2a$04$r9Uqta8V7YmxgTawGIfXq.fWdKEuRQBxgUinilg4wBGcrlTBnQaRW"], ["created_at", "2019-01-19 12:37:05.458815"], ["updated_at", "2019-01-19 12:37:05.458815"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/users/sign_in" for 127.0.0.1 at 2019-01-19 23:37:05 +1100  (0.5ms) rollback transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "guygerhold@jacobs.org"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "guygerhold@jacobs.org"], ["encrypted_password", "$2a$04$AkLPm1rgdstF.Q6dMA8.aODJFZDn/Z5.9hjt/TbNAZO3aeOrJEGSG"], ["created_at", "2019-01-19 12:40:18.658880"], ["updated_at", "2019-01-19 12:40:18.658880"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2019-01-19 23:40:18 +1100 Processing by VisitorsController#index as HTML Rendering visitors/index.html.slim within layouts/application Rendered visitors/index.html.slim within layouts/application (9.8ms)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lorenzo@sporer.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lorenzo@sporer.biz"], ["encrypted_password", "$2a$04$b4h6tln74WP.E5AMUT6.QOWO6KeswsMo6d//eO6d/CWmi2nvVbeEW"], ["created_at", "2019-01-19 12:42:45.827647"], ["updated_at", "2019-01-19 12:42:45.827647"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "antonyolson@schmelerkreiger.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "antonyolson@schmelerkreiger.com"], ["encrypted_password", "$2a$04$KA5oRmOIBGw35HQ3hGmTT.L8jXKt70sYtKdoYTt/FIJQY9/byYCuu"], ["created_at", "2019-01-19 12:42:57.485464"], ["updated_at", "2019-01-19 12:42:57.485464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/users/sign_in" for 127.0.0.1 at 2019-01-19 23:42:57 +1100  (0.7ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kathe@lakin.info"], ["LIMIT", 1]] User Create (1.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kathe@lakin.info"], ["encrypted_password", "$2a$04$7q5f/GJ25Bv2EzrEs6mzle06XEIDo2XB9rdgdfnp4FkDsxx5nh7Pi"], ["created_at", "2019-01-19 12:47:46.244173"], ["updated_at", "2019-01-19 12:47:46.244173"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/users/sign_in" for 127.0.0.1 at 2019-01-19 23:47:46 +1100  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joseph@jacobs.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "joseph@jacobs.name"], ["encrypted_password", "$2a$04$K5ogumLSDFqFw.tuelLkdexIL//jXZ74e3R54hhYwbqnkk/BBYax2"], ["created_at", "2019-01-19 12:51:43.811178"], ["updated_at", "2019-01-19 12:51:43.811178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/users/sign_in" for 127.0.0.1 at 2019-01-19 23:51:43 +1100  (0.6ms) rollback transaction  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "renna@klein.org"], ["LIMIT", 1]] User Create (1.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "renna@klein.org"], ["encrypted_password", "$2a$04$UaYwnZIbLWxYRFdhKnUpyObB8g7Y2ke9GqIu4TS8U6UZHZOnU26su"], ["created_at", "2019-01-19 12:57:44.205477"], ["updated_at", "2019-01-19 12:57:44.205477"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/users/sign_in" for 127.0.0.1 at 2019-01-19 23:57:44 +1100  (0.4ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jadakemmer@rutherford.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jadakemmer@rutherford.io"], ["encrypted_password", "$2a$04$PKXHCv4dQwSkArYnS7vcL.2yeQ5r.gDNe3UnrTMrlFO4DMKRqutCy"], ["created_at", "2019-01-19 12:58:28.383209"], ["updated_at", "2019-01-19 12:58:28.383209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/users/sign_in" for 127.0.0.1 at 2019-01-19 23:58:28 +1100  (0.4ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "richard@keeling.info"], ["LIMIT", 1]] User Create (1.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "richard@keeling.info"], ["encrypted_password", "$2a$04$LJk7LmpRXNE/EWnte.UueuwcGtSUKJ7l2inbD.eBVZFoepBJ1eBk."], ["created_at", "2019-01-19 13:09:09.810462"], ["updated_at", "2019-01-19 13:09:09.810462"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/users/sign_in" for 127.0.0.1 at 2019-01-20 00:09:09 +1100  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_1"], ["name", "accountant 1"], ["description", "accountant 1"], ["created_at", "2019-01-19 13:10:32.847252"], ["updated_at", "2019-01-19 13:10:32.847252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_2"], ["name", "teacher 2"], ["description", "teacher 2"], ["created_at", "2019-01-19 13:10:32.849131"], ["updated_at", "2019-01-19 13:10:32.849131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jarrettrippin@willms.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jarrettrippin@willms.info"], ["encrypted_password", "$2a$04$xd85./KpXV/DjNTz0Bfcp.t3VfODK5CJTHLFI0aZ3Zls0it.5.1Au"], ["created_at", "2019-01-19 13:10:32.886201"], ["updated_at", "2019-01-19 13:10:32.886201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 1"], ["created_at", "2019-01-19 13:10:32.893415"], ["updated_at", "2019-01-19 13:10:32.893415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Corkeryshire 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Corkeryshire 1"], ["created_at", "2019-01-19 13:10:32.899172"], ["updated_at", "2019-01-19 13:10:32.899172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Sit est in aliquid."], ["body", "Dolores quasi et. Voluptatum quas voluptas. Consequatur sapiente dolores."], ["created_at", "2019-01-19 13:10:32.900796"], ["updated_at", "2019-01-19 13:10:32.900796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 3"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_3"], ["name", "judge 3"], ["description", "judge 3"], ["created_at", "2019-01-19 13:10:32.910711"], ["updated_at", "2019-01-19 13:10:32.910711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_4"], ["name", "librarian 4"], ["description", "librarian 4"], ["created_at", "2019-01-19 13:10:32.912657"], ["updated_at", "2019-01-19 13:10:32.912657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zulma@hartmann.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zulma@hartmann.info"], ["encrypted_password", "$2a$04$Mphi1RdeYEcuwse0pYurT.nFcsrlS47FmbtzFaQmU9YckDw/j.sS6"], ["created_at", "2019-01-19 13:10:32.916176"], ["updated_at", "2019-01-19 13:10:32.916176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lavender 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lavender 2"], ["created_at", "2019-01-19 13:10:32.917821"], ["updated_at", "2019-01-19 13:10:32.917821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Laineville 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Laineville 2"], ["created_at", "2019-01-19 13:10:32.919190"], ["updated_at", "2019-01-19 13:10:32.919190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Repellat dignissimos cumque temporibus."], ["body", "Maxime ab vel. Quos voluptatem corrupti. Cupiditate et ea."], ["created_at", "2019-01-19 13:10:32.920243"], ["updated_at", "2019-01-19 13:10:32.920243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_5"], ["name", "actor 5"], ["description", "actor 5"], ["created_at", "2019-01-19 13:10:32.935415"], ["updated_at", "2019-01-19 13:10:32.935415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 6"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_6"], ["name", "statistician 6"], ["description", "statistician 6"], ["created_at", "2019-01-19 13:10:32.937093"], ["updated_at", "2019-01-19 13:10:32.937093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "samantha@vonruedenlarkin.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "samantha@vonruedenlarkin.com"], ["encrypted_password", "$2a$04$gqqtWA5/lOFsmzaL3.GyoO0vSneeZ00HFuOeOk/Ot0FttaPoQ1lvG"], ["created_at", "2019-01-19 13:10:32.940622"], ["updated_at", "2019-01-19 13:10:32.940622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 3"], ["created_at", "2019-01-19 13:10:32.942106"], ["updated_at", "2019-01-19 13:10:32.942106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hegmannbury 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hegmannbury 3"], ["created_at", "2019-01-19 13:10:32.943360"], ["updated_at", "2019-01-19 13:10:32.943360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Architecto et porro repellat."], ["body", "Ut quia quos. Minima ut rerum. Nemo qui iste."], ["created_at", "2019-01-19 13:10:32.944352"], ["updated_at", "2019-01-19 13:10:32.944352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_7"], ["name", "attorney at law 7"], ["description", "attorney at law 7"], ["created_at", "2019-01-19 13:10:32.951176"], ["updated_at", "2019-01-19 13:10:32.951176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 8"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_8"], ["name", "human resources 8"], ["description", "human resources 8"], ["created_at", "2019-01-19 13:10:32.952900"], ["updated_at", "2019-01-19 13:10:32.952900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eliciasipes@wuckertbarton.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eliciasipes@wuckertbarton.biz"], ["encrypted_password", "$2a$04$onA/nQQbSOIhPRzTFEJhQef5RSw7rOABKUOl2u1S1MEQwacRbig1O"], ["created_at", "2019-01-19 13:10:32.956658"], ["updated_at", "2019-01-19 13:10:32.956658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 4"], ["created_at", "2019-01-19 13:10:32.958419"], ["updated_at", "2019-01-19 13:10:32.958419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Pamport 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Pamport 4"], ["created_at", "2019-01-19 13:10:32.959969"], ["updated_at", "2019-01-19 13:10:32.959969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Autem ipsum repellendus ut."], ["body", "Consectetur ea est. Autem unde aut. Illum ut et."], ["created_at", "2019-01-19 13:10:32.961122"], ["updated_at", "2019-01-19 13:10:32.961122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_9"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 9"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_9"], ["name", "judge 9"], ["description", "judge 9"], ["created_at", "2019-01-19 13:10:32.968129"], ["updated_at", "2019-01-19 13:10:32.968129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 10"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_10"], ["name", "firefighter 10"], ["description", "firefighter 10"], ["created_at", "2019-01-19 13:10:32.969841"], ["updated_at", "2019-01-19 13:10:32.969841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gilbertkemmer@dickens.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gilbertkemmer@dickens.io"], ["encrypted_password", "$2a$04$rV53B63/udB/HnWVl.n7seWt27NpUw5AWRp6c9LNnGqBe8HHePVK2"], ["created_at", "2019-01-19 13:10:32.973446"], ["updated_at", "2019-01-19 13:10:32.973446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 5"], ["created_at", "2019-01-19 13:10:32.974922"], ["updated_at", "2019-01-19 13:10:32.974922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Abbottport 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Abbottport 5"], ["created_at", "2019-01-19 13:10:32.976087"], ["updated_at", "2019-01-19 13:10:32.976087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ut sed neque non."], ["body", "Quam est provident. Ipsam quas voluptas. Itaque id doloribus."], ["created_at", "2019-01-19 13:10:32.977096"], ["updated_at", "2019-01-19 13:10:32.977096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_11"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_11"], ["name", "web developer 11"], ["description", "web developer 11"], ["created_at", "2019-01-19 13:10:32.982456"], ["updated_at", "2019-01-19 13:10:32.982456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_12"], ["name", "judge 12"], ["description", "judge 12"], ["created_at", "2019-01-19 13:10:32.984032"], ["updated_at", "2019-01-19 13:10:32.984032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "capricemante@bruenstreich.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "capricemante@bruenstreich.name"], ["encrypted_password", "$2a$04$29jxpQddcRCBfNjnH0Mu/OEZSklUUWZ2ZkN3c4w.4ENs1rzyTR1lS"], ["created_at", "2019-01-19 13:10:32.987476"], ["updated_at", "2019-01-19 13:10:32.987476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "grey 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "grey 6"], ["created_at", "2019-01-19 13:10:32.989038"], ["updated_at", "2019-01-19 13:10:32.989038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Harlanburgh 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Harlanburgh 6"], ["created_at", "2019-01-19 13:10:32.990299"], ["updated_at", "2019-01-19 13:10:32.990299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Et eum officiis nihil."], ["body", "A vel pariatur. Et modi atque. Est quis repudiandae."], ["created_at", "2019-01-19 13:10:32.991336"], ["updated_at", "2019-01-19 13:10:32.991336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "martineweinat@hartmann.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "martineweinat@hartmann.co"], ["encrypted_password", "$2a$04$sz0sJJVSp8nU85qGe2JPEe5N29Hh0DiuMj1V8EiTeUvbLEfCYhrta"], ["created_at", "2019-01-19 13:10:32.993722"], ["updated_at", "2019-01-19 13:10:32.993722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 4.6ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 200 OK in 1ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 13"], ["LIMIT", 1]] Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_13"], ["name", "doctor 13"], ["description", "doctor 13"], ["created_at", "2019-01-19 13:10:33.077126"], ["updated_at", "2019-01-19 13:10:33.077126"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "actor_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "actor 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_1"], ["name", "actor 1"], ["description", "actor 1"], ["created_at", "2019-01-19 13:10:33.084544"], ["updated_at", "2019-01-19 13:10:33.084544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "active_storage/disk"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "active_storage/disk"], ["action", "update"], ["created_at", "2019-01-19 13:10:33.090800"], ["updated_at", "2019-01-19 13:10:33.090800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 13:10:33.097746"], ["updated_at", "2019-01-19 13:10:33.097746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 13:10:33.104597"], ["updated_at", "2019-01-19 13:10:33.104597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "active_storage/disk"], ["action", "update"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 14"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_14"], ["name", "musician 14"], ["description", "musician 14"], ["created_at", "2019-01-19 13:10:33.112936"], ["updated_at", "2019-01-19 13:10:33.112936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "web_developer_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "web developer 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_2"], ["name", "web developer 2"], ["description", "web developer 2"], ["created_at", "2019-01-19 13:10:33.115070"], ["updated_at", "2019-01-19 13:10:33.115070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/sessions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "devise/sessions"], ["action", "create"], ["created_at", "2019-01-19 13:10:33.116869"], ["updated_at", "2019-01-19 13:10:33.116869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 13:10:33.118130"], ["updated_at", "2019-01-19 13:10:33.118130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 13:10:33.119489"], ["updated_at", "2019-01-19 13:10:33.119489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "devise/sessions"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jalisa@purdychamplin.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jalisa@purdychamplin.org"], ["encrypted_password", "$2a$04$DW/bAGoXYGaG/0RyfQcqSu6q9KC1t/JzpMqo93v4PUfkXMJTrSB5a"], ["created_at", "2019-01-19 13:10:33.125449"], ["updated_at", "2019-01-19 13:10:33.125449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_15"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_15"], ["name", "web developer 15"], ["description", "web developer 15"], ["created_at", "2019-01-19 13:10:33.127306"], ["updated_at", "2019-01-19 13:10:33.127306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:10:33.129346"], ["updated_at", "2019-01-19 13:10:33.129346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Dion 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Dion 7"], ["created_at", "2019-01-19 13:10:33.130590"], ["updated_at", "2019-01-19 13:10:33.130590"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Jerrold 8"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Jerrold 8"], ["created_at", "2019-01-19 13:10:33.131591"], ["updated_at", "2019-01-19 13:10:33.131591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 7"], ["created_at", "2019-01-19 13:10:33.132920"], ["updated_at", "2019-01-19 13:10:33.132920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 8"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "plum 8"], ["created_at", "2019-01-19 13:10:33.134206"], ["updated_at", "2019-01-19 13:10:33.134206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lacy@kozey.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lacy@kozey.biz"], ["encrypted_password", "$2a$04$25MGQFyC38iU1Goep.2XTeGEsx48mQ6G3DqW4IldNQ9BpAQl6IqSG"], ["created_at", "2019-01-19 13:10:33.136639"], ["updated_at", "2019-01-19 13:10:33.136639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Quod ea odio sit."], ["body", "Nemo totam non. Totam odit aliquam. Omnis tenetur qui."], ["created_at", "2019-01-19 13:10:33.137831"], ["updated_at", "2019-01-19 13:10:33.137831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "West Dion 7"], ["created_at", "2019-01-19 13:10:33.144551"], ["updated_at", "2019-01-19 13:10:33.144551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "purple 7"], ["created_at", "2019-01-19 13:10:33.146259"], ["updated_at", "2019-01-19 13:10:33.146259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west dion 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'purple 7')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stanton@hilll.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "stanton@hilll.co"], ["encrypted_password", "$2a$04$P25sHDdNjLVzTN.Mjdmmh.Yn5TezWzLZvl53.XPz0vn5bMG1zEU7."], ["created_at", "2019-01-19 13:10:33.154068"], ["updated_at", "2019-01-19 13:10:33.154068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_16"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_16"], ["name", "agriculturist 16"], ["description", "agriculturist 16"], ["created_at", "2019-01-19 13:10:33.156175"], ["updated_at", "2019-01-19 13:10:33.156175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:10:33.158227"], ["updated_at", "2019-01-19 13:10:33.158227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Zeniastad 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Zeniastad 9"], ["created_at", "2019-01-19 13:10:33.159593"], ["updated_at", "2019-01-19 13:10:33.159593"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Boyleport 10"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Boyleport 10"], ["created_at", "2019-01-19 13:10:33.160618"], ["updated_at", "2019-01-19 13:10:33.160618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 9"], ["created_at", "2019-01-19 13:10:33.162091"], ["updated_at", "2019-01-19 13:10:33.162091"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lavender 10"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "lavender 10"], ["created_at", "2019-01-19 13:10:33.163455"], ["updated_at", "2019-01-19 13:10:33.163455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "douglasdaugherty@johnson.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "douglasdaugherty@johnson.biz"], ["encrypted_password", "$2a$04$wyFKcIlDKN3xC/DjrtQJj.32NNxEUNfwTc.NDIxAFQxmL0lr5i8de"], ["created_at", "2019-01-19 13:10:33.165879"], ["updated_at", "2019-01-19 13:10:33.165879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Fuga non repellat deserunt."], ["body", "Quia unde deserunt. Quaerat ipsam ea. Ullam labore inventore."], ["created_at", "2019-01-19 13:10:33.166984"], ["updated_at", "2019-01-19 13:10:33.166984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Boyleport 10"], ["created_at", "2019-01-19 13:10:33.168623"], ["updated_at", "2019-01-19 13:10:33.168623"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "sky blue 9"], ["created_at", "2019-01-19 13:10:33.170062"], ["updated_at", "2019-01-19 13:10:33.170062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'boyleport 10')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "janieveum@schowalterkertzmann.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "janieveum@schowalterkertzmann.co"], ["encrypted_password", "$2a$04$KiHV4WWNdRqThqeJaAOYxuujzs8jzYql3U6upum9GIewtABQPQFVS"], ["created_at", "2019-01-19 13:10:33.175315"], ["updated_at", "2019-01-19 13:10:33.175315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_17"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_17"], ["name", "programmer 17"], ["description", "programmer 17"], ["created_at", "2019-01-19 13:10:33.177486"], ["updated_at", "2019-01-19 13:10:33.177486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:10:33.179457"], ["updated_at", "2019-01-19 13:10:33.179457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Magdalenamouth 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Magdalenamouth 11"], ["created_at", "2019-01-19 13:10:33.180641"], ["updated_at", "2019-01-19 13:10:33.180641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hermistonville 12"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hermistonville 12"], ["created_at", "2019-01-19 13:10:33.181611"], ["updated_at", "2019-01-19 13:10:33.181611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "turquoise 11"], ["created_at", "2019-01-19 13:10:33.182994"], ["updated_at", "2019-01-19 13:10:33.182994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 12"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "white 12"], ["created_at", "2019-01-19 13:10:33.184325"], ["updated_at", "2019-01-19 13:10:33.184325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hilton@ritchie.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hilton@ritchie.com"], ["encrypted_password", "$2a$04$fYcKlDdT7jIBDBaXWALLne3VxUOFJQQYO8mhCoEr8IxckRuTO0dp."], ["created_at", "2019-01-19 13:10:33.187022"], ["updated_at", "2019-01-19 13:10:33.187022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Eaque quam voluptas rerum."], ["body", "Hic a omnis. Iusto aut et. Quos nemo quibusdam."], ["created_at", "2019-01-19 13:10:33.188291"], ["updated_at", "2019-01-19 13:10:33.188291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Magdalenamouth 11"], ["created_at", "2019-01-19 13:10:33.190045"], ["updated_at", "2019-01-19 13:10:33.190045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'magdalenamouth 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "riabeer@wehner.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "riabeer@wehner.info"], ["encrypted_password", "$2a$04$gyWnIv/G/HM3mN8oLB0XPes6iL7/7yGz9Y0VrI0XpZss4.ThlZiDC"], ["created_at", "2019-01-19 13:10:33.195686"], ["updated_at", "2019-01-19 13:10:33.195686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_18"], ["name", "interpreter 18"], ["description", "interpreter 18"], ["created_at", "2019-01-19 13:10:33.197730"], ["updated_at", "2019-01-19 13:10:33.197730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:10:33.199730"], ["updated_at", "2019-01-19 13:10:33.199730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Angelynchester 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Angelynchester 13"], ["created_at", "2019-01-19 13:10:33.200946"], ["updated_at", "2019-01-19 13:10:33.200946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Schambergerview 14"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Schambergerview 14"], ["created_at", "2019-01-19 13:10:33.202001"], ["updated_at", "2019-01-19 13:10:33.202001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 13"], ["created_at", "2019-01-19 13:10:33.203360"], ["updated_at", "2019-01-19 13:10:33.203360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "pink 14"], ["created_at", "2019-01-19 13:10:33.204773"], ["updated_at", "2019-01-19 13:10:33.204773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yoko@stokes.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "yoko@stokes.biz"], ["encrypted_password", "$2a$04$A5QKAhoCEoIYMNG/zm5Z2esFwEhUCiU7qvhAfevcUv96o/lC18use"], ["created_at", "2019-01-19 13:10:33.207350"], ["updated_at", "2019-01-19 13:10:33.207350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Deserunt incidunt accusamus voluptas."], ["body", "Laudantium est modi. Id dolorem doloremque. Totam eaque nulla."], ["created_at", "2019-01-19 13:10:33.208467"], ["updated_at", "2019-01-19 13:10:33.208467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Angelynchester 13"], ["created_at", "2019-01-19 13:10:33.210120"], ["updated_at", "2019-01-19 13:10:33.210120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "mint green 13"], ["created_at", "2019-01-19 13:10:33.211621"], ["updated_at", "2019-01-19 13:10:33.211621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'angelynchester 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'mint green 13')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "candie@wunsch.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "candie@wunsch.co"], ["encrypted_password", "$2a$04$7zRGPxYCiWQp3k/6mNsC9Oix/CMjf1b4fU7/MxXJhaSA/aoFVghgC"], ["created_at", "2019-01-19 13:10:33.217830"], ["updated_at", "2019-01-19 13:10:33.217830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_19"], ["name", "doctor 19"], ["description", "doctor 19"], ["created_at", "2019-01-19 13:10:33.219723"], ["updated_at", "2019-01-19 13:10:33.219723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:10:33.221823"], ["updated_at", "2019-01-19 13:10:33.221823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Allysonborough 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Allysonborough 15"], ["created_at", "2019-01-19 13:10:33.223164"], ["updated_at", "2019-01-19 13:10:33.223164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Leonorefort 16"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Leonorefort 16"], ["created_at", "2019-01-19 13:10:33.224287"], ["updated_at", "2019-01-19 13:10:33.224287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 15"], ["created_at", "2019-01-19 13:10:33.225744"], ["updated_at", "2019-01-19 13:10:33.225744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 16"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "azure 16"], ["created_at", "2019-01-19 13:10:33.227092"], ["updated_at", "2019-01-19 13:10:33.227092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ruelsenger@littel.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ruelsenger@littel.biz"], ["encrypted_password", "$2a$04$fV0fcAIKfedgHoCP4Kfl4O7imSv9C4NID47sVzNQxkQzhZiEiekoO"], ["created_at", "2019-01-19 13:10:33.229538"], ["updated_at", "2019-01-19 13:10:33.229538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Aut corporis ratione beatae."], ["body", "Et nihil pariatur. Mollitia quod nesciunt. Nesciunt nihil debitis."], ["created_at", "2019-01-19 13:10:33.230660"], ["updated_at", "2019-01-19 13:10:33.230660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "colette@kling.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "colette@kling.info"], ["encrypted_password", "$2a$04$Iwovp5ryZc7MHrbVaeYu5es4nYccgymqQHXbDMlSdFGaiy8.3RzJO"], ["created_at", "2019-01-19 13:10:33.233235"], ["updated_at", "2019-01-19 13:10:33.233235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Totam vitae laboriosam amet."], ["body", "Eos tempore ipsa. Mollitia sed sed. Voluptate temporibus doloribus."], ["created_at", "2019-01-19 13:10:33.234301"], ["updated_at", "2019-01-19 13:10:33.234301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dede@gaylord.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dede@gaylord.co"], ["encrypted_password", "$2a$04$aX4PEfZDZW/zoNnFDZYsb.FKlfPNrvFYIVzfdk7U8gN6xYtTeP7PK"], ["created_at", "2019-01-19 13:10:33.236765"], ["updated_at", "2019-01-19 13:10:33.236765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Qui excepturi maxime non."], ["body", "Ipsum voluptas ex. Itaque quo dolor. Voluptatem quas autem."], ["created_at", "2019-01-19 13:10:33.237832"], ["updated_at", "2019-01-19 13:10:33.237832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "waldo@rolfson.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "waldo@rolfson.co"], ["encrypted_password", "$2a$04$M1lv234r0kFz5zVfJAcdeOkOEbNstezII.477c7X9CVc4OWUEPKZq"], ["created_at", "2019-01-19 13:10:33.240502"], ["updated_at", "2019-01-19 13:10:33.240502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Vel eos ipsa aliquam."], ["body", "Ut voluptatem ipsa. Velit et adipisci. Repellat reprehenderit cumque."], ["created_at", "2019-01-19 13:10:33.245884"], ["updated_at", "2019-01-19 13:10:33.245884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Allysonborough 15"], ["created_at", "2019-01-19 13:10:33.247603"], ["updated_at", "2019-01-19 13:10:33.247603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "lime 15"], ["created_at", "2019-01-19 13:10:33.249024"], ["updated_at", "2019-01-19 13:10:33.249024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'allysonborough 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lime 15')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ruthernser@bashirian.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ruthernser@bashirian.co"], ["encrypted_password", "$2a$04$tADU2T38h7joyOC8uPpHuOc7.cFq6QNYl/sCn7eQQkW3ENTrgAe3u"], ["created_at", "2019-01-19 13:10:33.255098"], ["updated_at", "2019-01-19 13:10:33.255098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_20"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_20"], ["name", "web developer 20"], ["description", "web developer 20"], ["created_at", "2019-01-19 13:10:33.257069"], ["updated_at", "2019-01-19 13:10:33.257069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:10:33.259016"], ["updated_at", "2019-01-19 13:10:33.259016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Elton 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Elton 17"], ["created_at", "2019-01-19 13:10:33.260218"], ["updated_at", "2019-01-19 13:10:33.260218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lilliamville 18"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lilliamville 18"], ["created_at", "2019-01-19 13:10:33.261265"], ["updated_at", "2019-01-19 13:10:33.261265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "grey 17"], ["LIMIT", 1]] Clearance Create (0.2ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "grey 17"], ["created_at", "2019-01-19 13:10:33.262513"], ["updated_at", "2019-01-19 13:10:33.262513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 18"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "violet 18"], ["created_at", "2019-01-19 13:10:33.263849"], ["updated_at", "2019-01-19 13:10:33.263849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "antwanupton@shanahan.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "antwanupton@shanahan.info"], ["encrypted_password", "$2a$04$FxOAaFwz5R7VjRJohRAhpOr1C6BcZbx6ZK1s/vLujgokPiE6FN2KS"], ["created_at", "2019-01-19 13:10:33.266247"], ["updated_at", "2019-01-19 13:10:33.266247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Quas voluptatem ea laudantium."], ["body", "Mollitia ratione ut. Et soluta ullam. Inventore rerum quidem."], ["created_at", "2019-01-19 13:10:33.267336"], ["updated_at", "2019-01-19 13:10:33.267336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sharilyn@kaulkebergnaum.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sharilyn@kaulkebergnaum.name"], ["encrypted_password", "$2a$04$j1cUYpQxthIUhvZPUUTASegEJBA9yRzkVcmtJGDJh9yv4Sw.8SC0C"], ["created_at", "2019-01-19 13:10:33.270484"], ["updated_at", "2019-01-19 13:10:33.270484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Architecto odio aut quia."], ["body", "Commodi iusto quas. Assumenda aut voluptatibus. Hic quia iusto."], ["created_at", "2019-01-19 13:10:33.271639"], ["updated_at", "2019-01-19 13:10:33.271639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "audria@erdman.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "audria@erdman.biz"], ["encrypted_password", "$2a$04$rxvuRNkFA94jDE3Xb/UK3OG6ssMR7CEVH5htqQnLkW9SztsmKpo3W"], ["created_at", "2019-01-19 13:10:33.274265"], ["updated_at", "2019-01-19 13:10:33.274265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Placeat sit deleniti similique."], ["body", "Ut harum voluptatibus. Minus expedita et. Est rerum at."], ["created_at", "2019-01-19 13:10:33.275292"], ["updated_at", "2019-01-19 13:10:33.275292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brentmcglynn@orn.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "brentmcglynn@orn.io"], ["encrypted_password", "$2a$04$i1wY7mrsstFyUoeU3txvNe//UpzvEDEiXHgjWzF9GOF6ZyzJovSbW"], ["created_at", "2019-01-19 13:10:33.277632"], ["updated_at", "2019-01-19 13:10:33.277632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Natus facere aut corporis."], ["body", "Iusto facere voluptate. Sunt velit ea. Dolor eveniet qui."], ["created_at", "2019-01-19 13:10:33.278608"], ["updated_at", "2019-01-19 13:10:33.278608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "West Elton 17"], ["created_at", "2019-01-19 13:10:33.280139"], ["updated_at", "2019-01-19 13:10:33.280139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west elton 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nona@mckenzie.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nona@mckenzie.io"], ["encrypted_password", "$2a$04$SPhzsGWouIwtgJUAS05USOsheO4utiW6w.rX675mDSU2E9c5CS69C"], ["created_at", "2019-01-19 13:10:33.285659"], ["updated_at", "2019-01-19 13:10:33.285659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_21"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_21"], ["name", "programmer 21"], ["description", "programmer 21"], ["created_at", "2019-01-19 13:10:33.287627"], ["updated_at", "2019-01-19 13:10:33.287627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:10:33.289611"], ["updated_at", "2019-01-19 13:10:33.289611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Kareem 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Kareem 19"], ["created_at", "2019-01-19 13:10:33.290931"], ["updated_at", "2019-01-19 13:10:33.290931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Wolfstad 20"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Wolfstad 20"], ["created_at", "2019-01-19 13:10:33.291915"], ["updated_at", "2019-01-19 13:10:33.291915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "indigo 19"], ["created_at", "2019-01-19 13:10:33.293173"], ["updated_at", "2019-01-19 13:10:33.293173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 20"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "indigo 20"], ["created_at", "2019-01-19 13:10:33.294502"], ["updated_at", "2019-01-19 13:10:33.294502"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "filomena@bauch.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "filomena@bauch.info"], ["encrypted_password", "$2a$04$lgARHQalBU89jxjpH0hWnO5Tk9RfE94S0XJXG6wm6VoEAj8PdSa6O"], ["created_at", "2019-01-19 13:10:33.296920"], ["updated_at", "2019-01-19 13:10:33.296920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Necessitatibus sunt cum doloribus."], ["body", "Et exercitationem odio. Corrupti velit labore. Omnis repellat libero."], ["created_at", "2019-01-19 13:10:33.297997"], ["updated_at", "2019-01-19 13:10:33.297997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "garfieldkuhic@schinnercole.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "garfieldkuhic@schinnercole.name"], ["encrypted_password", "$2a$04$QAM.RLUaZ48jLXpEs5AnxO2qoKOC25A3U2I1.nyOq5iM8pRakYw8e"], ["created_at", "2019-01-19 13:10:33.300434"], ["updated_at", "2019-01-19 13:10:33.300434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Error aut mollitia quisquam."], ["body", "Quis incidunt recusandae. Quia in perspiciatis. Numquam quia perferendis."], ["created_at", "2019-01-19 13:10:33.301446"], ["updated_at", "2019-01-19 13:10:33.301446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "genesis@kuphal.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "genesis@kuphal.net"], ["encrypted_password", "$2a$04$NYAZ7AYF6IYKTwZ//jteDOCgC1VK8biQh32t21U/OxOyY9DZd4JTy"], ["created_at", "2019-01-19 13:10:33.303811"], ["updated_at", "2019-01-19 13:10:33.303811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Quaerat laborum quas qui."], ["body", "Qui labore eum. Magni quasi debitis. Quibusdam ab et."], ["created_at", "2019-01-19 13:10:33.304817"], ["updated_at", "2019-01-19 13:10:33.304817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shari@runolfon.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shari@runolfon.io"], ["encrypted_password", "$2a$04$d9ix87fKO8BPxEy0yn2YLe2DO2i7c0Alf.QnmsBdz9yA2H7KA62.K"], ["created_at", "2019-01-19 13:10:33.307216"], ["updated_at", "2019-01-19 13:10:33.307216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Dignissimos ab expedita et."], ["body", "Ea et blanditiis. Adipisci doloremque distinctio. Vel consequuntur praesentium."], ["created_at", "2019-01-19 13:10:33.308289"], ["updated_at", "2019-01-19 13:10:33.308289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Kareem 19"], ["created_at", "2019-01-19 13:10:33.309902"], ["updated_at", "2019-01-19 13:10:33.309902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "indigo 19"], ["created_at", "2019-01-19 13:10:33.311403"], ["updated_at", "2019-01-19 13:10:33.311403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south kareem 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'indigo 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marquiskub@legrosrunte.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marquiskub@legrosrunte.com"], ["encrypted_password", "$2a$04$cX6RBGinB3Tx54zBNjOvOehh7QZilrwlfJptbgo0zmxtrJas/nPAy"], ["created_at", "2019-01-19 13:10:33.319449"], ["updated_at", "2019-01-19 13:10:33.319449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_22"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_22"], ["name", "firefighter 22"], ["description", "firefighter 22"], ["created_at", "2019-01-19 13:10:33.321430"], ["updated_at", "2019-01-19 13:10:33.321430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:10:33.323497"], ["updated_at", "2019-01-19 13:10:33.323497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Erikahaven 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Erikahaven 21"], ["created_at", "2019-01-19 13:10:33.324872"], ["updated_at", "2019-01-19 13:10:33.324872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Jeffrey 22"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Jeffrey 22"], ["created_at", "2019-01-19 13:10:33.325966"], ["updated_at", "2019-01-19 13:10:33.325966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 21"], ["created_at", "2019-01-19 13:10:33.327355"], ["updated_at", "2019-01-19 13:10:33.327355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 22"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "magenta 22"], ["created_at", "2019-01-19 13:10:33.328657"], ["updated_at", "2019-01-19 13:10:33.328657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clark@predovicjohns.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clark@predovicjohns.io"], ["encrypted_password", "$2a$04$Mslmb30NvaVGNX4Vl0tDB.szGdQD/dAFvDbv554Y09rgY5MDADRai"], ["created_at", "2019-01-19 13:10:33.331101"], ["updated_at", "2019-01-19 13:10:33.331101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Cupiditate impedit at perspiciatis."], ["body", "Reiciendis et ea. Facilis architecto consequuntur. Ducimus voluptatem rerum."], ["created_at", "2019-01-19 13:10:33.332177"], ["updated_at", "2019-01-19 13:10:33.332177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tommy@herman.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tommy@herman.net"], ["encrypted_password", "$2a$04$/wMMpk5P9SGfr42hg9aeI.nZC1blkd/YYHCrmnm7bhEGLU2wReFIO"], ["created_at", "2019-01-19 13:10:33.334669"], ["updated_at", "2019-01-19 13:10:33.334669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Iste qui maiores voluptatem."], ["body", "Et quibusdam est. Similique ut autem. Voluptas nihil impedit."], ["created_at", "2019-01-19 13:10:33.335700"], ["updated_at", "2019-01-19 13:10:33.335700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rafael@daniel.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rafael@daniel.biz"], ["encrypted_password", "$2a$04$joLiH7BTOz0cSppVNgC3quq9wGA1o6KnIioxOZLlctmeQBic4/Qa2"], ["created_at", "2019-01-19 13:10:33.338100"], ["updated_at", "2019-01-19 13:10:33.338100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Deserunt porro dolore atque."], ["body", "In at doloremque. Necessitatibus debitis nostrum. Quis qui qui."], ["created_at", "2019-01-19 13:10:33.339113"], ["updated_at", "2019-01-19 13:10:33.339113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ardelle@oconner.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ardelle@oconner.net"], ["encrypted_password", "$2a$04$NoQbm.Us8mKSvZZQRbccO.KX0bTYwt9tfj43nvkubW8tOMjgT2N.u"], ["created_at", "2019-01-19 13:10:33.341614"], ["updated_at", "2019-01-19 13:10:33.341614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Quibusdam rerum suscipit ut."], ["body", "Quis aut tenetur. Ea vero aut. Dolorum maiores rem."], ["created_at", "2019-01-19 13:10:33.342685"], ["updated_at", "2019-01-19 13:10:33.342685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "West Erikahaven 21"], ["created_at", "2019-01-19 13:10:33.344204"], ["updated_at", "2019-01-19 13:10:33.344204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "purple 21"], ["created_at", "2019-01-19 13:10:33.345620"], ["updated_at", "2019-01-19 13:10:33.345620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west erikahaven 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'purple 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west erikahaven 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'purple 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west erikahaven 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'purple 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "emeraldcollins@fay.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "emeraldcollins@fay.org"], ["encrypted_password", "$2a$04$1csU0WShvNaSfP/3cNgMRuhQ1.oyzNTSq90ogfUKsB/jgS5I3/0EC"], ["created_at", "2019-01-19 13:10:33.356944"], ["updated_at", "2019-01-19 13:10:33.356944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "samiracain@mosciski.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "samiracain@mosciski.biz"], ["encrypted_password", "$2a$04$GRrzU4QdFVJfAfSzjrlSluJc08UJpdeFTugWOqeZrcFgjfGR0UJgS"], ["created_at", "2019-01-19 13:10:33.359630"], ["updated_at", "2019-01-19 13:10:33.359630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "silver 23"], ["created_at", "2019-01-19 13:10:33.361035"], ["updated_at", "2019-01-19 13:10:33.361035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Danikahaven 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Danikahaven 23"], ["created_at", "2019-01-19 13:10:33.362205"], ["updated_at", "2019-01-19 13:10:33.362205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Accusamus amet totam ipsam."], ["body", "Quas odit aspernatur. Doloribus aspernatur quisquam. Ea nobis odit."], ["created_at", "2019-01-19 13:10:33.363219"], ["updated_at", "2019-01-19 13:10:33.363219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tupacocha@dubuque.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tupacocha@dubuque.net"], ["encrypted_password", "$2a$04$1ETCCpenK9jZkedHUiKqge9ziuVYafMFfHqQoMi3Acv3T.EX7V/mW"], ["created_at", "2019-01-19 13:10:33.368824"], ["updated_at", "2019-01-19 13:10:33.368824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_23"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_23"], ["name", "police officer 23"], ["description", "police officer 23"], ["created_at", "2019-01-19 13:10:33.370893"], ["updated_at", "2019-01-19 13:10:33.370893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_24"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_24"], ["name", "statistician 24"], ["description", "statistician 24"], ["created_at", "2019-01-19 13:10:33.372399"], ["updated_at", "2019-01-19 13:10:33.372399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:10:33.374274"], ["updated_at", "2019-01-19 13:10:33.374274"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:10:33.375444"], ["updated_at", "2019-01-19 13:10:33.375444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Dorian 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Dorian 24"], ["created_at", "2019-01-19 13:10:33.376705"], ["updated_at", "2019-01-19 13:10:33.376705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Slyviashire 25"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Slyviashire 25"], ["created_at", "2019-01-19 13:10:33.377803"], ["updated_at", "2019-01-19 13:10:33.377803"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 24"], ["created_at", "2019-01-19 13:10:33.379091"], ["updated_at", "2019-01-19 13:10:33.379091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 25"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "turquoise 25"], ["created_at", "2019-01-19 13:10:33.380305"], ["updated_at", "2019-01-19 13:10:33.380305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "glennagerhold@lesch.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "glennagerhold@lesch.biz"], ["encrypted_password", "$2a$04$DvZwlCNtRSr5oiPbE.qHROku58Ml/BiNBy4kfdePV8mYhqtqJWC8i"], ["created_at", "2019-01-19 13:10:33.382708"], ["updated_at", "2019-01-19 13:10:33.382708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptas ipsa nihil quam."], ["body", "Eaque quaerat adipisci. Laudantium velit adipisci. Mollitia sunt iusto."], ["created_at", "2019-01-19 13:10:33.383789"], ["updated_at", "2019-01-19 13:10:33.383789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "florencehyatt@moore.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "florencehyatt@moore.biz"], ["encrypted_password", "$2a$04$8f01O9HCec89UBp5hbzMc.8FfEFSdnTKF8dr.tHjqsjwwFttv3cde"], ["created_at", "2019-01-19 13:10:33.386273"], ["updated_at", "2019-01-19 13:10:33.386273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Culpa reprehenderit deleniti est."], ["body", "At totam quis. Inventore voluptates blanditiis. Corrupti ducimus deleniti."], ["created_at", "2019-01-19 13:10:33.387298"], ["updated_at", "2019-01-19 13:10:33.387298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "philhartmann@connellyrice.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "philhartmann@connellyrice.net"], ["encrypted_password", "$2a$04$AlVdGkOVQrEWR5Alw0ZH6OuZ9JzUfaqUbav8MC9sYWQWojLzcaaJa"], ["created_at", "2019-01-19 13:10:33.389639"], ["updated_at", "2019-01-19 13:10:33.389639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Ad asperiores praesentium qui."], ["body", "Magni minus et. Consequatur nam possimus. Provident earum recusandae."], ["created_at", "2019-01-19 13:10:33.390664"], ["updated_at", "2019-01-19 13:10:33.390664"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darlenemills@denesikreinger.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darlenemills@denesikreinger.info"], ["encrypted_password", "$2a$04$5c8XXVMvRjrBbem1sDGUNe2YAHO2MSNKXNWsXEHcje4dOqoXzlyDW"], ["created_at", "2019-01-19 13:10:33.393044"], ["updated_at", "2019-01-19 13:10:33.393044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Consequatur et quod et."], ["body", "Et optio et. Consequuntur magni sed. Est dolore expedita."], ["created_at", "2019-01-19 13:10:33.394050"], ["updated_at", "2019-01-19 13:10:33.394050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Dorian 24"], ["created_at", "2019-01-19 13:10:33.395557"], ["updated_at", "2019-01-19 13:10:33.395557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "sky blue 24"], ["created_at", "2019-01-19 13:10:33.396952"], ["updated_at", "2019-01-19 13:10:33.396952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Port Slyviashire 25"], ["created_at", "2019-01-19 13:10:33.398224"], ["updated_at", "2019-01-19 13:10:33.398224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "turquoise 25"], ["created_at", "2019-01-19 13:10:33.399506"], ["updated_at", "2019-01-19 13:10:33.399506"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south dorian 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'sky blue 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port slyviashire 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'turquoise 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "beula@fayberge.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "beula@fayberge.io"], ["encrypted_password", "$2a$04$QAyirSq1Mx3A.Gh87wklkOLhdlib7eRT4GNwBctF6dgAG4B4fNJhC"], ["created_at", "2019-01-19 13:10:33.408456"], ["updated_at", "2019-01-19 13:10:33.408456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_25"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_25"], ["name", "judge 25"], ["description", "judge 25"], ["created_at", "2019-01-19 13:10:33.410649"], ["updated_at", "2019-01-19 13:10:33.410649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_26"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_26"], ["name", "doctor 26"], ["description", "doctor 26"], ["created_at", "2019-01-19 13:10:33.412090"], ["updated_at", "2019-01-19 13:10:33.412090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:10:33.413978"], ["updated_at", "2019-01-19 13:10:33.413978"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:10:33.415125"], ["updated_at", "2019-01-19 13:10:33.415125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kubstad 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kubstad 26"], ["created_at", "2019-01-19 13:10:33.416234"], ["updated_at", "2019-01-19 13:10:33.416234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lebsackshire 27"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lebsackshire 27"], ["created_at", "2019-01-19 13:10:33.417287"], ["updated_at", "2019-01-19 13:10:33.417287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 26"], ["created_at", "2019-01-19 13:10:33.418698"], ["updated_at", "2019-01-19 13:10:33.418698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 27"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "salmon 27"], ["created_at", "2019-01-19 13:10:33.420027"], ["updated_at", "2019-01-19 13:10:33.420027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeffreycummings@collinsrosenbaum.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jeffreycummings@collinsrosenbaum.info"], ["encrypted_password", "$2a$04$nHWSsUWlC01bhjVphT0O7uaqRKJclzNrFexGkjSShaioQtBENuTsq"], ["created_at", "2019-01-19 13:10:33.422528"], ["updated_at", "2019-01-19 13:10:33.422528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Quis omnis et molestiae."], ["body", "Asperiores repellat omnis. Laudantium et corrupti. Et quae non."], ["created_at", "2019-01-19 13:10:33.423654"], ["updated_at", "2019-01-19 13:10:33.423654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aldo@lindgren.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "aldo@lindgren.co"], ["encrypted_password", "$2a$04$oXqI8WkYLaKnzlkCEloo6.FFedtzJxMg2FvabXtrcEnulYumCesVu"], ["created_at", "2019-01-19 13:10:33.426261"], ["updated_at", "2019-01-19 13:10:33.426261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Mollitia assumenda maxime ipsam."], ["body", "Velit deserunt labore. Exercitationem dicta doloremque. Porro error possimus."], ["created_at", "2019-01-19 13:10:33.427351"], ["updated_at", "2019-01-19 13:10:33.427351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yoshiko@ornbeatty.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "yoshiko@ornbeatty.name"], ["encrypted_password", "$2a$04$qQm3UIUGEZZ3d0W9zGhgKObI7s8jBmAtVLFXdBsEqBv9beIntVaxq"], ["created_at", "2019-01-19 13:10:33.429822"], ["updated_at", "2019-01-19 13:10:33.429822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Eum quisquam in sequi."], ["body", "Ut qui dolores. Quaerat et vero. Laborum sint error."], ["created_at", "2019-01-19 13:10:33.430856"], ["updated_at", "2019-01-19 13:10:33.430856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tieshadibbert@ebert.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tieshadibbert@ebert.name"], ["encrypted_password", "$2a$04$OGoWDNn8R5EtTxwy4ZeXwuiDLFnSMxINHzwxmuEP4FzXzYaG3Ov7G"], ["created_at", "2019-01-19 13:10:33.433310"], ["updated_at", "2019-01-19 13:10:33.433310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Itaque aut quis iusto."], ["body", "Ipsam dolorem voluptas. Rerum aut sapiente. Excepturi repellat nisi."], ["created_at", "2019-01-19 13:10:33.434387"], ["updated_at", "2019-01-19 13:10:33.434387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Kubstad 26"], ["created_at", "2019-01-19 13:10:33.435971"], ["updated_at", "2019-01-19 13:10:33.435971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "orange 26"], ["created_at", "2019-01-19 13:10:33.437452"], ["updated_at", "2019-01-19 13:10:33.437452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Lebsackshire 27"], ["created_at", "2019-01-19 13:10:33.438801"], ["updated_at", "2019-01-19 13:10:33.438801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "salmon 27"], ["created_at", "2019-01-19 13:10:33.440152"], ["updated_at", "2019-01-19 13:10:33.440152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'kubstad 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orange 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lebsackshire 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'salmon 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'kubstad 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orange 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lebsackshire 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'salmon 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "frances@huel.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "frances@huel.name"], ["encrypted_password", "$2a$04$hIdSxur6OdE8NRRYlj2BlOt4d0guvm4P2sxRKjItmyIEUuutvHLEW"], ["created_at", "2019-01-19 13:10:33.452195"], ["updated_at", "2019-01-19 13:10:33.452195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_27"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_27"], ["name", "judge 27"], ["description", "judge 27"], ["created_at", "2019-01-19 13:10:33.454291"], ["updated_at", "2019-01-19 13:10:33.454291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_28"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_28"], ["name", "musician 28"], ["description", "musician 28"], ["created_at", "2019-01-19 13:10:33.455854"], ["updated_at", "2019-01-19 13:10:33.455854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:10:33.457972"], ["updated_at", "2019-01-19 13:10:33.457972"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:10:33.459233"], ["updated_at", "2019-01-19 13:10:33.459233"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Schowalterside 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Schowalterside 28"], ["created_at", "2019-01-19 13:10:33.463004"], ["updated_at", "2019-01-19 13:10:33.463004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Shawn 29"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Shawn 29"], ["created_at", "2019-01-19 13:10:33.464180"], ["updated_at", "2019-01-19 13:10:33.464180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "yellow 28"], ["created_at", "2019-01-19 13:10:33.465430"], ["updated_at", "2019-01-19 13:10:33.465430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 29"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "plum 29"], ["created_at", "2019-01-19 13:10:33.466656"], ["updated_at", "2019-01-19 13:10:33.466656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gerard@jonesgoldner.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gerard@jonesgoldner.biz"], ["encrypted_password", "$2a$04$NnJXHYbtJ.sm13f3AZeUDe8dRuN1Ltyf7WzScVoXy9F5TD389MmZe"], ["created_at", "2019-01-19 13:10:33.469069"], ["updated_at", "2019-01-19 13:10:33.469069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Rem unde iure eos."], ["body", "Laudantium in perspiciatis. Eum velit neque. Tenetur quis autem."], ["created_at", "2019-01-19 13:10:33.470152"], ["updated_at", "2019-01-19 13:10:33.470152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "earlie@effertz.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "earlie@effertz.co"], ["encrypted_password", "$2a$04$wgnlpSb4gLEgFzzD36UHH.mh7R9UoXQfi0glGpzCeVrIgfNsnANQe"], ["created_at", "2019-01-19 13:10:33.472582"], ["updated_at", "2019-01-19 13:10:33.472582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Vitae ipsum voluptas sit."], ["body", "Quis voluptatem dolorem. Nisi quo sint. Non id in."], ["created_at", "2019-01-19 13:10:33.473580"], ["updated_at", "2019-01-19 13:10:33.473580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "willielangosh@trantowcorkery.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "willielangosh@trantowcorkery.biz"], ["encrypted_password", "$2a$04$mHTzHspryCQq.FGi37XX5.DVn8193dqez12N859fTEvF4E1TFs5La"], ["created_at", "2019-01-19 13:10:33.475938"], ["updated_at", "2019-01-19 13:10:33.475938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Dolor quibusdam dolor repellendus."], ["body", "Ab iure repellendus. Sit ipsa facere. In dolores debitis."], ["created_at", "2019-01-19 13:10:33.476944"], ["updated_at", "2019-01-19 13:10:33.476944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "summerkoch@hoegermraz.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "summerkoch@hoegermraz.io"], ["encrypted_password", "$2a$04$m6M6aImVxQYMiqIpfLrSzeUDh0VvLJY9RjvNSMXCK/yuDCYLNWOzm"], ["created_at", "2019-01-19 13:10:33.479294"], ["updated_at", "2019-01-19 13:10:33.479294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Possimus et provident ipsam."], ["body", "Rerum enim animi. Possimus unde quisquam. Nam vel voluptatem."], ["created_at", "2019-01-19 13:10:33.480357"], ["updated_at", "2019-01-19 13:10:33.480357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Schowalterside 28"], ["created_at", "2019-01-19 13:10:33.481874"], ["updated_at", "2019-01-19 13:10:33.481874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "yellow 28"], ["created_at", "2019-01-19 13:10:33.483354"], ["updated_at", "2019-01-19 13:10:33.483354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-19 13:10:33.484654"], ["updated_at", "2019-01-19 13:10:33.484654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "plum 29"], ["created_at", "2019-01-19 13:10:33.485968"], ["updated_at", "2019-01-19 13:10:33.485968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'schowalterside 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'yellow 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'plum 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-19 13:10:33.509745"], ["updated_at", "2019-01-19 13:10:33.509745"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "police_officer_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "police officer 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_3"], ["name", "police officer 3"], ["description", "police officer 3"], ["created_at", "2019-01-19 13:10:33.512476"], ["updated_at", "2019-01-19 13:10:33.512476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 13:10:33.514109"], ["updated_at", "2019-01-19 13:10:33.514109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.2ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 13:10:33.537021"], ["updated_at", "2019-01-19 13:10:33.537021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 13:10:33.538354"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 13:10:33.549476"], ["updated_at", "2019-01-19 13:10:33.549476"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 13:10:33.551043"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-19 13:10:33.573018"], ["updated_at", "2019-01-19 13:10:33.573018"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Load (0.3ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 13:10:33.603858"], ["updated_at", "2019-01-19 13:10:33.603858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-19 13:10:33.605255"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "economist_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "economist 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_4"], ["name", "economist 4"], ["description", "economist 4"], ["created_at", "2019-01-19 13:10:33.713547"], ["updated_at", "2019-01-19 13:10:33.713547"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 29"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_29"], ["name", "advocate 29"], ["description", "advocate 29"], ["created_at", "2019-01-19 13:10:33.716545"], ["updated_at", "2019-01-19 13:10:33.716545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-19 13:10:33.718130"], ["updated_at", "2019-01-19 13:10:33.718130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "judge_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "judge 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_5"], ["name", "judge 5"], ["description", "judge 5"], ["created_at", "2019-01-19 13:10:33.735614"], ["updated_at", "2019-01-19 13:10:33.735614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 30"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_30"], ["name", "astronomer 30"], ["description", "astronomer 30"], ["created_at", "2019-01-19 13:10:33.739048"], ["updated_at", "2019-01-19 13:10:33.739048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 13:10:33.740615"], ["updated_at", "2019-01-19 13:10:33.740615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 13:10:33.766578"], ["updated_at", "2019-01-19 13:10:33.766578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 13:10:33.767876"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 13:10:33.780169"], ["updated_at", "2019-01-19 13:10:33.780169"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 13:10:33.781378"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-19 13:10:33.803933"], ["updated_at", "2019-01-19 13:10:33.803933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 31"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_31"], ["name", "advocate 31"], ["description", "advocate 31"], ["created_at", "2019-01-19 13:10:33.837351"], ["updated_at", "2019-01-19 13:10:33.837351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-19 13:10:33.839910"], ["updated_at", "2019-01-19 13:10:33.839910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-19 13:10:33.950804"], ["updated_at", "2019-01-19 13:10:33.950804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-19 13:10:33.953274"], ["updated_at", "2019-01-19 13:10:33.953274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:10:33.959046"], ["updated_at", "2019-01-19 13:10:33.959046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:10:33.960974"], ["updated_at", "2019-01-19 13:10:33.960974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 13:10:33.962838"], ["updated_at", "2019-01-19 13:10:33.962838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cathielindgren@herzogbeier.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cathielindgren@herzogbeier.io"], ["encrypted_password", "$2a$04$xtgMC15fW/uEFa9zHSUEtunNcwuD3B9f/bm3dBmkSCbGNHFLvsuaO"], ["created_at", "2019-01-19 13:10:33.966263"], ["updated_at", "2019-01-19 13:10:33.966263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Aut dicta ea magni."], ["body", "Facilis esse facere. Dolor quasi voluptas. Ipsam quasi qui."], ["created_at", "2019-01-19 13:10:33.967836"], ["updated_at", "2019-01-19 13:10:33.967836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "terina@kreiger.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "terina@kreiger.org"], ["encrypted_password", "$2a$04$91L8CjhTfwm.67aI5SRRXuIdTp0RrSpMCyaoaT.SoPiF28maMm/QK"], ["created_at", "2019-01-19 13:10:33.971122"], ["updated_at", "2019-01-19 13:10:33.971122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Soluta esse quia doloremque."], ["body", "Sint aut ut. Quaerat nisi quia. Illum quia autem."], ["created_at", "2019-01-19 13:10:33.972629"], ["updated_at", "2019-01-19 13:10:33.972629"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:10:33.977705"], ["updated_at", "2019-01-19 13:10:33.977705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:10:33.979616"], ["updated_at", "2019-01-19 13:10:33.979616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 13:10:33.981330"], ["updated_at", "2019-01-19 13:10:33.981330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mohammadsporer@moenprice.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mohammadsporer@moenprice.com"], ["encrypted_password", "$2a$04$qDcj3sVLNGJLy0gocQMp9.0mMjYnvRWdNH2jWU1Nx.qir2rlXAjqa"], ["created_at", "2019-01-19 13:10:33.984405"], ["updated_at", "2019-01-19 13:10:33.984405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Commodi optio incidunt consectetur."], ["body", "Et dolor ut. Possimus tempora et. Accusamus aliquam inventore."], ["created_at", "2019-01-19 13:10:33.985777"], ["updated_at", "2019-01-19 13:10:33.985777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bibi@douglatokes.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bibi@douglatokes.com"], ["encrypted_password", "$2a$04$hPFVGH4Ctud9gwTWQmJceONc2H50Z1DhQawAmSGSWP/rebwTt2ypG"], ["created_at", "2019-01-19 13:10:33.988901"], ["updated_at", "2019-01-19 13:10:33.988901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Molestias sunt iusto voluptatem."], ["body", "Officia sit aut. Numquam autem totam. Non qui numquam."], ["created_at", "2019-01-19 13:10:33.990180"], ["updated_at", "2019-01-19 13:10:33.990180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:10:33.993653"], ["updated_at", "2019-01-19 13:10:33.993653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:10:33.995534"], ["updated_at", "2019-01-19 13:10:33.995534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 13:10:33.997098"], ["updated_at", "2019-01-19 13:10:33.997098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leontinelegros@beckerfarrell.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leontinelegros@beckerfarrell.io"], ["encrypted_password", "$2a$04$OCywcEXObNDqhkOHaDnFsuprUjA7dqegPOxTisIEzEG3ItUq4b3au"], ["created_at", "2019-01-19 13:10:33.999886"], ["updated_at", "2019-01-19 13:10:33.999886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Illo dolorem mollitia suscipit."], ["body", "Modi dolores aperiam. Illum quia voluptatibus. Nobis minima labore."], ["created_at", "2019-01-19 13:10:34.001150"], ["updated_at", "2019-01-19 13:10:34.001150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "charmainepadberg@kunzegulgowski.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "charmainepadberg@kunzegulgowski.com"], ["encrypted_password", "$2a$04$62G0g5ln2RB.iUlOMsVINeTfualGm9E23bH32PJKRnjRiWxEQ9dAO"], ["created_at", "2019-01-19 13:10:34.003874"], ["updated_at", "2019-01-19 13:10:34.003874"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Repellat repellendus numquam facilis."], ["body", "Natus esse eos. Et qui autem. Sequi harum totam."], ["created_at", "2019-01-19 13:10:34.004984"], ["updated_at", "2019-01-19 13:10:34.004984"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:10:34.008337"], ["updated_at", "2019-01-19 13:10:34.008337"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:10:34.010092"], ["updated_at", "2019-01-19 13:10:34.010092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 13:10:34.011554"], ["updated_at", "2019-01-19 13:10:34.011554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darren@harris.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darren@harris.info"], ["encrypted_password", "$2a$04$teqazZYkrm0bxtkqHhxNXufPVBWUeb/ze9CLzu1/MltO998/G/gmG"], ["created_at", "2019-01-19 13:10:34.014306"], ["updated_at", "2019-01-19 13:10:34.014306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Hic quibusdam aut in."], ["body", "Quam velit distinctio. Officiis aut voluptas. Eum ex ratione."], ["created_at", "2019-01-19 13:10:34.015489"], ["updated_at", "2019-01-19 13:10:34.015489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adan@dicki.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "adan@dicki.name"], ["encrypted_password", "$2a$04$BOY/i7zV2CtdHW5Wfq.1ZOl6Ecgf59Lw2.bo9fVZEQxnY4TnmLAJe"], ["created_at", "2019-01-19 13:10:34.018162"], ["updated_at", "2019-01-19 13:10:34.018162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Quas qui quam corporis."], ["body", "Dolor qui et. Omnis libero eum. Quia explicabo veritatis."], ["created_at", "2019-01-19 13:10:34.019362"], ["updated_at", "2019-01-19 13:10:34.019362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "doug@parisian.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "doug@parisian.name"], ["encrypted_password", "$2a$04$FKM7QVQilUpll2bR3eF9ju0/B0yj/sJBdCJ77GmOa01sX9jGQ8PQi"], ["created_at", "2019-01-19 13:10:34.021931"], ["updated_at", "2019-01-19 13:10:34.021931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Cupiditate possimus totam consequatur."], ["body", "Corrupti dolores sit. Omnis suscipit nihil. Dolorem nam delectus."], ["created_at", "2019-01-19 13:10:34.023229"], ["updated_at", "2019-01-19 13:10:34.023229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:10:34.029688"], ["updated_at", "2019-01-19 13:10:34.029688"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:10:34.031374"], ["updated_at", "2019-01-19 13:10:34.031374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 13:10:34.032789"], ["updated_at", "2019-01-19 13:10:34.032789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 13:10:34.034027"], ["updated_at", "2019-01-19 13:10:34.034027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "danikadach@abshiresipes.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "danikadach@abshiresipes.com"], ["encrypted_password", "$2a$04$WgVDF3WDLBZ71JfbCgTGA.I/Ib2aqx8pQov6McRVf9xOfi7NrZoEO"], ["created_at", "2019-01-19 13:10:34.036576"], ["updated_at", "2019-01-19 13:10:34.036576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "In labore sunt ea."], ["body", "Ut adipisci molestiae. Excepturi reiciendis voluptatem. Autem natus temporibus."], ["created_at", "2019-01-19 13:10:34.037867"], ["updated_at", "2019-01-19 13:10:34.037867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "janherman@stehr.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "janherman@stehr.com"], ["encrypted_password", "$2a$04$OZFZKPNwsF0ZkTz9A55Cbe0G.Zw0Ubbo36C69E4QZtDq215ncA7pS"], ["created_at", "2019-01-19 13:10:34.040552"], ["updated_at", "2019-01-19 13:10:34.040552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Suscipit et placeat dolor."], ["body", "Accusamus officia maiores. Hic ut vel. Et et quibusdam."], ["created_at", "2019-01-19 13:10:34.041637"], ["updated_at", "2019-01-19 13:10:34.041637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nathanthompson@keeling.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nathanthompson@keeling.io"], ["encrypted_password", "$2a$04$5aYHPCzXYWSutl.C5gvGqeRrklD/bULGQuA87LI9AznLlLSLKFf86"], ["created_at", "2019-01-19 13:10:34.044055"], ["updated_at", "2019-01-19 13:10:34.044055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Temporibus et non autem."], ["body", "Eos optio voluptatem. Sit aliquam sit. Impedit ratione animi."], ["created_at", "2019-01-19 13:10:34.045076"], ["updated_at", "2019-01-19 13:10:34.045076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "domenica@moriette.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "domenica@moriette.info"], ["encrypted_password", "$2a$04$LndsREEP7ll5YtuOxoD9VuJB32/3ly1gkX3PhbO9TsoGyfWJdTHA2"], ["created_at", "2019-01-19 13:10:34.047461"], ["updated_at", "2019-01-19 13:10:34.047461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Culpa numquam aut est."], ["body", "Debitis quas sequi. Facilis dignissimos et. Nisi quia deserunt."], ["created_at", "2019-01-19 13:10:34.048485"], ["updated_at", "2019-01-19 13:10:34.048485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:10:34.053096"], ["updated_at", "2019-01-19 13:10:34.053096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:10:34.054681"], ["updated_at", "2019-01-19 13:10:34.054681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 13:10:34.056051"], ["updated_at", "2019-01-19 13:10:34.056051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 13:10:34.057288"], ["updated_at", "2019-01-19 13:10:34.057288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "madelaine@millsvonrueden.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "madelaine@millsvonrueden.org"], ["encrypted_password", "$2a$04$sB80Y1VPBSYzavjBfG7OPOxYcta.pcID0GMR9qdShZroEmo1VzBra"], ["created_at", "2019-01-19 13:10:34.059716"], ["updated_at", "2019-01-19 13:10:34.059716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Qui corrupti fugit accusamus."], ["body", "Culpa ad fugiat. Laborum blanditiis a. Fugit facilis error."], ["created_at", "2019-01-19 13:10:34.060862"], ["updated_at", "2019-01-19 13:10:34.060862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Graciaville 30"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Graciaville 30"], ["created_at", "2019-01-19 13:10:34.064017"], ["updated_at", "2019-01-19 13:10:34.064017"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Hyman 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Hyman 31"], ["created_at", "2019-01-19 13:10:34.065745"], ["updated_at", "2019-01-19 13:10:34.065745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Joshuabury 32"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Joshuabury 32"], ["created_at", "2019-01-19 13:10:34.066902"], ["updated_at", "2019-01-19 13:10:34.066902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Incidunt quia voluptate qui."], ["created_at", "2019-01-19 13:10:34.072444"], ["updated_at", "2019-01-19 13:10:34.072444"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 13:10:34.081824"], ["updated_at", "2019-01-19 13:10:34.081824"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 13:10:34.082910"], ["updated_at", "2019-01-19 13:10:34.082910"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:10:34.086470"], ["updated_at", "2019-01-19 13:10:34.086470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 13:10:34.088251"], ["updated_at", "2019-01-19 13:10:34.088251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "giselahayes@muller.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "giselahayes@muller.net"], ["encrypted_password", "$2a$04$GneSmfqde5pPOqta0BQpDur2Paz69UrIHfWi8zqolDdQFubTlpR.O"], ["created_at", "2019-01-19 13:10:34.091305"], ["updated_at", "2019-01-19 13:10:34.091305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Necessitatibus iure nisi fuga."], ["body", "Doloremque eligendi facilis. Sit corporis distinctio. Porro fugiat corporis."], ["created_at", "2019-01-19 13:10:34.092601"], ["updated_at", "2019-01-19 13:10:34.092601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.3ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Omnis quod itaque non."], ["created_at", "2019-01-19 13:10:34.095000"], ["updated_at", "2019-01-19 13:10:34.095000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eusebialarkin@abbottyost.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eusebialarkin@abbottyost.biz"], ["encrypted_password", "$2a$04$G6kyf.MilZbcKIKOo2kQhur99beWTd0PbqpcDjKDQuNOGhR9Hc4oq"], ["created_at", "2019-01-19 13:10:34.101071"], ["updated_at", "2019-01-19 13:10:34.101071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "tan 30"], ["created_at", "2019-01-19 13:10:34.103230"], ["updated_at", "2019-01-19 13:10:34.103230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Strosinland 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Strosinland 33"], ["created_at", "2019-01-19 13:10:34.104439"], ["updated_at", "2019-01-19 13:10:34.104439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quae eaque sint nam."], ["body", "Consequuntur sed repellendus. Ducimus aut impedit. Ducimus ipsa qui."], ["created_at", "2019-01-19 13:10:34.105506"], ["updated_at", "2019-01-19 13:10:34.105506"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Santoshaven 34"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Santoshaven 34"], ["created_at", "2019-01-19 13:10:34.109003"], ["updated_at", "2019-01-19 13:10:34.109003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lockmanborough 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lockmanborough 35"], ["created_at", "2019-01-19 13:10:34.110690"], ["updated_at", "2019-01-19 13:10:34.110690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:10:34.113920"], ["updated_at", "2019-01-19 13:10:34.113920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:10:34.115780"], ["updated_at", "2019-01-19 13:10:34.115780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leodaugherty@blandagerlach.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leodaugherty@blandagerlach.org"], ["encrypted_password", "$2a$04$B8inKp7Sg9DvPE/yGUoANOzEK.p5DiACr2LovB77.SGRRufunYEo."], ["created_at", "2019-01-19 13:10:34.118820"], ["updated_at", "2019-01-19 13:10:34.118820"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 31"], ["created_at", "2019-01-19 13:10:34.120938"], ["updated_at", "2019-01-19 13:10:34.120938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Fugit unde nihil necessitatibus."], ["body", "Voluptatibus dolorum architecto. Veritatis voluptatem nisi. Sit nulla dolorem."], ["created_at", "2019-01-19 13:10:34.122209"], ["updated_at", "2019-01-19 13:10:34.122209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:10:34.125609"], ["updated_at", "2019-01-19 13:10:34.125609"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:10:34.127653"], ["updated_at", "2019-01-19 13:10:34.127653"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alayna@feest.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alayna@feest.name"], ["encrypted_password", "$2a$04$y.PF5ZGR7hexEEnbFXh.P.BRkNj0/tPBtWaYHLm2nkrpLZyeQFObK"], ["created_at", "2019-01-19 13:10:34.130726"], ["updated_at", "2019-01-19 13:10:34.130726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 32"], ["created_at", "2019-01-19 13:10:34.132468"], ["updated_at", "2019-01-19 13:10:34.132468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Accusantium qui aut ut."], ["body", "Iste adipisci placeat. Voluptatem sed ipsam. Dolores voluptas voluptatem."], ["created_at", "2019-01-19 13:10:34.133633"], ["updated_at", "2019-01-19 13:10:34.133633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Cletusfort 36"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Cletusfort 36"], ["created_at", "2019-01-19 13:10:34.137606"], ["updated_at", "2019-01-19 13:10:34.137606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Orlandohaven 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Orlandohaven 37"], ["created_at", "2019-01-19 13:10:34.139435"], ["updated_at", "2019-01-19 13:10:34.139435"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Evanville 38"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Evanville 38"], ["created_at", "2019-01-19 13:10:34.141149"], ["updated_at", "2019-01-19 13:10:34.141149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Vero culpa ipsam non."], ["created_at", "2019-01-19 13:10:34.142214"], ["updated_at", "2019-01-19 13:10:34.142214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 13:10:34.143878"], ["updated_at", "2019-01-19 13:10:34.143878"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 13:10:34.144762"], ["updated_at", "2019-01-19 13:10:34.144762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Darellchester 39"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Darellchester 39"], ["created_at", "2019-01-19 13:10:34.148187"], ["updated_at", "2019-01-19 13:10:34.148187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) [34mSELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kemmerside 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kemmerside 40"], ["created_at", "2019-01-19 13:10:34.150152"], ["updated_at", "2019-01-19 13:10:34.150152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Andreeview 41"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Andreeview 41"], ["created_at", "2019-01-19 13:10:34.151479"], ["updated_at", "2019-01-19 13:10:34.151479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Stromanfort 42"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Stromanfort 42"], ["created_at", "2019-01-19 13:10:34.152590"], ["updated_at", "2019-01-19 13:10:34.152590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Reprehenderit perspiciatis autem voluptatibus."], ["created_at", "2019-01-19 13:10:34.153575"], ["updated_at", "2019-01-19 13:10:34.153575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 13:10:34.155196"], ["updated_at", "2019-01-19 13:10:34.155196"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 13:10:34.156087"], ["updated_at", "2019-01-19 13:10:34.156087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Rosendo 43"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Rosendo 43"], ["created_at", "2019-01-19 13:10:34.159985"], ["updated_at", "2019-01-19 13:10:34.159985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "natashanienow@hoegerschamberger.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "natashanienow@hoegerschamberger.name"], ["encrypted_password", "$2a$04$p9FbxUlmKxwp.BSu.7w5DedQubLHTWqhJyCD/L.UpTDTez0yl2xC6"], ["created_at", "2019-01-19 13:10:34.163224"], ["updated_at", "2019-01-19 13:10:34.163224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "magenta 33"], ["created_at", "2019-01-19 13:10:34.164888"], ["updated_at", "2019-01-19 13:10:34.164888"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Feltonmouth 44"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Feltonmouth 44"], ["created_at", "2019-01-19 13:10:34.166566"], ["updated_at", "2019-01-19 13:10:34.166566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Iste odio aut alias."], ["body", "Maxime sed voluptates. Quia laboriosam et. Earum fugiat praesentium."], ["created_at", "2019-01-19 13:10:34.167672"], ["updated_at", "2019-01-19 13:10:34.167672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Terence 45"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Terence 45"], ["created_at", "2019-01-19 13:10:34.171318"], ["updated_at", "2019-01-19 13:10:34.171318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "patricia@tromp.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "patricia@tromp.net"], ["encrypted_password", "$2a$04$.Yr6oLDQZdxKDxpq457NKuf03v2DBa44MXCn6b2p3891ATGv4cQcC"], ["created_at", "2019-01-19 13:10:34.177714"], ["updated_at", "2019-01-19 13:10:34.177714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "indigo 34"], ["created_at", "2019-01-19 13:10:34.179645"], ["updated_at", "2019-01-19 13:10:34.179645"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Schoenchester 46"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Schoenchester 46"], ["created_at", "2019-01-19 13:10:34.181067"], ["updated_at", "2019-01-19 13:10:34.181067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Cum repellat nobis laboriosam."], ["body", "Quaerat atque nam. Reiciendis voluptatem nemo. Qui est deserunt."], ["created_at", "2019-01-19 13:10:34.182209"], ["updated_at", "2019-01-19 13:10:34.182209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Laureenmouth 47"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Laureenmouth 47"], ["created_at", "2019-01-19 13:10:34.186427"], ["updated_at", "2019-01-19 13:10:34.186427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Myrtlechester 49"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Myrtlechester 49"], ["created_at", "2019-01-19 13:10:34.190255"], ["updated_at", "2019-01-19 13:10:34.190255"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Marceloside 51"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Marceloside 51"], ["created_at", "2019-01-19 13:10:34.194497"], ["updated_at", "2019-01-19 13:10:34.194497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joslynwolff@prosacco.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "joslynwolff@prosacco.io"], ["encrypted_password", "$2a$04$Z73rd0er2DeakoGnZpL.S.AUpoSxNDnok/KCry2lYVBYSvoPTrkIu"], ["created_at", "2019-01-19 13:10:34.202566"], ["updated_at", "2019-01-19 13:10:34.202566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_1"], ["name", "writer 1"], ["description", "writer 1"], ["created_at", "2019-01-19 13:13:51.574886"], ["updated_at", "2019-01-19 13:13:51.574886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_2"], ["name", "designer 2"], ["description", "designer 2"], ["created_at", "2019-01-19 13:13:51.576929"], ["updated_at", "2019-01-19 13:13:51.576929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alisha@kirlinbuckridge.name"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alisha@kirlinbuckridge.name"], ["encrypted_password", "$2a$04$R7pm4WztG58KGK3CL/lSV.BOIHxjB4Zl1MTu1vKf3.DvcsOt4VZqu"], ["created_at", "2019-01-19 13:13:51.614479"], ["updated_at", "2019-01-19 13:13:51.614479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 1"], ["created_at", "2019-01-19 13:13:51.622170"], ["updated_at", "2019-01-19 13:13:51.622170"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hermistontown 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hermistontown 1"], ["created_at", "2019-01-19 13:13:51.628220"], ["updated_at", "2019-01-19 13:13:51.628220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptatum qui autem asperiores."], ["body", "Omnis exercitationem deserunt. Dolores commodi culpa. Inventore placeat veniam."], ["created_at", "2019-01-19 13:13:51.629883"], ["updated_at", "2019-01-19 13:13:51.629883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_3"], ["name", "engineer 3"], ["description", "engineer 3"], ["created_at", "2019-01-19 13:13:51.636543"], ["updated_at", "2019-01-19 13:13:51.636543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_4"], ["name", "musician 4"], ["description", "musician 4"], ["created_at", "2019-01-19 13:13:51.638251"], ["updated_at", "2019-01-19 13:13:51.638251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "thadarmstrong@erdman.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "thadarmstrong@erdman.net"], ["encrypted_password", "$2a$04$7ZiPzxYQKTQZReTeXAZd8OaaMb2NWb2ITvutOCrmoRKKNNq2YgJWC"], ["created_at", "2019-01-19 13:13:51.641644"], ["updated_at", "2019-01-19 13:13:51.641644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lavender 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lavender 2"], ["created_at", "2019-01-19 13:13:51.643045"], ["updated_at", "2019-01-19 13:13:51.643045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Elviston 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Elviston 2"], ["created_at", "2019-01-19 13:13:51.644384"], ["updated_at", "2019-01-19 13:13:51.644384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Itaque nisi voluptatem hic."], ["body", "Non in aut. Adipisci explicabo iure. Sunt aut architecto."], ["created_at", "2019-01-19 13:13:51.645407"], ["updated_at", "2019-01-19 13:13:51.645407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_5"], ["name", "human resources 5"], ["description", "human resources 5"], ["created_at", "2019-01-19 13:13:51.660642"], ["updated_at", "2019-01-19 13:13:51.660642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 6"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_6"], ["name", "police officer 6"], ["description", "police officer 6"], ["created_at", "2019-01-19 13:13:51.662274"], ["updated_at", "2019-01-19 13:13:51.662274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jarrodfriesen@herzog.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jarrodfriesen@herzog.org"], ["encrypted_password", "$2a$04$GCLSv8kINVwJDe7fMP.l5uYUcONIaCgg4mXhtOn4peN67dP1YDSfi"], ["created_at", "2019-01-19 13:13:51.665838"], ["updated_at", "2019-01-19 13:13:51.665838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 3"], ["created_at", "2019-01-19 13:13:51.667470"], ["updated_at", "2019-01-19 13:13:51.667470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Lon 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Lon 3"], ["created_at", "2019-01-19 13:13:51.668661"], ["updated_at", "2019-01-19 13:13:51.668661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Officia est veritatis vero."], ["body", "Laboriosam quaerat beatae. Et tenetur sunt. Libero animi omnis."], ["created_at", "2019-01-19 13:13:51.669635"], ["updated_at", "2019-01-19 13:13:51.669635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_7"], ["name", "accountant 7"], ["description", "accountant 7"], ["created_at", "2019-01-19 13:13:51.675897"], ["updated_at", "2019-01-19 13:13:51.675897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 8"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_8"], ["name", "attorney at law 8"], ["description", "attorney at law 8"], ["created_at", "2019-01-19 13:13:51.677602"], ["updated_at", "2019-01-19 13:13:51.677602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "modesto@barton.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "modesto@barton.name"], ["encrypted_password", "$2a$04$fT4jKbrp4TXb4sEwv3cM0OZAgWGRSPg1GuGm8bBthu7UVIZRfXEqO"], ["created_at", "2019-01-19 13:13:51.681232"], ["updated_at", "2019-01-19 13:13:51.681232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orchid 4"], ["created_at", "2019-01-19 13:13:51.682822"], ["updated_at", "2019-01-19 13:13:51.682822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Graciela 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Graciela 4"], ["created_at", "2019-01-19 13:13:51.684147"], ["updated_at", "2019-01-19 13:13:51.684147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Laudantium at excepturi rerum."], ["body", "Odio facilis quae. Cum at sit. Eos cupiditate doloremque."], ["created_at", "2019-01-19 13:13:51.685142"], ["updated_at", "2019-01-19 13:13:51.685142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_9"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 9"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_9"], ["name", "interpreter 9"], ["description", "interpreter 9"], ["created_at", "2019-01-19 13:13:51.692223"], ["updated_at", "2019-01-19 13:13:51.692223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 10"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_10"], ["name", "firefighter 10"], ["description", "firefighter 10"], ["created_at", "2019-01-19 13:13:51.693826"], ["updated_at", "2019-01-19 13:13:51.693826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "randall@bechtelar.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "randall@bechtelar.net"], ["encrypted_password", "$2a$04$ajB1.7tg.RcwjhMpPoWhAu3xgYsA5EMptiMcKPIpnfIVv4JBGl7sC"], ["created_at", "2019-01-19 13:13:51.697117"], ["updated_at", "2019-01-19 13:13:51.697117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 5"], ["created_at", "2019-01-19 13:13:51.698710"], ["updated_at", "2019-01-19 13:13:51.698710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Rosanneland 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rosanneland 5"], ["created_at", "2019-01-19 13:13:51.699950"], ["updated_at", "2019-01-19 13:13:51.699950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Molestiae repudiandae illo mollitia."], ["body", "Quia illo aspernatur. Voluptatem et molestias. Quia quo harum."], ["created_at", "2019-01-19 13:13:51.700999"], ["updated_at", "2019-01-19 13:13:51.700999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_11"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_11"], ["name", "attorney at law 11"], ["description", "attorney at law 11"], ["created_at", "2019-01-19 13:13:51.706448"], ["updated_at", "2019-01-19 13:13:51.706448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_12"], ["name", "programmer 12"], ["description", "programmer 12"], ["created_at", "2019-01-19 13:13:51.708092"], ["updated_at", "2019-01-19 13:13:51.708092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "johanna@bednar.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "johanna@bednar.co"], ["encrypted_password", "$2a$04$v35xZU5d8QULUocoHmQOSOGfjGjrxEGclj367qa3PggNJzJDb/Id2"], ["created_at", "2019-01-19 13:13:51.711630"], ["updated_at", "2019-01-19 13:13:51.711630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 6"], ["created_at", "2019-01-19 13:13:51.713246"], ["updated_at", "2019-01-19 13:13:51.713246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Roobchester 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Roobchester 6"], ["created_at", "2019-01-19 13:13:51.714515"], ["updated_at", "2019-01-19 13:13:51.714515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Incidunt rerum fugiat voluptatem."], ["body", "Explicabo natus debitis. In fuga iste. Occaecati ipsa illum."], ["created_at", "2019-01-19 13:13:51.715616"], ["updated_at", "2019-01-19 13:13:51.715616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "exiebrown@yost.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "exiebrown@yost.io"], ["encrypted_password", "$2a$04$a7mp03O0kDN/.0Wr.ih.2uFDlhE0m9azyv6V0WkvXeC3ByGY09uPS"], ["created_at", "2019-01-19 13:13:51.718079"], ["updated_at", "2019-01-19 13:13:51.718079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 200 OK in 1ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 13"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_13"], ["name", "advocate 13"], ["description", "advocate 13"], ["created_at", "2019-01-19 13:13:51.803150"], ["updated_at", "2019-01-19 13:13:51.803150"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "police_officer_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "police officer 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_1"], ["name", "police officer 1"], ["description", "police officer 1"], ["created_at", "2019-01-19 13:13:51.810346"], ["updated_at", "2019-01-19 13:13:51.810346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-19 13:13:51.816587"], ["updated_at", "2019-01-19 13:13:51.816587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 13:13:51.823214"], ["updated_at", "2019-01-19 13:13:51.823214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 13:13:51.829943"], ["updated_at", "2019-01-19 13:13:51.829943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 14"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_14"], ["name", "librarian 14"], ["description", "librarian 14"], ["created_at", "2019-01-19 13:13:51.838734"], ["updated_at", "2019-01-19 13:13:51.838734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "doctor_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "doctor 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_2"], ["name", "doctor 2"], ["description", "doctor 2"], ["created_at", "2019-01-19 13:13:51.840973"], ["updated_at", "2019-01-19 13:13:51.840973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-19 13:13:51.842739"], ["updated_at", "2019-01-19 13:13:51.842739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 13:13:51.843991"], ["updated_at", "2019-01-19 13:13:51.843991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 13:13:51.846110"], ["updated_at", "2019-01-19 13:13:51.846110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/roles"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "malcom@dooley.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "malcom@dooley.org"], ["encrypted_password", "$2a$04$jx66V0FRA9Md7LQ/tITUP.rpA4VTW4iSkRFfVZbBkho02BXhD0e6O"], ["created_at", "2019-01-19 13:13:51.851797"], ["updated_at", "2019-01-19 13:13:51.851797"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_15"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_15"], ["name", "philosopher 15"], ["description", "philosopher 15"], ["created_at", "2019-01-19 13:13:51.854195"], ["updated_at", "2019-01-19 13:13:51.854195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:13:51.856432"], ["updated_at", "2019-01-19 13:13:51.856432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Sandytown 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Sandytown 7"], ["created_at", "2019-01-19 13:13:51.857764"], ["updated_at", "2019-01-19 13:13:51.857764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Balistreriside 8"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Balistreriside 8"], ["created_at", "2019-01-19 13:13:51.858793"], ["updated_at", "2019-01-19 13:13:51.858793"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 7"], ["created_at", "2019-01-19 13:13:51.860256"], ["updated_at", "2019-01-19 13:13:51.860256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 8"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "ivory 8"], ["created_at", "2019-01-19 13:13:51.861530"], ["updated_at", "2019-01-19 13:13:51.861530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "angeliakerluke@funk.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "angeliakerluke@funk.biz"], ["encrypted_password", "$2a$04$yY0M1WDcQifbGkuOeFQKseYe/TR0dhCcdlEtpLR4Ccjz7amKPo3Eu"], ["created_at", "2019-01-19 13:13:51.863881"], ["updated_at", "2019-01-19 13:13:51.863881"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptas doloremque et dolorem."], ["body", "Distinctio earum inventore. Qui sed voluptatem. Nobis minima beatae."], ["created_at", "2019-01-19 13:13:51.865125"], ["updated_at", "2019-01-19 13:13:51.865125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Sandytown 7"], ["created_at", "2019-01-19 13:13:51.871718"], ["updated_at", "2019-01-19 13:13:51.871718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "teal 7"], ["created_at", "2019-01-19 13:13:51.873382"], ["updated_at", "2019-01-19 13:13:51.873382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east sandytown 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 7')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jonell@conntoy.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jonell@conntoy.biz"], ["encrypted_password", "$2a$04$fR5n866BEtvcICL.Aog9xe.Qii81.QyYsLBGKUiGMfwOigMsQcU6C"], ["created_at", "2019-01-19 13:13:51.881298"], ["updated_at", "2019-01-19 13:13:51.881298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_16"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_16"], ["name", "statistician 16"], ["description", "statistician 16"], ["created_at", "2019-01-19 13:13:51.883379"], ["updated_at", "2019-01-19 13:13:51.883379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:13:51.885402"], ["updated_at", "2019-01-19 13:13:51.885402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Elvis 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Elvis 9"], ["created_at", "2019-01-19 13:13:51.886679"], ["updated_at", "2019-01-19 13:13:51.886679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Luettaborough 10"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Luettaborough 10"], ["created_at", "2019-01-19 13:13:51.887810"], ["updated_at", "2019-01-19 13:13:51.887810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 9"], ["created_at", "2019-01-19 13:13:51.889195"], ["updated_at", "2019-01-19 13:13:51.889195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 10"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "teal 10"], ["created_at", "2019-01-19 13:13:51.890524"], ["updated_at", "2019-01-19 13:13:51.890524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kendraabernathy@pfefferschuppe.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kendraabernathy@pfefferschuppe.co"], ["encrypted_password", "$2a$04$kcuLNyVHfvhpdc818EdDLOFfaVNJ34luMNkM2zQCRmtp.ez4ec5.6"], ["created_at", "2019-01-19 13:13:51.893003"], ["updated_at", "2019-01-19 13:13:51.893003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Vel in accusamus hic."], ["body", "Et voluptas dolorum. Velit unde sed. Velit vel et."], ["created_at", "2019-01-19 13:13:51.894109"], ["updated_at", "2019-01-19 13:13:51.894109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Luettaborough 10"], ["created_at", "2019-01-19 13:13:51.895701"], ["updated_at", "2019-01-19 13:13:51.895701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "gold 9"], ["created_at", "2019-01-19 13:13:51.897126"], ["updated_at", "2019-01-19 13:13:51.897126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'luettaborough 10')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vita@batz.info"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vita@batz.info"], ["encrypted_password", "$2a$04$fVfSPtY5kb3GI/DUTwGQpOy5q7BlkiwWEAAqwE4CVwzPVwBMQAK/u"], ["created_at", "2019-01-19 13:13:51.902570"], ["updated_at", "2019-01-19 13:13:51.902570"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_17"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_17"], ["name", "human resources 17"], ["description", "human resources 17"], ["created_at", "2019-01-19 13:13:51.905048"], ["updated_at", "2019-01-19 13:13:51.905048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:13:51.907074"], ["updated_at", "2019-01-19 13:13:51.907074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Garfield 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Garfield 11"], ["created_at", "2019-01-19 13:13:51.908341"], ["updated_at", "2019-01-19 13:13:51.908341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Maritaland 12"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Maritaland 12"], ["created_at", "2019-01-19 13:13:51.909439"], ["updated_at", "2019-01-19 13:13:51.909439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "cyan 11"], ["created_at", "2019-01-19 13:13:51.910883"], ["updated_at", "2019-01-19 13:13:51.910883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 12"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "pink 12"], ["created_at", "2019-01-19 13:13:51.912176"], ["updated_at", "2019-01-19 13:13:51.912176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hiram@mcglynn.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hiram@mcglynn.net"], ["encrypted_password", "$2a$04$oj/VOEsO/eED0KSyjJqcouwyZA4CZit5s2RkVn.HIivI5LIL80W.K"], ["created_at", "2019-01-19 13:13:51.914743"], ["updated_at", "2019-01-19 13:13:51.914743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Doloremque necessitatibus eveniet veritatis."], ["body", "Incidunt est quidem. Debitis minima laboriosam. Qui ullam qui."], ["created_at", "2019-01-19 13:13:51.915958"], ["updated_at", "2019-01-19 13:13:51.915958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lake Garfield 11"], ["created_at", "2019-01-19 13:13:51.917620"], ["updated_at", "2019-01-19 13:13:51.917620"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake garfield 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcosabbott@brown.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marcosabbott@brown.name"], ["encrypted_password", "$2a$04$lZVOGduvt8opIfygG8QNYO1u6IBn3x30zD9QoNw2MPrq/Sa5wziYS"], ["created_at", "2019-01-19 13:13:51.923383"], ["updated_at", "2019-01-19 13:13:51.923383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_18"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_18"], ["name", "web developer 18"], ["description", "web developer 18"], ["created_at", "2019-01-19 13:13:51.925370"], ["updated_at", "2019-01-19 13:13:51.925370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:13:51.927321"], ["updated_at", "2019-01-19 13:13:51.927321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Allenland 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Allenland 13"], ["created_at", "2019-01-19 13:13:51.928708"], ["updated_at", "2019-01-19 13:13:51.928708"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Nicolasbury 14"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Nicolasbury 14"], ["created_at", "2019-01-19 13:13:51.929839"], ["updated_at", "2019-01-19 13:13:51.929839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 13"], ["created_at", "2019-01-19 13:13:51.931391"], ["updated_at", "2019-01-19 13:13:51.931391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "orange 14"], ["created_at", "2019-01-19 13:13:51.932807"], ["updated_at", "2019-01-19 13:13:51.932807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mac@marks.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mac@marks.co"], ["encrypted_password", "$2a$04$3g63k8iGhjCV.qEe6LoHF.gOimD9QDo7CofodNh7HdlTf4QffIpOy"], ["created_at", "2019-01-19 13:13:51.935352"], ["updated_at", "2019-01-19 13:13:51.935352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Et rerum fugiat nihil."], ["body", "Ut placeat esse. Tenetur consequatur pariatur. Id vel ut."], ["created_at", "2019-01-19 13:13:51.936478"], ["updated_at", "2019-01-19 13:13:51.936478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Port Allenland 13"], ["created_at", "2019-01-19 13:13:51.938163"], ["updated_at", "2019-01-19 13:13:51.938163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "violet 13"], ["created_at", "2019-01-19 13:13:51.939683"], ["updated_at", "2019-01-19 13:13:51.939683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port allenland 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'violet 13')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elmer@medhurstlynch.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elmer@medhurstlynch.io"], ["encrypted_password", "$2a$04$oSF.chMu7QrBPDzfu1OLY.xWx7JLNMU6KC.luZFn0zJ1nIsUYpXwG"], ["created_at", "2019-01-19 13:13:51.946006"], ["updated_at", "2019-01-19 13:13:51.946006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_19"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_19"], ["name", "programmer 19"], ["description", "programmer 19"], ["created_at", "2019-01-19 13:13:51.948064"], ["updated_at", "2019-01-19 13:13:51.948064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:13:51.950128"], ["updated_at", "2019-01-19 13:13:51.950128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Balistrerimouth 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Balistrerimouth 15"], ["created_at", "2019-01-19 13:13:51.951409"], ["updated_at", "2019-01-19 13:13:51.951409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hesselport 16"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hesselport 16"], ["created_at", "2019-01-19 13:13:51.952487"], ["updated_at", "2019-01-19 13:13:51.952487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 15"], ["created_at", "2019-01-19 13:13:51.954113"], ["updated_at", "2019-01-19 13:13:51.954113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 16"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "indigo 16"], ["created_at", "2019-01-19 13:13:51.955486"], ["updated_at", "2019-01-19 13:13:51.955486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "emmaline@kemmer.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "emmaline@kemmer.name"], ["encrypted_password", "$2a$04$9UdbRmhIDfG6gZxPheJD4eh5MGjbXAnjXbzpSgbcqt1IaAaSApHDa"], ["created_at", "2019-01-19 13:13:51.957944"], ["updated_at", "2019-01-19 13:13:51.957944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Consequatur rerum eveniet adipisci."], ["body", "Dignissimos placeat quasi. Dolores explicabo dolor. Voluptas doloremque officiis."], ["created_at", "2019-01-19 13:13:51.959056"], ["updated_at", "2019-01-19 13:13:51.959056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "herschel@veumbreitenberg.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "herschel@veumbreitenberg.org"], ["encrypted_password", "$2a$04$.AAbBo5c3siNYYTUmh8lj.vcjiUPgXdf5yZBuL1SMyDYRH81cOynq"], ["created_at", "2019-01-19 13:13:51.961565"], ["updated_at", "2019-01-19 13:13:51.961565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Laboriosam et iusto ut."], ["body", "Est incidunt earum. Esse id accusamus. Aliquam necessitatibus dolore."], ["created_at", "2019-01-19 13:13:51.962584"], ["updated_at", "2019-01-19 13:13:51.962584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brett@leschlangosh.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "brett@leschlangosh.com"], ["encrypted_password", "$2a$04$5dKYO9lVEpUG9fMErETkJurcusGKp4dWCe8un0SZPCPOhAPBQE9eu"], ["created_at", "2019-01-19 13:13:51.964988"], ["updated_at", "2019-01-19 13:13:51.964988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Non inventore maxime repudiandae."], ["body", "Et voluptas esse. Recusandae quis officiis. Animi quaerat nobis."], ["created_at", "2019-01-19 13:13:51.966078"], ["updated_at", "2019-01-19 13:13:51.966078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alfred@schiller.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alfred@schiller.biz"], ["encrypted_password", "$2a$04$pPFFgz.t2CnmDCCNcD7AGeYSJ73tYvbWSsKvDjQs9wW/HD0Fx2Kh2"], ["created_at", "2019-01-19 13:13:51.968545"], ["updated_at", "2019-01-19 13:13:51.968545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Fuga exercitationem veritatis vel."], ["body", "Odio quasi cupiditate. Et cumque libero. Illo recusandae deserunt."], ["created_at", "2019-01-19 13:13:51.973691"], ["updated_at", "2019-01-19 13:13:51.973691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Balistrerimouth 15"], ["created_at", "2019-01-19 13:13:51.975328"], ["updated_at", "2019-01-19 13:13:51.975328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "fuchsia 15"], ["created_at", "2019-01-19 13:13:51.976708"], ["updated_at", "2019-01-19 13:13:51.976708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'balistrerimouth 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'fuchsia 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kieshabednar@adams.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kieshabednar@adams.biz"], ["encrypted_password", "$2a$04$jdg5/QY.62T9p0/DNrOD4eDdtQoSfe4N9/JFRwrZsb2Z8Tkd5IbmW"], ["created_at", "2019-01-19 13:13:51.982826"], ["updated_at", "2019-01-19 13:13:51.982826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_20"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_20"], ["name", "programmer 20"], ["description", "programmer 20"], ["created_at", "2019-01-19 13:13:51.984778"], ["updated_at", "2019-01-19 13:13:51.984778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:13:51.986761"], ["updated_at", "2019-01-19 13:13:51.986761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Donovanbury 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Donovanbury 17"], ["created_at", "2019-01-19 13:13:51.988023"], ["updated_at", "2019-01-19 13:13:51.988023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Armstrongborough 18"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Armstrongborough 18"], ["created_at", "2019-01-19 13:13:51.989045"], ["updated_at", "2019-01-19 13:13:51.989045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "pink 17"], ["created_at", "2019-01-19 13:13:51.990342"], ["updated_at", "2019-01-19 13:13:51.990342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 18"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "blue 18"], ["created_at", "2019-01-19 13:13:51.991801"], ["updated_at", "2019-01-19 13:13:51.991801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kirbyreichert@ernser.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kirbyreichert@ernser.com"], ["encrypted_password", "$2a$04$aPLoH557KCmsRQX9WoTl0ualm7Nfi2mHV4w3GawmDiB7fkAxTVFVe"], ["created_at", "2019-01-19 13:13:51.994191"], ["updated_at", "2019-01-19 13:13:51.994191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Culpa voluptatum sequi nobis."], ["body", "Modi nam ea. Voluptate rerum rem. Non unde culpa."], ["created_at", "2019-01-19 13:13:51.995338"], ["updated_at", "2019-01-19 13:13:51.995338"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rosalvafarrell@purdy.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rosalvafarrell@purdy.info"], ["encrypted_password", "$2a$04$PBR3fud2NdGeeGEuE4dQuu/Vb0HA6Zs4WqWeNUzrT9xH8vKaW8ra."], ["created_at", "2019-01-19 13:13:51.998522"], ["updated_at", "2019-01-19 13:13:51.998522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Voluptate quis est dolorem."], ["body", "Quia asperiores error. Asperiores provident dolorem. Dolores veritatis dolore."], ["created_at", "2019-01-19 13:13:51.999684"], ["updated_at", "2019-01-19 13:13:51.999684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clorinda@ward.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clorinda@ward.info"], ["encrypted_password", "$2a$04$wiupi6hJqGsYZ4xjQ8x7SOxCKJlzbV.63QSPXVWPuPFqCeqAO7eTC"], ["created_at", "2019-01-19 13:13:52.002155"], ["updated_at", "2019-01-19 13:13:52.002155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Modi quidem occaecati dolorum."], ["body", "Eveniet officiis provident. Et exercitationem rerum. Illum sunt omnis."], ["created_at", "2019-01-19 13:13:52.003161"], ["updated_at", "2019-01-19 13:13:52.003161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "benjamin@krisglover.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "benjamin@krisglover.info"], ["encrypted_password", "$2a$04$7nigp1JKMfu25IQYmMS6vO.iDQ1TL7aXxhPEkoCqrDfV275VxFNfi"], ["created_at", "2019-01-19 13:13:52.005477"], ["updated_at", "2019-01-19 13:13:52.005477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Sit vero hic id."], ["body", "Et ut quasi. Expedita rerum rerum. Facere sit in."], ["created_at", "2019-01-19 13:13:52.006444"], ["updated_at", "2019-01-19 13:13:52.006444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Donovanbury 17"], ["created_at", "2019-01-19 13:13:52.007914"], ["updated_at", "2019-01-19 13:13:52.007914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'donovanbury 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "loree@fadel.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "loree@fadel.info"], ["encrypted_password", "$2a$04$R6.GpBKrCnjo6LHWH08z0ersDXizdQoOyy6DRwWnpFLEHBM/qUVt6"], ["created_at", "2019-01-19 13:13:52.013538"], ["updated_at", "2019-01-19 13:13:52.013538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_21"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_21"], ["name", "agriculturist 21"], ["description", "agriculturist 21"], ["created_at", "2019-01-19 13:13:52.015563"], ["updated_at", "2019-01-19 13:13:52.015563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:13:52.017527"], ["updated_at", "2019-01-19 13:13:52.017527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Catrice 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Catrice 19"], ["created_at", "2019-01-19 13:13:52.018833"], ["updated_at", "2019-01-19 13:13:52.018833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Inezburgh 20"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Inezburgh 20"], ["created_at", "2019-01-19 13:13:52.019915"], ["updated_at", "2019-01-19 13:13:52.019915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "tan 19"], ["created_at", "2019-01-19 13:13:52.021253"], ["updated_at", "2019-01-19 13:13:52.021253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 20"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "red 20"], ["created_at", "2019-01-19 13:13:52.022510"], ["updated_at", "2019-01-19 13:13:52.022510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeanene@abernathy.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jeanene@abernathy.biz"], ["encrypted_password", "$2a$04$sLB8lMK2SNzaFCaLXXrj3eZVig5viiroYb3DjhRewRBV3Ub1gdBli"], ["created_at", "2019-01-19 13:13:52.024928"], ["updated_at", "2019-01-19 13:13:52.024928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Non aut sed voluptatibus."], ["body", "Officiis molestiae aliquam. Possimus nam ut. Molestiae aut illum."], ["created_at", "2019-01-19 13:13:52.025990"], ["updated_at", "2019-01-19 13:13:52.025990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "changjaskolski@hamillarmstrong.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "changjaskolski@hamillarmstrong.io"], ["encrypted_password", "$2a$04$E.8C/rYgDWL/l5H4RSex2Obd.KNI6bpmkrVJkLNNMaSzr02VKYxSi"], ["created_at", "2019-01-19 13:13:52.028390"], ["updated_at", "2019-01-19 13:13:52.028390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Et dicta quam facere."], ["body", "Est dicta et. Tenetur aperiam ut. Praesentium quidem voluptatem."], ["created_at", "2019-01-19 13:13:52.029363"], ["updated_at", "2019-01-19 13:13:52.029363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aubreybreitenberg@johnsbergstrom.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "aubreybreitenberg@johnsbergstrom.org"], ["encrypted_password", "$2a$04$G4/LbomxLm.iQmkq17dGU.oeKRcL15ni3YZ9C37WCvwfBp2c742DO"], ["created_at", "2019-01-19 13:13:52.031653"], ["updated_at", "2019-01-19 13:13:52.031653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Et ipsum quis et."], ["body", "Iure quasi id. Facilis hic et. Vel dignissimos qui."], ["created_at", "2019-01-19 13:13:52.032644"], ["updated_at", "2019-01-19 13:13:52.032644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "luisschuster@jerde.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "luisschuster@jerde.net"], ["encrypted_password", "$2a$04$Odv5J3TcfCylM20MkzzISOHr57vikb218SFZT3SmquGl7UvBtqIeK"], ["created_at", "2019-01-19 13:13:52.035088"], ["updated_at", "2019-01-19 13:13:52.035088"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Enim sit voluptas quidem."], ["body", "Rerum animi sed. Repudiandae porro consectetur. Quis in et."], ["created_at", "2019-01-19 13:13:52.036189"], ["updated_at", "2019-01-19 13:13:52.036189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Port Catrice 19"], ["created_at", "2019-01-19 13:13:52.037833"], ["updated_at", "2019-01-19 13:13:52.037833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "tan 19"], ["created_at", "2019-01-19 13:13:52.039427"], ["updated_at", "2019-01-19 13:13:52.039427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port catrice 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'tan 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sanoraglover@fritsch.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sanoraglover@fritsch.io"], ["encrypted_password", "$2a$04$rTJTgEAIJFDAj9wVsQeuG.QcQpgOvWlT5/PhrDyWeUjb8Ii2xQ3r6"], ["created_at", "2019-01-19 13:13:52.049007"], ["updated_at", "2019-01-19 13:13:52.049007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_22"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_22"], ["name", "astronomer 22"], ["description", "astronomer 22"], ["created_at", "2019-01-19 13:13:52.051219"], ["updated_at", "2019-01-19 13:13:52.051219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:13:52.053613"], ["updated_at", "2019-01-19 13:13:52.053613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Mannchester 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mannchester 21"], ["created_at", "2019-01-19 13:13:52.055075"], ["updated_at", "2019-01-19 13:13:52.055075"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Rempelbury 22"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rempelbury 22"], ["created_at", "2019-01-19 13:13:52.056470"], ["updated_at", "2019-01-19 13:13:52.056470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "plum 21"], ["created_at", "2019-01-19 13:13:52.058046"], ["updated_at", "2019-01-19 13:13:52.058046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 22"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "maroon 22"], ["created_at", "2019-01-19 13:13:52.059938"], ["updated_at", "2019-01-19 13:13:52.059938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "antwan@veum.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "antwan@veum.io"], ["encrypted_password", "$2a$04$5x6xhiN7Bnng/aLthTJsjeAO6VVE.anTbgYZFOKneYB9CQHX3mf6C"], ["created_at", "2019-01-19 13:13:52.062696"], ["updated_at", "2019-01-19 13:13:52.062696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Neque omnis nulla non."], ["body", "Laudantium fugit qui. Sapiente repellat qui. Ut illo id."], ["created_at", "2019-01-19 13:13:52.063914"], ["updated_at", "2019-01-19 13:13:52.063914"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "denvershanahan@heidenreich.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "denvershanahan@heidenreich.io"], ["encrypted_password", "$2a$04$DlQ4j3ru2LFr8G4CWPY1ROXuPQb8PDY0B6AVMP61Vh5Nu0LIEy7xi"], ["created_at", "2019-01-19 13:13:52.066947"], ["updated_at", "2019-01-19 13:13:52.066947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Fugiat odit beatae saepe."], ["body", "Error asperiores ipsum. Eius reprehenderit voluptatem. Dolorem reprehenderit dolores."], ["created_at", "2019-01-19 13:13:52.068084"], ["updated_at", "2019-01-19 13:13:52.068084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "boris@wintheiser.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "boris@wintheiser.name"], ["encrypted_password", "$2a$04$jRitJ.nMNM/942KsBgm0IeAxmQrpkYRVEVsHsYgdjvqzbnTS.x8pS"], ["created_at", "2019-01-19 13:13:52.070600"], ["updated_at", "2019-01-19 13:13:52.070600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Odio sunt fuga quis."], ["body", "Placeat ea aliquam. Nobis reiciendis accusamus. Optio aut dolor."], ["created_at", "2019-01-19 13:13:52.071639"], ["updated_at", "2019-01-19 13:13:52.071639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "noewuckert@tremblay.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "noewuckert@tremblay.biz"], ["encrypted_password", "$2a$04$yaHP5SHVUq6dpAg4aA.tcOmuq8IfGjrIP9/HMknz5dMuuww1qQQ2O"], ["created_at", "2019-01-19 13:13:52.073975"], ["updated_at", "2019-01-19 13:13:52.073975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Est voluptatibus aut voluptatem."], ["body", "Dolores vel inventore. Vero ratione officia. Maxime laborum assumenda."], ["created_at", "2019-01-19 13:13:52.074965"], ["updated_at", "2019-01-19 13:13:52.074965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Mannchester 21"], ["created_at", "2019-01-19 13:13:52.076485"], ["updated_at", "2019-01-19 13:13:52.076485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "plum 21"], ["created_at", "2019-01-19 13:13:52.077912"], ["updated_at", "2019-01-19 13:13:52.077912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'mannchester 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'plum 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'mannchester 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'plum 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'mannchester 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'plum 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clifford@willms.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clifford@willms.net"], ["encrypted_password", "$2a$04$ksVWkz0zUeHxAfB1q0ckjuTSAWPXiz90pYzCh1phjW2bGauLA5u1S"], ["created_at", "2019-01-19 13:13:52.089420"], ["updated_at", "2019-01-19 13:13:52.089420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "petrinakozey@skilesnikolaus.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "petrinakozey@skilesnikolaus.co"], ["encrypted_password", "$2a$04$QLigoxosXk7JgN3ujutSSemPIN6wvJVZdRtmzlPhXEJdouQRkBh6q"], ["created_at", "2019-01-19 13:13:52.092114"], ["updated_at", "2019-01-19 13:13:52.092114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 23"], ["created_at", "2019-01-19 13:13:52.093484"], ["updated_at", "2019-01-19 13:13:52.093484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ardenport 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ardenport 23"], ["created_at", "2019-01-19 13:13:52.094600"], ["updated_at", "2019-01-19 13:13:52.094600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Corporis quae quasi aut."], ["body", "Tempore nihil consequatur. Labore nobis rerum. Quaerat nesciunt dolorem."], ["created_at", "2019-01-19 13:13:52.095571"], ["updated_at", "2019-01-19 13:13:52.095571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clair@townekling.name"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clair@townekling.name"], ["encrypted_password", "$2a$04$.zerXOXDA.QRi/hXLQzdEuPDbflDFllAJZfsRS965g0q5NOr3.BNq"], ["created_at", "2019-01-19 13:13:52.101460"], ["updated_at", "2019-01-19 13:13:52.101460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_23"], ["LIMIT", 1]] Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_23"], ["name", "actor 23"], ["description", "actor 23"], ["created_at", "2019-01-19 13:13:52.104294"], ["updated_at", "2019-01-19 13:13:52.104294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_24"], ["name", "doctor 24"], ["description", "doctor 24"], ["created_at", "2019-01-19 13:13:52.106028"], ["updated_at", "2019-01-19 13:13:52.106028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:13:52.107942"], ["updated_at", "2019-01-19 13:13:52.107942"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:13:52.109243"], ["updated_at", "2019-01-19 13:13:52.109243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Tillmanport 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Tillmanport 24"], ["created_at", "2019-01-19 13:13:52.110371"], ["updated_at", "2019-01-19 13:13:52.110371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Jacelynland 25"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Jacelynland 25"], ["created_at", "2019-01-19 13:13:52.111431"], ["updated_at", "2019-01-19 13:13:52.111431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 24"], ["created_at", "2019-01-19 13:13:52.112724"], ["updated_at", "2019-01-19 13:13:52.112724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 25"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "violet 25"], ["created_at", "2019-01-19 13:13:52.113923"], ["updated_at", "2019-01-19 13:13:52.113923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leonardstoltenberg@bergstromwisozk.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leonardstoltenberg@bergstromwisozk.io"], ["encrypted_password", "$2a$04$Cjc9ebNE5xmrPSvBkTl/XuZyoPTOqUu4xA4empq.rLENzYSmEP75K"], ["created_at", "2019-01-19 13:13:52.116899"], ["updated_at", "2019-01-19 13:13:52.116899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Ut adipisci quam accusamus."], ["body", "Et consectetur ipsum. Recusandae quibusdam ea. Neque et id."], ["created_at", "2019-01-19 13:13:52.118059"], ["updated_at", "2019-01-19 13:13:52.118059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nancie@graham.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nancie@graham.com"], ["encrypted_password", "$2a$04$QV1wu1LxF/SlhtTQnfdWQuPXkYlLC0kepU48Wv3rO29VpLaV44QQ2"], ["created_at", "2019-01-19 13:13:52.120654"], ["updated_at", "2019-01-19 13:13:52.120654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Ut ipsa quibusdam tenetur."], ["body", "Incidunt quia ut. Vero natus necessitatibus. Commodi aspernatur dolorem."], ["created_at", "2019-01-19 13:13:52.121705"], ["updated_at", "2019-01-19 13:13:52.121705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jettakaulke@effertzemmerich.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jettakaulke@effertzemmerich.com"], ["encrypted_password", "$2a$04$2C.9MRpeIFmSqqqNjXa8n.M3hCJRRYjOSbVFv4Kg7IpOtKBnrQEx6"], ["created_at", "2019-01-19 13:13:52.124093"], ["updated_at", "2019-01-19 13:13:52.124093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Repudiandae quibusdam quia cupiditate."], ["body", "Officia eos ullam. Corrupti est aut. Dolores et voluptas."], ["created_at", "2019-01-19 13:13:52.125094"], ["updated_at", "2019-01-19 13:13:52.125094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cleo@schusterlangworth.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cleo@schusterlangworth.org"], ["encrypted_password", "$2a$04$DZSHV/BbZRj1cjOiGakunegmKBwl.s.T3flgiGPZEv3uXHiirR8cW"], ["created_at", "2019-01-19 13:13:52.127519"], ["updated_at", "2019-01-19 13:13:52.127519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Doloremque alias nisi repudiandae."], ["body", "Eius dolorem molestiae. Quas fugit non. Illum dolores enim."], ["created_at", "2019-01-19 13:13:52.128503"], ["updated_at", "2019-01-19 13:13:52.128503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Tillmanport 24"], ["created_at", "2019-01-19 13:13:52.130017"], ["updated_at", "2019-01-19 13:13:52.130017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "teal 24"], ["created_at", "2019-01-19 13:13:52.131405"], ["updated_at", "2019-01-19 13:13:52.131405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Port Jacelynland 25"], ["created_at", "2019-01-19 13:13:52.132661"], ["updated_at", "2019-01-19 13:13:52.132661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "violet 25"], ["created_at", "2019-01-19 13:13:52.133936"], ["updated_at", "2019-01-19 13:13:52.133936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'tillmanport 24') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port jacelynland 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'violet 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "allen@mohr.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "allen@mohr.biz"], ["encrypted_password", "$2a$04$x3IaQCDzaeOhn7mdOGd0aubknIk3WOahFtnFYiCB97HE6.qC44BEa"], ["created_at", "2019-01-19 13:13:52.143240"], ["updated_at", "2019-01-19 13:13:52.143240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_25"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_25"], ["name", "interpreter 25"], ["description", "interpreter 25"], ["created_at", "2019-01-19 13:13:52.145089"], ["updated_at", "2019-01-19 13:13:52.145089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_26"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_26"], ["name", "human resources 26"], ["description", "human resources 26"], ["created_at", "2019-01-19 13:13:52.146518"], ["updated_at", "2019-01-19 13:13:52.146518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:13:52.148529"], ["updated_at", "2019-01-19 13:13:52.148529"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:13:52.149840"], ["updated_at", "2019-01-19 13:13:52.149840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Christinville 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Christinville 26"], ["created_at", "2019-01-19 13:13:52.151130"], ["updated_at", "2019-01-19 13:13:52.151130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kendallfort 27"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kendallfort 27"], ["created_at", "2019-01-19 13:13:52.152241"], ["updated_at", "2019-01-19 13:13:52.152241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 26"], ["created_at", "2019-01-19 13:13:52.153578"], ["updated_at", "2019-01-19 13:13:52.153578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 27"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "sky blue 27"], ["created_at", "2019-01-19 13:13:52.154837"], ["updated_at", "2019-01-19 13:13:52.154837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "venus@schuppe.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "venus@schuppe.info"], ["encrypted_password", "$2a$04$KJ703oKKvDwa8D.K9D8iWe0KbLf5Jv1Uw3qfaXcO575vgw4SNBaQW"], ["created_at", "2019-01-19 13:13:52.157328"], ["updated_at", "2019-01-19 13:13:52.157328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptates necessitatibus pariatur id."], ["body", "Repellendus hic laboriosam. Hic consequatur quidem. Officiis quis velit."], ["created_at", "2019-01-19 13:13:52.158446"], ["updated_at", "2019-01-19 13:13:52.158446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "garykuhic@fritsch.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "garykuhic@fritsch.biz"], ["encrypted_password", "$2a$04$CTeAhu98KUSDf/Ia4D69jON9nAyA86bJG3eBbHjmArfv9mHHmlTEC"], ["created_at", "2019-01-19 13:13:52.160966"], ["updated_at", "2019-01-19 13:13:52.160966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Eos et qui labore."], ["body", "Iste temporibus quasi. Incidunt vitae voluptatem. Neque ipsa delectus."], ["created_at", "2019-01-19 13:13:52.162014"], ["updated_at", "2019-01-19 13:13:52.162014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "denyse@gottliebcorkery.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "denyse@gottliebcorkery.com"], ["encrypted_password", "$2a$04$k63zKjTWh2qN2PPBCGcTWuTKEdXagGKYpIqmN1sTQ5jPxIKrPBzHS"], ["created_at", "2019-01-19 13:13:52.164444"], ["updated_at", "2019-01-19 13:13:52.164444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Quo officia assumenda aut."], ["body", "Veniam dignissimos deserunt. Ipsa inventore saepe. Aut inventore ducimus."], ["created_at", "2019-01-19 13:13:52.165523"], ["updated_at", "2019-01-19 13:13:52.165523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "latinakutch@kris.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "latinakutch@kris.co"], ["encrypted_password", "$2a$04$Bgkd11P1bNsKChSoTtTEJO5.eAdXwfBDg8bzjigzYqsoovCq5DXRq"], ["created_at", "2019-01-19 13:13:52.167978"], ["updated_at", "2019-01-19 13:13:52.167978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Aliquam dolor commodi cum."], ["body", "Consequatur reiciendis itaque. Et sed voluptas. A velit aliquam."], ["created_at", "2019-01-19 13:13:52.169026"], ["updated_at", "2019-01-19 13:13:52.169026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Christinville 26"], ["created_at", "2019-01-19 13:13:52.170561"], ["updated_at", "2019-01-19 13:13:52.170561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "white 26"], ["created_at", "2019-01-19 13:13:52.172036"], ["updated_at", "2019-01-19 13:13:52.172036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Kendallfort 27"], ["created_at", "2019-01-19 13:13:52.173374"], ["updated_at", "2019-01-19 13:13:52.173374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "sky blue 27"], ["created_at", "2019-01-19 13:13:52.174715"], ["updated_at", "2019-01-19 13:13:52.174715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'christinville 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'white 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'kendallfort 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'sky blue 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'christinville 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'white 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'kendallfort 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'sky blue 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "verenabecker@kovacekschuster.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "verenabecker@kovacekschuster.io"], ["encrypted_password", "$2a$04$RIojfMy1vIUUtBf0Yofxlu4mQNxrKPrbMNbOz8AWOaNo.sFnCldzC"], ["created_at", "2019-01-19 13:13:52.186915"], ["updated_at", "2019-01-19 13:13:52.186915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_27"], ["name", "designer 27"], ["description", "designer 27"], ["created_at", "2019-01-19 13:13:52.188874"], ["updated_at", "2019-01-19 13:13:52.188874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_28"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_28"], ["name", "attorney at law 28"], ["description", "attorney at law 28"], ["created_at", "2019-01-19 13:13:52.190340"], ["updated_at", "2019-01-19 13:13:52.190340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:13:52.192276"], ["updated_at", "2019-01-19 13:13:52.192276"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:13:52.193466"], ["updated_at", "2019-01-19 13:13:52.193466"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Cristoballand 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Cristoballand 28"], ["created_at", "2019-01-19 13:13:52.197271"], ["updated_at", "2019-01-19 13:13:52.197271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Marcelino 29"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Marcelino 29"], ["created_at", "2019-01-19 13:13:52.198363"], ["updated_at", "2019-01-19 13:13:52.198363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 28"], ["created_at", "2019-01-19 13:13:52.199601"], ["updated_at", "2019-01-19 13:13:52.199601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 29"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "cyan 29"], ["created_at", "2019-01-19 13:13:52.200822"], ["updated_at", "2019-01-19 13:13:52.200822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lupe@zieme.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lupe@zieme.co"], ["encrypted_password", "$2a$04$Vy2IYZ97jtPSwkvX3Ofy/uehLdhccr/ryVfd5qHlgza676zLEGImO"], ["created_at", "2019-01-19 13:13:52.203174"], ["updated_at", "2019-01-19 13:13:52.203174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Recusandae ut incidunt minus."], ["body", "Enim aperiam voluptas. Veritatis expedita repellat. Quis temporibus sint."], ["created_at", "2019-01-19 13:13:52.204224"], ["updated_at", "2019-01-19 13:13:52.204224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bertram@wolfkeebler.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bertram@wolfkeebler.info"], ["encrypted_password", "$2a$04$afc8YMRjEQM2Idf3lKo4PO8y5.qwu2W49x0KwT.puz4gCPYimYh3m"], ["created_at", "2019-01-19 13:13:52.206690"], ["updated_at", "2019-01-19 13:13:52.206690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Soluta dolorem architecto deserunt."], ["body", "Voluptas quibusdam cum. Eum dolore eius. Atque omnis sint."], ["created_at", "2019-01-19 13:13:52.207675"], ["updated_at", "2019-01-19 13:13:52.207675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "preston@waters.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "preston@waters.name"], ["encrypted_password", "$2a$04$wwot50dNyW0aWWCfYntb6.IdqEsQj56h7V1AqRtAXhyXXLaPMdWBC"], ["created_at", "2019-01-19 13:13:52.210011"], ["updated_at", "2019-01-19 13:13:52.210011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Aliquid tenetur laborum ab."], ["body", "Provident voluptatem exercitationem. Nostrum quo maxime. Ratione qui in."], ["created_at", "2019-01-19 13:13:52.211020"], ["updated_at", "2019-01-19 13:13:52.211020"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "irving@auer.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "irving@auer.io"], ["encrypted_password", "$2a$04$NWiSIVp2/645PsghoYgS0Ok/JyOBMxHMeg0Ddrt4aDar8HWczxKtu"], ["created_at", "2019-01-19 13:13:52.213391"], ["updated_at", "2019-01-19 13:13:52.213391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Assumenda rerum odit reprehenderit."], ["body", "Autem omnis unde. Facilis alias iure. Commodi error cum."], ["created_at", "2019-01-19 13:13:52.214404"], ["updated_at", "2019-01-19 13:13:52.214404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Cristoballand 28"], ["created_at", "2019-01-19 13:13:52.215980"], ["updated_at", "2019-01-19 13:13:52.215980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "purple 28"], ["created_at", "2019-01-19 13:13:52.217469"], ["updated_at", "2019-01-19 13:13:52.217469"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-19 13:13:52.218769"], ["updated_at", "2019-01-19 13:13:52.218769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "cyan 29"], ["created_at", "2019-01-19 13:13:52.220035"], ["updated_at", "2019-01-19 13:13:52.220035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south cristoballand 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'purple 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'cyan 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.3ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/sessions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "devise/sessions"], ["action", "create"], ["created_at", "2019-01-19 13:13:52.251159"], ["updated_at", "2019-01-19 13:13:52.251159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "attorney_at_law_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "attorney at law 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_3"], ["name", "attorney at law 3"], ["description", "attorney at law 3"], ["created_at", "2019-01-19 13:13:52.253439"], ["updated_at", "2019-01-19 13:13:52.253439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 13:13:52.255391"], ["updated_at", "2019-01-19 13:13:52.255391"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.2ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 13:13:52.282055"], ["updated_at", "2019-01-19 13:13:52.282055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 13:13:52.283299"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 13:13:52.294000"], ["updated_at", "2019-01-19 13:13:52.294000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 13:13:52.294959"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.6ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-19 13:13:52.315121"], ["updated_at", "2019-01-19 13:13:52.315121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 13:13:52.345062"], ["updated_at", "2019-01-19 13:13:52.345062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-19 13:13:52.346194"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "librarian_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "librarian 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_4"], ["name", "librarian 4"], ["description", "librarian 4"], ["created_at", "2019-01-19 13:13:52.454568"], ["updated_at", "2019-01-19 13:13:52.454568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 29"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_29"], ["name", "economist 29"], ["description", "economist 29"], ["created_at", "2019-01-19 13:13:52.458061"], ["updated_at", "2019-01-19 13:13:52.458061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-19 13:13:52.460044"], ["updated_at", "2019-01-19 13:13:52.460044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "musician_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "musician 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_5"], ["name", "musician 5"], ["description", "musician 5"], ["created_at", "2019-01-19 13:13:52.478268"], ["updated_at", "2019-01-19 13:13:52.478268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 30"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_30"], ["name", "firefighter 30"], ["description", "firefighter 30"], ["created_at", "2019-01-19 13:13:52.481549"], ["updated_at", "2019-01-19 13:13:52.481549"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 13:13:52.483239"], ["updated_at", "2019-01-19 13:13:52.483239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.3ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 13:13:52.509008"], ["updated_at", "2019-01-19 13:13:52.509008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 13:13:52.510320"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::Role Load (0.3ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 13:13:52.522908"], ["updated_at", "2019-01-19 13:13:52.522908"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 13:13:52.524031"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-19 13:13:52.545095"], ["updated_at", "2019-01-19 13:13:52.545095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 31"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_31"], ["name", "librarian 31"], ["description", "librarian 31"], ["created_at", "2019-01-19 13:13:52.576325"], ["updated_at", "2019-01-19 13:13:52.576325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-19 13:13:52.578226"], ["updated_at", "2019-01-19 13:13:52.578226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.3ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-19 13:13:52.687322"], ["updated_at", "2019-01-19 13:13:52.687322"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-19 13:13:52.689670"], ["updated_at", "2019-01-19 13:13:52.689670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:13:52.695301"], ["updated_at", "2019-01-19 13:13:52.695301"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:13:52.697314"], ["updated_at", "2019-01-19 13:13:52.697314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 13:13:52.699718"], ["updated_at", "2019-01-19 13:13:52.699718"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "earthaherzog@hyatt.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "earthaherzog@hyatt.org"], ["encrypted_password", "$2a$04$Q4TYp7xs4z2RnzXptTBuc.cZHVQ4VIvYQfjXTm5Edpp8DrmBRQ6lW"], ["created_at", "2019-01-19 13:13:52.703349"], ["updated_at", "2019-01-19 13:13:52.703349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Optio ut aut dolore."], ["body", "Temporibus aspernatur tempore. Quisquam quia sed. Ea aliquid modi."], ["created_at", "2019-01-19 13:13:52.704913"], ["updated_at", "2019-01-19 13:13:52.704913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcelino@gerholddubuque.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marcelino@gerholddubuque.io"], ["encrypted_password", "$2a$04$/7EHcD4Vdz1o1QLZXXqNc.88zNiQo1.Wog1oxA72YfMC7IlnGU32S"], ["created_at", "2019-01-19 13:13:52.708028"], ["updated_at", "2019-01-19 13:13:52.708028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Ipsa aut consequatur sit."], ["body", "Deserunt est modi. Dolorum ut occaecati. Est quos dolores."], ["created_at", "2019-01-19 13:13:52.709243"], ["updated_at", "2019-01-19 13:13:52.709243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:13:52.713587"], ["updated_at", "2019-01-19 13:13:52.713587"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:13:52.715493"], ["updated_at", "2019-01-19 13:13:52.715493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.2ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 13:13:52.717244"], ["updated_at", "2019-01-19 13:13:52.717244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stuartrobel@monahan.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "stuartrobel@monahan.com"], ["encrypted_password", "$2a$04$i8YFbqekilvhPWklpPOG/.vE7e2dgM0OOhKN.GlnwlppNvcTODfrK"], ["created_at", "2019-01-19 13:13:52.720604"], ["updated_at", "2019-01-19 13:13:52.720604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Vero laborum debitis maiores."], ["body", "Eaque consequuntur vel. Voluptatem autem nostrum. Dolore velit alias."], ["created_at", "2019-01-19 13:13:52.721957"], ["updated_at", "2019-01-19 13:13:52.721957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sandee@murphy.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sandee@murphy.co"], ["encrypted_password", "$2a$04$rnzTr7T8Q7mtiIRKQ8CQ6e9iwHB31JUS/lS20XlqlEvZK8bhgcm8W"], ["created_at", "2019-01-19 13:13:52.724918"], ["updated_at", "2019-01-19 13:13:52.724918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Amet et quis minima."], ["body", "Enim rerum et. Quisquam rerum molestiae. Minima minus nobis."], ["created_at", "2019-01-19 13:13:52.726047"], ["updated_at", "2019-01-19 13:13:52.726047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:13:52.729381"], ["updated_at", "2019-01-19 13:13:52.729381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:13:52.731266"], ["updated_at", "2019-01-19 13:13:52.731266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 13:13:52.732859"], ["updated_at", "2019-01-19 13:13:52.732859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "erasmostracke@satterfield.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "erasmostracke@satterfield.name"], ["encrypted_password", "$2a$04$82doWRgt4Cqc/6lER.UJruboXcWmQj974ooEBA8diIvHtaAHDFC9m"], ["created_at", "2019-01-19 13:13:52.735607"], ["updated_at", "2019-01-19 13:13:52.735607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Tempore autem voluptates aut."], ["body", "Laboriosam a soluta. Sunt voluptatem ut. Omnis similique commodi."], ["created_at", "2019-01-19 13:13:52.736807"], ["updated_at", "2019-01-19 13:13:52.736807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "portia@lueilwitzconroy.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "portia@lueilwitzconroy.info"], ["encrypted_password", "$2a$04$XDH6J4X9tckq1JTrftt9zuLGSZ2x7Nu9SmYlDOvivvAa7oiUBrSyq"], ["created_at", "2019-01-19 13:13:52.739436"], ["updated_at", "2019-01-19 13:13:52.739436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Sed quia ipsa est."], ["body", "Sit natus sint. Laudantium esse nostrum. Est magnam velit."], ["created_at", "2019-01-19 13:13:52.740492"], ["updated_at", "2019-01-19 13:13:52.740492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:13:52.743832"], ["updated_at", "2019-01-19 13:13:52.743832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:13:52.745501"], ["updated_at", "2019-01-19 13:13:52.745501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 13:13:52.746878"], ["updated_at", "2019-01-19 13:13:52.746878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "oliver@mcglynn.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "oliver@mcglynn.co"], ["encrypted_password", "$2a$04$cQmJoJngLUMsSpylkCLX1.8D/QQpYIo0c3UZQrJlvAOU59ZSosPr2"], ["created_at", "2019-01-19 13:13:52.749614"], ["updated_at", "2019-01-19 13:13:52.749614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Qui alias aspernatur veniam."], ["body", "Velit perferendis iure. Quae placeat alias. Perspiciatis nostrum autem."], ["created_at", "2019-01-19 13:13:52.750803"], ["updated_at", "2019-01-19 13:13:52.750803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "graig@predovic.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "graig@predovic.co"], ["encrypted_password", "$2a$04$MbfQneQSGHQ4y8bu8qgA.OMj3yeuOTi47zuyszaazeg81NT09g1MO"], ["created_at", "2019-01-19 13:13:52.753468"], ["updated_at", "2019-01-19 13:13:52.753468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Aperiam facere sunt rerum."], ["body", "Nemo et quibusdam. Eligendi cumque aspernatur. Fuga facilis est."], ["created_at", "2019-01-19 13:13:52.754559"], ["updated_at", "2019-01-19 13:13:52.754559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "felixdonnelly@huel.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "felixdonnelly@huel.biz"], ["encrypted_password", "$2a$04$qLlKajKgrqxIzId1tGipnu6um1kO1iTD7uCvw2L3DcDTwSPoIDzDe"], ["created_at", "2019-01-19 13:13:52.757032"], ["updated_at", "2019-01-19 13:13:52.757032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Aut eaque nisi nihil."], ["body", "Explicabo et praesentium. Aspernatur aut qui. Nobis accusantium perspiciatis."], ["created_at", "2019-01-19 13:13:52.758027"], ["updated_at", "2019-01-19 13:13:52.758027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:13:52.764469"], ["updated_at", "2019-01-19 13:13:52.764469"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:13:52.766179"], ["updated_at", "2019-01-19 13:13:52.766179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 13:13:52.767597"], ["updated_at", "2019-01-19 13:13:52.767597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 13:13:52.768874"], ["updated_at", "2019-01-19 13:13:52.768874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "olympia@simoniawayn.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "olympia@simoniawayn.net"], ["encrypted_password", "$2a$04$vvdsOFYahqmnXinybr3JkOQO1bJWy5pIeVKFpUhKBIqcjhbpZ0lHW"], ["created_at", "2019-01-19 13:13:52.771437"], ["updated_at", "2019-01-19 13:13:52.771437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Aliquam inventore sunt corporis."], ["body", "Earum excepturi maiores. Sit corporis et. Fuga assumenda possimus."], ["created_at", "2019-01-19 13:13:52.772602"], ["updated_at", "2019-01-19 13:13:52.772602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "latonya@dicki.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "latonya@dicki.info"], ["encrypted_password", "$2a$04$zfQZQA2wQo5onirFMDDttehxdRjaiFU5LhAOKwR3.nRuLsVe3/9Re"], ["created_at", "2019-01-19 13:13:52.775180"], ["updated_at", "2019-01-19 13:13:52.775180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Perferendis quaerat possimus voluptatem."], ["body", "Cum illum similique. Officia et quos. Eveniet ea voluptate."], ["created_at", "2019-01-19 13:13:52.776178"], ["updated_at", "2019-01-19 13:13:52.776178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rema@tremblaydonnelly.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rema@tremblaydonnelly.name"], ["encrypted_password", "$2a$04$Fgu5HudNmq2cTxq6StAkv.AGWaUUNj4Z8jJmZ/lR6bub0bdDA0yCe"], ["created_at", "2019-01-19 13:13:52.778531"], ["updated_at", "2019-01-19 13:13:52.778531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Dolore dolores nihil ab."], ["body", "Et consequuntur maiores. Ea esse illum. Modi assumenda inventore."], ["created_at", "2019-01-19 13:13:52.779534"], ["updated_at", "2019-01-19 13:13:52.779534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "terrancedonnelly@moriette.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "terrancedonnelly@moriette.name"], ["encrypted_password", "$2a$04$uLwnIRAaw.mnaU5UaPkHE.SJ5q.efepuniAsKdTkXyElIlBDs5IBK"], ["created_at", "2019-01-19 13:13:52.781852"], ["updated_at", "2019-01-19 13:13:52.781852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Provident quibusdam adipisci repellendus."], ["body", "Incidunt dolor odit. Tenetur facilis ex. Ea et quis."], ["created_at", "2019-01-19 13:13:52.782842"], ["updated_at", "2019-01-19 13:13:52.782842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:13:52.787349"], ["updated_at", "2019-01-19 13:13:52.787349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:13:52.788900"], ["updated_at", "2019-01-19 13:13:52.788900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 13:13:52.790236"], ["updated_at", "2019-01-19 13:13:52.790236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 13:13:52.791482"], ["updated_at", "2019-01-19 13:13:52.791482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clementinelebsack@yostkeebler.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clementinelebsack@yostkeebler.info"], ["encrypted_password", "$2a$04$5f.NaohlOFTLKs.strJZL.40NJPXPb8ZvhVnIy8YKqD.ljvkrvobm"], ["created_at", "2019-01-19 13:13:52.793937"], ["updated_at", "2019-01-19 13:13:52.793937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ut illum repellendus et."], ["body", "Harum aut repellat. Rem tenetur alias. Saepe earum necessitatibus."], ["created_at", "2019-01-19 13:13:52.795073"], ["updated_at", "2019-01-19 13:13:52.795073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Freida 30"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Freida 30"], ["created_at", "2019-01-19 13:13:52.798302"], ["updated_at", "2019-01-19 13:13:52.798302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ziemannport 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ziemannport 31"], ["created_at", "2019-01-19 13:13:52.799754"], ["updated_at", "2019-01-19 13:13:52.799754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Sanjuana 32"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Sanjuana 32"], ["created_at", "2019-01-19 13:13:52.800832"], ["updated_at", "2019-01-19 13:13:52.800832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Incidunt qui et culpa."], ["created_at", "2019-01-19 13:13:52.806274"], ["updated_at", "2019-01-19 13:13:52.806274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 13:13:52.814543"], ["updated_at", "2019-01-19 13:13:52.814543"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 13:13:52.815955"], ["updated_at", "2019-01-19 13:13:52.815955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:13:52.819451"], ["updated_at", "2019-01-19 13:13:52.819451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 13:13:52.821429"], ["updated_at", "2019-01-19 13:13:52.821429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marlin@mraz.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marlin@mraz.net"], ["encrypted_password", "$2a$04$y//1/mBFBcbX2RaI3N1GLug1Pc0KaPY686WcLHG2gr0NsoMEgYBMi"], ["created_at", "2019-01-19 13:13:52.824003"], ["updated_at", "2019-01-19 13:13:52.824003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Vel et quis tempora."], ["body", "Quidem nesciunt dignissimos. Porro omnis cumque. Id maiores aut."], ["created_at", "2019-01-19 13:13:52.825121"], ["updated_at", "2019-01-19 13:13:52.825121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.3ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Ut repellendus doloribus ea."], ["created_at", "2019-01-19 13:13:52.827446"], ["updated_at", "2019-01-19 13:13:52.827446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jetta@hermiston.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jetta@hermiston.net"], ["encrypted_password", "$2a$04$tYp29FsJetDu5UUFbaK88ujrdguKJhT/mSzDi704g4Gp.NmiYG0Qm"], ["created_at", "2019-01-19 13:13:52.833349"], ["updated_at", "2019-01-19 13:13:52.833349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "silver 30"], ["created_at", "2019-01-19 13:13:52.835594"], ["updated_at", "2019-01-19 13:13:52.835594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Danstad 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Danstad 33"], ["created_at", "2019-01-19 13:13:52.837232"], ["updated_at", "2019-01-19 13:13:52.837232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Sunt repudiandae dolorem error."], ["body", "Quaerat quam voluptatem. Est sint aut. Eos inventore rem."], ["created_at", "2019-01-19 13:13:52.838316"], ["updated_at", "2019-01-19 13:13:52.838316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Tiffaney 34"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Tiffaney 34"], ["created_at", "2019-01-19 13:13:52.841835"], ["updated_at", "2019-01-19 13:13:52.841835"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Fallon 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Fallon 35"], ["created_at", "2019-01-19 13:13:52.843752"], ["updated_at", "2019-01-19 13:13:52.843752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:13:52.847014"], ["updated_at", "2019-01-19 13:13:52.847014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:13:52.848912"], ["updated_at", "2019-01-19 13:13:52.848912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darrindaniel@hermanondricka.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darrindaniel@hermanondricka.org"], ["encrypted_password", "$2a$04$a5GSNlmMUz3ryqfDeu01FOIYgrxYn/WXOHYclfNf0.C14Yv2oS0Xq"], ["created_at", "2019-01-19 13:13:52.851846"], ["updated_at", "2019-01-19 13:13:52.851846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 31"], ["created_at", "2019-01-19 13:13:52.853566"], ["updated_at", "2019-01-19 13:13:52.853566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Velit mollitia reprehenderit quia."], ["body", "Voluptate hic aperiam. Ab quidem in. Unde ad sed."], ["created_at", "2019-01-19 13:13:52.854637"], ["updated_at", "2019-01-19 13:13:52.854637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:13:52.857511"], ["updated_at", "2019-01-19 13:13:52.857511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:13:52.859315"], ["updated_at", "2019-01-19 13:13:52.859315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "margetbode@quitzon.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "margetbode@quitzon.info"], ["encrypted_password", "$2a$04$nXPTUMkoqAa6mIeZVuOyN.G4foPopWvSyrfsG39wkhcQUvJT236Ua"], ["created_at", "2019-01-19 13:13:52.862145"], ["updated_at", "2019-01-19 13:13:52.862145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "plum 32"], ["created_at", "2019-01-19 13:13:52.863780"], ["updated_at", "2019-01-19 13:13:52.863780"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Hic ipsum ullam doloribus."], ["body", "Quis sit maiores. Beatae tenetur consequuntur. Nemo autem magni."], ["created_at", "2019-01-19 13:13:52.865014"], ["updated_at", "2019-01-19 13:13:52.865014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Jameehaven 36"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Jameehaven 36"], ["created_at", "2019-01-19 13:13:52.868581"], ["updated_at", "2019-01-19 13:13:52.868581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Humbertostad 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Humbertostad 37"], ["created_at", "2019-01-19 13:13:52.870399"], ["updated_at", "2019-01-19 13:13:52.870399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Ashlyview 38"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Ashlyview 38"], ["created_at", "2019-01-19 13:13:52.871581"], ["updated_at", "2019-01-19 13:13:52.871581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Quae dignissimos iure ut."], ["created_at", "2019-01-19 13:13:52.872433"], ["updated_at", "2019-01-19 13:13:52.872433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 13:13:52.873943"], ["updated_at", "2019-01-19 13:13:52.873943"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 13:13:52.874781"], ["updated_at", "2019-01-19 13:13:52.874781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Inezberg 39"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Inezberg 39"], ["created_at", "2019-01-19 13:13:52.878107"], ["updated_at", "2019-01-19 13:13:52.878107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Nedtown 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Nedtown 40"], ["created_at", "2019-01-19 13:13:52.879964"], ["updated_at", "2019-01-19 13:13:52.879964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Dannaville 41"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dannaville 41"], ["created_at", "2019-01-19 13:13:52.881122"], ["updated_at", "2019-01-19 13:13:52.881122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lavonneton 42"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lavonneton 42"], ["created_at", "2019-01-19 13:13:52.882387"], ["updated_at", "2019-01-19 13:13:52.882387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Sed sit ut aut."], ["created_at", "2019-01-19 13:13:52.883258"], ["updated_at", "2019-01-19 13:13:52.883258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 13:13:52.884815"], ["updated_at", "2019-01-19 13:13:52.884815"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 13:13:52.885666"], ["updated_at", "2019-01-19 13:13:52.885666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kesslerborough 43"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kesslerborough 43"], ["created_at", "2019-01-19 13:13:52.889261"], ["updated_at", "2019-01-19 13:13:52.889261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jo@parkercollier.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jo@parkercollier.com"], ["encrypted_password", "$2a$04$/FkOfd.lsF3ptDXN852o5eFjHLfDPomQ8TUVbctofqbmcltD9s/ly"], ["created_at", "2019-01-19 13:13:52.892495"], ["updated_at", "2019-01-19 13:13:52.892495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 33"], ["created_at", "2019-01-19 13:13:52.894108"], ["updated_at", "2019-01-19 13:13:52.894108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Ernest 44"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Ernest 44"], ["created_at", "2019-01-19 13:13:52.895298"], ["updated_at", "2019-01-19 13:13:52.895298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Eum incidunt quod rerum."], ["body", "Voluptas fuga a. Cum beatae ex. Est qui dignissimos."], ["created_at", "2019-01-19 13:13:52.896303"], ["updated_at", "2019-01-19 13:13:52.896303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Reggieville 45"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Reggieville 45"], ["created_at", "2019-01-19 13:13:52.902861"], ["updated_at", "2019-01-19 13:13:52.902861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "quincybergnaum@simonis.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "quincybergnaum@simonis.name"], ["encrypted_password", "$2a$04$2fuHPKBnc2ys0HF244I1Y.CoilU3nJifYUCCjvo8dRRQ9hiS5T28O"], ["created_at", "2019-01-19 13:13:52.906165"], ["updated_at", "2019-01-19 13:13:52.906165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "black 34"], ["created_at", "2019-01-19 13:13:52.907749"], ["updated_at", "2019-01-19 13:13:52.907749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Heriberto 46"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Heriberto 46"], ["created_at", "2019-01-19 13:13:52.908918"], ["updated_at", "2019-01-19 13:13:52.908918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Non voluptatum neque praesentium."], ["body", "Alias exercitationem at. Saepe vel esse. Nisi beatae nihil."], ["created_at", "2019-01-19 13:13:52.909901"], ["updated_at", "2019-01-19 13:13:52.909901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Filomenaville 47"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Filomenaville 47"], ["created_at", "2019-01-19 13:13:52.913518"], ["updated_at", "2019-01-19 13:13:52.913518"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Kerry 49"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Kerry 49"], ["created_at", "2019-01-19 13:13:52.917173"], ["updated_at", "2019-01-19 13:13:52.917173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Brendanland 51"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Brendanland 51"], ["created_at", "2019-01-19 13:13:52.921045"], ["updated_at", "2019-01-19 13:13:52.921045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maxiewatsica@wisozk.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "maxiewatsica@wisozk.info"], ["encrypted_password", "$2a$04$/tKQOqrF37hrvIbjbu76ve1aOnnLM5vlupfnTJAQO7fe9H0zlANLq"], ["created_at", "2019-01-19 13:13:52.928285"], ["updated_at", "2019-01-19 13:13:52.928285"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marilynn@labadie.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marilynn@labadie.io"], ["encrypted_password", "$2a$04$19h6id8q/VnY3v.4NDFYUeraQDbb9dFUX2IcayftQSe.O1nA5OVqu"], ["created_at", "2019-01-19 13:17:35.806033"], ["updated_at", "2019-01-19 13:17:35.806033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lennyheathcote@hyatt.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lennyheathcote@hyatt.biz"], ["encrypted_password", "$2a$04$bxLF3mOtnWCQ1b4LPinwn.4ldS6bTUs6WkEFgn17W0vD4.mux4/K."], ["created_at", "2019-01-19 13:20:08.506278"], ["updated_at", "2019-01-19 13:20:08.506278"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/users/sign_in" for 127.0.0.1 at 2019-01-20 00:31:16 +1100  (0.3ms) rollback transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carterrath@cummerata.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carterrath@cummerata.net"], ["encrypted_password", "$2a$04$/CBZqddGErkcHWB5AQIdYuGfUzGCWDYX39yA4urPCzM0GY7FC8YdO"], ["created_at", "2019-01-19 13:31:32.466484"], ["updated_at", "2019-01-19 13:31:32.466484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/users/sign_in" for 127.0.0.1 at 2019-01-20 00:37:20 +1100  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 200 OK in 1ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_1"], ["name", "engineer 1"], ["description", "engineer 1"], ["created_at", "2019-01-19 13:51:40.689632"], ["updated_at", "2019-01-19 13:51:40.689632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_2"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_2"], ["name", "firefighter 2"], ["description", "firefighter 2"], ["created_at", "2019-01-19 13:51:40.691607"], ["updated_at", "2019-01-19 13:51:40.691607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "anthonykovacek@toy.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "anthonykovacek@toy.org"], ["encrypted_password", "$2a$04$qR4owW8h1P8sRFGNeS2C/e2yWe5n8lfdysbhJHblLKG1gHc30.8gC"], ["created_at", "2019-01-19 13:51:40.724126"], ["updated_at", "2019-01-19 13:51:40.724126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "olive 1"], ["created_at", "2019-01-19 13:51:40.731176"], ["updated_at", "2019-01-19 13:51:40.731176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Colemanborough 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Colemanborough 1"], ["created_at", "2019-01-19 13:51:40.737831"], ["updated_at", "2019-01-19 13:51:40.737831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Rerum aliquid maiores adipisci."], ["body", "Aut libero et. Ipsum amet corporis. Est est non."], ["created_at", "2019-01-19 13:51:40.739580"], ["updated_at", "2019-01-19 13:51:40.739580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_3"], ["name", "programmer 3"], ["description", "programmer 3"], ["created_at", "2019-01-19 13:51:40.745830"], ["updated_at", "2019-01-19 13:51:40.745830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_4"], ["name", "musician 4"], ["description", "musician 4"], ["created_at", "2019-01-19 13:51:40.747449"], ["updated_at", "2019-01-19 13:51:40.747449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hilmabeier@stanton.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hilmabeier@stanton.net"], ["encrypted_password", "$2a$04$B..wgjGXOaeUuvbxwUb6Oeh1QL9pD4eJ9f2gLQMhHLDc.ErR/bskm"], ["created_at", "2019-01-19 13:51:40.750987"], ["updated_at", "2019-01-19 13:51:40.750987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 2"], ["created_at", "2019-01-19 13:51:40.752544"], ["updated_at", "2019-01-19 13:51:40.752544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Mariahmouth 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mariahmouth 2"], ["created_at", "2019-01-19 13:51:40.753783"], ["updated_at", "2019-01-19 13:51:40.753783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Vel qui omnis hic."], ["body", "Incidunt dolore assumenda. Deleniti nulla eum. Voluptas similique quae."], ["created_at", "2019-01-19 13:51:40.754802"], ["updated_at", "2019-01-19 13:51:40.754802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 5"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_5"], ["name", "human resources 5"], ["description", "human resources 5"], ["created_at", "2019-01-19 13:51:40.846904"], ["updated_at", "2019-01-19 13:51:40.846904"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_6"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 6"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_6"], ["name", "chemist 6"], ["description", "chemist 6"], ["created_at", "2019-01-19 13:51:40.849414"], ["updated_at", "2019-01-19 13:51:40.849414"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tonybosco@towne.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tonybosco@towne.com"], ["encrypted_password", "$2a$04$mCeVm3jKbHo4JHOHmV7EyO5tWzzSPv2UpXwPRmqBpisKoh40AXOGK"], ["created_at", "2019-01-19 13:51:40.854072"], ["updated_at", "2019-01-19 13:51:40.854072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "black 3"], ["created_at", "2019-01-19 13:51:40.856123"], ["updated_at", "2019-01-19 13:51:40.856123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Margaritoburgh 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Margaritoburgh 3"], ["created_at", "2019-01-19 13:51:40.857758"], ["updated_at", "2019-01-19 13:51:40.857758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Vitae iure voluptatem modi."], ["body", "Sunt illo nulla. Ipsam laboriosam sunt. Consectetur vel odit."], ["created_at", "2019-01-19 13:51:40.859066"], ["updated_at", "2019-01-19 13:51:40.859066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_7"], ["name", "programmer 7"], ["description", "programmer 7"], ["created_at", "2019-01-19 13:51:40.880924"], ["updated_at", "2019-01-19 13:51:40.880924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 8"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_8"], ["name", "philosopher 8"], ["description", "philosopher 8"], ["created_at", "2019-01-19 13:51:40.882541"], ["updated_at", "2019-01-19 13:51:40.882541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mireillelittle@waelchi.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mireillelittle@waelchi.com"], ["encrypted_password", "$2a$04$712soThg/bNQkeIYUsRRyeBKN5iLMFrLcY9EVyHGhPm39WkHpTAcS"], ["created_at", "2019-01-19 13:51:40.886214"], ["updated_at", "2019-01-19 13:51:40.886214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "red 4"], ["created_at", "2019-01-19 13:51:40.887883"], ["updated_at", "2019-01-19 13:51:40.887883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Nicholestad 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Nicholestad 4"], ["created_at", "2019-01-19 13:51:40.889108"], ["updated_at", "2019-01-19 13:51:40.889108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Doloribus sequi ex illum."], ["body", "Vel natus est. Rem dolores consequatur. Quibusdam aut ad."], ["created_at", "2019-01-19 13:51:40.890083"], ["updated_at", "2019-01-19 13:51:40.890083"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_9"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 9"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_9"], ["name", "architect 9"], ["description", "architect 9"], ["created_at", "2019-01-19 13:51:40.903822"], ["updated_at", "2019-01-19 13:51:40.903822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 10"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_10"], ["name", "attorney at law 10"], ["description", "attorney at law 10"], ["created_at", "2019-01-19 13:51:40.905609"], ["updated_at", "2019-01-19 13:51:40.905609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nelsonheathcote@schmittkertzmann.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nelsonheathcote@schmittkertzmann.co"], ["encrypted_password", "$2a$04$dAsA82DWf/mwg9P7YjblGeF/GH9JhviH0xP2vWL5pG4TIFoIHFmbm"], ["created_at", "2019-01-19 13:51:40.909103"], ["updated_at", "2019-01-19 13:51:40.909103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "silver 5"], ["created_at", "2019-01-19 13:51:40.910497"], ["updated_at", "2019-01-19 13:51:40.910497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Jacobborough 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Jacobborough 5"], ["created_at", "2019-01-19 13:51:40.911680"], ["updated_at", "2019-01-19 13:51:40.911680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Et nam et ea."], ["body", "Corrupti velit a. Esse sit est. Aliquid omnis natus."], ["created_at", "2019-01-19 13:51:40.912617"], ["updated_at", "2019-01-19 13:51:40.912617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_11"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_11"], ["name", "astronomer 11"], ["description", "astronomer 11"], ["created_at", "2019-01-19 13:51:40.925548"], ["updated_at", "2019-01-19 13:51:40.925548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_12"], ["name", "teacher 12"], ["description", "teacher 12"], ["created_at", "2019-01-19 13:51:40.927250"], ["updated_at", "2019-01-19 13:51:40.927250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chicain@feeney.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chicain@feeney.org"], ["encrypted_password", "$2a$04$nzB2eJi41B7tYO.DYkwERusUhFSLMDaaMy7uyW1OzCwi257RnKZuq"], ["created_at", "2019-01-19 13:51:40.930780"], ["updated_at", "2019-01-19 13:51:40.930780"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "magenta 6"], ["created_at", "2019-01-19 13:51:40.932752"], ["updated_at", "2019-01-19 13:51:40.932752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Mellissa 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Mellissa 6"], ["created_at", "2019-01-19 13:51:40.934048"], ["updated_at", "2019-01-19 13:51:40.934048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Et tempora officia voluptas."], ["body", "Blanditiis nulla quod. Quam consequatur cupiditate. Sed quasi ut."], ["created_at", "2019-01-19 13:51:40.935083"], ["updated_at", "2019-01-19 13:51:40.935083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mikel@hauck.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mikel@hauck.net"], ["encrypted_password", "$2a$04$gGVlvD36onjT/BaWI6ebTevk.cfDi1BEz0fgPjaz1Rix45PmZoSkW"], ["created_at", "2019-01-19 13:51:40.937654"], ["updated_at", "2019-01-19 13:51:40.937654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Report Load (0.3ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 4.6ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 200 OK in 9ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 13"], ["LIMIT", 1]] Authz::Role Create (0.9ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_13"], ["name", "web developer 13"], ["description", "web developer 13"], ["created_at", "2019-01-19 13:51:41.047583"], ["updated_at", "2019-01-19 13:51:41.047583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.3ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "biologist_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "biologist 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_1"], ["name", "biologist 1"], ["description", "biologist 1"], ["created_at", "2019-01-19 13:51:41.059290"], ["updated_at", "2019-01-19 13:51:41.059290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-19 13:51:41.067557"], ["updated_at", "2019-01-19 13:51:41.067557"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 13:51:41.076941"], ["updated_at", "2019-01-19 13:51:41.076941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 13:51:41.085556"], ["updated_at", "2019-01-19 13:51:41.085556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 14"], ["LIMIT", 1]] Authz::Role Create (8.8ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_14"], ["name", "teacher 14"], ["description", "teacher 14"], ["created_at", "2019-01-19 13:51:41.103221"], ["updated_at", "2019-01-19 13:51:41.103221"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "agriculturist_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "agriculturist 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_2"], ["name", "agriculturist 2"], ["description", "agriculturist 2"], ["created_at", "2019-01-19 13:51:41.115259"], ["updated_at", "2019-01-19 13:51:41.115259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-19 13:51:41.117682"], ["updated_at", "2019-01-19 13:51:41.117682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 13:51:41.119433"], ["updated_at", "2019-01-19 13:51:41.119433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 13:51:41.121081"], ["updated_at", "2019-01-19 13:51:41.121081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/rolables"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darleen@willfunk.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darleen@willfunk.info"], ["encrypted_password", "$2a$04$PbZEdphihNr5taiYgLWhK.MsBTEyyLBlmCwNM7lmfSmm2aBVF6M5y"], ["created_at", "2019-01-19 13:51:41.128019"], ["updated_at", "2019-01-19 13:51:41.128019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_15"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_15"], ["name", "writer 15"], ["description", "writer 15"], ["created_at", "2019-01-19 13:51:41.130387"], ["updated_at", "2019-01-19 13:51:41.130387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:51:41.132889"], ["updated_at", "2019-01-19 13:51:41.132889"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Andria 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Andria 7"], ["created_at", "2019-01-19 13:51:41.134540"], ["updated_at", "2019-01-19 13:51:41.134540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Senaidamouth 8"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Senaidamouth 8"], ["created_at", "2019-01-19 13:51:41.135869"], ["updated_at", "2019-01-19 13:51:41.135869"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "cyan 7"], ["created_at", "2019-01-19 13:51:41.137357"], ["updated_at", "2019-01-19 13:51:41.137357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 8"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "turquoise 8"], ["created_at", "2019-01-19 13:51:41.138742"], ["updated_at", "2019-01-19 13:51:41.138742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "giuseppe@jacobi.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "giuseppe@jacobi.biz"], ["encrypted_password", "$2a$04$O2MZkUlb8pm911Hpb8pns.HhPWW7hfg0bu/uemNFc9mA0VclUMbfy"], ["created_at", "2019-01-19 13:51:41.141301"], ["updated_at", "2019-01-19 13:51:41.141301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Eos animi rerum qui."], ["body", "Vel occaecati est. Quis illum sed. Possimus est perferendis."], ["created_at", "2019-01-19 13:51:41.142397"], ["updated_at", "2019-01-19 13:51:41.142397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "North Andria 7"], ["created_at", "2019-01-19 13:51:41.148775"], ["updated_at", "2019-01-19 13:51:41.148775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "cyan 7"], ["created_at", "2019-01-19 13:51:41.150384"], ["updated_at", "2019-01-19 13:51:41.150384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north andria 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'cyan 7')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "micaela@breitenbergcremin.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "micaela@breitenbergcremin.co"], ["encrypted_password", "$2a$04$394tML.fAeYkfils32iFruYzS7G9aRTHZCagy.j4sguI3Sm1KFnca"], ["created_at", "2019-01-19 13:51:41.157815"], ["updated_at", "2019-01-19 13:51:41.157815"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_16"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_16"], ["name", "doctor 16"], ["description", "doctor 16"], ["created_at", "2019-01-19 13:51:41.160391"], ["updated_at", "2019-01-19 13:51:41.160391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:51:41.162480"], ["updated_at", "2019-01-19 13:51:41.162480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Vanettastad 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Vanettastad 9"], ["created_at", "2019-01-19 13:51:41.163747"], ["updated_at", "2019-01-19 13:51:41.163747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Olsonbury 10"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Olsonbury 10"], ["created_at", "2019-01-19 13:51:41.164752"], ["updated_at", "2019-01-19 13:51:41.164752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 9"], ["created_at", "2019-01-19 13:51:41.166714"], ["updated_at", "2019-01-19 13:51:41.166714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 10"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "blue 10"], ["created_at", "2019-01-19 13:51:41.168135"], ["updated_at", "2019-01-19 13:51:41.168135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shondraledner@langworthterry.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shondraledner@langworthterry.biz"], ["encrypted_password", "$2a$04$bxSmIeJOmcMwasrFXVfPK.cd2/1S7JSidflQz1.6ehbmq8ypLrA0K"], ["created_at", "2019-01-19 13:51:41.170634"], ["updated_at", "2019-01-19 13:51:41.170634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Consequuntur earum sit omnis."], ["body", "Impedit id qui. Nisi doloremque dicta. Fugit perferendis unde."], ["created_at", "2019-01-19 13:51:41.171750"], ["updated_at", "2019-01-19 13:51:41.171750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Olsonbury 10"], ["created_at", "2019-01-19 13:51:41.173372"], ["updated_at", "2019-01-19 13:51:41.173372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "green 9"], ["created_at", "2019-01-19 13:51:41.174795"], ["updated_at", "2019-01-19 13:51:41.174795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'olsonbury 10')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vanita@ernser.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vanita@ernser.co"], ["encrypted_password", "$2a$04$OyTpMFTec3f0xux10FaxhOnjoiEj1XK/fixQLz.G6gmpeHib4sh0e"], ["created_at", "2019-01-19 13:51:41.180265"], ["updated_at", "2019-01-19 13:51:41.180265"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_17"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 17"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_17"], ["name", "architect 17"], ["description", "architect 17"], ["created_at", "2019-01-19 13:51:41.182899"], ["updated_at", "2019-01-19 13:51:41.182899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:51:41.185354"], ["updated_at", "2019-01-19 13:51:41.185354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Masonmouth 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Masonmouth 11"], ["created_at", "2019-01-19 13:51:41.186753"], ["updated_at", "2019-01-19 13:51:41.186753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Danielchester 12"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Danielchester 12"], ["created_at", "2019-01-19 13:51:41.187877"], ["updated_at", "2019-01-19 13:51:41.187877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "turquoise 11"], ["created_at", "2019-01-19 13:51:41.189163"], ["updated_at", "2019-01-19 13:51:41.189163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 12"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "turquoise 12"], ["created_at", "2019-01-19 13:51:41.190382"], ["updated_at", "2019-01-19 13:51:41.190382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "silas@koelpinschinner.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "silas@koelpinschinner.co"], ["encrypted_password", "$2a$04$e29Gi4yOP5x9qkjECd1xoupIQbg/v/55YngHymeVbTzaK3fsvnYZC"], ["created_at", "2019-01-19 13:51:41.192709"], ["updated_at", "2019-01-19 13:51:41.192709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Et perspiciatis dolore magni."], ["body", "Et eum saepe. Fugiat ipsa officia. Quia eum animi."], ["created_at", "2019-01-19 13:51:41.193758"], ["updated_at", "2019-01-19 13:51:41.193758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Masonmouth 11"], ["created_at", "2019-01-19 13:51:41.195278"], ["updated_at", "2019-01-19 13:51:41.195278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'masonmouth 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sharicrooks@wisoky.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sharicrooks@wisoky.co"], ["encrypted_password", "$2a$04$H54AikrDZa59gzm/Mmiym.csxcAb6Vnn53EZnJ9PGYUaitC.2yPPO"], ["created_at", "2019-01-19 13:51:41.200727"], ["updated_at", "2019-01-19 13:51:41.200727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_18"], ["name", "astronomer 18"], ["description", "astronomer 18"], ["created_at", "2019-01-19 13:51:41.202773"], ["updated_at", "2019-01-19 13:51:41.202773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:51:41.204678"], ["updated_at", "2019-01-19 13:51:41.204678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Sheena 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Sheena 13"], ["created_at", "2019-01-19 13:51:41.205878"], ["updated_at", "2019-01-19 13:51:41.205878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Wilbertburgh 14"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Wilbertburgh 14"], ["created_at", "2019-01-19 13:51:41.206926"], ["updated_at", "2019-01-19 13:51:41.206926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 13"], ["created_at", "2019-01-19 13:51:41.208181"], ["updated_at", "2019-01-19 13:51:41.208181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "pink 14"], ["created_at", "2019-01-19 13:51:41.209526"], ["updated_at", "2019-01-19 13:51:41.209526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roscoebalistreri@bogisichemard.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "roscoebalistreri@bogisichemard.io"], ["encrypted_password", "$2a$04$sn6UjUmcSpCeXYAWPyVXo.oAx/BWEGaiFfAXpHyGw4p/LivddXeQS"], ["created_at", "2019-01-19 13:51:41.211938"], ["updated_at", "2019-01-19 13:51:41.211938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Omnis in et labore."], ["body", "Et vel facilis. Quasi qui et. Voluptates enim similique."], ["created_at", "2019-01-19 13:51:41.213013"], ["updated_at", "2019-01-19 13:51:41.213013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Sheena 13"], ["created_at", "2019-01-19 13:51:41.214590"], ["updated_at", "2019-01-19 13:51:41.214590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "teal 13"], ["created_at", "2019-01-19 13:51:41.216033"], ["updated_at", "2019-01-19 13:51:41.216033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south sheena 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 13')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "frederick@goldner.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "frederick@goldner.co"], ["encrypted_password", "$2a$04$zQ5LpQv.DfSvGiFi5OCL9.O75jg.APv1lfvrQNHCSh9y19/Ud56TC"], ["created_at", "2019-01-19 13:51:41.222072"], ["updated_at", "2019-01-19 13:51:41.222072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_19"], ["name", "designer 19"], ["description", "designer 19"], ["created_at", "2019-01-19 13:51:41.224034"], ["updated_at", "2019-01-19 13:51:41.224034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:51:41.226092"], ["updated_at", "2019-01-19 13:51:41.226092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Ruben 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Ruben 15"], ["created_at", "2019-01-19 13:51:41.227308"], ["updated_at", "2019-01-19 13:51:41.227308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Jeremy 16"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Jeremy 16"], ["created_at", "2019-01-19 13:51:41.228332"], ["updated_at", "2019-01-19 13:51:41.228332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "salmon 15"], ["created_at", "2019-01-19 13:51:41.229767"], ["updated_at", "2019-01-19 13:51:41.229767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 16"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "orange 16"], ["created_at", "2019-01-19 13:51:41.231091"], ["updated_at", "2019-01-19 13:51:41.231091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vania@hudson.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vania@hudson.com"], ["encrypted_password", "$2a$04$M30k0BfygOdPnHH25wQU0eU/aoLA6UDR0KMkLPIapcwslZstawwJi"], ["created_at", "2019-01-19 13:51:41.233647"], ["updated_at", "2019-01-19 13:51:41.233647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Sed dicta magni ullam."], ["body", "Voluptatibus quas consequuntur. Fugit nulla quis. Omnis doloribus consequuntur."], ["created_at", "2019-01-19 13:51:41.234809"], ["updated_at", "2019-01-19 13:51:41.234809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rosalindlangosh@krajcik.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rosalindlangosh@krajcik.co"], ["encrypted_password", "$2a$04$whVYpa.cL30f4pMRi5Qni.hpKjTl0wZcoyNw27YAh6Wm0iJzqbZuG"], ["created_at", "2019-01-19 13:51:41.237504"], ["updated_at", "2019-01-19 13:51:41.237504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Impedit labore necessitatibus velit."], ["body", "Laudantium ad non. Sed non dolore. Praesentium et ratione."], ["created_at", "2019-01-19 13:51:41.238620"], ["updated_at", "2019-01-19 13:51:41.238620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "crystle@hamill.biz"], ["LIMIT", 1]] User Create (0.0ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "crystle@hamill.biz"], ["encrypted_password", "$2a$04$bIieFbYko9zVcnuwx/OfwOpnuX7ZV./gP8czqmtdEQuJxOd8toNcS"], ["created_at", "2019-01-19 13:51:41.241169"], ["updated_at", "2019-01-19 13:51:41.241169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Aspernatur sunt et et."], ["body", "Quis maiores reiciendis. Corporis sed mollitia. Architecto doloribus id."], ["created_at", "2019-01-19 13:51:41.242274"], ["updated_at", "2019-01-19 13:51:41.242274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "geoffreymoen@hackett.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "geoffreymoen@hackett.name"], ["encrypted_password", "$2a$04$Rm28el/mrMFmLvM1.7e2l..8VsGk9obJcha/p6boP7FTv1aTtdlWO"], ["created_at", "2019-01-19 13:51:41.244746"], ["updated_at", "2019-01-19 13:51:41.244746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Sint doloribus corporis voluptates."], ["body", "Neque non beatae. Nobis ipsum adipisci. Deserunt iure est."], ["created_at", "2019-01-19 13:51:41.245842"], ["updated_at", "2019-01-19 13:51:41.245842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Ruben 15"], ["created_at", "2019-01-19 13:51:41.247539"], ["updated_at", "2019-01-19 13:51:41.247539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "salmon 15"], ["created_at", "2019-01-19 13:51:41.251930"], ["updated_at", "2019-01-19 13:51:41.251930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south ruben 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'salmon 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "terencehermiston@fritschrosenbaum.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "terencehermiston@fritschrosenbaum.org"], ["encrypted_password", "$2a$04$BS6r28PcWn/tZrtvzHHRZ.A4AYSx0D6h7HM.22FNokNrqqL/K/LGq"], ["created_at", "2019-01-19 13:51:41.258704"], ["updated_at", "2019-01-19 13:51:41.258704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_20"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_20"], ["name", "police officer 20"], ["description", "police officer 20"], ["created_at", "2019-01-19 13:51:41.260688"], ["updated_at", "2019-01-19 13:51:41.260688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:51:41.262776"], ["updated_at", "2019-01-19 13:51:41.262776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Laurenside 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Laurenside 17"], ["created_at", "2019-01-19 13:51:41.264069"], ["updated_at", "2019-01-19 13:51:41.264069"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Allegraport 18"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Allegraport 18"], ["created_at", "2019-01-19 13:51:41.265154"], ["updated_at", "2019-01-19 13:51:41.265154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "salmon 17"], ["created_at", "2019-01-19 13:51:41.266761"], ["updated_at", "2019-01-19 13:51:41.266761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 18"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "green 18"], ["created_at", "2019-01-19 13:51:41.268196"], ["updated_at", "2019-01-19 13:51:41.268196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zacharylangworth@kling.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zacharylangworth@kling.co"], ["encrypted_password", "$2a$04$Gb582q.SHn0e/KMXAQx96ubkom83pjObxNn77jTWL550g53xPW/A6"], ["created_at", "2019-01-19 13:51:41.270972"], ["updated_at", "2019-01-19 13:51:41.270972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Sint totam nihil magni."], ["body", "Qui expedita doloremque. Voluptatem porro autem. Temporibus hic ab."], ["created_at", "2019-01-19 13:51:41.272290"], ["updated_at", "2019-01-19 13:51:41.272290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tamar@green.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tamar@green.name"], ["encrypted_password", "$2a$04$9Eebq5rvGQ7mG846TMNPG.VV9Q1ECehdejInsjFT6wQjwis2k0Fl."], ["created_at", "2019-01-19 13:51:41.275372"], ["updated_at", "2019-01-19 13:51:41.275372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Voluptatibus reiciendis corrupti fugiat."], ["body", "Rerum incidunt nisi. Iusto magni illum. Ut rerum et."], ["created_at", "2019-01-19 13:51:41.276520"], ["updated_at", "2019-01-19 13:51:41.276520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "velmaweinat@robel.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "velmaweinat@robel.biz"], ["encrypted_password", "$2a$04$wGkYeFMZysGT2v7m9WLftOYoS91IoeqSnFLN06A/fgfv2EiJoNJja"], ["created_at", "2019-01-19 13:51:41.278983"], ["updated_at", "2019-01-19 13:51:41.278983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Tempore id ducimus id."], ["body", "Minus laborum aspernatur. Deleniti ut ut. Ab et voluptatem."], ["created_at", "2019-01-19 13:51:41.280003"], ["updated_at", "2019-01-19 13:51:41.280003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hobert@schoen.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hobert@schoen.name"], ["encrypted_password", "$2a$04$g6uJ7elo07vSmNEP6qtkPeb9dFuCY.bQGluGQULi8ljFp4um4ypI6"], ["created_at", "2019-01-19 13:51:41.282493"], ["updated_at", "2019-01-19 13:51:41.282493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Atque adipisci quasi nisi."], ["body", "Eaque est facilis. Excepturi rerum et. Quam veniam placeat."], ["created_at", "2019-01-19 13:51:41.283597"], ["updated_at", "2019-01-19 13:51:41.283597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Port Laurenside 17"], ["created_at", "2019-01-19 13:51:41.285264"], ["updated_at", "2019-01-19 13:51:41.285264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port laurenside 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "suellen@feeneyjaskolski.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "suellen@feeneyjaskolski.co"], ["encrypted_password", "$2a$04$vS5UqYEcM6tfMgndKRceFOTMwsNF90wFi3wCMbYQzcckiGA2ZgZd2"], ["created_at", "2019-01-19 13:51:41.291224"], ["updated_at", "2019-01-19 13:51:41.291224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_21"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_21"], ["name", "librarian 21"], ["description", "librarian 21"], ["created_at", "2019-01-19 13:51:41.293237"], ["updated_at", "2019-01-19 13:51:41.293237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:51:41.295207"], ["updated_at", "2019-01-19 13:51:41.295207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Keeblerstad 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Keeblerstad 19"], ["created_at", "2019-01-19 13:51:41.296437"], ["updated_at", "2019-01-19 13:51:41.296437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Lanelle 20"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Lanelle 20"], ["created_at", "2019-01-19 13:51:41.297546"], ["updated_at", "2019-01-19 13:51:41.297546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "yellow 19"], ["created_at", "2019-01-19 13:51:41.299007"], ["updated_at", "2019-01-19 13:51:41.299007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 20"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "violet 20"], ["created_at", "2019-01-19 13:51:41.300409"], ["updated_at", "2019-01-19 13:51:41.300409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kittie@wolfchristiansen.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kittie@wolfchristiansen.net"], ["encrypted_password", "$2a$04$TE2iPYM3ITJ6vAuZn.X/..8DNlUW1KXPC0FLLhj7UPTevwWU4Ismi"], ["created_at", "2019-01-19 13:51:41.302973"], ["updated_at", "2019-01-19 13:51:41.302973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Exercitationem consequatur ea provident."], ["body", "Et iusto provident. Nesciunt quia est. Dolorem dicta rerum."], ["created_at", "2019-01-19 13:51:41.304093"], ["updated_at", "2019-01-19 13:51:41.304093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pasqualerodriguez@volkmankunde.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pasqualerodriguez@volkmankunde.co"], ["encrypted_password", "$2a$04$sSWGO6JHOOpTLTj184b.sOjdKKmzuXbGdQud8CIv0wgDd2f2ZRPam"], ["created_at", "2019-01-19 13:51:41.306763"], ["updated_at", "2019-01-19 13:51:41.306763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Placeat ea aut aliquid."], ["body", "Sint reiciendis hic. Velit enim iure. Qui quia molestiae."], ["created_at", "2019-01-19 13:51:41.307842"], ["updated_at", "2019-01-19 13:51:41.307842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kristeen@abernathy.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kristeen@abernathy.name"], ["encrypted_password", "$2a$04$l6/ni5HAtXzMyv2bI7kvaOQuwFf9Gw9x4y0DB12DM8676XQuDTzRS"], ["created_at", "2019-01-19 13:51:41.310393"], ["updated_at", "2019-01-19 13:51:41.310393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Unde est in reprehenderit."], ["body", "Beatae quaerat laudantium. Ut occaecati et. Ut qui quos."], ["created_at", "2019-01-19 13:51:41.311443"], ["updated_at", "2019-01-19 13:51:41.311443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "graigreilly@hirthe.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "graigreilly@hirthe.co"], ["encrypted_password", "$2a$04$D7nopf27.yIyT/9vU3ulK.k2CU9.9cGSvdzoTb0fV5X17Zgs6gV4."], ["created_at", "2019-01-19 13:51:41.313936"], ["updated_at", "2019-01-19 13:51:41.313936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Sit debitis aut repellendus."], ["body", "Consequatur eum beatae. Rem maiores autem. Est et voluptatem."], ["created_at", "2019-01-19 13:51:41.314986"], ["updated_at", "2019-01-19 13:51:41.314986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Keeblerstad 19"], ["created_at", "2019-01-19 13:51:41.316607"], ["updated_at", "2019-01-19 13:51:41.316607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "yellow 19"], ["created_at", "2019-01-19 13:51:41.318117"], ["updated_at", "2019-01-19 13:51:41.318117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'keeblerstad 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'yellow 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ethanhansen@collinswiegand.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ethanhansen@collinswiegand.name"], ["encrypted_password", "$2a$04$vsor/D37qBK5NaEILCTkg.MbzfQVr1BVMxIeDbrofaGgFrmroANrC"], ["created_at", "2019-01-19 13:51:41.326244"], ["updated_at", "2019-01-19 13:51:41.326244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_22"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_22"], ["name", "programmer 22"], ["description", "programmer 22"], ["created_at", "2019-01-19 13:51:41.328249"], ["updated_at", "2019-01-19 13:51:41.328249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:51:41.330336"], ["updated_at", "2019-01-19 13:51:41.330336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Mantestad 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mantestad 21"], ["created_at", "2019-01-19 13:51:41.331598"], ["updated_at", "2019-01-19 13:51:41.331598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Newtonfurt 22"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Newtonfurt 22"], ["created_at", "2019-01-19 13:51:41.332719"], ["updated_at", "2019-01-19 13:51:41.332719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 21"], ["created_at", "2019-01-19 13:51:41.334390"], ["updated_at", "2019-01-19 13:51:41.334390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 22"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "fuchsia 22"], ["created_at", "2019-01-19 13:51:41.335854"], ["updated_at", "2019-01-19 13:51:41.335854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gilbert@schuster.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gilbert@schuster.info"], ["encrypted_password", "$2a$04$HjR2rltbH2QxzhCQXSXxOuZDfu4Nf/TT0nxr.bEERsd4Vteg1Q2uq"], ["created_at", "2019-01-19 13:51:41.338528"], ["updated_at", "2019-01-19 13:51:41.338528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Doloremque et et ab."], ["body", "Sed ratione reiciendis. Est quisquam mollitia. Reiciendis sit ea."], ["created_at", "2019-01-19 13:51:41.339740"], ["updated_at", "2019-01-19 13:51:41.339740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "peggybeier@cainmoore.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "peggybeier@cainmoore.name"], ["encrypted_password", "$2a$04$OrZo2/b58J63PYaXTE4VoeSBqjxKR0vvMbxqmh0OzV84MjeCKFBkS"], ["created_at", "2019-01-19 13:51:41.343079"], ["updated_at", "2019-01-19 13:51:41.343079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.3ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Repellat eius voluptas quis."], ["body", "Ducimus excepturi officiis. Voluptatem consequatur laudantium. Sunt beatae possimus."], ["created_at", "2019-01-19 13:51:41.344835"], ["updated_at", "2019-01-19 13:51:41.344835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "quincychamplin@baumbachtreutel.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "quincychamplin@baumbachtreutel.name"], ["encrypted_password", "$2a$04$48dK70I4Zf60UPwdolyXyuUe7eM8rJLkht5p2hZN5Eg2CWtfaaKsK"], ["created_at", "2019-01-19 13:51:41.348202"], ["updated_at", "2019-01-19 13:51:41.348202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Est voluptas saepe et."], ["body", "Unde alias est. Voluptates earum ea. Possimus qui vero."], ["created_at", "2019-01-19 13:51:41.349591"], ["updated_at", "2019-01-19 13:51:41.349591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cyrstalarmstrong@vongrant.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cyrstalarmstrong@vongrant.name"], ["encrypted_password", "$2a$04$NEGb/nhg54yeM/nF1fJp..4gXmjd.Hqb7BQp.DYjqIN6Bwqcm9d6C"], ["created_at", "2019-01-19 13:51:41.353191"], ["updated_at", "2019-01-19 13:51:41.353191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Voluptatem repellat rerum eaque."], ["body", "Sapiente nobis occaecati. Nemo odio rerum. Laboriosam et veritatis."], ["created_at", "2019-01-19 13:51:41.354952"], ["updated_at", "2019-01-19 13:51:41.354952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Mantestad 21"], ["created_at", "2019-01-19 13:51:41.357051"], ["updated_at", "2019-01-19 13:51:41.357051"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.4ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "maroon 21"], ["created_at", "2019-01-19 13:51:41.359142"], ["updated_at", "2019-01-19 13:51:41.359142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'mantestad 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.4ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'maroon 21') Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'mantestad 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'maroon 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'mantestad 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'maroon 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "levidach@marvin.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "levidach@marvin.org"], ["encrypted_password", "$2a$04$Dz2znThPjwXkdo0XikCvKeK.UQ.QktA/EvXDXPp042e4fUxvmjVQG"], ["created_at", "2019-01-19 13:51:41.376193"], ["updated_at", "2019-01-19 13:51:41.376193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deeannako@gorczany.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "deeannako@gorczany.name"], ["encrypted_password", "$2a$04$GrFg5k2V2jdH5sifan86DeHZRupV98rORBNHawxyDgaoWwW4ise5K"], ["created_at", "2019-01-19 13:51:41.379870"], ["updated_at", "2019-01-19 13:51:41.379870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "turquoise 23"], ["created_at", "2019-01-19 13:51:41.381890"], ["updated_at", "2019-01-19 13:51:41.381890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Leightown 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Leightown 23"], ["created_at", "2019-01-19 13:51:41.384042"], ["updated_at", "2019-01-19 13:51:41.384042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.5ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Modi eos aut quaerat."], ["body", "Error quibusdam ullam. Fugit eos aut. Est incidunt mollitia."], ["created_at", "2019-01-19 13:51:41.385423"], ["updated_at", "2019-01-19 13:51:41.385423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aleaselockman@moriette.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "aleaselockman@moriette.net"], ["encrypted_password", "$2a$04$8Tz73FBBWe5/JZ75iHriAeirl2WJuCPFETvQ/QazwW6gH21QC5hiW"], ["created_at", "2019-01-19 13:51:41.393036"], ["updated_at", "2019-01-19 13:51:41.393036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_23"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_23"], ["name", "musician 23"], ["description", "musician 23"], ["created_at", "2019-01-19 13:51:41.395296"], ["updated_at", "2019-01-19 13:51:41.395296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_24"], ["name", "musician 24"], ["description", "musician 24"], ["created_at", "2019-01-19 13:51:41.397454"], ["updated_at", "2019-01-19 13:51:41.397454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:51:41.400734"], ["updated_at", "2019-01-19 13:51:41.400734"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:51:41.402337"], ["updated_at", "2019-01-19 13:51:41.402337"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Mathew 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Mathew 24"], ["created_at", "2019-01-19 13:51:41.404193"], ["updated_at", "2019-01-19 13:51:41.404193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Theo 25"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Theo 25"], ["created_at", "2019-01-19 13:51:41.405583"], ["updated_at", "2019-01-19 13:51:41.405583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "azure 24"], ["created_at", "2019-01-19 13:51:41.407852"], ["updated_at", "2019-01-19 13:51:41.407852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 25"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "silver 25"], ["created_at", "2019-01-19 13:51:41.409286"], ["updated_at", "2019-01-19 13:51:41.409286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "malcolm@schowalterlynch.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "malcolm@schowalterlynch.io"], ["encrypted_password", "$2a$04$nnePEdJopy/t6H91qZtOEuw.8O4izxM80HD6X5i3UvEVlSvg1FVHm"], ["created_at", "2019-01-19 13:51:41.412014"], ["updated_at", "2019-01-19 13:51:41.412014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptatem sint ab molestiae."], ["body", "Deleniti consectetur omnis. Harum doloremque eos. Maiores incidunt explicabo."], ["created_at", "2019-01-19 13:51:41.413191"], ["updated_at", "2019-01-19 13:51:41.413191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "julian@medhurstyundt.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "julian@medhurstyundt.io"], ["encrypted_password", "$2a$04$3AOAq2uSzWMMaJQ5UxbKvuBzMzM6N3G37s8tzgk3khOjhI.PRRLHu"], ["created_at", "2019-01-19 13:51:41.416132"], ["updated_at", "2019-01-19 13:51:41.416132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Illo repudiandae odio veritatis."], ["body", "Ullam molestiae natus. Non atque magni. Sed doloremque soluta."], ["created_at", "2019-01-19 13:51:41.417470"], ["updated_at", "2019-01-19 13:51:41.417470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hortensehammes@daugherty.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hortensehammes@daugherty.net"], ["encrypted_password", "$2a$04$5bOUeem2EDepLck8DqvkieW4GXx9Wy4M0wYr2ecphKxHVHvT.u9zy"], ["created_at", "2019-01-19 13:51:41.420538"], ["updated_at", "2019-01-19 13:51:41.420538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Nihil sint labore et."], ["body", "Labore voluptate ut. Eos asperiores consequatur. Et doloribus quia."], ["created_at", "2019-01-19 13:51:41.421859"], ["updated_at", "2019-01-19 13:51:41.421859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cliftonmertz@koelpin.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cliftonmertz@koelpin.name"], ["encrypted_password", "$2a$04$0dXL/bQkcB2fb4AIc96VAOBVJtsoLVFmYhfLNlKUMkroz1gNyII9C"], ["created_at", "2019-01-19 13:51:41.425223"], ["updated_at", "2019-01-19 13:51:41.425223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Expedita aut est dolorem."], ["body", "Quis reprehenderit ut. Error quae minima. Voluptatem voluptatum molestiae."], ["created_at", "2019-01-19 13:51:41.426727"], ["updated_at", "2019-01-19 13:51:41.426727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.4ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Mathew 24"], ["created_at", "2019-01-19 13:51:41.429080"], ["updated_at", "2019-01-19 13:51:41.429080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "azure 24"], ["created_at", "2019-01-19 13:51:41.431097"], ["updated_at", "2019-01-19 13:51:41.431097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "North Theo 25"], ["created_at", "2019-01-19 13:51:41.432738"], ["updated_at", "2019-01-19 13:51:41.432738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "silver 25"], ["created_at", "2019-01-19 13:51:41.434785"], ["updated_at", "2019-01-19 13:51:41.434785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east mathew 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'azure 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north theo 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'silver 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (1.8ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shaelabadie@ondrickaschmitt.io"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shaelabadie@ondrickaschmitt.io"], ["encrypted_password", "$2a$04$VlE0VIbdLI5r7LK8doypueAN50OUdF0nS3p2G33OYNM4UoxlzqIs2"], ["created_at", "2019-01-19 13:51:41.447460"], ["updated_at", "2019-01-19 13:51:41.447460"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_25"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_25"], ["name", "chemist 25"], ["description", "chemist 25"], ["created_at", "2019-01-19 13:51:41.450496"], ["updated_at", "2019-01-19 13:51:41.450496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_26"], ["LIMIT", 1]] Authz::Role Exists (6.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_26"], ["name", "designer 26"], ["description", "designer 26"], ["created_at", "2019-01-19 13:51:41.458976"], ["updated_at", "2019-01-19 13:51:41.458976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:51:41.461378"], ["updated_at", "2019-01-19 13:51:41.461378"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:51:41.462711"], ["updated_at", "2019-01-19 13:51:41.462711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Timothychester 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Timothychester 26"], ["created_at", "2019-01-19 13:51:41.464057"], ["updated_at", "2019-01-19 13:51:41.464057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Dian 27"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Dian 27"], ["created_at", "2019-01-19 13:51:41.465229"], ["updated_at", "2019-01-19 13:51:41.465229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "grey 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "grey 26"], ["created_at", "2019-01-19 13:51:41.466588"], ["updated_at", "2019-01-19 13:51:41.466588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 27"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "salmon 27"], ["created_at", "2019-01-19 13:51:41.467907"], ["updated_at", "2019-01-19 13:51:41.467907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dorsey@mayer.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dorsey@mayer.name"], ["encrypted_password", "$2a$04$uSjUpbbpnRY29foRGZpVyOpEc24p4lmZ2UoHWfjBR74gyf3/6g42q"], ["created_at", "2019-01-19 13:51:41.470371"], ["updated_at", "2019-01-19 13:51:41.470371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Aut quo beatae expedita."], ["body", "Labore et deleniti. Et totam cupiditate. Voluptatem architecto aut."], ["created_at", "2019-01-19 13:51:41.471435"], ["updated_at", "2019-01-19 13:51:41.471435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wanbeier@leuschke.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wanbeier@leuschke.com"], ["encrypted_password", "$2a$04$kv2U6SFPpL2ME1rTa8cTbO2YuyRScEMkL4KTMnYorxcVcw4eMe6ey"], ["created_at", "2019-01-19 13:51:41.473869"], ["updated_at", "2019-01-19 13:51:41.473869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Corrupti quae iusto aut."], ["body", "Eius qui aliquam. Voluptatem aperiam facere. Repellendus voluptas nostrum."], ["created_at", "2019-01-19 13:51:41.474870"], ["updated_at", "2019-01-19 13:51:41.474870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bethanie@dare.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bethanie@dare.net"], ["encrypted_password", "$2a$04$PNppaMLQq3LXc6yW7SOdxu5zUT9F3kl5Uu5MX/MJs9vbJ5/IvRrlK"], ["created_at", "2019-01-19 13:51:41.477172"], ["updated_at", "2019-01-19 13:51:41.477172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Aperiam culpa itaque repellat."], ["body", "Quia numquam qui. Consequatur quo aut. Ut non et."], ["created_at", "2019-01-19 13:51:41.478166"], ["updated_at", "2019-01-19 13:51:41.478166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tobias@deckow.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tobias@deckow.info"], ["encrypted_password", "$2a$04$7orkY44HCDcqP7hJuSLEyOnaBD5466P6Ob4LA7i.V9OXYS9Y.sws."], ["created_at", "2019-01-19 13:51:41.480507"], ["updated_at", "2019-01-19 13:51:41.480507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Dolor doloremque iure maxime."], ["body", "Et dolorum et. Perspiciatis ducimus quia. Omnis doloribus qui."], ["created_at", "2019-01-19 13:51:41.481497"], ["updated_at", "2019-01-19 13:51:41.481497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lake Timothychester 26"], ["created_at", "2019-01-19 13:51:41.482994"], ["updated_at", "2019-01-19 13:51:41.482994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "grey 26"], ["created_at", "2019-01-19 13:51:41.484390"], ["updated_at", "2019-01-19 13:51:41.484390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Port Dian 27"], ["created_at", "2019-01-19 13:51:41.485722"], ["updated_at", "2019-01-19 13:51:41.485722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "salmon 27"], ["created_at", "2019-01-19 13:51:41.487031"], ["updated_at", "2019-01-19 13:51:41.487031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake timothychester 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'grey 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port dian 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'salmon 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake timothychester 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'grey 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port dian 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'salmon 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (1.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shannanbednar@cainkub.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shannanbednar@cainkub.co"], ["encrypted_password", "$2a$04$YLtY5eRT6E1ykefkIOb9re9VLSP4AePDF5Y6rwvAp0cZLTcP1sBs2"], ["created_at", "2019-01-19 13:51:41.500305"], ["updated_at", "2019-01-19 13:51:41.500305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_27"], ["name", "engineer 27"], ["description", "engineer 27"], ["created_at", "2019-01-19 13:51:41.502519"], ["updated_at", "2019-01-19 13:51:41.502519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_28"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_28"], ["name", "programmer 28"], ["description", "programmer 28"], ["created_at", "2019-01-19 13:51:41.503950"], ["updated_at", "2019-01-19 13:51:41.503950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:51:41.505857"], ["updated_at", "2019-01-19 13:51:41.505857"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 13:51:41.507289"], ["updated_at", "2019-01-19 13:51:41.507289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hodkiewiczberg 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hodkiewiczberg 28"], ["created_at", "2019-01-19 13:51:41.508514"], ["updated_at", "2019-01-19 13:51:41.508514"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Runolfsdottirport 29"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Runolfsdottirport 29"], ["created_at", "2019-01-19 13:51:41.509525"], ["updated_at", "2019-01-19 13:51:41.509525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "pink 28"], ["created_at", "2019-01-19 13:51:41.510798"], ["updated_at", "2019-01-19 13:51:41.510798"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "grey 29"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "grey 29"], ["created_at", "2019-01-19 13:51:41.512017"], ["updated_at", "2019-01-19 13:51:41.512017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dorrismohr@hirthebeahan.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dorrismohr@hirthebeahan.info"], ["encrypted_password", "$2a$04$xh4S2yV383Y/PX50PgVgYOtxnsxrgVuUpC4DIhREdeevjx.XKjQr2"], ["created_at", "2019-01-19 13:51:41.514452"], ["updated_at", "2019-01-19 13:51:41.514452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Aperiam eaque voluptas quod."], ["body", "Illum maiores non. Ad molestiae consequatur. Aut corrupti ut."], ["created_at", "2019-01-19 13:51:41.515623"], ["updated_at", "2019-01-19 13:51:41.515623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fredia@schultzschulist.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "fredia@schultzschulist.io"], ["encrypted_password", "$2a$04$ZSz5YZlZAoWaopZNX74Wl.5DMz30cU8/ddAVvE/cHVRvgf3PL6ha2"], ["created_at", "2019-01-19 13:51:41.518192"], ["updated_at", "2019-01-19 13:51:41.518192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Atque aut qui aspernatur."], ["body", "Eveniet ad mollitia. Quae quis praesentium. Et error autem."], ["created_at", "2019-01-19 13:51:41.519231"], ["updated_at", "2019-01-19 13:51:41.519231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edris@johnson.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "edris@johnson.com"], ["encrypted_password", "$2a$04$bIEVrDbws/q0xKMgkD.0iew79nzB0X.N/dwv/VULlQLODRoSd89om"], ["created_at", "2019-01-19 13:51:41.521681"], ["updated_at", "2019-01-19 13:51:41.521681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Voluptatem eaque quia dicta."], ["body", "Laboriosam aut rem. Occaecati incidunt id. Cumque velit distinctio."], ["created_at", "2019-01-19 13:51:41.522680"], ["updated_at", "2019-01-19 13:51:41.522680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alvaroullrich@reinger.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alvaroullrich@reinger.info"], ["encrypted_password", "$2a$04$sYzA5Ut7mucjMeXM14AFG.VmTgjC93SDy6CW4fHvv/cBTKM/bETfC"], ["created_at", "2019-01-19 13:51:41.525095"], ["updated_at", "2019-01-19 13:51:41.525095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Aperiam in qui ut."], ["body", "Ea rerum culpa. Cum et consequatur. Et fugiat optio."], ["created_at", "2019-01-19 13:51:41.526125"], ["updated_at", "2019-01-19 13:51:41.526125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Hodkiewiczberg 28"], ["created_at", "2019-01-19 13:51:41.527680"], ["updated_at", "2019-01-19 13:51:41.527680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "pink 28"], ["created_at", "2019-01-19 13:51:41.529106"], ["updated_at", "2019-01-19 13:51:41.529106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-19 13:51:41.530435"], ["updated_at", "2019-01-19 13:51:41.530435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "grey 29"], ["created_at", "2019-01-19 13:51:41.531724"], ["updated_at", "2019-01-19 13:51:41.531724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'hodkiewiczberg 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'pink 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'grey 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-19 13:51:41.555833"], ["updated_at", "2019-01-19 13:51:41.555833"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "designer_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "designer 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_3"], ["name", "designer 3"], ["description", "designer 3"], ["created_at", "2019-01-19 13:51:41.559114"], ["updated_at", "2019-01-19 13:51:41.559114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 13:51:41.560884"], ["updated_at", "2019-01-19 13:51:41.560884"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 13:51:41.585228"], ["updated_at", "2019-01-19 13:51:41.585228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 13:51:41.586475"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 13:51:41.600730"], ["updated_at", "2019-01-19 13:51:41.600730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 13:51:41.602127"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-19 13:51:41.627421"], ["updated_at", "2019-01-19 13:51:41.627421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.4ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 13:51:41.660841"], ["updated_at", "2019-01-19 13:51:41.660841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-19 13:51:41.662205"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.3ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "human_resources_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "human resources 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_4"], ["name", "human resources 4"], ["description", "human resources 4"], ["created_at", "2019-01-19 13:51:41.775797"], ["updated_at", "2019-01-19 13:51:41.775797"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 29"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_29"], ["name", "police officer 29"], ["description", "police officer 29"], ["created_at", "2019-01-19 13:51:41.778806"], ["updated_at", "2019-01-19 13:51:41.778806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-19 13:51:41.780343"], ["updated_at", "2019-01-19 13:51:41.780343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.3ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "musician_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "musician 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_5"], ["name", "musician 5"], ["description", "musician 5"], ["created_at", "2019-01-19 13:51:41.797207"], ["updated_at", "2019-01-19 13:51:41.797207"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 30"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_30"], ["name", "philosopher 30"], ["description", "philosopher 30"], ["created_at", "2019-01-19 13:51:41.800681"], ["updated_at", "2019-01-19 13:51:41.800681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 13:51:41.802306"], ["updated_at", "2019-01-19 13:51:41.802306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 13:51:41.825696"], ["updated_at", "2019-01-19 13:51:41.825696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 13:51:41.827256"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 13:51:41.839759"], ["updated_at", "2019-01-19 13:51:41.839759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 13:51:41.840973"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-19 13:51:41.862605"], ["updated_at", "2019-01-19 13:51:41.862605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 31"], ["LIMIT", 1]] Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_31"], ["name", "writer 31"], ["description", "writer 31"], ["created_at", "2019-01-19 13:51:41.894605"], ["updated_at", "2019-01-19 13:51:41.894605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-19 13:51:41.896793"], ["updated_at", "2019-01-19 13:51:41.896793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-19 13:51:42.004816"], ["updated_at", "2019-01-19 13:51:42.004816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-19 13:51:42.007328"], ["updated_at", "2019-01-19 13:51:42.007328"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:51:42.013444"], ["updated_at", "2019-01-19 13:51:42.013444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:51:42.015326"], ["updated_at", "2019-01-19 13:51:42.015326"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 13:51:42.017799"], ["updated_at", "2019-01-19 13:51:42.017799"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brain@hegmann.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "brain@hegmann.org"], ["encrypted_password", "$2a$04$FK8V.j/dRygGGqDD5AvGROpGeI/nJec7hRMkydNsrA1qrFY/E/5ZO"], ["created_at", "2019-01-19 13:51:42.022021"], ["updated_at", "2019-01-19 13:51:42.022021"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.3ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eos facere repellendus saepe."], ["body", "Voluptatibus esse eos. Qui omnis ut. Minima autem odio."], ["created_at", "2019-01-19 13:51:42.024086"], ["updated_at", "2019-01-19 13:51:42.024086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "etha@schultz.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "etha@schultz.net"], ["encrypted_password", "$2a$04$uUvs47AAO5vCKHhFQ0m2zOlveMtSlDyv8vZvsps5/Uy2eqsrPrsgO"], ["created_at", "2019-01-19 13:51:42.027728"], ["updated_at", "2019-01-19 13:51:42.027728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Animi quae odio consequatur."], ["body", "Debitis quia omnis. Vel rerum laudantium. Ut ea minus."], ["created_at", "2019-01-19 13:51:42.029085"], ["updated_at", "2019-01-19 13:51:42.029085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (2.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:51:42.036206"], ["updated_at", "2019-01-19 13:51:42.036206"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:51:42.038119"], ["updated_at", "2019-01-19 13:51:42.038119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 13:51:42.039643"], ["updated_at", "2019-01-19 13:51:42.039643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "karandouglas@rennerreichel.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "karandouglas@rennerreichel.info"], ["encrypted_password", "$2a$04$I0xRLAX2i5IXBpAu8KwiyOywmCwF9ImHcqUIPwmP0XnduZYfZS18q"], ["created_at", "2019-01-19 13:51:42.042475"], ["updated_at", "2019-01-19 13:51:42.042475"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Qui consequatur non commodi."], ["body", "Laudantium et ipsa. Assumenda placeat qui. Accusantium et necessitatibus."], ["created_at", "2019-01-19 13:51:42.044282"], ["updated_at", "2019-01-19 13:51:42.044282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wade@cronin.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wade@cronin.name"], ["encrypted_password", "$2a$04$7Nauth49e/yAeMsh2k5L3ev/tWxeEnLj.pUX7eoBz9..ulYt8AUuO"], ["created_at", "2019-01-19 13:51:42.047312"], ["updated_at", "2019-01-19 13:51:42.047312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Est similique quaerat laudantium."], ["body", "Dolores cupiditate sed. Nobis eos sed. Rerum nobis et."], ["created_at", "2019-01-19 13:51:42.048446"], ["updated_at", "2019-01-19 13:51:42.048446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:51:42.052233"], ["updated_at", "2019-01-19 13:51:42.052233"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:51:42.054123"], ["updated_at", "2019-01-19 13:51:42.054123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 13:51:42.055598"], ["updated_at", "2019-01-19 13:51:42.055598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "julio@jaskolskirosenbaum.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "julio@jaskolskirosenbaum.co"], ["encrypted_password", "$2a$04$J3ymzSH/BZRZLlPc5rVroePqvm2OqqNnc4VTxsOWVTmszixlqQkgC"], ["created_at", "2019-01-19 13:51:42.058263"], ["updated_at", "2019-01-19 13:51:42.058263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Rem sed est qui."], ["body", "Quaerat temporibus laborum. Ad repudiandae nostrum. Voluptates veniam eum."], ["created_at", "2019-01-19 13:51:42.059427"], ["updated_at", "2019-01-19 13:51:42.059427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alvinabogisich@hamillkunde.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alvinabogisich@hamillkunde.io"], ["encrypted_password", "$2a$04$eVV7sC.tobacR69FHiBmlebewL./ELmlOd/EaQROGApUrvy6..aJ."], ["created_at", "2019-01-19 13:51:42.062029"], ["updated_at", "2019-01-19 13:51:42.062029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Eveniet veritatis consectetur eligendi."], ["body", "At consequuntur veritatis. Id officiis dolores. Necessitatibus odio velit."], ["created_at", "2019-01-19 13:51:42.063082"], ["updated_at", "2019-01-19 13:51:42.063082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:51:42.066451"], ["updated_at", "2019-01-19 13:51:42.066451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:51:42.067882"], ["updated_at", "2019-01-19 13:51:42.067882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 13:51:42.069458"], ["updated_at", "2019-01-19 13:51:42.069458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wadegutmann@mayer.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wadegutmann@mayer.com"], ["encrypted_password", "$2a$04$va05yyqClvTUUqmL8KxbKedZlhuUl9KIvYAc15e1eo8YVxiPo3zqG"], ["created_at", "2019-01-19 13:51:42.072403"], ["updated_at", "2019-01-19 13:51:42.072403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptatem cumque nemo dolorem."], ["body", "Aut nesciunt quisquam. Error et quia. Saepe et voluptates."], ["created_at", "2019-01-19 13:51:42.073580"], ["updated_at", "2019-01-19 13:51:42.073580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "caseykonopelski@heel.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "caseykonopelski@heel.name"], ["encrypted_password", "$2a$04$dezToa.uCVyyCXygWE46y.3LnY7zRSfQ/49R4LmaMY4FGSAhYfp9W"], ["created_at", "2019-01-19 13:51:42.076236"], ["updated_at", "2019-01-19 13:51:42.076236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Distinctio delectus dicta placeat."], ["body", "Voluptatum ab est. Et sit quia. Eaque impedit voluptas."], ["created_at", "2019-01-19 13:51:42.077360"], ["updated_at", "2019-01-19 13:51:42.077360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leesa@stoltenberg.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leesa@stoltenberg.biz"], ["encrypted_password", "$2a$04$dTv4W2.v/wcYC0RczpdDSODG4ycSQ22MTRlzNvLDjUr.6/7R32hci"], ["created_at", "2019-01-19 13:51:42.079810"], ["updated_at", "2019-01-19 13:51:42.079810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Et error veritatis consequatur."], ["body", "Non numquam dicta. Dolor qui nisi. Magni non quam."], ["created_at", "2019-01-19 13:51:42.080843"], ["updated_at", "2019-01-19 13:51:42.080843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:51:42.086847"], ["updated_at", "2019-01-19 13:51:42.086847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:51:42.088574"], ["updated_at", "2019-01-19 13:51:42.088574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 13:51:42.090271"], ["updated_at", "2019-01-19 13:51:42.090271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 13:51:42.091605"], ["updated_at", "2019-01-19 13:51:42.091605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nery@wolffeffertz.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nery@wolffeffertz.io"], ["encrypted_password", "$2a$04$Sxr2eA6XHyT0javRvJBajOjBQUwqpxjEDbyQ6MAINLOBTyQmivO02"], ["created_at", "2019-01-19 13:51:42.094027"], ["updated_at", "2019-01-19 13:51:42.094027"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Doloribus excepturi aliquam porro."], ["body", "Recusandae laborum illo. Commodi qui maiores. Dolorem qui omnis."], ["created_at", "2019-01-19 13:51:42.095311"], ["updated_at", "2019-01-19 13:51:42.095311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leanne@smithamjacobs.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leanne@smithamjacobs.io"], ["encrypted_password", "$2a$04$DmSUp/ppDScUhPbA/EluFeKFrzchhgVzfHGSNA.4XZhvy0grOcqwe"], ["created_at", "2019-01-19 13:51:42.097815"], ["updated_at", "2019-01-19 13:51:42.097815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Ut sed molestiae animi."], ["body", "Error ut voluptate. Cumque fugiat suscipit. Recusandae sit natus."], ["created_at", "2019-01-19 13:51:42.098839"], ["updated_at", "2019-01-19 13:51:42.098839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arielkovacek@jerde.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "arielkovacek@jerde.io"], ["encrypted_password", "$2a$04$JkR7YSneH9x5GwLBUAqpje5A1ShUeO.SjktpLFZTARCl8VeuWADhy"], ["created_at", "2019-01-19 13:51:42.101358"], ["updated_at", "2019-01-19 13:51:42.101358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Eos aliquam provident in."], ["body", "Rerum omnis sed. Consequuntur explicabo dolorum. Quia aut reprehenderit."], ["created_at", "2019-01-19 13:51:42.102369"], ["updated_at", "2019-01-19 13:51:42.102369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jarrodpfannerstill@oharamante.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jarrodpfannerstill@oharamante.name"], ["encrypted_password", "$2a$04$Kvo4gleRoPwmRXxQZTWIvuj9Obea4T84i9MXeuABAtf3R75sAhVOK"], ["created_at", "2019-01-19 13:51:42.105333"], ["updated_at", "2019-01-19 13:51:42.105333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Repudiandae recusandae sint consequuntur."], ["body", "Veritatis cum pariatur. Et placeat dolores. Harum atque quos."], ["created_at", "2019-01-19 13:51:42.106801"], ["updated_at", "2019-01-19 13:51:42.106801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:51:42.111573"], ["updated_at", "2019-01-19 13:51:42.111573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:51:42.113138"], ["updated_at", "2019-01-19 13:51:42.113138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 13:51:42.114522"], ["updated_at", "2019-01-19 13:51:42.114522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 13:51:42.115879"], ["updated_at", "2019-01-19 13:51:42.115879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kiethoberbrunner@anderson.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kiethoberbrunner@anderson.com"], ["encrypted_password", "$2a$04$lHedz2i0MmPmRp8nqkgQ6uO7B4U92GE25Pezq8BWN4IIp12piejBW"], ["created_at", "2019-01-19 13:51:42.118483"], ["updated_at", "2019-01-19 13:51:42.118483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Consequuntur beatae praesentium qui."], ["body", "Aut dolores dolor. Rerum est fugit. Voluptatem odit autem."], ["created_at", "2019-01-19 13:51:42.119680"], ["updated_at", "2019-01-19 13:51:42.119680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Mauro 30"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Mauro 30"], ["created_at", "2019-01-19 13:51:42.123199"], ["updated_at", "2019-01-19 13:51:42.123199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Jayson 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Jayson 31"], ["created_at", "2019-01-19 13:51:42.124889"], ["updated_at", "2019-01-19 13:51:42.124889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Juliotown 32"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Juliotown 32"], ["created_at", "2019-01-19 13:51:42.126351"], ["updated_at", "2019-01-19 13:51:42.126351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Announcement Create (0.2ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Porro consequatur odio tempora."], ["created_at", "2019-01-19 13:51:42.133008"], ["updated_at", "2019-01-19 13:51:42.133008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 13:51:42.142716"], ["updated_at", "2019-01-19 13:51:42.142716"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 13:51:42.143812"], ["updated_at", "2019-01-19 13:51:42.143812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:51:42.147894"], ["updated_at", "2019-01-19 13:51:42.147894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 13:51:42.149854"], ["updated_at", "2019-01-19 13:51:42.149854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "emmaline@waelchileffler.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "emmaline@waelchileffler.biz"], ["encrypted_password", "$2a$04$DgNTfkuTpGLuTqFkwui/N.nJEtWuTIHDmmSRBL0WzckByHnGNUPzK"], ["created_at", "2019-01-19 13:51:42.152660"], ["updated_at", "2019-01-19 13:51:42.152660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptas iste ullam qui."], ["body", "Maiores ut sit. Et sapiente aliquam. Numquam quis temporibus."], ["created_at", "2019-01-19 13:51:42.153900"], ["updated_at", "2019-01-19 13:51:42.153900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.3ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Vel quae molestiae nobis."], ["created_at", "2019-01-19 13:51:42.156381"], ["updated_at", "2019-01-19 13:51:42.156381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "calebstreich@muellerkozey.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "calebstreich@muellerkozey.biz"], ["encrypted_password", "$2a$04$bRWKIigFHWCa9cEtZ.ODveV4DfIdQr56qfvH1BRbL/FdXXTGbONeG"], ["created_at", "2019-01-19 13:51:42.166355"], ["updated_at", "2019-01-19 13:51:42.166355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "pink 30"], ["created_at", "2019-01-19 13:51:42.169032"], ["updated_at", "2019-01-19 13:51:42.169032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Vonland 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Vonland 33"], ["created_at", "2019-01-19 13:51:42.170698"], ["updated_at", "2019-01-19 13:51:42.170698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Corrupti natus rerum ratione."], ["body", "Quaerat consequatur velit. Sunt quis nulla. Excepturi tempore et."], ["created_at", "2019-01-19 13:51:42.171922"], ["updated_at", "2019-01-19 13:51:42.171922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kristiemouth 34"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kristiemouth 34"], ["created_at", "2019-01-19 13:51:42.175953"], ["updated_at", "2019-01-19 13:51:42.175953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Nicholasborough 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Nicholasborough 35"], ["created_at", "2019-01-19 13:51:42.177870"], ["updated_at", "2019-01-19 13:51:42.177870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:51:42.181029"], ["updated_at", "2019-01-19 13:51:42.181029"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:51:42.182988"], ["updated_at", "2019-01-19 13:51:42.182988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "daren@koch.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "daren@koch.net"], ["encrypted_password", "$2a$04$Yu46B.q5z49soaQ1zO1kOeozLaSuPa6ZPNKst/4mNGNqy0xSuDVNK"], ["created_at", "2019-01-19 13:51:42.186109"], ["updated_at", "2019-01-19 13:51:42.186109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 31"], ["created_at", "2019-01-19 13:51:42.187887"], ["updated_at", "2019-01-19 13:51:42.187887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Sit eius dicta et."], ["body", "Quos dolorem commodi. Sunt iste veritatis. Ab ut aliquam."], ["created_at", "2019-01-19 13:51:42.189105"], ["updated_at", "2019-01-19 13:51:42.189105"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 13:51:42.192268"], ["updated_at", "2019-01-19 13:51:42.192268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 13:51:42.194025"], ["updated_at", "2019-01-19 13:51:42.194025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jerrodcorwin@rosenbaummurray.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jerrodcorwin@rosenbaummurray.info"], ["encrypted_password", "$2a$04$37qLERnGzqFx3b6pHX7H0Oh3IgN.mJG8NX/DiT/gwhu3NSRx.yYay"], ["created_at", "2019-01-19 13:51:42.196882"], ["updated_at", "2019-01-19 13:51:42.196882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 32"], ["created_at", "2019-01-19 13:51:42.198511"], ["updated_at", "2019-01-19 13:51:42.198511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Corporis est ipsa quidem."], ["body", "Molestiae rerum error. Molestiae libero dolor. Dolores alias ullam."], ["created_at", "2019-01-19 13:51:42.199667"], ["updated_at", "2019-01-19 13:51:42.199667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Liviafurt 36"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Liviafurt 36"], ["created_at", "2019-01-19 13:51:42.203389"], ["updated_at", "2019-01-19 13:51:42.203389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Johnieborough 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Johnieborough 37"], ["created_at", "2019-01-19 13:51:42.205141"], ["updated_at", "2019-01-19 13:51:42.205141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Burlborough 38"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Burlborough 38"], ["created_at", "2019-01-19 13:51:42.206304"], ["updated_at", "2019-01-19 13:51:42.206304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Omnis quaerat earum iste."], ["created_at", "2019-01-19 13:51:42.207152"], ["updated_at", "2019-01-19 13:51:42.207152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 13:51:42.208690"], ["updated_at", "2019-01-19 13:51:42.208690"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 13:51:42.209566"], ["updated_at", "2019-01-19 13:51:42.209566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Malcolm 39"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Malcolm 39"], ["created_at", "2019-01-19 13:51:42.212734"], ["updated_at", "2019-01-19 13:51:42.212734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Shirleystad 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Shirleystad 40"], ["created_at", "2019-01-19 13:51:42.214573"], ["updated_at", "2019-01-19 13:51:42.214573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Jazmin 41"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Jazmin 41"], ["created_at", "2019-01-19 13:51:42.215918"], ["updated_at", "2019-01-19 13:51:42.215918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Yuki 42"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Yuki 42"], ["created_at", "2019-01-19 13:51:42.216983"], ["updated_at", "2019-01-19 13:51:42.216983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Vel quas vero porro."], ["created_at", "2019-01-19 13:51:42.217777"], ["updated_at", "2019-01-19 13:51:42.217777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 13:51:42.219203"], ["updated_at", "2019-01-19 13:51:42.219203"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 13:51:42.220019"], ["updated_at", "2019-01-19 13:51:42.220019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Allenfurt 43"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Allenfurt 43"], ["created_at", "2019-01-19 13:51:42.223496"], ["updated_at", "2019-01-19 13:51:42.223496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lucrecia@fay.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lucrecia@fay.name"], ["encrypted_password", "$2a$04$sjUdZvBJDHcTU.VCrbkRIuvNJgILQfcb8fIGyJIEVKpM1NBTeoicy"], ["created_at", "2019-01-19 13:51:42.226596"], ["updated_at", "2019-01-19 13:51:42.226596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 33"], ["created_at", "2019-01-19 13:51:42.228173"], ["updated_at", "2019-01-19 13:51:42.228173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Antoinechester 44"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Antoinechester 44"], ["created_at", "2019-01-19 13:51:42.229356"], ["updated_at", "2019-01-19 13:51:42.229356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Illo dolor ab nulla."], ["body", "Qui quos ut. Nam delectus blanditiis. Officiis possimus quo."], ["created_at", "2019-01-19 13:51:42.230351"], ["updated_at", "2019-01-19 13:51:42.230351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Laviniaberg 45"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Laviniaberg 45"], ["created_at", "2019-01-19 13:51:42.233676"], ["updated_at", "2019-01-19 13:51:42.233676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ollieweinat@lindgren.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ollieweinat@lindgren.info"], ["encrypted_password", "$2a$04$cO1D9p9PkTSMe69bS90lxeud.gUtWQkQtdn8MYxzBkwanc1ruJwZm"], ["created_at", "2019-01-19 13:51:42.236555"], ["updated_at", "2019-01-19 13:51:42.236555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 34"], ["created_at", "2019-01-19 13:51:42.238778"], ["updated_at", "2019-01-19 13:51:42.238778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Sanfordbury 46"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sanfordbury 46"], ["created_at", "2019-01-19 13:51:42.240205"], ["updated_at", "2019-01-19 13:51:42.240205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Debitis aut et quos."], ["body", "Fugiat sunt et. Dolores omnis voluptatem. Cum vel ab."], ["created_at", "2019-01-19 13:51:42.241162"], ["updated_at", "2019-01-19 13:51:42.241162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Ji 47"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Ji 47"], ["created_at", "2019-01-19 13:51:42.244801"], ["updated_at", "2019-01-19 13:51:42.244801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Antoineburgh 49"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Antoineburgh 49"], ["created_at", "2019-01-19 13:51:42.248346"], ["updated_at", "2019-01-19 13:51:42.248346"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Kelleymouth 51"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Kelleymouth 51"], ["created_at", "2019-01-19 13:51:42.252059"], ["updated_at", "2019-01-19 13:51:42.252059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nakiaanderson@schmeler.info"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nakiaanderson@schmeler.info"], ["encrypted_password", "$2a$04$L5IFHrhuhvFu2eLLDJ5vW.d8y.uSOWuEya9GeFgPHKP9hk8XTISOq"], ["created_at", "2019-01-19 13:51:42.259246"], ["updated_at", "2019-01-19 13:51:42.259246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_1"], ["name", "statistician 1"], ["description", "statistician 1"], ["created_at", "2019-01-19 14:09:38.912069"], ["updated_at", "2019-01-19 14:09:38.912069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_2"], ["name", "chemist 2"], ["description", "chemist 2"], ["created_at", "2019-01-19 14:09:38.913938"], ["updated_at", "2019-01-19 14:09:38.913938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "devorahprohaska@bednar.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "devorahprohaska@bednar.com"], ["encrypted_password", "$2a$04$KGIrZweetTQ5SlFBX6AIXuW98RuID4muYCVfjz.FG9d34/jIX8e6a"], ["created_at", "2019-01-19 14:09:38.948106"], ["updated_at", "2019-01-19 14:09:38.948106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orchid 1"], ["created_at", "2019-01-19 14:09:38.955986"], ["updated_at", "2019-01-19 14:09:38.955986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Marcos 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Marcos 1"], ["created_at", "2019-01-19 14:09:38.962124"], ["updated_at", "2019-01-19 14:09:38.962124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Facere alias molestiae tempore."], ["body", "Ad omnis alias. Voluptas rerum placeat. Aliquid ex enim."], ["created_at", "2019-01-19 14:09:38.963836"], ["updated_at", "2019-01-19 14:09:38.963836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_3"], ["name", "astronomer 3"], ["description", "astronomer 3"], ["created_at", "2019-01-19 14:09:38.971124"], ["updated_at", "2019-01-19 14:09:38.971124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_4"], ["name", "physicist 4"], ["description", "physicist 4"], ["created_at", "2019-01-19 14:09:38.972956"], ["updated_at", "2019-01-19 14:09:38.972956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kyoko@tremblay.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kyoko@tremblay.info"], ["encrypted_password", "$2a$04$4urKGz1j4UZqNQqkx6lf.ub4w0mzIt2cW3LFZQX/8I2UnErg6nfBe"], ["created_at", "2019-01-19 14:09:38.976636"], ["updated_at", "2019-01-19 14:09:38.976636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 2"], ["created_at", "2019-01-19 14:09:38.978334"], ["updated_at", "2019-01-19 14:09:38.978334"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Schmidthaven 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Schmidthaven 2"], ["created_at", "2019-01-19 14:09:38.979573"], ["updated_at", "2019-01-19 14:09:38.979573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Corporis deserunt eos eius."], ["body", "Quidem laudantium accusantium. Autem velit laborum. Quis qui enim."], ["created_at", "2019-01-19 14:09:38.980563"], ["updated_at", "2019-01-19 14:09:38.980563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_5"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 5"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_5"], ["name", "statistician 5"], ["description", "statistician 5"], ["created_at", "2019-01-19 14:09:39.066921"], ["updated_at", "2019-01-19 14:09:39.066921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 6"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_6"], ["name", "chemist 6"], ["description", "chemist 6"], ["created_at", "2019-01-19 14:09:39.069042"], ["updated_at", "2019-01-19 14:09:39.069042"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "devon@thompson.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "devon@thompson.co"], ["encrypted_password", "$2a$04$tStIJKuUMtl0H.UPsqkX9.up98HQElLJ4rbry5/duDFg32lhEcziO"], ["created_at", "2019-01-19 14:09:39.072885"], ["updated_at", "2019-01-19 14:09:39.072885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 3"], ["created_at", "2019-01-19 14:09:39.074391"], ["updated_at", "2019-01-19 14:09:39.074391"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Isiahstad 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Isiahstad 3"], ["created_at", "2019-01-19 14:09:39.075586"], ["updated_at", "2019-01-19 14:09:39.075586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Dolor voluptatem molestiae rem."], ["body", "Excepturi tempora perferendis. Non dolores nisi. Beatae quia occaecati."], ["created_at", "2019-01-19 14:09:39.076576"], ["updated_at", "2019-01-19 14:09:39.076576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_7"], ["name", "advocate 7"], ["description", "advocate 7"], ["created_at", "2019-01-19 14:09:39.096832"], ["updated_at", "2019-01-19 14:09:39.096832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 8"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_8"], ["name", "accountant 8"], ["description", "accountant 8"], ["created_at", "2019-01-19 14:09:39.098547"], ["updated_at", "2019-01-19 14:09:39.098547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "frank@mann.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "frank@mann.info"], ["encrypted_password", "$2a$04$kP6AruDlHxFHahq0fLvHe.7Qhk1MlhqCC5/ijSWh8Lf5ATvmSOkgW"], ["created_at", "2019-01-19 14:09:39.102060"], ["updated_at", "2019-01-19 14:09:39.102060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "pink 4"], ["created_at", "2019-01-19 14:09:39.103598"], ["updated_at", "2019-01-19 14:09:39.103598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Felipeview 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Felipeview 4"], ["created_at", "2019-01-19 14:09:39.104822"], ["updated_at", "2019-01-19 14:09:39.104822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ut facilis consequatur aut."], ["body", "Velit error qui. Atque eligendi cupiditate. Numquam officiis veritatis."], ["created_at", "2019-01-19 14:09:39.105835"], ["updated_at", "2019-01-19 14:09:39.105835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_9"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 9"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_9"], ["name", "philosopher 9"], ["description", "philosopher 9"], ["created_at", "2019-01-19 14:09:39.118845"], ["updated_at", "2019-01-19 14:09:39.118845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_10"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 10"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_10"], ["name", "designer 10"], ["description", "designer 10"], ["created_at", "2019-01-19 14:09:39.121212"], ["updated_at", "2019-01-19 14:09:39.121212"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "devonrunte@gradyaltenwerth.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "devonrunte@gradyaltenwerth.biz"], ["encrypted_password", "$2a$04$lE72upV7e/E4dKzNkOWyMO15BUWhI3SDJyWoy0aaeRK4rg9Pykb4K"], ["created_at", "2019-01-19 14:09:39.125085"], ["updated_at", "2019-01-19 14:09:39.125085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 5"], ["created_at", "2019-01-19 14:09:39.126680"], ["updated_at", "2019-01-19 14:09:39.126680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Melainehaven 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Melainehaven 5"], ["created_at", "2019-01-19 14:09:39.127886"], ["updated_at", "2019-01-19 14:09:39.127886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quia iure facilis consequuntur."], ["body", "Commodi eligendi autem. Exercitationem non saepe. Velit numquam odio."], ["created_at", "2019-01-19 14:09:39.128860"], ["updated_at", "2019-01-19 14:09:39.128860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_11"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_11"], ["name", "physicist 11"], ["description", "physicist 11"], ["created_at", "2019-01-19 14:09:39.141900"], ["updated_at", "2019-01-19 14:09:39.141900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_12"], ["name", "writer 12"], ["description", "writer 12"], ["created_at", "2019-01-19 14:09:39.143647"], ["updated_at", "2019-01-19 14:09:39.143647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "federicofeil@swift.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "federicofeil@swift.info"], ["encrypted_password", "$2a$04$VMkPl4koIXHUAn9pNNzV3O3Oz.W4M2jWoPAzcOAusg9IUtkMgtE8C"], ["created_at", "2019-01-19 14:09:39.147469"], ["updated_at", "2019-01-19 14:09:39.147469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "blue 6"], ["created_at", "2019-01-19 14:09:39.149049"], ["updated_at", "2019-01-19 14:09:39.149049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kulaston 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kulaston 6"], ["created_at", "2019-01-19 14:09:39.150193"], ["updated_at", "2019-01-19 14:09:39.150193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Architecto est sequi velit."], ["body", "Blanditiis beatae quia. Consequatur assumenda atque. Sed magnam nostrum."], ["created_at", "2019-01-19 14:09:39.151158"], ["updated_at", "2019-01-19 14:09:39.151158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "trentlittle@ortiz.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "trentlittle@ortiz.info"], ["encrypted_password", "$2a$04$tNjErQkxgzLqqr8Neiw.jOoEU2OxQ1fMaUrWLYCCTR0W/yt1K9dOi"], ["created_at", "2019-01-19 14:09:39.153728"], ["updated_at", "2019-01-19 14:09:39.153728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 3.5ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 200 OK in 1ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 13"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_13"], ["name", "teacher 13"], ["description", "teacher 13"], ["created_at", "2019-01-19 14:09:39.256506"], ["updated_at", "2019-01-19 14:09:39.256506"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "advocate_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "advocate 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_1"], ["name", "advocate 1"], ["description", "advocate 1"], ["created_at", "2019-01-19 14:09:39.264226"], ["updated_at", "2019-01-19 14:09:39.264226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-19 14:09:39.271122"], ["updated_at", "2019-01-19 14:09:39.271122"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 14:09:39.279310"], ["updated_at", "2019-01-19 14:09:39.279310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 14:09:39.286783"], ["updated_at", "2019-01-19 14:09:39.286783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 14"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_14"], ["name", "police officer 14"], ["description", "police officer 14"], ["created_at", "2019-01-19 14:09:39.300895"], ["updated_at", "2019-01-19 14:09:39.300895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "musician_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "musician 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_2"], ["name", "musician 2"], ["description", "musician 2"], ["created_at", "2019-01-19 14:09:39.303180"], ["updated_at", "2019-01-19 14:09:39.303180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-19 14:09:39.305008"], ["updated_at", "2019-01-19 14:09:39.305008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 14:09:39.306378"], ["updated_at", "2019-01-19 14:09:39.306378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 14:09:39.307592"], ["updated_at", "2019-01-19 14:09:39.307592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/roles"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chettromp@harrisking.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chettromp@harrisking.org"], ["encrypted_password", "$2a$04$rYXQAd0l7kc0i6SPyyHP1.iTVDAngXYCniqAw9AgU0Ktwl/XOr8Wy"], ["created_at", "2019-01-19 14:09:39.313768"], ["updated_at", "2019-01-19 14:09:39.313768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_15"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_15"], ["name", "astronomer 15"], ["description", "astronomer 15"], ["created_at", "2019-01-19 14:09:39.315880"], ["updated_at", "2019-01-19 14:09:39.315880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:39.318049"], ["updated_at", "2019-01-19 14:09:39.318049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Schaeferfurt 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Schaeferfurt 7"], ["created_at", "2019-01-19 14:09:39.319323"], ["updated_at", "2019-01-19 14:09:39.319323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Sawaynborough 8"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sawaynborough 8"], ["created_at", "2019-01-19 14:09:39.320375"], ["updated_at", "2019-01-19 14:09:39.320375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "silver 7"], ["created_at", "2019-01-19 14:09:39.321772"], ["updated_at", "2019-01-19 14:09:39.321772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 8"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "orchid 8"], ["created_at", "2019-01-19 14:09:39.323056"], ["updated_at", "2019-01-19 14:09:39.323056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sherie@kertzmannbrown.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sherie@kertzmannbrown.info"], ["encrypted_password", "$2a$04$F2lYT4/pQIw4xjwK09p7v.IN2J9PzMMuRVQj9SIby4QFb411pFEye"], ["created_at", "2019-01-19 14:09:39.325453"], ["updated_at", "2019-01-19 14:09:39.325453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Est qui voluptas fugiat."], ["body", "Molestias ratione architecto. Quidem repellendus non. Architecto qui eum."], ["created_at", "2019-01-19 14:09:39.326533"], ["updated_at", "2019-01-19 14:09:39.326533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Schaeferfurt 7"], ["created_at", "2019-01-19 14:09:39.332884"], ["updated_at", "2019-01-19 14:09:39.332884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.0ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "silver 7"], ["created_at", "2019-01-19 14:09:39.334509"], ["updated_at", "2019-01-19 14:09:39.334509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'schaeferfurt 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'silver 7')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeffrywehner@bartell.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jeffrywehner@bartell.co"], ["encrypted_password", "$2a$04$spX6oWi/Z/0AiO32SpnoHe1eHOiEEaLQZCrrp.aYmoKLWfjMdQTg6"], ["created_at", "2019-01-19 14:09:39.342164"], ["updated_at", "2019-01-19 14:09:39.342164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_16"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_16"], ["name", "biologist 16"], ["description", "biologist 16"], ["created_at", "2019-01-19 14:09:39.344073"], ["updated_at", "2019-01-19 14:09:39.344073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:39.346014"], ["updated_at", "2019-01-19 14:09:39.346014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Etha 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Etha 9"], ["created_at", "2019-01-19 14:09:39.347223"], ["updated_at", "2019-01-19 14:09:39.347223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Turnershire 10"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Turnershire 10"], ["created_at", "2019-01-19 14:09:39.348220"], ["updated_at", "2019-01-19 14:09:39.348220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "magenta 9"], ["created_at", "2019-01-19 14:09:39.349497"], ["updated_at", "2019-01-19 14:09:39.349497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 10"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "tan 10"], ["created_at", "2019-01-19 14:09:39.350924"], ["updated_at", "2019-01-19 14:09:39.350924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jenaboyer@baumbach.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jenaboyer@baumbach.biz"], ["encrypted_password", "$2a$04$eMsKR31J7VP6svyv3O0P/e0..axEmT3fUOjUDzdtmNnykZTpzt9uu"], ["created_at", "2019-01-19 14:09:39.353433"], ["updated_at", "2019-01-19 14:09:39.353433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Ab et voluptatem magni."], ["body", "Reiciendis nihil tempora. Facilis non soluta. Illum nisi asperiores."], ["created_at", "2019-01-19 14:09:39.354601"], ["updated_at", "2019-01-19 14:09:39.354601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Turnershire 10"], ["created_at", "2019-01-19 14:09:39.356314"], ["updated_at", "2019-01-19 14:09:39.356314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "magenta 9"], ["created_at", "2019-01-19 14:09:39.357765"], ["updated_at", "2019-01-19 14:09:39.357765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'turnershire 10')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lowell@barrowsoconnell.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lowell@barrowsoconnell.org"], ["encrypted_password", "$2a$04$KKUkevrBjtP8em51mQbmwuzVfDtjIDFRzUQuNd6HTLjixxcoIFNyy"], ["created_at", "2019-01-19 14:09:39.362872"], ["updated_at", "2019-01-19 14:09:39.362872"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_17"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_17"], ["name", "accountant 17"], ["description", "accountant 17"], ["created_at", "2019-01-19 14:09:39.365303"], ["updated_at", "2019-01-19 14:09:39.365303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:39.367967"], ["updated_at", "2019-01-19 14:09:39.367967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Jamesburgh 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Jamesburgh 11"], ["created_at", "2019-01-19 14:09:39.369410"], ["updated_at", "2019-01-19 14:09:39.369410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Cartertown 12"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Cartertown 12"], ["created_at", "2019-01-19 14:09:39.370567"], ["updated_at", "2019-01-19 14:09:39.370567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 11"], ["created_at", "2019-01-19 14:09:39.371985"], ["updated_at", "2019-01-19 14:09:39.371985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 12"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "plum 12"], ["created_at", "2019-01-19 14:09:39.373333"], ["updated_at", "2019-01-19 14:09:39.373333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rudolf@volkman.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rudolf@volkman.info"], ["encrypted_password", "$2a$04$3ph4PID6B.AWk0QMjUnHbetDGp.NBDsSJzTKhiTCpm2YbDuw3/8ey"], ["created_at", "2019-01-19 14:09:39.375661"], ["updated_at", "2019-01-19 14:09:39.375661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Culpa non ea animi."], ["body", "Explicabo ducimus est. Dolor iure sequi. Autem et est."], ["created_at", "2019-01-19 14:09:39.376711"], ["updated_at", "2019-01-19 14:09:39.376711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "North Jamesburgh 11"], ["created_at", "2019-01-19 14:09:39.378252"], ["updated_at", "2019-01-19 14:09:39.378252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north jamesburgh 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kennethcollins@kreigerbergstrom.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kennethcollins@kreigerbergstrom.info"], ["encrypted_password", "$2a$04$m8modMNfqmf/aQut2svPguC2e9cLA.atvVAu0pQYqXgLYFPHLLscO"], ["created_at", "2019-01-19 14:09:39.383723"], ["updated_at", "2019-01-19 14:09:39.383723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_18"], ["name", "teacher 18"], ["description", "teacher 18"], ["created_at", "2019-01-19 14:09:39.385637"], ["updated_at", "2019-01-19 14:09:39.385637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:39.387650"], ["updated_at", "2019-01-19 14:09:39.387650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Armandomouth 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Armandomouth 13"], ["created_at", "2019-01-19 14:09:39.388887"], ["updated_at", "2019-01-19 14:09:39.388887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Sawaynstad 14"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sawaynstad 14"], ["created_at", "2019-01-19 14:09:39.389918"], ["updated_at", "2019-01-19 14:09:39.389918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "salmon 13"], ["created_at", "2019-01-19 14:09:39.391142"], ["updated_at", "2019-01-19 14:09:39.391142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "pink 14"], ["created_at", "2019-01-19 14:09:39.392457"], ["updated_at", "2019-01-19 14:09:39.392457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "candancequitzon@runolfsdottir.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "candancequitzon@runolfsdottir.org"], ["encrypted_password", "$2a$04$sgLqhLG7Y9dqb55AgZz5jOjVt3lcmiO1gV9qiRmKyCMaWu1sHL9cu"], ["created_at", "2019-01-19 14:09:39.394946"], ["updated_at", "2019-01-19 14:09:39.394946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptas velit adipisci deleniti."], ["body", "Reprehenderit omnis velit. Voluptatibus architecto vel. Consequatur aliquam voluptatibus."], ["created_at", "2019-01-19 14:09:39.396057"], ["updated_at", "2019-01-19 14:09:39.396057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "New Armandomouth 13"], ["created_at", "2019-01-19 14:09:39.397659"], ["updated_at", "2019-01-19 14:09:39.397659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "salmon 13"], ["created_at", "2019-01-19 14:09:39.399056"], ["updated_at", "2019-01-19 14:09:39.399056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new armandomouth 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'salmon 13')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "antony@weimann.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "antony@weimann.name"], ["encrypted_password", "$2a$04$W0PxXWmtL4WZ/Um3MFyCKOQrzt5g6dAPlQgjThMejERUOyWb.IhUO"], ["created_at", "2019-01-19 14:09:39.405201"], ["updated_at", "2019-01-19 14:09:39.405201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_19"], ["name", "advocate 19"], ["description", "advocate 19"], ["created_at", "2019-01-19 14:09:39.407236"], ["updated_at", "2019-01-19 14:09:39.407236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:39.409244"], ["updated_at", "2019-01-19 14:09:39.409244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Wolffurt 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Wolffurt 15"], ["created_at", "2019-01-19 14:09:39.410499"], ["updated_at", "2019-01-19 14:09:39.410499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Tameshabury 16"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Tameshabury 16"], ["created_at", "2019-01-19 14:09:39.411603"], ["updated_at", "2019-01-19 14:09:39.411603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 15"], ["created_at", "2019-01-19 14:09:39.413032"], ["updated_at", "2019-01-19 14:09:39.413032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 16"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "plum 16"], ["created_at", "2019-01-19 14:09:39.414354"], ["updated_at", "2019-01-19 14:09:39.414354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "thurman@nicolasbahringer.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "thurman@nicolasbahringer.io"], ["encrypted_password", "$2a$04$nxs/e/Guc9m6qbRva4DuXOWPDuTKU8v5uwbksWtd953FPluHnIfjW"], ["created_at", "2019-01-19 14:09:39.416806"], ["updated_at", "2019-01-19 14:09:39.416806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Sed temporibus aliquid et."], ["body", "Similique reprehenderit hic. Libero alias id. Numquam sed aliquid."], ["created_at", "2019-01-19 14:09:39.417860"], ["updated_at", "2019-01-19 14:09:39.417860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "omarbernier@hillsweber.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "omarbernier@hillsweber.info"], ["encrypted_password", "$2a$04$eCxUEJKP8AIKR8PXkCfw9.92K/on9EK2wWbaZjuSG680Su4KK/6LS"], ["created_at", "2019-01-19 14:09:39.420359"], ["updated_at", "2019-01-19 14:09:39.420359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Quibusdam qui est doloremque."], ["body", "Distinctio cumque maxime. Et delectus non. Dignissimos aperiam temporibus."], ["created_at", "2019-01-19 14:09:39.421387"], ["updated_at", "2019-01-19 14:09:39.421387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "audry@hayesbeer.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "audry@hayesbeer.net"], ["encrypted_password", "$2a$04$aCqWea7Rr/jLivZpVtSWne1zNWJwIteaP5Ne7mf4fYPX2GuaeXAva"], ["created_at", "2019-01-19 14:09:39.423766"], ["updated_at", "2019-01-19 14:09:39.423766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Pariatur dolorem occaecati qui."], ["body", "Qui nihil quibusdam. Nihil maiores aperiam. Voluptates minima iusto."], ["created_at", "2019-01-19 14:09:39.424799"], ["updated_at", "2019-01-19 14:09:39.424799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kylelubowitz@hagenesmccullough.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kylelubowitz@hagenesmccullough.io"], ["encrypted_password", "$2a$04$4OphpqqggrpuaXr2IUMYI.2mzwRNqzHtxXByYZfXg4BOIvuOOWUfe"], ["created_at", "2019-01-19 14:09:39.427206"], ["updated_at", "2019-01-19 14:09:39.427206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Et sit quisquam voluptate."], ["body", "Quod optio voluptate. Rerum eos laborum. Mollitia voluptatem et."], ["created_at", "2019-01-19 14:09:39.428216"], ["updated_at", "2019-01-19 14:09:39.428216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Wolffurt 15"], ["created_at", "2019-01-19 14:09:39.429806"], ["updated_at", "2019-01-19 14:09:39.429806"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "violet 15"], ["created_at", "2019-01-19 14:09:39.431428"], ["updated_at", "2019-01-19 14:09:39.431428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'wolffurt 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'violet 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "florancebecker@donnelly.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "florancebecker@donnelly.io"], ["encrypted_password", "$2a$04$FvwUMDF1RtP7JDW1sZgrZOFOICZmjNi/QANHjTSpCp.nUNKu.2uaW"], ["created_at", "2019-01-19 14:09:39.440797"], ["updated_at", "2019-01-19 14:09:39.440797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_20"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_20"], ["name", "attorney at law 20"], ["description", "attorney at law 20"], ["created_at", "2019-01-19 14:09:39.442864"], ["updated_at", "2019-01-19 14:09:39.442864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:39.444997"], ["updated_at", "2019-01-19 14:09:39.444997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Dainashire 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dainashire 17"], ["created_at", "2019-01-19 14:09:39.446280"], ["updated_at", "2019-01-19 14:09:39.446280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Alexandraton 18"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Alexandraton 18"], ["created_at", "2019-01-19 14:09:39.447488"], ["updated_at", "2019-01-19 14:09:39.447488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "red 17"], ["created_at", "2019-01-19 14:09:39.448988"], ["updated_at", "2019-01-19 14:09:39.448988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 18"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "teal 18"], ["created_at", "2019-01-19 14:09:39.450484"], ["updated_at", "2019-01-19 14:09:39.450484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zora@mantefadel.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zora@mantefadel.info"], ["encrypted_password", "$2a$04$VRAZIkpKx5kd/sXqlkcLZO0eeLJDLLXktSmo23Sf.xxBaGqsSThr2"], ["created_at", "2019-01-19 14:09:39.453261"], ["updated_at", "2019-01-19 14:09:39.453261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Et eum id non."], ["body", "Ipsum amet eligendi. Aspernatur enim quo. Voluptas ratione totam."], ["created_at", "2019-01-19 14:09:39.454604"], ["updated_at", "2019-01-19 14:09:39.454604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "josefina@brown.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "josefina@brown.co"], ["encrypted_password", "$2a$04$VQ1uO3NgRMIX9CGiOArlc.k0pQ6MyST7fqExt5xvRq9iK4W8NIM8C"], ["created_at", "2019-01-19 14:09:39.457880"], ["updated_at", "2019-01-19 14:09:39.457880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Libero et at sed."], ["body", "Nam explicabo ea. Saepe expedita consequatur. In ipsam nesciunt."], ["created_at", "2019-01-19 14:09:39.459130"], ["updated_at", "2019-01-19 14:09:39.459130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "johnnywuckert@mrazhettinger.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "johnnywuckert@mrazhettinger.biz"], ["encrypted_password", "$2a$04$XOgKm/GkoTrDGPYyx4eg4.poGaynzLHNcltYWUpS5VrWQY/iBOB9G"], ["created_at", "2019-01-19 14:09:39.461757"], ["updated_at", "2019-01-19 14:09:39.461757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Ullam sint ut assumenda."], ["body", "Nisi fuga non. Omnis quia sint. Sapiente delectus harum."], ["created_at", "2019-01-19 14:09:39.462787"], ["updated_at", "2019-01-19 14:09:39.462787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "quinn@leuschke.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "quinn@leuschke.net"], ["encrypted_password", "$2a$04$P3YJUTyZhRxe5IcUX9270OcBmvVV92/Kcmis5zg9UruLyFEtpPE6W"], ["created_at", "2019-01-19 14:09:39.465304"], ["updated_at", "2019-01-19 14:09:39.465304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "A exercitationem sed quis."], ["body", "Exercitationem nihil autem. Sunt quam soluta. Earum delectus quo."], ["created_at", "2019-01-19 14:09:39.466331"], ["updated_at", "2019-01-19 14:09:39.466331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Dainashire 17"], ["created_at", "2019-01-19 14:09:39.467948"], ["updated_at", "2019-01-19 14:09:39.467948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'dainashire 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dusty@murphy.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dusty@murphy.name"], ["encrypted_password", "$2a$04$tIjt2szJmlhBYkg8f1mJVeAix8DGEva0/kxKRbH9i9B0uICVch1Cy"], ["created_at", "2019-01-19 14:09:39.474140"], ["updated_at", "2019-01-19 14:09:39.474140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_21"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_21"], ["name", "philosopher 21"], ["description", "philosopher 21"], ["created_at", "2019-01-19 14:09:39.476363"], ["updated_at", "2019-01-19 14:09:39.476363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:39.478450"], ["updated_at", "2019-01-19 14:09:39.478450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Tiarahaven 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Tiarahaven 19"], ["created_at", "2019-01-19 14:09:39.479718"], ["updated_at", "2019-01-19 14:09:39.479718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Zinaburgh 20"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Zinaburgh 20"], ["created_at", "2019-01-19 14:09:39.480863"], ["updated_at", "2019-01-19 14:09:39.480863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 19"], ["created_at", "2019-01-19 14:09:39.482327"], ["updated_at", "2019-01-19 14:09:39.482327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 20"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "magenta 20"], ["created_at", "2019-01-19 14:09:39.483687"], ["updated_at", "2019-01-19 14:09:39.483687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "angelia@mcglynnpowlowski.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "angelia@mcglynnpowlowski.net"], ["encrypted_password", "$2a$04$AkMylf2uSH0gUZZ7oNomOuDQAniWseJqxwRH8mIE1MvCvyMdTd6vS"], ["created_at", "2019-01-19 14:09:39.486284"], ["updated_at", "2019-01-19 14:09:39.486284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Culpa qui ea rerum."], ["body", "Consequatur eligendi molestiae. Non soluta totam. Assumenda ex iure."], ["created_at", "2019-01-19 14:09:39.487426"], ["updated_at", "2019-01-19 14:09:39.487426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carlton@nolan.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carlton@nolan.io"], ["encrypted_password", "$2a$04$1ayLTJmCQCSf2TIuNuHHFehjAOV9.w393j8Yk1.gHZ13IIYJGBA7C"], ["created_at", "2019-01-19 14:09:39.490132"], ["updated_at", "2019-01-19 14:09:39.490132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Et rerum nesciunt quia."], ["body", "Doloremque in ipsam. Facere voluptatem consequuntur. Sint eligendi voluptas."], ["created_at", "2019-01-19 14:09:39.491221"], ["updated_at", "2019-01-19 14:09:39.491221"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "thaddeuscremin@hilll.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "thaddeuscremin@hilll.net"], ["encrypted_password", "$2a$04$fnFPrUMwq9d0PMTFyj0K2e8vjTvrZbqaunOI8iwl2IihmvtpgI16G"], ["created_at", "2019-01-19 14:09:39.493661"], ["updated_at", "2019-01-19 14:09:39.493661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Aperiam enim atque eaque."], ["body", "Reprehenderit laudantium sapiente. Dolore in dignissimos. Voluptas sed maiores."], ["created_at", "2019-01-19 14:09:39.494747"], ["updated_at", "2019-01-19 14:09:39.494747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "haan@haucknitzsche.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "haan@haucknitzsche.org"], ["encrypted_password", "$2a$04$MhNG9GFtZchNkLmxPdkOHu7r3pdu1kMGe8SuSBZd31JKPsGN82LEC"], ["created_at", "2019-01-19 14:09:39.497197"], ["updated_at", "2019-01-19 14:09:39.497197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Et ea facilis et."], ["body", "Aut quo nostrum. Expedita eum minus. Numquam reiciendis est."], ["created_at", "2019-01-19 14:09:39.498238"], ["updated_at", "2019-01-19 14:09:39.498238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "New Tiarahaven 19"], ["created_at", "2019-01-19 14:09:39.499857"], ["updated_at", "2019-01-19 14:09:39.499857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "mint green 19"], ["created_at", "2019-01-19 14:09:39.501343"], ["updated_at", "2019-01-19 14:09:39.501343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new tiarahaven 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'mint green 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dixiehoppe@corkery.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dixiehoppe@corkery.net"], ["encrypted_password", "$2a$04$WxQ3Ta18mqkVtMlDRS6CQeBKOypHiIBqxvHDvtaHjPDZqH8nviMLi"], ["created_at", "2019-01-19 14:09:39.509584"], ["updated_at", "2019-01-19 14:09:39.509584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_22"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_22"], ["name", "writer 22"], ["description", "writer 22"], ["created_at", "2019-01-19 14:09:39.511627"], ["updated_at", "2019-01-19 14:09:39.511627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:39.513702"], ["updated_at", "2019-01-19 14:09:39.513702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Estelleberg 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Estelleberg 21"], ["created_at", "2019-01-19 14:09:39.515017"], ["updated_at", "2019-01-19 14:09:39.515017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Corwinshire 22"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Corwinshire 22"], ["created_at", "2019-01-19 14:09:39.516132"], ["updated_at", "2019-01-19 14:09:39.516132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 21"], ["created_at", "2019-01-19 14:09:39.517654"], ["updated_at", "2019-01-19 14:09:39.517654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 22"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "silver 22"], ["created_at", "2019-01-19 14:09:39.519099"], ["updated_at", "2019-01-19 14:09:39.519099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ellsworthreichel@hyatt.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ellsworthreichel@hyatt.name"], ["encrypted_password", "$2a$04$xxmoIHwtNP9CHPV1gtRBge/wdzMnRutC7A8uFprAcm6fUtY/qV1CS"], ["created_at", "2019-01-19 14:09:39.521822"], ["updated_at", "2019-01-19 14:09:39.521822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Laborum voluptas libero eveniet."], ["body", "Animi ut distinctio. Ad quos eum. Doloribus non odit."], ["created_at", "2019-01-19 14:09:39.523064"], ["updated_at", "2019-01-19 14:09:39.523064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lisabethweimann@maggiodickens.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lisabethweimann@maggiodickens.org"], ["encrypted_password", "$2a$04$UIqiU0NGG2IjQMlwmMYId.dCfddTktCRKg7K88LpV7hLofd9bTmbW"], ["created_at", "2019-01-19 14:09:39.525806"], ["updated_at", "2019-01-19 14:09:39.525806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Et tempora ipsam corrupti."], ["body", "Neque nam eos. Voluptas esse voluptate. Magni rerum eos."], ["created_at", "2019-01-19 14:09:39.526983"], ["updated_at", "2019-01-19 14:09:39.526983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arielklein@conroy.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "arielklein@conroy.name"], ["encrypted_password", "$2a$04$9hrdYqOO0f9Ra.oDR52ejOljN0dV0OfSyBexuiZRPwXBhZi2U3pTS"], ["created_at", "2019-01-19 14:09:39.530962"], ["updated_at", "2019-01-19 14:09:39.530962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.3ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Asperiores fugit est id."], ["body", "Ab nulla non. Quae laboriosam quisquam. Ab placeat vero."], ["created_at", "2019-01-19 14:09:39.532485"], ["updated_at", "2019-01-19 14:09:39.532485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "june@kuhlman.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "june@kuhlman.net"], ["encrypted_password", "$2a$04$z51dIU9yWLo91VfyuUHhReGkYe9JJWD1E4pnLKQOIyfI4rjveOcVa"], ["created_at", "2019-01-19 14:09:39.535678"], ["updated_at", "2019-01-19 14:09:39.535678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Perferendis ducimus fugit ut."], ["body", "Nemo consequatur earum. Sint fugit voluptatem. Ducimus autem et."], ["created_at", "2019-01-19 14:09:39.537107"], ["updated_at", "2019-01-19 14:09:39.537107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "North Estelleberg 21"], ["created_at", "2019-01-19 14:09:39.539276"], ["updated_at", "2019-01-19 14:09:39.539276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "purple 21"], ["created_at", "2019-01-19 14:09:39.541343"], ["updated_at", "2019-01-19 14:09:39.541343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.4ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north estelleberg 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'purple 21') Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north estelleberg 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'purple 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north estelleberg 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'purple 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "isaiah@keebler.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "isaiah@keebler.io"], ["encrypted_password", "$2a$04$LPSDqb9nQjK9oOZ2bMGmP.FpkGYDquUVqj7vrM37XRhChq2I2NQwa"], ["created_at", "2019-01-19 14:09:39.555983"], ["updated_at", "2019-01-19 14:09:39.555983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hortense@kerluke.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hortense@kerluke.info"], ["encrypted_password", "$2a$04$SR.a3A0yxYbI07HDckySCuuLGBG6m1gwJKi7FYuIiRkE4iXYz5RAi"], ["created_at", "2019-01-19 14:09:39.559187"], ["updated_at", "2019-01-19 14:09:39.559187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 23"], ["created_at", "2019-01-19 14:09:39.560801"], ["updated_at", "2019-01-19 14:09:39.560801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Zoraidamouth 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Zoraidamouth 23"], ["created_at", "2019-01-19 14:09:39.562180"], ["updated_at", "2019-01-19 14:09:39.562180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Molestiae velit et facere."], ["body", "Incidunt voluptates deserunt. Et et repellat. Libero consequatur est."], ["created_at", "2019-01-19 14:09:39.563317"], ["updated_at", "2019-01-19 14:09:39.563317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pariskerluke@bernhard.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pariskerluke@bernhard.com"], ["encrypted_password", "$2a$04$A0UCI3XIGT/tQg4RymLDiuku2VzrgJ6mC2ZuFCUGbLJ5XYZVZc0/W"], ["created_at", "2019-01-19 14:09:39.569564"], ["updated_at", "2019-01-19 14:09:39.569564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_23"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_23"], ["name", "teacher 23"], ["description", "teacher 23"], ["created_at", "2019-01-19 14:09:39.571751"], ["updated_at", "2019-01-19 14:09:39.571751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 24"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_24"], ["name", "human resources 24"], ["description", "human resources 24"], ["created_at", "2019-01-19 14:09:39.573523"], ["updated_at", "2019-01-19 14:09:39.573523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:39.576284"], ["updated_at", "2019-01-19 14:09:39.576284"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:39.577898"], ["updated_at", "2019-01-19 14:09:39.577898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Rigobertoland 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rigobertoland 24"], ["created_at", "2019-01-19 14:09:39.579415"], ["updated_at", "2019-01-19 14:09:39.579415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Issacville 25"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Issacville 25"], ["created_at", "2019-01-19 14:09:39.581012"], ["updated_at", "2019-01-19 14:09:39.581012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "plum 24"], ["created_at", "2019-01-19 14:09:39.582886"], ["updated_at", "2019-01-19 14:09:39.582886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 25"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "lime 25"], ["created_at", "2019-01-19 14:09:39.584668"], ["updated_at", "2019-01-19 14:09:39.584668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elia@tillman.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elia@tillman.biz"], ["encrypted_password", "$2a$04$c4mrldXBtroOuNbkZjYZ/eBYlVM9ZEJWcMIWmQ4fM3JXmgM97i4Qa"], ["created_at", "2019-01-19 14:09:39.587613"], ["updated_at", "2019-01-19 14:09:39.587613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Accusantium cumque aperiam voluptatem."], ["body", "Accusamus asperiores ut. Sunt praesentium officiis. Consequatur omnis a."], ["created_at", "2019-01-19 14:09:39.588947"], ["updated_at", "2019-01-19 14:09:39.588947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "teddyboehm@jaskolskiorn.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "teddyboehm@jaskolskiorn.info"], ["encrypted_password", "$2a$04$Nn5G8bG4iG7SHuO5yBCphu.sLXi5MxYKXa2XbKpaT/TV2FKyePldu"], ["created_at", "2019-01-19 14:09:39.592296"], ["updated_at", "2019-01-19 14:09:39.592296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Ut dolorum rerum sed."], ["body", "Sed veniam debitis. Repudiandae quos earum. Dolorem blanditiis nihil."], ["created_at", "2019-01-19 14:09:39.593581"], ["updated_at", "2019-01-19 14:09:39.593581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "blakebecker@kautzerhoeger.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "blakebecker@kautzerhoeger.co"], ["encrypted_password", "$2a$04$14q9NTK/7eQaosv26oiIk.ivx1E0.kOZzl8nvgmnDO1ChI2oZ6TTi"], ["created_at", "2019-01-19 14:09:39.596817"], ["updated_at", "2019-01-19 14:09:39.596817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Quia eius fugiat et."], ["body", "Dolor est quaerat. Debitis sit et. Minus accusamus possimus."], ["created_at", "2019-01-19 14:09:39.598086"], ["updated_at", "2019-01-19 14:09:39.598086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ethan@olson.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ethan@olson.biz"], ["encrypted_password", "$2a$04$ThaAymUeGbZIYQR.bnxYvOxkoX1vO48NVrcfStZ7ZZCAmNITr1B7."], ["created_at", "2019-01-19 14:09:39.601330"], ["updated_at", "2019-01-19 14:09:39.601330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Eaque laudantium non nobis."], ["body", "Porro quis distinctio. Aliquid eligendi exercitationem. At dolor nulla."], ["created_at", "2019-01-19 14:09:39.602637"], ["updated_at", "2019-01-19 14:09:39.602637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Rigobertoland 24"], ["created_at", "2019-01-19 14:09:39.604672"], ["updated_at", "2019-01-19 14:09:39.604672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "plum 24"], ["created_at", "2019-01-19 14:09:39.606768"], ["updated_at", "2019-01-19 14:09:39.606768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Issacville 25"], ["created_at", "2019-01-19 14:09:39.609240"], ["updated_at", "2019-01-19 14:09:39.609240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "lime 25"], ["created_at", "2019-01-19 14:09:39.611337"], ["updated_at", "2019-01-19 14:09:39.611337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'rigobertoland 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'plum 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'issacville 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lime 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "emilio@stehr.info"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "emilio@stehr.info"], ["encrypted_password", "$2a$04$StsctxAl6Kyq5k4Yu/EA5ecadGcfQyRsIZs8S3Exp7CmuAYMD21nS"], ["created_at", "2019-01-19 14:09:39.623608"], ["updated_at", "2019-01-19 14:09:39.623608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_25"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_25"], ["name", "designer 25"], ["description", "designer 25"], ["created_at", "2019-01-19 14:09:39.626372"], ["updated_at", "2019-01-19 14:09:39.626372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_26"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_26"], ["name", "biologist 26"], ["description", "biologist 26"], ["created_at", "2019-01-19 14:09:39.628444"], ["updated_at", "2019-01-19 14:09:39.628444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:39.632093"], ["updated_at", "2019-01-19 14:09:39.632093"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:39.642401"], ["updated_at", "2019-01-19 14:09:39.642401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Gilstad 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Gilstad 26"], ["created_at", "2019-01-19 14:09:39.643938"], ["updated_at", "2019-01-19 14:09:39.643938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Emelda 27"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Emelda 27"], ["created_at", "2019-01-19 14:09:39.645251"], ["updated_at", "2019-01-19 14:09:39.645251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "cyan 26"], ["created_at", "2019-01-19 14:09:39.646804"], ["updated_at", "2019-01-19 14:09:39.646804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 27"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "indigo 27"], ["created_at", "2019-01-19 14:09:39.648272"], ["updated_at", "2019-01-19 14:09:39.648272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lenita@gottlieb.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lenita@gottlieb.biz"], ["encrypted_password", "$2a$04$hQTUIDpndz7dTQOomjxuNOzwFVDOGg3UGs6mraFhLNL3dfglCGYde"], ["created_at", "2019-01-19 14:09:39.651051"], ["updated_at", "2019-01-19 14:09:39.651051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Quis omnis nobis est."], ["body", "At eum rerum. Quod libero asperiores. Sed aspernatur eos."], ["created_at", "2019-01-19 14:09:39.652210"], ["updated_at", "2019-01-19 14:09:39.652210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gildaschiller@bergstromkuhlman.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gildaschiller@bergstromkuhlman.net"], ["encrypted_password", "$2a$04$YDAYmSMArjSQc/X1IhXxkO1DO8/TCQxdisErOUYy2Q2GUW.BqCf26"], ["created_at", "2019-01-19 14:09:39.654820"], ["updated_at", "2019-01-19 14:09:39.654820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Aliquam ipsa perspiciatis qui."], ["body", "Aut ducimus rem. Qui consequatur earum. Debitis quia praesentium."], ["created_at", "2019-01-19 14:09:39.655873"], ["updated_at", "2019-01-19 14:09:39.655873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "andrea@beer.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "andrea@beer.io"], ["encrypted_password", "$2a$04$sRQwbuduLlx1rozsJIbiy.GxRZxJvlYuaKt9c/Ejbr1SL3SIva92m"], ["created_at", "2019-01-19 14:09:39.658217"], ["updated_at", "2019-01-19 14:09:39.658217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Et dolor aliquid vel."], ["body", "Tempora numquam atque. Quia quia maxime. Numquam dignissimos fuga."], ["created_at", "2019-01-19 14:09:39.659229"], ["updated_at", "2019-01-19 14:09:39.659229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jane@deckowadams.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jane@deckowadams.co"], ["encrypted_password", "$2a$04$6eRbsQv7s3SLI9QxAgMCi.xHZ4wiPIEtxAxaVCn9ezP53a9J2g6EK"], ["created_at", "2019-01-19 14:09:39.661536"], ["updated_at", "2019-01-19 14:09:39.661536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Qui laudantium ad quia."], ["body", "Praesentium fugiat rerum. Hic voluptas autem. Sit quia atque."], ["created_at", "2019-01-19 14:09:39.662523"], ["updated_at", "2019-01-19 14:09:39.662523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Gilstad 26"], ["created_at", "2019-01-19 14:09:39.663993"], ["updated_at", "2019-01-19 14:09:39.663993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "cyan 26"], ["created_at", "2019-01-19 14:09:39.665391"], ["updated_at", "2019-01-19 14:09:39.665391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Lake Emelda 27"], ["created_at", "2019-01-19 14:09:39.666697"], ["updated_at", "2019-01-19 14:09:39.666697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "indigo 27"], ["created_at", "2019-01-19 14:09:39.667995"], ["updated_at", "2019-01-19 14:09:39.667995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east gilstad 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'cyan 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake emelda 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'indigo 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east gilstad 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'cyan 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake emelda 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'indigo 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darceygreenholt@howell.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darceygreenholt@howell.com"], ["encrypted_password", "$2a$04$PM62sC6vngOdsJXrxsjazOHTriXrV4qg8DeO1QMhE0Q7A1vxcGl86"], ["created_at", "2019-01-19 14:09:39.680774"], ["updated_at", "2019-01-19 14:09:39.680774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_27"], ["name", "philosopher 27"], ["description", "philosopher 27"], ["created_at", "2019-01-19 14:09:39.683051"], ["updated_at", "2019-01-19 14:09:39.683051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_28"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_28"], ["name", "economist 28"], ["description", "economist 28"], ["created_at", "2019-01-19 14:09:39.684510"], ["updated_at", "2019-01-19 14:09:39.684510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:39.686485"], ["updated_at", "2019-01-19 14:09:39.686485"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:39.687767"], ["updated_at", "2019-01-19 14:09:39.687767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Bartellberg 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bartellberg 28"], ["created_at", "2019-01-19 14:09:39.688920"], ["updated_at", "2019-01-19 14:09:39.688920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Rueckerstad 29"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rueckerstad 29"], ["created_at", "2019-01-19 14:09:39.689993"], ["updated_at", "2019-01-19 14:09:39.689993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 28"], ["created_at", "2019-01-19 14:09:39.691288"], ["updated_at", "2019-01-19 14:09:39.691288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 29"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "magenta 29"], ["created_at", "2019-01-19 14:09:39.692522"], ["updated_at", "2019-01-19 14:09:39.692522"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "noe@jerde.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "noe@jerde.com"], ["encrypted_password", "$2a$04$khyaW3bqVWRBJ7GrQuuRi.ft1gsxcQiWcljeLhWCyQ6rlqRDrTOrq"], ["created_at", "2019-01-19 14:09:39.694916"], ["updated_at", "2019-01-19 14:09:39.694916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Libero enim impedit quae."], ["body", "Et facere laborum. Enim sit voluptas. Eligendi veritatis ut."], ["created_at", "2019-01-19 14:09:39.695974"], ["updated_at", "2019-01-19 14:09:39.695974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "waynegreenfelder@zemlak.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "waynegreenfelder@zemlak.info"], ["encrypted_password", "$2a$04$GgDmC49c8Lju2MBhXvllA.0BvB1KX6RZoHWJriacLAmIp8vOlbfNi"], ["created_at", "2019-01-19 14:09:39.698446"], ["updated_at", "2019-01-19 14:09:39.698446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Hic eveniet molestiae qui."], ["body", "Fuga dolorem ex. Consectetur quis necessitatibus. Quibusdam veniam vero."], ["created_at", "2019-01-19 14:09:39.699466"], ["updated_at", "2019-01-19 14:09:39.699466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rickey@ferry.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rickey@ferry.net"], ["encrypted_password", "$2a$04$jVqZ0gwC3OktMYueG9ooaOyN21109ymQBks/J7jpeeF.xHZci9jpK"], ["created_at", "2019-01-19 14:09:39.701859"], ["updated_at", "2019-01-19 14:09:39.701859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Cupiditate qui rerum est."], ["body", "Dolores commodi quis. Facere porro tempora. Accusamus eos odit."], ["created_at", "2019-01-19 14:09:39.702832"], ["updated_at", "2019-01-19 14:09:39.702832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carlikohler@legrosconsidine.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carlikohler@legrosconsidine.info"], ["encrypted_password", "$2a$04$VNgncGuxYmE51fv0KgZdt.0dr9giiIYEYPyTz58s8TjsBq7KlFCTG"], ["created_at", "2019-01-19 14:09:39.705171"], ["updated_at", "2019-01-19 14:09:39.705171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Voluptatum est deserunt quis."], ["body", "Vitae ex qui. Provident ea fugiat. Sint voluptatem voluptatibus."], ["created_at", "2019-01-19 14:09:39.706178"], ["updated_at", "2019-01-19 14:09:39.706178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Bartellberg 28"], ["created_at", "2019-01-19 14:09:39.707689"], ["updated_at", "2019-01-19 14:09:39.707689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "gold 28"], ["created_at", "2019-01-19 14:09:39.709101"], ["updated_at", "2019-01-19 14:09:39.709101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-19 14:09:39.710380"], ["updated_at", "2019-01-19 14:09:39.710380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "magenta 29"], ["created_at", "2019-01-19 14:09:39.711926"], ["updated_at", "2019-01-19 14:09:39.711926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'bartellberg 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'gold 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'magenta 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.4ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-19 14:09:39.736046"], ["updated_at", "2019-01-19 14:09:39.736046"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "architect_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "architect 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_3"], ["name", "architect 3"], ["description", "architect 3"], ["created_at", "2019-01-19 14:09:39.739219"], ["updated_at", "2019-01-19 14:09:39.739219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 14:09:39.740498"], ["updated_at", "2019-01-19 14:09:39.740498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.2ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 14:09:39.764999"], ["updated_at", "2019-01-19 14:09:39.764999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 14:09:39.765983"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 14:09:39.779459"], ["updated_at", "2019-01-19 14:09:39.779459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 14:09:39.780565"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.5ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-19 14:09:39.801815"], ["updated_at", "2019-01-19 14:09:39.801815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 14:09:39.833256"], ["updated_at", "2019-01-19 14:09:39.833256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-19 14:09:39.834403"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "attorney_at_law_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "attorney at law 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_4"], ["name", "attorney at law 4"], ["description", "attorney at law 4"], ["created_at", "2019-01-19 14:09:39.937076"], ["updated_at", "2019-01-19 14:09:39.937076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 29"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_29"], ["name", "agriculturist 29"], ["description", "agriculturist 29"], ["created_at", "2019-01-19 14:09:39.939699"], ["updated_at", "2019-01-19 14:09:39.939699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:39.941068"], ["updated_at", "2019-01-19 14:09:39.941068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "agriculturist_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "agriculturist 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_5"], ["name", "agriculturist 5"], ["description", "agriculturist 5"], ["created_at", "2019-01-19 14:09:39.955657"], ["updated_at", "2019-01-19 14:09:39.955657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 30"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_30"], ["name", "designer 30"], ["description", "designer 30"], ["created_at", "2019-01-19 14:09:39.958248"], ["updated_at", "2019-01-19 14:09:39.958248"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 14:09:39.960622"], ["updated_at", "2019-01-19 14:09:39.960622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 14:09:39.986097"], ["updated_at", "2019-01-19 14:09:39.986097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 14:09:39.987467"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 14:09:39.998605"], ["updated_at", "2019-01-19 14:09:39.998605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 14:09:39.999998"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-19 14:09:40.020658"], ["updated_at", "2019-01-19 14:09:40.020658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 31"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_31"], ["name", "writer 31"], ["description", "writer 31"], ["created_at", "2019-01-19 14:09:40.054085"], ["updated_at", "2019-01-19 14:09:40.054085"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-19 14:09:40.056566"], ["updated_at", "2019-01-19 14:09:40.056566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.5ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-19 14:09:40.159463"], ["updated_at", "2019-01-19 14:09:40.159463"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-19 14:09:40.161828"], ["updated_at", "2019-01-19 14:09:40.161828"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 14:09:40.167570"], ["updated_at", "2019-01-19 14:09:40.167570"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 14:09:40.169665"], ["updated_at", "2019-01-19 14:09:40.169665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 14:09:40.172056"], ["updated_at", "2019-01-19 14:09:40.172056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "quincy@kovacek.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "quincy@kovacek.net"], ["encrypted_password", "$2a$04$pH5DFsVVmjQZSGUhT7AmV.GE5cXs0iZu8Ynbp1vP/fBIpZfQzhXFG"], ["created_at", "2019-01-19 14:09:40.176590"], ["updated_at", "2019-01-19 14:09:40.176590"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.3ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Molestiae et eum quidem."], ["body", "At in ut. Ipsam ut deserunt. Sunt quis deserunt."], ["created_at", "2019-01-19 14:09:40.178740"], ["updated_at", "2019-01-19 14:09:40.178740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adankertzmann@kling.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "adankertzmann@kling.org"], ["encrypted_password", "$2a$04$gWqXq.c5NUEOOax5LQbUEOpvelgm4Fvf7.3KeGHXJ5GfUS2qjphMG"], ["created_at", "2019-01-19 14:09:40.182306"], ["updated_at", "2019-01-19 14:09:40.182306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Tenetur dolores exercitationem amet."], ["body", "Ut placeat rerum. Ullam aperiam quisquam. Deleniti labore hic."], ["created_at", "2019-01-19 14:09:40.183617"], ["updated_at", "2019-01-19 14:09:40.183617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 14:09:40.188489"], ["updated_at", "2019-01-19 14:09:40.188489"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 14:09:40.190764"], ["updated_at", "2019-01-19 14:09:40.190764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 14:09:40.192263"], ["updated_at", "2019-01-19 14:09:40.192263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "linopaucek@bartellkshlerin.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "linopaucek@bartellkshlerin.net"], ["encrypted_password", "$2a$04$VgdXZN2BRTLoMUbUvOlP/e.b6U/uDPUAMvW4Jef6gyptww2cAqL36"], ["created_at", "2019-01-19 14:09:40.195082"], ["updated_at", "2019-01-19 14:09:40.195082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Aperiam voluptas doloremque rem."], ["body", "Eum quibusdam dicta. Sapiente et necessitatibus. Fugit asperiores autem."], ["created_at", "2019-01-19 14:09:40.196349"], ["updated_at", "2019-01-19 14:09:40.196349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rich@thiellubowitz.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rich@thiellubowitz.co"], ["encrypted_password", "$2a$04$5ow2con1iGD9T8HGUxVdyuDU/MAWS5fREhRRACj2vBDAY0xjORA4G"], ["created_at", "2019-01-19 14:09:40.199255"], ["updated_at", "2019-01-19 14:09:40.199255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Porro voluptas animi deleniti."], ["body", "Laboriosam odit rerum. Facere ipsa dolor. Quo provident ratione."], ["created_at", "2019-01-19 14:09:40.200498"], ["updated_at", "2019-01-19 14:09:40.200498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 14:09:40.204017"], ["updated_at", "2019-01-19 14:09:40.204017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 14:09:40.205716"], ["updated_at", "2019-01-19 14:09:40.205716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 14:09:40.207616"], ["updated_at", "2019-01-19 14:09:40.207616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eileen@hane.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eileen@hane.co"], ["encrypted_password", "$2a$04$PX9dQdKzPjFwqlymjIW6y.THXKm9sLtK9jpOmrqv8H8C5ICPvwCme"], ["created_at", "2019-01-19 14:09:40.210284"], ["updated_at", "2019-01-19 14:09:40.210284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Autem ad sed ratione."], ["body", "Vitae impedit minima. Rerum voluptatem voluptas. Cupiditate accusamus neque."], ["created_at", "2019-01-19 14:09:40.211421"], ["updated_at", "2019-01-19 14:09:40.211421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "violetamayert@kunzewaelchi.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "violetamayert@kunzewaelchi.net"], ["encrypted_password", "$2a$04$8wCtsSw9t.2zMJvvdS2jSOSCmk2CR08MEVBpsH5udEwJ80tudU2Ki"], ["created_at", "2019-01-19 14:09:40.213987"], ["updated_at", "2019-01-19 14:09:40.213987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Ducimus autem asperiores ea."], ["body", "Sed reiciendis officia. Incidunt ab dolor. Minima et at."], ["created_at", "2019-01-19 14:09:40.215020"], ["updated_at", "2019-01-19 14:09:40.215020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.5ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 14:09:40.219128"], ["updated_at", "2019-01-19 14:09:40.219128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 14:09:40.220474"], ["updated_at", "2019-01-19 14:09:40.220474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 14:09:40.221741"], ["updated_at", "2019-01-19 14:09:40.221741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lynellhowe@dicki.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lynellhowe@dicki.info"], ["encrypted_password", "$2a$04$g1rmdzDZvApTNlnZ8EtXCOzl2w1YO5XCQPtKwmV9yAGB1kUSkYkjq"], ["created_at", "2019-01-19 14:09:40.224721"], ["updated_at", "2019-01-19 14:09:40.224721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quaerat dolore velit id."], ["body", "Ut eos et. Perspiciatis ut consectetur. Consequatur eveniet dolor."], ["created_at", "2019-01-19 14:09:40.225943"], ["updated_at", "2019-01-19 14:09:40.225943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "seanauer@dubuque.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "seanauer@dubuque.name"], ["encrypted_password", "$2a$04$VzI0WYn0UPi7w3w/nH4B8OGuA1mF1ClGgSYWcEQCnXE7UkwMhGSUa"], ["created_at", "2019-01-19 14:09:40.228815"], ["updated_at", "2019-01-19 14:09:40.228815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Odio qui laboriosam ex."], ["body", "Quia soluta est. Illum ut ea. Voluptate aliquid nobis."], ["created_at", "2019-01-19 14:09:40.229938"], ["updated_at", "2019-01-19 14:09:40.229938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "luciusgrady@denesik.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "luciusgrady@denesik.biz"], ["encrypted_password", "$2a$04$23wimQOkseRSAtac8sgXkuBBDsnVrqoJSC23IaMyAYJqyfDZlWa3K"], ["created_at", "2019-01-19 14:09:40.232406"], ["updated_at", "2019-01-19 14:09:40.232406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Et dolor qui mollitia."], ["body", "Nulla voluptates vitae. Quaerat dignissimos totam. Enim dolores facilis."], ["created_at", "2019-01-19 14:09:40.233410"], ["updated_at", "2019-01-19 14:09:40.233410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 14:09:40.240099"], ["updated_at", "2019-01-19 14:09:40.240099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 14:09:40.241799"], ["updated_at", "2019-01-19 14:09:40.241799"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 14:09:40.243532"], ["updated_at", "2019-01-19 14:09:40.243532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 14:09:40.244846"], ["updated_at", "2019-01-19 14:09:40.244846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marva@feil.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marva@feil.com"], ["encrypted_password", "$2a$04$6Xwu9oyGTMYMnelxvWjW4OLdt3Xn8z1eO6uxunTQ9aU9T5i3Swi3i"], ["created_at", "2019-01-19 14:09:40.247373"], ["updated_at", "2019-01-19 14:09:40.247373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Magni ex soluta neque."], ["body", "Fugit porro excepturi. Ut itaque consequatur. Et dolores quo."], ["created_at", "2019-01-19 14:09:40.248541"], ["updated_at", "2019-01-19 14:09:40.248541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "verlie@cronafriesen.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "verlie@cronafriesen.name"], ["encrypted_password", "$2a$04$bCi9FJQ2il9Yqho1M0o1Ke.R63aOR9GYAdXUVGXbfrhx.YICKhFeS"], ["created_at", "2019-01-19 14:09:40.251067"], ["updated_at", "2019-01-19 14:09:40.251067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Laborum omnis facere eligendi."], ["body", "Voluptas pariatur accusantium. Consequuntur at aut. Et porro molestias."], ["created_at", "2019-01-19 14:09:40.252057"], ["updated_at", "2019-01-19 14:09:40.252057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reynaldo@green.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "reynaldo@green.name"], ["encrypted_password", "$2a$04$p02q.6oGwb9VONCc5c1Sw.UBruR6vx9WYz44yRYuW2g2sf/byZAfy"], ["created_at", "2019-01-19 14:09:40.254592"], ["updated_at", "2019-01-19 14:09:40.254592"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Culpa cupiditate nostrum deserunt."], ["body", "Repellendus rerum enim. Harum sed voluptas. Nihil voluptas rerum."], ["created_at", "2019-01-19 14:09:40.255685"], ["updated_at", "2019-01-19 14:09:40.255685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ferminernser@ritchie.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ferminernser@ritchie.name"], ["encrypted_password", "$2a$04$S6pCo5zCczlim.xK7/pu0uW.AcoUq/PwL6YjkY8i0w2GygKQyVIrK"], ["created_at", "2019-01-19 14:09:40.258083"], ["updated_at", "2019-01-19 14:09:40.258083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Voluptatem repellat qui pariatur."], ["body", "Unde velit recusandae. Beatae aut asperiores. Omnis nesciunt voluptas."], ["created_at", "2019-01-19 14:09:40.259105"], ["updated_at", "2019-01-19 14:09:40.259105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 14:09:40.264124"], ["updated_at", "2019-01-19 14:09:40.264124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 14:09:40.265825"], ["updated_at", "2019-01-19 14:09:40.265825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 14:09:40.267353"], ["updated_at", "2019-01-19 14:09:40.267353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 14:09:40.268617"], ["updated_at", "2019-01-19 14:09:40.268617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "letha@ratkejast.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "letha@ratkejast.co"], ["encrypted_password", "$2a$04$t7PBd.XvKfZ2GXG4uGrNO.g1KxQp0HiJc5stRuWPGCwT/15G6zQ7S"], ["created_at", "2019-01-19 14:09:40.271114"], ["updated_at", "2019-01-19 14:09:40.271114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Nostrum soluta officiis doloribus."], ["body", "Ab illum corporis. Quaerat quo qui. Blanditiis praesentium nemo."], ["created_at", "2019-01-19 14:09:40.272391"], ["updated_at", "2019-01-19 14:09:40.272391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lorenmouth 30"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lorenmouth 30"], ["created_at", "2019-01-19 14:09:40.275414"], ["updated_at", "2019-01-19 14:09:40.275414"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Andersonmouth 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Andersonmouth 31"], ["created_at", "2019-01-19 14:09:40.277210"], ["updated_at", "2019-01-19 14:09:40.277210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Okunevaberg 32"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Okunevaberg 32"], ["created_at", "2019-01-19 14:09:40.278302"], ["updated_at", "2019-01-19 14:09:40.278302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Aperiam consequuntur quibusdam natus."], ["created_at", "2019-01-19 14:09:40.283840"], ["updated_at", "2019-01-19 14:09:40.283840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 14:09:40.292311"], ["updated_at", "2019-01-19 14:09:40.292311"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 14:09:40.293421"], ["updated_at", "2019-01-19 14:09:40.293421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 14:09:40.296825"], ["updated_at", "2019-01-19 14:09:40.296825"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 14:09:40.298921"], ["updated_at", "2019-01-19 14:09:40.298921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cordeliafriesen@harvey.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cordeliafriesen@harvey.info"], ["encrypted_password", "$2a$04$SV2xiF/NKjT3kRU5GWiK.ucoIX/AApKVax5E9eSLn3IkV/.l1if2y"], ["created_at", "2019-01-19 14:09:40.301765"], ["updated_at", "2019-01-19 14:09:40.301765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Qui quibusdam rem explicabo."], ["body", "Nesciunt beatae aut. Numquam temporibus ipsa. Est sint ipsa."], ["created_at", "2019-01-19 14:09:40.303002"], ["updated_at", "2019-01-19 14:09:40.303002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.3ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Cumque ipsum nesciunt necessitatibus."], ["created_at", "2019-01-19 14:09:40.305433"], ["updated_at", "2019-01-19 14:09:40.305433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marileekunde@mertzschmitt.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marileekunde@mertzschmitt.biz"], ["encrypted_password", "$2a$04$d0NBfLqozqDljnKpkuXGcOt.PKc05un4Cjyc8q4DvU2ZOWCexwvWK"], ["created_at", "2019-01-19 14:09:40.311261"], ["updated_at", "2019-01-19 14:09:40.311261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "cyan 30"], ["created_at", "2019-01-19 14:09:40.313146"], ["updated_at", "2019-01-19 14:09:40.313146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Tuanchester 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Tuanchester 33"], ["created_at", "2019-01-19 14:09:40.314395"], ["updated_at", "2019-01-19 14:09:40.314395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eum inventore in totam."], ["body", "Ut nihil fuga. Dicta reiciendis repellendus. Autem temporibus soluta."], ["created_at", "2019-01-19 14:09:40.315451"], ["updated_at", "2019-01-19 14:09:40.315451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Schultzfurt 34"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Schultzfurt 34"], ["created_at", "2019-01-19 14:09:40.319025"], ["updated_at", "2019-01-19 14:09:40.319025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Minhview 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Minhview 35"], ["created_at", "2019-01-19 14:09:40.324606"], ["updated_at", "2019-01-19 14:09:40.324606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 14:09:40.328000"], ["updated_at", "2019-01-19 14:09:40.328000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 14:09:40.329697"], ["updated_at", "2019-01-19 14:09:40.329697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "solangemorar@homenickprice.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "solangemorar@homenickprice.co"], ["encrypted_password", "$2a$04$0mFL9UM7s7NrZmSNmTe0k.q.dWrsvEYDUTGlAEt4gKYhjkw4wWhJu"], ["created_at", "2019-01-19 14:09:40.332514"], ["updated_at", "2019-01-19 14:09:40.332514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 31"], ["created_at", "2019-01-19 14:09:40.334050"], ["updated_at", "2019-01-19 14:09:40.334050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Est iste dolorem ut."], ["body", "Error eos quidem. Doloribus reiciendis commodi. Rerum perferendis rem."], ["created_at", "2019-01-19 14:09:40.335135"], ["updated_at", "2019-01-19 14:09:40.335135"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 14:09:40.338108"], ["updated_at", "2019-01-19 14:09:40.338108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 14:09:40.339820"], ["updated_at", "2019-01-19 14:09:40.339820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilhelmina@larkin.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wilhelmina@larkin.org"], ["encrypted_password", "$2a$04$VE2/Rcu4/cd5Uiuhv1R8GO9.TKzXYmIY9ICivAzkFNt3yy5/3rEZa"], ["created_at", "2019-01-19 14:09:40.342803"], ["updated_at", "2019-01-19 14:09:40.342803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "black 32"], ["created_at", "2019-01-19 14:09:40.344364"], ["updated_at", "2019-01-19 14:09:40.344364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Repellat enim repellendus aut."], ["body", "Repellendus porro sint. Sit unde aperiam. Numquam beatae voluptatem."], ["created_at", "2019-01-19 14:09:40.345373"], ["updated_at", "2019-01-19 14:09:40.345373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Kristaburgh 36"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Kristaburgh 36"], ["created_at", "2019-01-19 14:09:40.348674"], ["updated_at", "2019-01-19 14:09:40.348674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Naderbury 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Naderbury 37"], ["created_at", "2019-01-19 14:09:40.350348"], ["updated_at", "2019-01-19 14:09:40.350348"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Loiseborough 38"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Loiseborough 38"], ["created_at", "2019-01-19 14:09:40.351426"], ["updated_at", "2019-01-19 14:09:40.351426"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Repellendus aut illum placeat."], ["created_at", "2019-01-19 14:09:40.352273"], ["updated_at", "2019-01-19 14:09:40.352273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 14:09:40.353772"], ["updated_at", "2019-01-19 14:09:40.353772"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 14:09:40.354553"], ["updated_at", "2019-01-19 14:09:40.354553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Leroyport 39"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Leroyport 39"], ["created_at", "2019-01-19 14:09:40.357721"], ["updated_at", "2019-01-19 14:09:40.357721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Mardellmouth 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Mardellmouth 40"], ["created_at", "2019-01-19 14:09:40.359534"], ["updated_at", "2019-01-19 14:09:40.359534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Littlefort 41"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Littlefort 41"], ["created_at", "2019-01-19 14:09:40.360643"], ["updated_at", "2019-01-19 14:09:40.360643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Giovannaville 42"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Giovannaville 42"], ["created_at", "2019-01-19 14:09:40.361694"], ["updated_at", "2019-01-19 14:09:40.361694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Dolorem sapiente molestiae qui."], ["created_at", "2019-01-19 14:09:40.362474"], ["updated_at", "2019-01-19 14:09:40.362474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 14:09:40.363870"], ["updated_at", "2019-01-19 14:09:40.363870"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 14:09:40.364642"], ["updated_at", "2019-01-19 14:09:40.364642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hyattmouth 43"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hyattmouth 43"], ["created_at", "2019-01-19 14:09:40.367825"], ["updated_at", "2019-01-19 14:09:40.367825"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "simona@ebert.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "simona@ebert.net"], ["encrypted_password", "$2a$04$JiYydOokQGlm.4oSw6deQeJWnc7nX/VWymGeGwF.gR2TvECZyztCq"], ["created_at", "2019-01-19 14:09:40.371099"], ["updated_at", "2019-01-19 14:09:40.371099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 33"], ["created_at", "2019-01-19 14:09:40.372634"], ["updated_at", "2019-01-19 14:09:40.372634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Willside 44"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Willside 44"], ["created_at", "2019-01-19 14:09:40.373733"], ["updated_at", "2019-01-19 14:09:40.373733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Optio itaque vel suscipit."], ["body", "Quo distinctio dolorem. Saepe tempore aliquam. Corporis est molestias."], ["created_at", "2019-01-19 14:09:40.374685"], ["updated_at", "2019-01-19 14:09:40.374685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Arleanland 45"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Arleanland 45"], ["created_at", "2019-01-19 14:09:40.377630"], ["updated_at", "2019-01-19 14:09:40.377630"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kerry@torp.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kerry@torp.net"], ["encrypted_password", "$2a$04$cvlLN6TFTFQJriT6WAHO4urmV7V1/CdPkbtpKqlISyHm2XsGj0/02"], ["created_at", "2019-01-19 14:09:40.381096"], ["updated_at", "2019-01-19 14:09:40.381096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "pink 34"], ["created_at", "2019-01-19 14:09:40.383009"], ["updated_at", "2019-01-19 14:09:40.383009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Rauville 46"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rauville 46"], ["created_at", "2019-01-19 14:09:40.384198"], ["updated_at", "2019-01-19 14:09:40.384198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Quia fugiat in sit."], ["body", "Occaecati consectetur numquam. In non quas. Autem consequatur odit."], ["created_at", "2019-01-19 14:09:40.385173"], ["updated_at", "2019-01-19 14:09:40.385173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Earleneborough 47"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Earleneborough 47"], ["created_at", "2019-01-19 14:09:40.388796"], ["updated_at", "2019-01-19 14:09:40.388796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hahnfort 49"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hahnfort 49"], ["created_at", "2019-01-19 14:09:40.392135"], ["updated_at", "2019-01-19 14:09:40.392135"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Odisshire 51"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Odisshire 51"], ["created_at", "2019-01-19 14:09:40.395777"], ["updated_at", "2019-01-19 14:09:40.395777"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reneegoodwin@hermann.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "reneegoodwin@hermann.co"], ["encrypted_password", "$2a$04$w8fSK050AVxW3YeOOke25eLeD0uA1yt6sGT.vmkg3DhVzXlNrXsX."], ["created_at", "2019-01-19 14:09:40.402422"], ["updated_at", "2019-01-19 14:09:40.402422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_1"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 1"], ["LIMIT", 1]] Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_1"], ["name", "agriculturist 1"], ["description", "agriculturist 1"], ["created_at", "2019-01-19 14:09:58.180443"], ["updated_at", "2019-01-19 14:09:58.180443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 2"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_2"], ["name", "designer 2"], ["description", "designer 2"], ["created_at", "2019-01-19 14:09:58.182683"], ["updated_at", "2019-01-19 14:09:58.182683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sherikapouros@sporerschumm.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sherikapouros@sporerschumm.com"], ["encrypted_password", "$2a$04$LeNkEbucyX5gAJD555EdZ.DW4nXxpPzoFrSU8ZzD/ZMwJa6gjFyti"], ["created_at", "2019-01-19 14:09:58.211083"], ["updated_at", "2019-01-19 14:09:58.211083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 1"], ["created_at", "2019-01-19 14:09:58.217733"], ["updated_at", "2019-01-19 14:09:58.217733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Thomasine 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Thomasine 1"], ["created_at", "2019-01-19 14:09:58.223813"], ["updated_at", "2019-01-19 14:09:58.223813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptas et modi alias."], ["body", "Cum consequatur recusandae. Rerum facilis delectus. Vero optio molestias."], ["created_at", "2019-01-19 14:09:58.225515"], ["updated_at", "2019-01-19 14:09:58.225515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_3"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_3"], ["name", "interpreter 3"], ["description", "interpreter 3"], ["created_at", "2019-01-19 14:09:58.232008"], ["updated_at", "2019-01-19 14:09:58.232008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_4"], ["name", "statistician 4"], ["description", "statistician 4"], ["created_at", "2019-01-19 14:09:58.233751"], ["updated_at", "2019-01-19 14:09:58.233751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ryannokuneva@boyleterry.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ryannokuneva@boyleterry.name"], ["encrypted_password", "$2a$04$xhsUOdXlDYGLt98lYmYc2.qMUD1IF7VNMTNJ3zUthe5EKi9PpLclO"], ["created_at", "2019-01-19 14:09:58.237372"], ["updated_at", "2019-01-19 14:09:58.237372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 2"], ["created_at", "2019-01-19 14:09:58.238888"], ["updated_at", "2019-01-19 14:09:58.238888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Mellisa 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Mellisa 2"], ["created_at", "2019-01-19 14:09:58.240043"], ["updated_at", "2019-01-19 14:09:58.240043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Pariatur nisi dolores et."], ["body", "Aut illum aut. Rerum aut consequatur. Autem aut unde."], ["created_at", "2019-01-19 14:09:58.240981"], ["updated_at", "2019-01-19 14:09:58.240981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_5"], ["name", "firefighter 5"], ["description", "firefighter 5"], ["created_at", "2019-01-19 14:09:58.251624"], ["updated_at", "2019-01-19 14:09:58.251624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 6"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_6"], ["name", "statistician 6"], ["description", "statistician 6"], ["created_at", "2019-01-19 14:09:58.253240"], ["updated_at", "2019-01-19 14:09:58.253240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "temikalubowitz@nitzscheraynor.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "temikalubowitz@nitzscheraynor.io"], ["encrypted_password", "$2a$04$vCZNsK4tfIt459dVwgaavew1r2XbTqxpWXLVBsYKVnFi5opxvyp4q"], ["created_at", "2019-01-19 14:09:58.256730"], ["updated_at", "2019-01-19 14:09:58.256730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 3"], ["created_at", "2019-01-19 14:09:58.258440"], ["updated_at", "2019-01-19 14:09:58.258440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Rosenbaummouth 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rosenbaummouth 3"], ["created_at", "2019-01-19 14:09:58.259718"], ["updated_at", "2019-01-19 14:09:58.259718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Maxime possimus dolores quia."], ["body", "Incidunt possimus sit. Repudiandae officiis voluptatem. Itaque officia corrupti."], ["created_at", "2019-01-19 14:09:58.260787"], ["updated_at", "2019-01-19 14:09:58.260787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_7"], ["name", "physicist 7"], ["description", "physicist 7"], ["created_at", "2019-01-19 14:09:58.266546"], ["updated_at", "2019-01-19 14:09:58.266546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_8"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 8"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_8"], ["name", "human resources 8"], ["description", "human resources 8"], ["created_at", "2019-01-19 14:09:58.268532"], ["updated_at", "2019-01-19 14:09:58.268532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "beatrizbernier@runolfon.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "beatrizbernier@runolfon.info"], ["encrypted_password", "$2a$04$VBEK59FSqXmezYpMCAyD6.sSfTdpIfqYeJNeqjx5O6i9PD34cQ5mW"], ["created_at", "2019-01-19 14:09:58.272425"], ["updated_at", "2019-01-19 14:09:58.272425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orchid 4"], ["created_at", "2019-01-19 14:09:58.273952"], ["updated_at", "2019-01-19 14:09:58.273952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Milissa 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Milissa 4"], ["created_at", "2019-01-19 14:09:58.275131"], ["updated_at", "2019-01-19 14:09:58.275131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptatem aliquid in temporibus."], ["body", "Quia ratione possimus. Quod repudiandae voluptatem. Perspiciatis ea ipsa."], ["created_at", "2019-01-19 14:09:58.276090"], ["updated_at", "2019-01-19 14:09:58.276090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_9"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 9"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_9"], ["name", "interpreter 9"], ["description", "interpreter 9"], ["created_at", "2019-01-19 14:09:58.282624"], ["updated_at", "2019-01-19 14:09:58.282624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 10"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_10"], ["name", "writer 10"], ["description", "writer 10"], ["created_at", "2019-01-19 14:09:58.284441"], ["updated_at", "2019-01-19 14:09:58.284441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lavinia@kuvalislittel.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lavinia@kuvalislittel.co"], ["encrypted_password", "$2a$04$FuBDjadTlgyYCv4/xjxhAeGpoiiv.e37aWrnyZ.27EvmwIqsZWyGm"], ["created_at", "2019-01-19 14:09:58.287830"], ["updated_at", "2019-01-19 14:09:58.287830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 5"], ["created_at", "2019-01-19 14:09:58.289238"], ["updated_at", "2019-01-19 14:09:58.289238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Gil 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Gil 5"], ["created_at", "2019-01-19 14:09:58.290494"], ["updated_at", "2019-01-19 14:09:58.290494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Repellendus enim accusamus maxime."], ["body", "Laborum nisi voluptate. Repudiandae est veniam. Voluptatem nam rerum."], ["created_at", "2019-01-19 14:09:58.291529"], ["updated_at", "2019-01-19 14:09:58.291529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_11"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_11"], ["name", "astronomer 11"], ["description", "astronomer 11"], ["created_at", "2019-01-19 14:09:58.296922"], ["updated_at", "2019-01-19 14:09:58.296922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 12"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_12"], ["name", "agriculturist 12"], ["description", "agriculturist 12"], ["created_at", "2019-01-19 14:09:58.298578"], ["updated_at", "2019-01-19 14:09:58.298578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "thadohara@gusikowskikohler.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "thadohara@gusikowskikohler.biz"], ["encrypted_password", "$2a$04$yvm9cK8nnkjCMnIMhUzvp.TPCaFXFNlOvsgSP7m/K9ZEh.OKXpkde"], ["created_at", "2019-01-19 14:09:58.302188"], ["updated_at", "2019-01-19 14:09:58.302188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 6"], ["created_at", "2019-01-19 14:09:58.303969"], ["updated_at", "2019-01-19 14:09:58.303969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Liztown 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Liztown 6"], ["created_at", "2019-01-19 14:09:58.305264"], ["updated_at", "2019-01-19 14:09:58.305264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quis reiciendis nisi nostrum."], ["body", "Nostrum repellendus reiciendis. Quasi illo eveniet. Aliquam dolore nulla."], ["created_at", "2019-01-19 14:09:58.306271"], ["updated_at", "2019-01-19 14:09:58.306271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lorielegros@schaeferkirlin.name"], ["LIMIT", 1]] User Create (0.0ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lorielegros@schaeferkirlin.name"], ["encrypted_password", "$2a$04$N.nNgidnq5yqDl6BBhReCu2TtiQHNmCJpmmNovyhAUxDLMRulcE3i"], ["created_at", "2019-01-19 14:09:58.308715"], ["updated_at", "2019-01-19 14:09:58.308715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 200 OK in 1ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 13"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_13"], ["name", "librarian 13"], ["description", "librarian 13"], ["created_at", "2019-01-19 14:09:58.388032"], ["updated_at", "2019-01-19 14:09:58.388032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "philosopher_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "philosopher 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_1"], ["name", "philosopher 1"], ["description", "philosopher 1"], ["created_at", "2019-01-19 14:09:58.394844"], ["updated_at", "2019-01-19 14:09:58.394844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "active_storage/direct_uploads"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "active_storage/direct_uploads"], ["action", "create"], ["created_at", "2019-01-19 14:09:58.399906"], ["updated_at", "2019-01-19 14:09:58.399906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 14:09:58.406098"], ["updated_at", "2019-01-19 14:09:58.406098"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 14:09:58.411953"], ["updated_at", "2019-01-19 14:09:58.411953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "active_storage/direct_uploads"], ["action", "create"], ["LIMIT", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 14"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_14"], ["name", "astronomer 14"], ["description", "astronomer 14"], ["created_at", "2019-01-19 14:09:58.426003"], ["updated_at", "2019-01-19 14:09:58.426003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "astronomer_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "astronomer 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_2"], ["name", "astronomer 2"], ["description", "astronomer 2"], ["created_at", "2019-01-19 14:09:58.429043"], ["updated_at", "2019-01-19 14:09:58.429043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "announcements"], ["action", "destroy"], ["created_at", "2019-01-19 14:09:58.431692"], ["updated_at", "2019-01-19 14:09:58.431692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 14:09:58.433492"], ["updated_at", "2019-01-19 14:09:58.433492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 14:09:58.436581"], ["updated_at", "2019-01-19 14:09:58.436581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "announcements"], ["action", "foo"], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sangmraz@price.net"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sangmraz@price.net"], ["encrypted_password", "$2a$04$Ti6raGBQjJ.mfjj9d2Fowe8LjViiT9kIFJiIAhBYQSEK3vfIjj8hO"], ["created_at", "2019-01-19 14:09:58.447047"], ["updated_at", "2019-01-19 14:09:58.447047"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_15"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 15"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_15"], ["name", "chemist 15"], ["description", "chemist 15"], ["created_at", "2019-01-19 14:09:58.451246"], ["updated_at", "2019-01-19 14:09:58.451246"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.3ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:58.455130"], ["updated_at", "2019-01-19 14:09:58.455130"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Karleenfurt 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Karleenfurt 7"], ["created_at", "2019-01-19 14:09:58.457833"], ["updated_at", "2019-01-19 14:09:58.457833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Desiree 8"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Desiree 8"], ["created_at", "2019-01-19 14:09:58.459205"], ["updated_at", "2019-01-19 14:09:58.459205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 7"], ["created_at", "2019-01-19 14:09:58.460983"], ["updated_at", "2019-01-19 14:09:58.460983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 8"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "olive 8"], ["created_at", "2019-01-19 14:09:58.462519"], ["updated_at", "2019-01-19 14:09:58.462519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zelda@bernhardschinner.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zelda@bernhardschinner.io"], ["encrypted_password", "$2a$04$X6TUk8WoaR5alF7te3E.ke2MGMCaaN3il70K.RTbc8Mi2Rl1uFYfG"], ["created_at", "2019-01-19 14:09:58.465652"], ["updated_at", "2019-01-19 14:09:58.465652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Sunt et repellat sequi."], ["body", "Vel ab deserunt. Sequi consequatur et. Nobis officia sequi."], ["created_at", "2019-01-19 14:09:58.467754"], ["updated_at", "2019-01-19 14:09:58.467754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Karleenfurt 7"], ["created_at", "2019-01-19 14:09:58.476302"], ["updated_at", "2019-01-19 14:09:58.476302"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "sky blue 7"], ["created_at", "2019-01-19 14:09:58.478640"], ["updated_at", "2019-01-19 14:09:58.478640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.2ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south karleenfurt 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'sky blue 7')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "armandinacronin@leffler.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "armandinacronin@leffler.info"], ["encrypted_password", "$2a$04$iwcgXNm0qLtCNteksp5.IeTN3uCZPngfa7UPHf/JNCVAqc/bOKrUa"], ["created_at", "2019-01-19 14:09:58.487966"], ["updated_at", "2019-01-19 14:09:58.487966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_16"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_16"], ["name", "advocate 16"], ["description", "advocate 16"], ["created_at", "2019-01-19 14:09:58.490480"], ["updated_at", "2019-01-19 14:09:58.490480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:58.493279"], ["updated_at", "2019-01-19 14:09:58.493279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Rohanborough 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rohanborough 9"], ["created_at", "2019-01-19 14:09:58.495113"], ["updated_at", "2019-01-19 14:09:58.495113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Rudolfmouth 10"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Rudolfmouth 10"], ["created_at", "2019-01-19 14:09:58.496808"], ["updated_at", "2019-01-19 14:09:58.496808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 9"], ["created_at", "2019-01-19 14:09:58.498601"], ["updated_at", "2019-01-19 14:09:58.498601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.2ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 10"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "cyan 10"], ["created_at", "2019-01-19 14:09:58.501149"], ["updated_at", "2019-01-19 14:09:58.501149"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alejandroterry@prohaska.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alejandroterry@prohaska.co"], ["encrypted_password", "$2a$04$3j9j4zWzd37VI9W9f2n0wOg60FkebfEglWhdEYYrI3/zbrAx1EyaO"], ["created_at", "2019-01-19 14:09:58.505000"], ["updated_at", "2019-01-19 14:09:58.505000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptatem perferendis asperiores voluptas."], ["body", "Quia ullam dolor. Eos sed debitis. Et ipsa enim."], ["created_at", "2019-01-19 14:09:58.506474"], ["updated_at", "2019-01-19 14:09:58.506474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "West Rudolfmouth 10"], ["created_at", "2019-01-19 14:09:58.508311"], ["updated_at", "2019-01-19 14:09:58.508311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "purple 9"], ["created_at", "2019-01-19 14:09:58.510159"], ["updated_at", "2019-01-19 14:09:58.510159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west rudolfmouth 10')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mimirenner@oconnerfriesen.com"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mimirenner@oconnerfriesen.com"], ["encrypted_password", "$2a$04$XwhLdth8el.tNo8fYYuC6e2wJYehlLUnZ.Px9TksHdsoAAzcqtjwW"], ["created_at", "2019-01-19 14:09:58.515525"], ["updated_at", "2019-01-19 14:09:58.515525"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_17"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 17"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_17"], ["name", "human resources 17"], ["description", "human resources 17"], ["created_at", "2019-01-19 14:09:58.518346"], ["updated_at", "2019-01-19 14:09:58.518346"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:58.521743"], ["updated_at", "2019-01-19 14:09:58.521743"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Darlenehaven 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Darlenehaven 11"], ["created_at", "2019-01-19 14:09:58.523768"], ["updated_at", "2019-01-19 14:09:58.523768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Osinskiland 12"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Osinskiland 12"], ["created_at", "2019-01-19 14:09:58.525073"], ["updated_at", "2019-01-19 14:09:58.525073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "yellow 11"], ["created_at", "2019-01-19 14:09:58.527112"], ["updated_at", "2019-01-19 14:09:58.527112"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 12"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "indigo 12"], ["created_at", "2019-01-19 14:09:58.528998"], ["updated_at", "2019-01-19 14:09:58.528998"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "oliverchristiansen@hettinger.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "oliverchristiansen@hettinger.name"], ["encrypted_password", "$2a$04$5LdzX9S8DGzTOiyy6nTKoOjIR2Cvppwi4GNPU1GGCMqEqligGfRky"], ["created_at", "2019-01-19 14:09:58.532509"], ["updated_at", "2019-01-19 14:09:58.532509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Ut ea molestias alias."], ["body", "Nisi cumque ad. Optio vel nulla. Id consequatur eaque."], ["created_at", "2019-01-19 14:09:58.534253"], ["updated_at", "2019-01-19 14:09:58.534253"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Port Darlenehaven 11"], ["created_at", "2019-01-19 14:09:58.536841"], ["updated_at", "2019-01-19 14:09:58.536841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port darlenehaven 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vernonbruen@doyle.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vernonbruen@doyle.net"], ["encrypted_password", "$2a$04$cG5se3znvTuoQ0tlx8U1/eZELfRW.jfjTxHO7xHPN3.AMkQrRPcb2"], ["created_at", "2019-01-19 14:09:58.549109"], ["updated_at", "2019-01-19 14:09:58.549109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_18"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 18"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_18"], ["name", "teacher 18"], ["description", "teacher 18"], ["created_at", "2019-01-19 14:09:58.551713"], ["updated_at", "2019-01-19 14:09:58.551713"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:58.555216"], ["updated_at", "2019-01-19 14:09:58.555216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Adamsshire 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Adamsshire 13"], ["created_at", "2019-01-19 14:09:58.557040"], ["updated_at", "2019-01-19 14:09:58.557040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lannybury 14"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lannybury 14"], ["created_at", "2019-01-19 14:09:58.558936"], ["updated_at", "2019-01-19 14:09:58.558936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orchid 13"], ["created_at", "2019-01-19 14:09:58.560712"], ["updated_at", "2019-01-19 14:09:58.560712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "black 14"], ["created_at", "2019-01-19 14:09:58.562244"], ["updated_at", "2019-01-19 14:09:58.562244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "devin@rolfsongrimes.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "devin@rolfsongrimes.info"], ["encrypted_password", "$2a$04$BOFPUtoC45zrUvWsMnOcR.48xTEOIUw.i9Drvbs3KrXRHynqFok4."], ["created_at", "2019-01-19 14:09:58.565319"], ["updated_at", "2019-01-19 14:09:58.565319"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Maxime voluptatem ut autem."], ["body", "Animi quis odio. Quas dolorem harum. Iure exercitationem aspernatur."], ["created_at", "2019-01-19 14:09:58.566847"], ["updated_at", "2019-01-19 14:09:58.566847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Adamsshire 13"], ["created_at", "2019-01-19 14:09:58.568926"], ["updated_at", "2019-01-19 14:09:58.568926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "orchid 13"], ["created_at", "2019-01-19 14:09:58.570867"], ["updated_at", "2019-01-19 14:09:58.570867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'adamsshire 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orchid 13')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lili@herzog.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lili@herzog.co"], ["encrypted_password", "$2a$04$6bp8bl8I9HueclxEONqMbOB9knUMJUEuXGRx9.cJ.zOdPA9jWdNM6"], ["created_at", "2019-01-19 14:09:58.577840"], ["updated_at", "2019-01-19 14:09:58.577840"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_19"], ["name", "teacher 19"], ["description", "teacher 19"], ["created_at", "2019-01-19 14:09:58.579767"], ["updated_at", "2019-01-19 14:09:58.579767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:58.582027"], ["updated_at", "2019-01-19 14:09:58.582027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Josiahtown 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Josiahtown 15"], ["created_at", "2019-01-19 14:09:58.583876"], ["updated_at", "2019-01-19 14:09:58.583876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Shanahanfurt 16"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Shanahanfurt 16"], ["created_at", "2019-01-19 14:09:58.585460"], ["updated_at", "2019-01-19 14:09:58.585460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 15"], ["LIMIT", 1]] Clearance Create (0.2ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "olive 15"], ["created_at", "2019-01-19 14:09:58.587150"], ["updated_at", "2019-01-19 14:09:58.587150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 16"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "orchid 16"], ["created_at", "2019-01-19 14:09:58.588902"], ["updated_at", "2019-01-19 14:09:58.588902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eusebioschoen@grahamfadel.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eusebioschoen@grahamfadel.info"], ["encrypted_password", "$2a$04$.0mZhVXfxOLfTfiSdr.uXOwLRvvqAup/dgK7DCjxHSGKAPutQ3UGG"], ["created_at", "2019-01-19 14:09:58.591566"], ["updated_at", "2019-01-19 14:09:58.591566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Quibusdam perferendis pariatur doloremque."], ["body", "Repellat reiciendis praesentium. Animi aut voluptatem. Provident magni sit."], ["created_at", "2019-01-19 14:09:58.592709"], ["updated_at", "2019-01-19 14:09:58.592709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "benito@prosaccograham.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "benito@prosaccograham.org"], ["encrypted_password", "$2a$04$iSTz3zCcROye7HfBTnZhNueprnwkIsJO2YsidxOPGm4k38FVdRupO"], ["created_at", "2019-01-19 14:09:58.595316"], ["updated_at", "2019-01-19 14:09:58.595316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Magni quis voluptate vero."], ["body", "Laudantium eum temporibus. Ad itaque aut. Illum explicabo saepe."], ["created_at", "2019-01-19 14:09:58.601016"], ["updated_at", "2019-01-19 14:09:58.601016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "luanna@wuckertturcotte.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "luanna@wuckertturcotte.com"], ["encrypted_password", "$2a$04$/.2/zh59ko2J4TpgQ.f7SuJjJiRnKHTlgECPJ2es.Jb4DEEC5/V2S"], ["created_at", "2019-01-19 14:09:58.603722"], ["updated_at", "2019-01-19 14:09:58.603722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Deleniti et commodi voluptatibus."], ["body", "Accusamus mollitia quo. Similique id quae. Qui consequuntur quo."], ["created_at", "2019-01-19 14:09:58.604773"], ["updated_at", "2019-01-19 14:09:58.604773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "karlyn@cartwrightlittel.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "karlyn@cartwrightlittel.name"], ["encrypted_password", "$2a$04$6Q1kR1gZJobpMkqV8Mv3a.M2b84mORTrbAhKDSGNYP1FUMjaxvaJS"], ["created_at", "2019-01-19 14:09:58.607142"], ["updated_at", "2019-01-19 14:09:58.607142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Temporibus sed earum non."], ["body", "Nostrum omnis repellat. Mollitia ullam quae. Quidem aut et."], ["created_at", "2019-01-19 14:09:58.608154"], ["updated_at", "2019-01-19 14:09:58.608154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Josiahtown 15"], ["created_at", "2019-01-19 14:09:58.609672"], ["updated_at", "2019-01-19 14:09:58.609672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "olive 15"], ["created_at", "2019-01-19 14:09:58.611044"], ["updated_at", "2019-01-19 14:09:58.611044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'josiahtown 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'olive 15')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fredrichamill@littel.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "fredrichamill@littel.net"], ["encrypted_password", "$2a$04$TR5yhM5tUw4UrfLAlBMNP.iV/zkUkx66VJHfDLOj2pvWpROR9wLL."], ["created_at", "2019-01-19 14:09:58.617219"], ["updated_at", "2019-01-19 14:09:58.617219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_20"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_20"], ["name", "interpreter 20"], ["description", "interpreter 20"], ["created_at", "2019-01-19 14:09:58.619868"], ["updated_at", "2019-01-19 14:09:58.619868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:58.621850"], ["updated_at", "2019-01-19 14:09:58.621850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Jennifferville 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Jennifferville 17"], ["created_at", "2019-01-19 14:09:58.623089"], ["updated_at", "2019-01-19 14:09:58.623089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Carylon 18"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Carylon 18"], ["created_at", "2019-01-19 14:09:58.624078"], ["updated_at", "2019-01-19 14:09:58.624078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 17"], ["created_at", "2019-01-19 14:09:58.625419"], ["updated_at", "2019-01-19 14:09:58.625419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 18"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "magenta 18"], ["created_at", "2019-01-19 14:09:58.627100"], ["updated_at", "2019-01-19 14:09:58.627100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tamicahegmann@larkin.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tamicahegmann@larkin.name"], ["encrypted_password", "$2a$04$R3OOKkbiMapqXLh77c3lR.TYyluK9edUxMBhz15NwWY.lKAxzIhXC"], ["created_at", "2019-01-19 14:09:58.629614"], ["updated_at", "2019-01-19 14:09:58.629614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Necessitatibus optio cupiditate velit."], ["body", "Voluptas vel unde. Impedit dignissimos atque. Molestiae quasi et."], ["created_at", "2019-01-19 14:09:58.630665"], ["updated_at", "2019-01-19 14:09:58.630665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "keena@waelchi.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "keena@waelchi.net"], ["encrypted_password", "$2a$04$GKnFkfFn8o6vSDVP1axXluWhrzNPdjqdBrowQRkkmZ9KVlZBbVT8W"], ["created_at", "2019-01-19 14:09:58.633089"], ["updated_at", "2019-01-19 14:09:58.633089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Id sequi quas at."], ["body", "In impedit at. Omnis alias error. Molestias ut sint."], ["created_at", "2019-01-19 14:09:58.634186"], ["updated_at", "2019-01-19 14:09:58.634186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeffdenesik@gerhold.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jeffdenesik@gerhold.co"], ["encrypted_password", "$2a$04$GVbP3xU8AsfNsQ.UeZ8ODey0lx0pIoZJrhp9KZ7ECcZnLb0FHNa7."], ["created_at", "2019-01-19 14:09:58.636648"], ["updated_at", "2019-01-19 14:09:58.636648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Eligendi repellat est culpa."], ["body", "Debitis velit dignissimos. Maxime perferendis recusandae. Repellat quidem rerum."], ["created_at", "2019-01-19 14:09:58.637680"], ["updated_at", "2019-01-19 14:09:58.637680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ozella@toy.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ozella@toy.net"], ["encrypted_password", "$2a$04$C57kWR.kJBxX3ZBdCg7hOeRw33M7usZicNOwiiRj.NroXW/4yfm8C"], ["created_at", "2019-01-19 14:09:58.640043"], ["updated_at", "2019-01-19 14:09:58.640043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Rem quia perspiciatis quo."], ["body", "Veniam quisquam laborum. Ipsum in minima. Rerum laudantium temporibus."], ["created_at", "2019-01-19 14:09:58.641025"], ["updated_at", "2019-01-19 14:09:58.641025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Jennifferville 17"], ["created_at", "2019-01-19 14:09:58.642536"], ["updated_at", "2019-01-19 14:09:58.642536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east jennifferville 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "floyd@prosacco.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "floyd@prosacco.co"], ["encrypted_password", "$2a$04$eNnsYLGEtlbCN6I2T8iKeO2hDlnfBnI1LZqjzbLj477pTXB/Ex6s2"], ["created_at", "2019-01-19 14:09:58.648146"], ["updated_at", "2019-01-19 14:09:58.648146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_21"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_21"], ["name", "actor 21"], ["description", "actor 21"], ["created_at", "2019-01-19 14:09:58.650186"], ["updated_at", "2019-01-19 14:09:58.650186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:58.652195"], ["updated_at", "2019-01-19 14:09:58.652195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Borerburgh 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Borerburgh 19"], ["created_at", "2019-01-19 14:09:58.653403"], ["updated_at", "2019-01-19 14:09:58.653403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Isaura 20"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Isaura 20"], ["created_at", "2019-01-19 14:09:58.654428"], ["updated_at", "2019-01-19 14:09:58.654428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "grey 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "grey 19"], ["created_at", "2019-01-19 14:09:58.655782"], ["updated_at", "2019-01-19 14:09:58.655782"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 20"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "purple 20"], ["created_at", "2019-01-19 14:09:58.657080"], ["updated_at", "2019-01-19 14:09:58.657080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "merlin@kuvalisreilly.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "merlin@kuvalisreilly.org"], ["encrypted_password", "$2a$04$M7nPJTHn7XQIMnRKZuA9Aeo2Qk7EEgNGoh75ExQnSonTtnYejj3WW"], ["created_at", "2019-01-19 14:09:58.659470"], ["updated_at", "2019-01-19 14:09:58.659470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Sed sint quo exercitationem."], ["body", "Quod culpa reprehenderit. Iure fugiat ut. Pariatur reiciendis minima."], ["created_at", "2019-01-19 14:09:58.660548"], ["updated_at", "2019-01-19 14:09:58.660548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jorippin@zemlakdurgan.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jorippin@zemlakdurgan.org"], ["encrypted_password", "$2a$04$rG3pOA5mnZVm/0qGfgSLg.DG0ox8K29azj1HxKc9qTE5Loy./PSOi"], ["created_at", "2019-01-19 14:09:58.662973"], ["updated_at", "2019-01-19 14:09:58.662973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Autem sunt quia sequi."], ["body", "Incidunt sed corrupti. Eligendi labore non. Et libero omnis."], ["created_at", "2019-01-19 14:09:58.663956"], ["updated_at", "2019-01-19 14:09:58.663956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "otisjohnston@wolffdurgan.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "otisjohnston@wolffdurgan.co"], ["encrypted_password", "$2a$04$A/PUnuNcFYvsLAla/pc79exr/zwc7b5Lthpae4zZkKbISjhh9c2gS"], ["created_at", "2019-01-19 14:09:58.666311"], ["updated_at", "2019-01-19 14:09:58.666311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Vel consequatur eum cupiditate."], ["body", "Repellendus quae dignissimos. Quam sapiente doloribus. Dicta aperiam voluptate."], ["created_at", "2019-01-19 14:09:58.667318"], ["updated_at", "2019-01-19 14:09:58.667318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "titus@jacobson.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "titus@jacobson.name"], ["encrypted_password", "$2a$04$qb664Dx67OycaBJ44TGGHeNPNOdZqymsHAQYNnOrpe75eBu.I2.fm"], ["created_at", "2019-01-19 14:09:58.669708"], ["updated_at", "2019-01-19 14:09:58.669708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Pariatur qui quas est."], ["body", "Sed rerum earum. Ipsa non sed. Fugit perferendis minus."], ["created_at", "2019-01-19 14:09:58.670742"], ["updated_at", "2019-01-19 14:09:58.670742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Borerburgh 19"], ["created_at", "2019-01-19 14:09:58.672302"], ["updated_at", "2019-01-19 14:09:58.672302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "grey 19"], ["created_at", "2019-01-19 14:09:58.673729"], ["updated_at", "2019-01-19 14:09:58.673729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'borerburgh 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'grey 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.2ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roman@cummings.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "roman@cummings.info"], ["encrypted_password", "$2a$04$Pkqy99kgopPydVtvqhQx3esTRraOtvP2OKCxdaf3BgDnOrIyrhpKW"], ["created_at", "2019-01-19 14:09:58.682914"], ["updated_at", "2019-01-19 14:09:58.682914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_22"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_22"], ["name", "interpreter 22"], ["description", "interpreter 22"], ["created_at", "2019-01-19 14:09:58.684971"], ["updated_at", "2019-01-19 14:09:58.684971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:58.687106"], ["updated_at", "2019-01-19 14:09:58.687106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Merlyn 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Merlyn 21"], ["created_at", "2019-01-19 14:09:58.688426"], ["updated_at", "2019-01-19 14:09:58.688426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Genovevaville 22"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Genovevaville 22"], ["created_at", "2019-01-19 14:09:58.689469"], ["updated_at", "2019-01-19 14:09:58.689469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "grey 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "grey 21"], ["created_at", "2019-01-19 14:09:58.690855"], ["updated_at", "2019-01-19 14:09:58.690855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 22"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "pink 22"], ["created_at", "2019-01-19 14:09:58.692118"], ["updated_at", "2019-01-19 14:09:58.692118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "curtis@west.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "curtis@west.co"], ["encrypted_password", "$2a$04$Nv8HzSPQfNs1VHbVjnJTiu1b7bmG4MOZisKZlM0gjHsIlLL.H03Lq"], ["created_at", "2019-01-19 14:09:58.694582"], ["updated_at", "2019-01-19 14:09:58.694582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Quia minus ratione vero."], ["body", "Esse et sapiente. Consequatur tenetur quisquam. Necessitatibus omnis dolorem."], ["created_at", "2019-01-19 14:09:58.695704"], ["updated_at", "2019-01-19 14:09:58.695704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stephenie@friesenfeil.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "stephenie@friesenfeil.net"], ["encrypted_password", "$2a$04$E6UYTMfeUDrvp2W6uI1ev.lTIsXUrBX97ooFU7Yoj/ZAuCBZ0ld9S"], ["created_at", "2019-01-19 14:09:58.698188"], ["updated_at", "2019-01-19 14:09:58.698188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Aperiam modi repudiandae non."], ["body", "Suscipit dolorem ut. Eos pariatur tenetur. Veniam omnis omnis."], ["created_at", "2019-01-19 14:09:58.699194"], ["updated_at", "2019-01-19 14:09:58.699194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "terrance@greenfelder.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "terrance@greenfelder.info"], ["encrypted_password", "$2a$04$3vt4UdG7KS9SV2VOv8E28O7C.A8aJWjITjnk2kZTREFKGyYjyTpRe"], ["created_at", "2019-01-19 14:09:58.701573"], ["updated_at", "2019-01-19 14:09:58.701573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Doloremque corporis labore consequatur."], ["body", "Odio ut dignissimos. Sit harum vel. Nostrum est tenetur."], ["created_at", "2019-01-19 14:09:58.702576"], ["updated_at", "2019-01-19 14:09:58.702576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marlinhalvorson@towne.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marlinhalvorson@towne.io"], ["encrypted_password", "$2a$04$JXdt.0BQXmU5yStv0Duune4AGZVSSU0ioJRRr5b4OBQ3fSdJr0DTe"], ["created_at", "2019-01-19 14:09:58.704889"], ["updated_at", "2019-01-19 14:09:58.704889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Ducimus exercitationem quia rerum."], ["body", "Esse veritatis et. Totam labore voluptatem. Nihil vitae velit."], ["created_at", "2019-01-19 14:09:58.705895"], ["updated_at", "2019-01-19 14:09:58.705895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Merlyn 21"], ["created_at", "2019-01-19 14:09:58.707383"], ["updated_at", "2019-01-19 14:09:58.707383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "grey 21"], ["created_at", "2019-01-19 14:09:58.708794"], ["updated_at", "2019-01-19 14:09:58.708794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south merlyn 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'grey 21') Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south merlyn 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'grey 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south merlyn 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'grey 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zackary@nolan.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zackary@nolan.biz"], ["encrypted_password", "$2a$04$JVJswrMHpAJ.ks0hW0ph6./r7ykyf3r1EhdxyvW2.YQ3larYYK0iq"], ["created_at", "2019-01-19 14:09:58.720813"], ["updated_at", "2019-01-19 14:09:58.720813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dorettagerhold@baileymante.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dorettagerhold@baileymante.co"], ["encrypted_password", "$2a$04$AKDdWXydHnRgQuw0J9cH6OPI7N1rdeD6Otnil0/R1I7rEDZod4Eai"], ["created_at", "2019-01-19 14:09:58.723508"], ["updated_at", "2019-01-19 14:09:58.723508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "cyan 23"], ["created_at", "2019-01-19 14:09:58.724858"], ["updated_at", "2019-01-19 14:09:58.724858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Hobertside 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Hobertside 23"], ["created_at", "2019-01-19 14:09:58.726025"], ["updated_at", "2019-01-19 14:09:58.726025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Qui delectus distinctio nemo."], ["body", "Provident voluptas esse. Esse architecto ad. Iste sunt eos."], ["created_at", "2019-01-19 14:09:58.726999"], ["updated_at", "2019-01-19 14:09:58.726999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "herbertgerlach@jaskolski.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "herbertgerlach@jaskolski.info"], ["encrypted_password", "$2a$04$x5v36L6aaMMgUqvzmCsri.VZarvOROnQQk/W5oMscYeyy9YjcDHGS"], ["created_at", "2019-01-19 14:09:58.732424"], ["updated_at", "2019-01-19 14:09:58.732424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_23"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_23"], ["name", "astronomer 23"], ["description", "astronomer 23"], ["created_at", "2019-01-19 14:09:58.734624"], ["updated_at", "2019-01-19 14:09:58.734624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_24"], ["name", "librarian 24"], ["description", "librarian 24"], ["created_at", "2019-01-19 14:09:58.736374"], ["updated_at", "2019-01-19 14:09:58.736374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:58.738227"], ["updated_at", "2019-01-19 14:09:58.738227"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:58.739412"], ["updated_at", "2019-01-19 14:09:58.739412"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Ulyssesstad 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Ulyssesstad 24"], ["created_at", "2019-01-19 14:09:58.740670"], ["updated_at", "2019-01-19 14:09:58.740670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Schimmelton 25"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Schimmelton 25"], ["created_at", "2019-01-19 14:09:58.741740"], ["updated_at", "2019-01-19 14:09:58.741740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "pink 24"], ["created_at", "2019-01-19 14:09:58.743029"], ["updated_at", "2019-01-19 14:09:58.743029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 25"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "black 25"], ["created_at", "2019-01-19 14:09:58.744247"], ["updated_at", "2019-01-19 14:09:58.744247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fritz@schmidtgerlach.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "fritz@schmidtgerlach.org"], ["encrypted_password", "$2a$04$Iy27A3t9lfYe/Y59Mh8Jm.4IeaQjt7XhCR6MBXTU4Wsl/h6DbTGom"], ["created_at", "2019-01-19 14:09:58.746626"], ["updated_at", "2019-01-19 14:09:58.746626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Pariatur veritatis consequatur iusto."], ["body", "Repellat facere amet. Qui ut sit. Officiis non fugit."], ["created_at", "2019-01-19 14:09:58.747713"], ["updated_at", "2019-01-19 14:09:58.747713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "juliannadaugherty@cruickshank.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "juliannadaugherty@cruickshank.name"], ["encrypted_password", "$2a$04$lLb4G6nfGwIfprXGBlP0muGIdpOGt3XKmk3/g8Xo8kmazcflQjTm2"], ["created_at", "2019-01-19 14:09:58.750395"], ["updated_at", "2019-01-19 14:09:58.750395"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Repellat laboriosam est eos."], ["body", "Officia ducimus quo. Et sit eligendi. Esse pariatur quidem."], ["created_at", "2019-01-19 14:09:58.751443"], ["updated_at", "2019-01-19 14:09:58.751443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tyler@danieldurgan.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tyler@danieldurgan.com"], ["encrypted_password", "$2a$04$/l7PUanICBjri/qnzZaBEuFsqV6oCp3GcKOWnv7YEFBHSp8xpk0XS"], ["created_at", "2019-01-19 14:09:58.754065"], ["updated_at", "2019-01-19 14:09:58.754065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Minus quia modi expedita."], ["body", "Sapiente ut ex. Laborum laboriosam quam. Est qui sunt."], ["created_at", "2019-01-19 14:09:58.755234"], ["updated_at", "2019-01-19 14:09:58.755234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jayson@towne.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jayson@towne.info"], ["encrypted_password", "$2a$04$AUimUSIT56eGGULtkTVcIOIxKLKZGY3.AqF7yfdQ42q4Ixu64O5HG"], ["created_at", "2019-01-19 14:09:58.757826"], ["updated_at", "2019-01-19 14:09:58.757826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Aut qui ut nulla."], ["body", "Mollitia laborum rerum. Dolorum porro aliquid. Cum maxime sit."], ["created_at", "2019-01-19 14:09:58.758846"], ["updated_at", "2019-01-19 14:09:58.758846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "North Ulyssesstad 24"], ["created_at", "2019-01-19 14:09:58.760364"], ["updated_at", "2019-01-19 14:09:58.760364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "pink 24"], ["created_at", "2019-01-19 14:09:58.761750"], ["updated_at", "2019-01-19 14:09:58.761750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Schimmelton 25"], ["created_at", "2019-01-19 14:09:58.763053"], ["updated_at", "2019-01-19 14:09:58.763053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "black 25"], ["created_at", "2019-01-19 14:09:58.764348"], ["updated_at", "2019-01-19 14:09:58.764348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north ulyssesstad 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'pink 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'schimmelton 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'black 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rob@windlerkuhlman.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rob@windlerkuhlman.org"], ["encrypted_password", "$2a$04$CrgD6/BIp5/P8ouCes8uD.g.Go8.s6igJeM8x/odebsSdr.gvBg6S"], ["created_at", "2019-01-19 14:09:58.773703"], ["updated_at", "2019-01-19 14:09:58.773703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_25"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_25"], ["name", "philosopher 25"], ["description", "philosopher 25"], ["created_at", "2019-01-19 14:09:58.775645"], ["updated_at", "2019-01-19 14:09:58.775645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_26"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_26"], ["name", "writer 26"], ["description", "writer 26"], ["created_at", "2019-01-19 14:09:58.777090"], ["updated_at", "2019-01-19 14:09:58.777090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:58.778955"], ["updated_at", "2019-01-19 14:09:58.778955"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:58.780099"], ["updated_at", "2019-01-19 14:09:58.780099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ferryview 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ferryview 26"], ["created_at", "2019-01-19 14:09:58.781458"], ["updated_at", "2019-01-19 14:09:58.781458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Reichertside 27"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Reichertside 27"], ["created_at", "2019-01-19 14:09:58.782667"], ["updated_at", "2019-01-19 14:09:58.782667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 26"], ["created_at", "2019-01-19 14:09:58.784024"], ["updated_at", "2019-01-19 14:09:58.784024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 27"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "fuchsia 27"], ["created_at", "2019-01-19 14:09:58.785316"], ["updated_at", "2019-01-19 14:09:58.785316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lera@lubowitz.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lera@lubowitz.name"], ["encrypted_password", "$2a$04$GY9/WrT27jtMiBqDf.dkCukjmrBdkf0Vytj6xfKMiujN/viN0Jzh."], ["created_at", "2019-01-19 14:09:58.787730"], ["updated_at", "2019-01-19 14:09:58.787730"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Accusamus fugiat quia totam."], ["body", "Velit sint laborum. Consequatur est incidunt. Et dignissimos reprehenderit."], ["created_at", "2019-01-19 14:09:58.788805"], ["updated_at", "2019-01-19 14:09:58.788805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "long@turner.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "long@turner.co"], ["encrypted_password", "$2a$04$p9q0OpjBwNIoxvsFVJv4S.aZO0lOgN/z.ZbN2B8j6ibyYeLSIHu7q"], ["created_at", "2019-01-19 14:09:58.791314"], ["updated_at", "2019-01-19 14:09:58.791314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Eveniet non iusto et."], ["body", "Voluptatibus quos praesentium. Omnis quia in. Libero nulla occaecati."], ["created_at", "2019-01-19 14:09:58.792398"], ["updated_at", "2019-01-19 14:09:58.792398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "scotwaelchi@smithamdenesik.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "scotwaelchi@smithamdenesik.io"], ["encrypted_password", "$2a$04$6pZhqJzANd6livQv5NsQNuPKZbV6kg7YfOqz.wRBrxB8vBfXSlJe."], ["created_at", "2019-01-19 14:09:58.795102"], ["updated_at", "2019-01-19 14:09:58.795102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Eveniet consequatur sequi alias."], ["body", "Qui consectetur cum. Inventore temporibus ut. Laborum est unde."], ["created_at", "2019-01-19 14:09:58.796346"], ["updated_at", "2019-01-19 14:09:58.796346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pok@shanahan.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pok@shanahan.io"], ["encrypted_password", "$2a$04$2Ms/oAPeQXaZew5MJTGc0eR6G8bMtXwr54.Xu13CnmGjptqErT7xi"], ["created_at", "2019-01-19 14:09:58.798991"], ["updated_at", "2019-01-19 14:09:58.798991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Reiciendis quidem est laborum."], ["body", "Quaerat expedita maiores. Animi optio labore. Natus quae nisi."], ["created_at", "2019-01-19 14:09:58.800074"], ["updated_at", "2019-01-19 14:09:58.800074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Ferryview 26"], ["created_at", "2019-01-19 14:09:58.801657"], ["updated_at", "2019-01-19 14:09:58.801657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "gold 26"], ["created_at", "2019-01-19 14:09:58.803164"], ["updated_at", "2019-01-19 14:09:58.803164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Reichertside 27"], ["created_at", "2019-01-19 14:09:58.804525"], ["updated_at", "2019-01-19 14:09:58.804525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "fuchsia 27"], ["created_at", "2019-01-19 14:09:58.805845"], ["updated_at", "2019-01-19 14:09:58.805845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'ferryview 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'gold 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'reichertside 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'fuchsia 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'ferryview 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'gold 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'reichertside 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'fuchsia 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "avelinahodkiewicz@botsfordoconner.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "avelinahodkiewicz@botsfordoconner.net"], ["encrypted_password", "$2a$04$sySG3GmM.jmYu1yiQnwBDeQ8QWh/j0RCXHC7gySNfjpEpC3OjgHYq"], ["created_at", "2019-01-19 14:09:58.820551"], ["updated_at", "2019-01-19 14:09:58.820551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_27"], ["name", "doctor 27"], ["description", "doctor 27"], ["created_at", "2019-01-19 14:09:58.822375"], ["updated_at", "2019-01-19 14:09:58.822375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_28"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 28"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_28"], ["name", "agriculturist 28"], ["description", "agriculturist 28"], ["created_at", "2019-01-19 14:09:58.823745"], ["updated_at", "2019-01-19 14:09:58.823745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:58.825636"], ["updated_at", "2019-01-19 14:09:58.825636"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:58.826867"], ["updated_at", "2019-01-19 14:09:58.826867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Derekfurt 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Derekfurt 28"], ["created_at", "2019-01-19 14:09:58.828028"], ["updated_at", "2019-01-19 14:09:58.828028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Hester 29"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Hester 29"], ["created_at", "2019-01-19 14:09:58.829070"], ["updated_at", "2019-01-19 14:09:58.829070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 28"], ["created_at", "2019-01-19 14:09:58.830315"], ["updated_at", "2019-01-19 14:09:58.830315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 29"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "fuchsia 29"], ["created_at", "2019-01-19 14:09:58.831648"], ["updated_at", "2019-01-19 14:09:58.831648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eloy@dickenscrist.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eloy@dickenscrist.info"], ["encrypted_password", "$2a$04$rh9FaNX0wodaoXYrKplYmOKW.bXzFd8OWJ1QvvFR96NrdNySumBWy"], ["created_at", "2019-01-19 14:09:58.834037"], ["updated_at", "2019-01-19 14:09:58.834037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Molestias possimus reiciendis voluptatibus."], ["body", "Ratione earum quia. Fuga deleniti dolor. Eveniet doloremque quia."], ["created_at", "2019-01-19 14:09:58.835142"], ["updated_at", "2019-01-19 14:09:58.835142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "richard@jakubowski.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "richard@jakubowski.org"], ["encrypted_password", "$2a$04$B2FAptSjwihfCvwmAC/0YOYf0K1LKXEDAt4z9jx/kAb1pfnutN1UG"], ["created_at", "2019-01-19 14:09:58.837590"], ["updated_at", "2019-01-19 14:09:58.837590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Ea est nisi officiis."], ["body", "Et aut molestias. Eum laudantium hic. Dolorem nisi dolores."], ["created_at", "2019-01-19 14:09:58.838598"], ["updated_at", "2019-01-19 14:09:58.838598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stewartbeatty@beatty.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "stewartbeatty@beatty.org"], ["encrypted_password", "$2a$04$sdPo/M5CFP46o3q0N8F1J.xEEO8tDHu2Wx07ALcu8aGHYEB6QTJCK"], ["created_at", "2019-01-19 14:09:58.840922"], ["updated_at", "2019-01-19 14:09:58.840922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Autem consequatur corrupti quaerat."], ["body", "Ut qui animi. Qui sit quia. Aspernatur hic labore."], ["created_at", "2019-01-19 14:09:58.841876"], ["updated_at", "2019-01-19 14:09:58.841876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "celinamertz@mcclure.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "celinamertz@mcclure.info"], ["encrypted_password", "$2a$04$6O5TNRPaMQ9mgud1tYm5fegmqPokcwu.wJO7Q7c1WBlc/n1VOLfrq"], ["created_at", "2019-01-19 14:09:58.844190"], ["updated_at", "2019-01-19 14:09:58.844190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Qui quam minima autem."], ["body", "Sunt nulla voluptatem. Ad iure iste. Voluptas voluptatem sunt."], ["created_at", "2019-01-19 14:09:58.845156"], ["updated_at", "2019-01-19 14:09:58.845156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lake Derekfurt 28"], ["created_at", "2019-01-19 14:09:58.846649"], ["updated_at", "2019-01-19 14:09:58.846649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "mint green 28"], ["created_at", "2019-01-19 14:09:58.848037"], ["updated_at", "2019-01-19 14:09:58.848037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-19 14:09:58.849331"], ["updated_at", "2019-01-19 14:09:58.849331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "fuchsia 29"], ["created_at", "2019-01-19 14:09:58.850601"], ["updated_at", "2019-01-19 14:09:58.850601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake derekfurt 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'mint green 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'fuchsia 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "announcements"], ["action", "index"], ["created_at", "2019-01-19 14:09:58.873368"], ["updated_at", "2019-01-19 14:09:58.873368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "accountant_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "accountant 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_3"], ["name", "accountant 3"], ["description", "accountant 3"], ["created_at", "2019-01-19 14:09:58.876359"], ["updated_at", "2019-01-19 14:09:58.876359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-19 14:09:58.878108"], ["updated_at", "2019-01-19 14:09:58.878108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 14:09:58.902412"], ["updated_at", "2019-01-19 14:09:58.902412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 14:09:58.903639"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 14:09:58.915095"], ["updated_at", "2019-01-19 14:09:58.915095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 14:09:58.916233"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-19 14:09:58.936600"], ["updated_at", "2019-01-19 14:09:58.936600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 14:09:58.966270"], ["updated_at", "2019-01-19 14:09:58.966270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-19 14:09:58.967665"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "interpreter_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "interpreter 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_4"], ["name", "interpreter 4"], ["description", "interpreter 4"], ["created_at", "2019-01-19 14:09:59.073705"], ["updated_at", "2019-01-19 14:09:59.073705"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 29"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_29"], ["name", "philosopher 29"], ["description", "philosopher 29"], ["created_at", "2019-01-19 14:09:59.076500"], ["updated_at", "2019-01-19 14:09:59.076500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-19 14:09:59.078204"], ["updated_at", "2019-01-19 14:09:59.078204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "accountant_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "accountant 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_5"], ["name", "accountant 5"], ["description", "accountant 5"], ["created_at", "2019-01-19 14:09:59.092319"], ["updated_at", "2019-01-19 14:09:59.092319"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 30"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_30"], ["name", "biologist 30"], ["description", "biologist 30"], ["created_at", "2019-01-19 14:09:59.095270"], ["updated_at", "2019-01-19 14:09:59.095270"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-19 14:09:59.097115"], ["updated_at", "2019-01-19 14:09:59.097115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 14:09:59.120599"], ["updated_at", "2019-01-19 14:09:59.120599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-19 14:09:59.122238"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-19 14:09:59.133948"], ["updated_at", "2019-01-19 14:09:59.133948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-19 14:09:59.135151"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-19 14:09:59.155922"], ["updated_at", "2019-01-19 14:09:59.155922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 31"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_31"], ["name", "agriculturist 31"], ["description", "agriculturist 31"], ["created_at", "2019-01-19 14:09:59.187272"], ["updated_at", "2019-01-19 14:09:59.187272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-19 14:09:59.189631"], ["updated_at", "2019-01-19 14:09:59.189631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-19 14:09:59.305718"], ["updated_at", "2019-01-19 14:09:59.305718"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-19 14:09:59.308078"], ["updated_at", "2019-01-19 14:09:59.308078"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.2ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 14:09:59.314481"], ["updated_at", "2019-01-19 14:09:59.314481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 14:09:59.316276"], ["updated_at", "2019-01-19 14:09:59.316276"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 14:09:59.318773"], ["updated_at", "2019-01-19 14:09:59.318773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "patience@littel.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "patience@littel.info"], ["encrypted_password", "$2a$04$gQ0Onnulz1zRLkImWirNpO7Chm2QkurQ1BAgmbPaHfpsRQMjquRFK"], ["created_at", "2019-01-19 14:09:59.322399"], ["updated_at", "2019-01-19 14:09:59.322399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Nobis corrupti perferendis est."], ["body", "At rerum illum. Qui vero dolores. Laudantium ipsa fuga."], ["created_at", "2019-01-19 14:09:59.323888"], ["updated_at", "2019-01-19 14:09:59.323888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "breeshields@monahan.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "breeshields@monahan.net"], ["encrypted_password", "$2a$04$3ydwQ9S1QLSp0YpRS4uE3.AkhicqbkoyMZFepKTTyWTNZSzZIcUgS"], ["created_at", "2019-01-19 14:09:59.326943"], ["updated_at", "2019-01-19 14:09:59.326943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Praesentium omnis et et."], ["body", "Quia odit at. Qui ut libero. Accusamus asperiores laborum."], ["created_at", "2019-01-19 14:09:59.328146"], ["updated_at", "2019-01-19 14:09:59.328146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 14:09:59.332349"], ["updated_at", "2019-01-19 14:09:59.332349"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 14:09:59.334182"], ["updated_at", "2019-01-19 14:09:59.334182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 14:09:59.335794"], ["updated_at", "2019-01-19 14:09:59.335794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gaston@wuckert.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gaston@wuckert.net"], ["encrypted_password", "$2a$04$gUkY//.41IBFtRaoS8mTAO4ZmBEtyBFRCE/8y.FMQqDTXzX4OKtfG"], ["created_at", "2019-01-19 14:09:59.338647"], ["updated_at", "2019-01-19 14:09:59.338647"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Expedita perferendis inventore saepe."], ["body", "Ab odit consequuntur. Quod a illum. Nisi libero sit."], ["created_at", "2019-01-19 14:09:59.339911"], ["updated_at", "2019-01-19 14:09:59.339911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nora@sporerbayer.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nora@sporerbayer.net"], ["encrypted_password", "$2a$04$L5kVJLlZOB/b4OFxo68fDu171tD7pL.Zs1DC9Y6J3F9cJI5WVCBvS"], ["created_at", "2019-01-19 14:09:59.342651"], ["updated_at", "2019-01-19 14:09:59.342651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Nihil est impedit possimus."], ["body", "Sed soluta iure. Rerum veniam sequi. Autem maiores occaecati."], ["created_at", "2019-01-19 14:09:59.343770"], ["updated_at", "2019-01-19 14:09:59.343770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 14:09:59.347247"], ["updated_at", "2019-01-19 14:09:59.347247"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 14:09:59.349102"], ["updated_at", "2019-01-19 14:09:59.349102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 14:09:59.350610"], ["updated_at", "2019-01-19 14:09:59.350610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clemente@berge.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clemente@berge.biz"], ["encrypted_password", "$2a$04$bkAD/uOCriQ//iSJH/5B7ONxevHcmEZ3Hb9iDNzr/c4zM8vD21Q0u"], ["created_at", "2019-01-19 14:09:59.353266"], ["updated_at", "2019-01-19 14:09:59.353266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Earum culpa qui ut."], ["body", "Hic dolor aut. Eos dolorum placeat. Delectus ab ea."], ["created_at", "2019-01-19 14:09:59.354465"], ["updated_at", "2019-01-19 14:09:59.354465"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "karren@leannon.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "karren@leannon.biz"], ["encrypted_password", "$2a$04$GOvGhepqr2JoQ7leiYbA5u8KqrRviTYJFO6a9CFd6HpVM2C/iLL32"], ["created_at", "2019-01-19 14:09:59.357053"], ["updated_at", "2019-01-19 14:09:59.357053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Iste dolores reprehenderit eaque."], ["body", "Quaerat voluptas sed. Adipisci officia et. In blanditiis optio."], ["created_at", "2019-01-19 14:09:59.358137"], ["updated_at", "2019-01-19 14:09:59.358137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 14:09:59.361432"], ["updated_at", "2019-01-19 14:09:59.361432"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 14:09:59.363170"], ["updated_at", "2019-01-19 14:09:59.363170"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-19 14:09:59.364579"], ["updated_at", "2019-01-19 14:09:59.364579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "king@grimes.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "king@grimes.com"], ["encrypted_password", "$2a$04$XHrvJ.NRx9VKPyj6KFlwUefPxhHAR/d7MTa..cN9aQUU5Kmf/NrOu"], ["created_at", "2019-01-19 14:09:59.367203"], ["updated_at", "2019-01-19 14:09:59.367203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Fugiat amet nisi culpa."], ["body", "Eveniet itaque quibusdam. Nesciunt est voluptatem. Explicabo architecto dolore."], ["created_at", "2019-01-19 14:09:59.368397"], ["updated_at", "2019-01-19 14:09:59.368397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lowell@mann.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lowell@mann.info"], ["encrypted_password", "$2a$04$tDYwYRSl8uann0Idoi7DGOKd9oHyfm5QqkDpfKYWTor1J3FAbzO8u"], ["created_at", "2019-01-19 14:09:59.371262"], ["updated_at", "2019-01-19 14:09:59.371262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Est dolore sint reprehenderit."], ["body", "Eum delectus voluptates. Suscipit eos maxime. Qui a et."], ["created_at", "2019-01-19 14:09:59.372394"], ["updated_at", "2019-01-19 14:09:59.372394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jimmiedamore@rodriguez.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jimmiedamore@rodriguez.io"], ["encrypted_password", "$2a$04$fliiawNxRf4ZSV1NqN/47.lJUIHT4uANGnnpzZD0TlpYq6EU4QnXi"], ["created_at", "2019-01-19 14:09:59.374859"], ["updated_at", "2019-01-19 14:09:59.374859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Nobis non facere voluptatem."], ["body", "Sed facere enim. Quisquam aut maxime. Facere hic itaque."], ["created_at", "2019-01-19 14:09:59.375891"], ["updated_at", "2019-01-19 14:09:59.375891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 14:09:59.382003"], ["updated_at", "2019-01-19 14:09:59.382003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 14:09:59.383760"], ["updated_at", "2019-01-19 14:09:59.383760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 14:09:59.385199"], ["updated_at", "2019-01-19 14:09:59.385199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 14:09:59.386402"], ["updated_at", "2019-01-19 14:09:59.386402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vernia@hilpert.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vernia@hilpert.net"], ["encrypted_password", "$2a$04$JrAXCX6PjN3cZLntBz8sJesXvve3ooEd95RzwRLMtIqwWryfNpPzq"], ["created_at", "2019-01-19 14:09:59.388862"], ["updated_at", "2019-01-19 14:09:59.388862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Molestiae voluptas ipsam sed."], ["body", "Aliquid est accusantium. Quam inventore modi. Porro blanditiis ut."], ["created_at", "2019-01-19 14:09:59.390117"], ["updated_at", "2019-01-19 14:09:59.390117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clifton@bayer.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clifton@bayer.com"], ["encrypted_password", "$2a$04$G35nNChLi8kGDLqbQxAnw.y3hPEREbFs0lFUU3kLOgxfhkK0VY7OK"], ["created_at", "2019-01-19 14:09:59.392645"], ["updated_at", "2019-01-19 14:09:59.392645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Qui quia provident tenetur."], ["body", "Molestias voluptatem est. Corrupti sunt aliquam. Minus non ut."], ["created_at", "2019-01-19 14:09:59.393660"], ["updated_at", "2019-01-19 14:09:59.393660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "minerva@kling.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "minerva@kling.io"], ["encrypted_password", "$2a$04$vmlBF0nq6hHgVZh1alAevuepdW4jD0kuCbfO2aZPd3LsALXa3if3O"], ["created_at", "2019-01-19 14:09:59.396044"], ["updated_at", "2019-01-19 14:09:59.396044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Neque qui architecto a."], ["body", "Saepe quidem sunt. Voluptas exercitationem aut. Ratione dolores fuga."], ["created_at", "2019-01-19 14:09:59.397061"], ["updated_at", "2019-01-19 14:09:59.397061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "loren@mckenzie.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "loren@mckenzie.io"], ["encrypted_password", "$2a$04$w5OzyAhHmZAx8R.ak2FQOu44nD.B.oeu6uoda8Su5XCDbDsO3D91e"], ["created_at", "2019-01-19 14:09:59.399437"], ["updated_at", "2019-01-19 14:09:59.399437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Similique voluptatem et corporis."], ["body", "Quo nihil aut. Quis accusantium ut. Qui nihil cum."], ["created_at", "2019-01-19 14:09:59.400432"], ["updated_at", "2019-01-19 14:09:59.400432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 14:09:59.404919"], ["updated_at", "2019-01-19 14:09:59.404919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 14:09:59.406427"], ["updated_at", "2019-01-19 14:09:59.406427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 14:09:59.407731"], ["updated_at", "2019-01-19 14:09:59.407731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-19 14:09:59.408953"], ["updated_at", "2019-01-19 14:09:59.408953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "milfordoreilly@kunde.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "milfordoreilly@kunde.net"], ["encrypted_password", "$2a$04$Eq7lnPC4FLPv2FYEhHAAyeTn.Kk0t6vhjIbZD.5PbB1GZWVRPNAem"], ["created_at", "2019-01-19 14:09:59.411326"], ["updated_at", "2019-01-19 14:09:59.411326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "In necessitatibus corporis sit."], ["body", "Debitis unde vitae. Aut eaque aliquam. Molestiae quod ea."], ["created_at", "2019-01-19 14:09:59.412463"], ["updated_at", "2019-01-19 14:09:59.412463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Carterville 30"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Carterville 30"], ["created_at", "2019-01-19 14:09:59.415635"], ["updated_at", "2019-01-19 14:09:59.415635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ollieton 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ollieton 31"], ["created_at", "2019-01-19 14:09:59.417009"], ["updated_at", "2019-01-19 14:09:59.417009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Joanport 32"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Joanport 32"], ["created_at", "2019-01-19 14:09:59.418366"], ["updated_at", "2019-01-19 14:09:59.418366"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Impedit enim aliquam rerum."], ["created_at", "2019-01-19 14:09:59.424645"], ["updated_at", "2019-01-19 14:09:59.424645"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 14:09:59.432856"], ["updated_at", "2019-01-19 14:09:59.432856"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 14:09:59.434203"], ["updated_at", "2019-01-19 14:09:59.434203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 14:09:59.437573"], ["updated_at", "2019-01-19 14:09:59.437573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-19 14:09:59.439575"], ["updated_at", "2019-01-19 14:09:59.439575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "claud@fisher.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "claud@fisher.info"], ["encrypted_password", "$2a$04$FiNySLqsbCh79uQAI..VteYD.2pfEtwFDavLh58ID7//VXNIQgdKa"], ["created_at", "2019-01-19 14:09:59.442221"], ["updated_at", "2019-01-19 14:09:59.442221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Aliquam et molestiae mollitia."], ["body", "Omnis qui libero. Quia ex tempore. Ut et eos."], ["created_at", "2019-01-19 14:09:59.443358"], ["updated_at", "2019-01-19 14:09:59.443358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Announcement Create (0.4ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Id ad quae sed."], ["created_at", "2019-01-19 14:09:59.445798"], ["updated_at", "2019-01-19 14:09:59.445798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "harrisgaylord@brownglover.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "harrisgaylord@brownglover.net"], ["encrypted_password", "$2a$04$CMPs8eWEpA4bI8o4QG9eBe6h2F1BjufPVS/65kEO7E.4j/dM2O1RW"], ["created_at", "2019-01-19 14:09:59.452072"], ["updated_at", "2019-01-19 14:09:59.452072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "red 30"], ["created_at", "2019-01-19 14:09:59.453819"], ["updated_at", "2019-01-19 14:09:59.453819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kashastad 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kashastad 33"], ["created_at", "2019-01-19 14:09:59.455490"], ["updated_at", "2019-01-19 14:09:59.455490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quo autem eligendi quos."], ["body", "Suscipit alias perspiciatis. Iusto qui libero. Blanditiis corrupti molestias."], ["created_at", "2019-01-19 14:09:59.456576"], ["updated_at", "2019-01-19 14:09:59.456576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Rigobertoville 34"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rigobertoville 34"], ["created_at", "2019-01-19 14:09:59.459994"], ["updated_at", "2019-01-19 14:09:59.459994"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Macejkovicmouth 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Macejkovicmouth 35"], ["created_at", "2019-01-19 14:09:59.461647"], ["updated_at", "2019-01-19 14:09:59.461647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 14:09:59.464728"], ["updated_at", "2019-01-19 14:09:59.464728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 14:09:59.466614"], ["updated_at", "2019-01-19 14:09:59.466614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "krista@tillman.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "krista@tillman.name"], ["encrypted_password", "$2a$04$ugF/jvgZircegf4MLFR4W.yqFYMpuKE53usIfDwHW0Jnhdlto8MRK"], ["created_at", "2019-01-19 14:09:59.469505"], ["updated_at", "2019-01-19 14:09:59.469505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "yellow 31"], ["created_at", "2019-01-19 14:09:59.471172"], ["updated_at", "2019-01-19 14:09:59.471172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Minus et quaerat et."], ["body", "Enim soluta et. Est voluptas nihil. Labore occaecati odit."], ["created_at", "2019-01-19 14:09:59.472231"], ["updated_at", "2019-01-19 14:09:59.472231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-19 14:09:59.475001"], ["updated_at", "2019-01-19 14:09:59.475001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-19 14:09:59.476768"], ["updated_at", "2019-01-19 14:09:59.476768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "serenaspinka@weinatpfeffer.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "serenaspinka@weinatpfeffer.co"], ["encrypted_password", "$2a$04$ein.VhLak7EiI6Fc7l9xBuqXteLwjwcR2olqsbM4QkUKJMlD3rJ0K"], ["created_at", "2019-01-19 14:09:59.479492"], ["updated_at", "2019-01-19 14:09:59.479492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "plum 32"], ["created_at", "2019-01-19 14:09:59.481034"], ["updated_at", "2019-01-19 14:09:59.481034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Earum totam corporis iste."], ["body", "Vel possimus ipsum. Adipisci ratione eveniet. Delectus magni eos."], ["created_at", "2019-01-19 14:09:59.482131"], ["updated_at", "2019-01-19 14:09:59.482131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Wilton 36"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Wilton 36"], ["created_at", "2019-01-19 14:09:59.485606"], ["updated_at", "2019-01-19 14:09:59.485606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Johnsonstad 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Johnsonstad 37"], ["created_at", "2019-01-19 14:09:59.486921"], ["updated_at", "2019-01-19 14:09:59.486921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Heidenreichberg 38"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Heidenreichberg 38"], ["created_at", "2019-01-19 14:09:59.488330"], ["updated_at", "2019-01-19 14:09:59.488330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Distinctio explicabo impedit mollitia."], ["created_at", "2019-01-19 14:09:59.489468"], ["updated_at", "2019-01-19 14:09:59.489468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 14:09:59.491047"], ["updated_at", "2019-01-19 14:09:59.491047"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 14:09:59.491933"], ["updated_at", "2019-01-19 14:09:59.491933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Micahfurt 39"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Micahfurt 39"], ["created_at", "2019-01-19 14:09:59.497762"], ["updated_at", "2019-01-19 14:09:59.497762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Auertown 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Auertown 40"], ["created_at", "2019-01-19 14:09:59.499731"], ["updated_at", "2019-01-19 14:09:59.499731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Delstad 41"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Delstad 41"], ["created_at", "2019-01-19 14:09:59.501002"], ["updated_at", "2019-01-19 14:09:59.501002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Harveyshire 42"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Harveyshire 42"], ["created_at", "2019-01-19 14:09:59.502031"], ["updated_at", "2019-01-19 14:09:59.502031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Doloribus dolores nisi quas."], ["created_at", "2019-01-19 14:09:59.502841"], ["updated_at", "2019-01-19 14:09:59.502841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-19 14:09:59.504343"], ["updated_at", "2019-01-19 14:09:59.504343"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-19 14:09:59.505177"], ["updated_at", "2019-01-19 14:09:59.505177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Keelingfort 43"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Keelingfort 43"], ["created_at", "2019-01-19 14:09:59.508665"], ["updated_at", "2019-01-19 14:09:59.508665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chelsey@nolan.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chelsey@nolan.info"], ["encrypted_password", "$2a$04$7sonOZM9UAt0wWosT4R/5enUKJJPUDz12b0RrcRYZm1yddfDaMu8C"], ["created_at", "2019-01-19 14:09:59.511817"], ["updated_at", "2019-01-19 14:09:59.511817"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 33"], ["created_at", "2019-01-19 14:09:59.513386"], ["updated_at", "2019-01-19 14:09:59.513386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Clelia 44"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Clelia 44"], ["created_at", "2019-01-19 14:09:59.514594"], ["updated_at", "2019-01-19 14:09:59.514594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Soluta explicabo est enim."], ["body", "Exercitationem rerum enim. Quo dolores et. Molestiae officia iure."], ["created_at", "2019-01-19 14:09:59.515815"], ["updated_at", "2019-01-19 14:09:59.515815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Schneiderborough 45"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Schneiderborough 45"], ["created_at", "2019-01-19 14:09:59.519189"], ["updated_at", "2019-01-19 14:09:59.519189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lauricelindgren@smithabshire.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lauricelindgren@smithabshire.com"], ["encrypted_password", "$2a$04$dccdDniwA9S4vhmoL3iqjeytTSOKzbs00tDBPdpfx5gBKF1ao3aEm"], ["created_at", "2019-01-19 14:09:59.522554"], ["updated_at", "2019-01-19 14:09:59.522554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "blue 34"], ["created_at", "2019-01-19 14:09:59.524238"], ["updated_at", "2019-01-19 14:09:59.524238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Buckridgeburgh 46"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Buckridgeburgh 46"], ["created_at", "2019-01-19 14:09:59.525352"], ["updated_at", "2019-01-19 14:09:59.525352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Libero enim vero aut."], ["body", "Itaque libero iste. Facilis consequatur praesentium. Ad facere ipsam."], ["created_at", "2019-01-19 14:09:59.526295"], ["updated_at", "2019-01-19 14:09:59.526295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hermannchester 47"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hermannchester 47"], ["created_at", "2019-01-19 14:09:59.529834"], ["updated_at", "2019-01-19 14:09:59.529834"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Gilmaside 49"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gilmaside 49"], ["created_at", "2019-01-19 14:09:59.533402"], ["updated_at", "2019-01-19 14:09:59.533402"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Amee 51"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Amee 51"], ["created_at", "2019-01-19 14:09:59.537111"], ["updated_at", "2019-01-19 14:09:59.537111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "melvinwilkinson@runolfsdottirbalistreri.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "melvinwilkinson@runolfsdottirbalistreri.co"], ["encrypted_password", "$2a$04$OrBu0nfU02fIopeyKlRH7.YIslFRkiCJWx4Z62KXzyWo7F/aQ8miK"], ["created_at", "2019-01-19 14:09:59.544233"], ["updated_at", "2019-01-19 14:09:59.544233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 1"], ["LIMIT", 1]] Authz::Role Create (0.9ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_1"], ["name", "designer 1"], ["description", "designer 1"], ["created_at", "2019-01-20 03:37:07.988340"], ["updated_at", "2019-01-20 03:37:07.988340"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 2"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_2"], ["name", "musician 2"], ["description", "musician 2"], ["created_at", "2019-01-20 03:37:07.991315"], ["updated_at", "2019-01-20 03:37:07.991315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zelma@shields.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zelma@shields.io"], ["encrypted_password", "$2a$04$XfLf/RFoVokoaEQ4TUYhAODcBvN64dmjRbBQ3SlmvoPnFjljj2CZG"], ["created_at", "2019-01-20 03:37:08.026644"], ["updated_at", "2019-01-20 03:37:08.026644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 1"], ["created_at", "2019-01-20 03:37:08.034957"], ["updated_at", "2019-01-20 03:37:08.034957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Krystenshire 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Krystenshire 1"], ["created_at", "2019-01-20 03:37:08.041768"], ["updated_at", "2019-01-20 03:37:08.041768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Nesciunt et laboriosam voluptatem."], ["body", "Eligendi doloremque architecto. Consectetur voluptatem quam. Pariatur ut ex."], ["created_at", "2019-01-20 03:37:08.043600"], ["updated_at", "2019-01-20 03:37:08.043600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_3"], ["name", "designer 3"], ["description", "designer 3"], ["created_at", "2019-01-20 03:37:08.050354"], ["updated_at", "2019-01-20 03:37:08.050354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_4"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_4"], ["name", "programmer 4"], ["description", "programmer 4"], ["created_at", "2019-01-20 03:37:08.052251"], ["updated_at", "2019-01-20 03:37:08.052251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cruz@donnelly.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cruz@donnelly.com"], ["encrypted_password", "$2a$04$Z577PwMvZD6CBA96FxSHE.rV10s/HlpcZGlYnhdPss3nLS6bqHaoW"], ["created_at", "2019-01-20 03:37:08.056138"], ["updated_at", "2019-01-20 03:37:08.056138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orchid 2"], ["created_at", "2019-01-20 03:37:08.057649"], ["updated_at", "2019-01-20 03:37:08.057649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Shellafort 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Shellafort 2"], ["created_at", "2019-01-20 03:37:08.058824"], ["updated_at", "2019-01-20 03:37:08.058824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Hic vero ipsum et."], ["body", "Ea possimus ab. Odit corporis sapiente. Ut quo unde."], ["created_at", "2019-01-20 03:37:08.059795"], ["updated_at", "2019-01-20 03:37:08.059795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_5"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 5"], ["LIMIT", 1]] Authz::Role Create (0.7ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_5"], ["name", "human resources 5"], ["description", "human resources 5"], ["created_at", "2019-01-20 03:37:08.149207"], ["updated_at", "2019-01-20 03:37:08.149207"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 6"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_6"], ["name", "engineer 6"], ["description", "engineer 6"], ["created_at", "2019-01-20 03:37:08.151932"], ["updated_at", "2019-01-20 03:37:08.151932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "evanreichert@weinat.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "evanreichert@weinat.org"], ["encrypted_password", "$2a$04$r5XBnKq3zafB7JnXC70ghOibMirDAE/yagVcdpF7xnLVEwAPp4JPO"], ["created_at", "2019-01-20 03:37:08.155710"], ["updated_at", "2019-01-20 03:37:08.155710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 3"], ["created_at", "2019-01-20 03:37:08.157190"], ["updated_at", "2019-01-20 03:37:08.157190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Alonzoshire 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Alonzoshire 3"], ["created_at", "2019-01-20 03:37:08.158384"], ["updated_at", "2019-01-20 03:37:08.158384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Cum recusandae voluptatem iusto."], ["body", "Voluptate ducimus voluptatem. Impedit sint accusantium. Harum aut qui."], ["created_at", "2019-01-20 03:37:08.159353"], ["updated_at", "2019-01-20 03:37:08.159353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_7"], ["name", "philosopher 7"], ["description", "philosopher 7"], ["created_at", "2019-01-20 03:37:08.180173"], ["updated_at", "2019-01-20 03:37:08.180173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_8"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 8"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_8"], ["name", "musician 8"], ["description", "musician 8"], ["created_at", "2019-01-20 03:37:08.181861"], ["updated_at", "2019-01-20 03:37:08.181861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "colby@zemlak.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "colby@zemlak.info"], ["encrypted_password", "$2a$04$3Dyp9nm9gRX8MVTQNbLtO.nY3d0ddg7v9wDn.4iYmhSj5fhkp41LG"], ["created_at", "2019-01-20 03:37:08.185802"], ["updated_at", "2019-01-20 03:37:08.185802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 4"], ["created_at", "2019-01-20 03:37:08.187481"], ["updated_at", "2019-01-20 03:37:08.187481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Richardchester 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Richardchester 4"], ["created_at", "2019-01-20 03:37:08.188660"], ["updated_at", "2019-01-20 03:37:08.188660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Neque enim architecto dolorem."], ["body", "Quod quia sapiente. Sit labore at. Dolores eius tempore."], ["created_at", "2019-01-20 03:37:08.189616"], ["updated_at", "2019-01-20 03:37:08.189616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_9"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 9"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_9"], ["name", "writer 9"], ["description", "writer 9"], ["created_at", "2019-01-20 03:37:08.203291"], ["updated_at", "2019-01-20 03:37:08.203291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 10"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_10"], ["name", "musician 10"], ["description", "musician 10"], ["created_at", "2019-01-20 03:37:08.205318"], ["updated_at", "2019-01-20 03:37:08.205318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shameka@jastlarkin.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shameka@jastlarkin.org"], ["encrypted_password", "$2a$04$4Mj4ko0KW.ZzrSzXEcR2x.0iVTlpue3KuxtOsDd3yT1WAm514glWa"], ["created_at", "2019-01-20 03:37:08.208930"], ["updated_at", "2019-01-20 03:37:08.208930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 5"], ["created_at", "2019-01-20 03:37:08.210413"], ["updated_at", "2019-01-20 03:37:08.210413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Dariusmouth 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Dariusmouth 5"], ["created_at", "2019-01-20 03:37:08.211599"], ["updated_at", "2019-01-20 03:37:08.211599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Et impedit qui velit."], ["body", "Possimus ea blanditiis. Maxime repellat voluptatem. In omnis molestiae."], ["created_at", "2019-01-20 03:37:08.212800"], ["updated_at", "2019-01-20 03:37:08.212800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_11"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 11"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_11"], ["name", "biologist 11"], ["description", "biologist 11"], ["created_at", "2019-01-20 03:37:08.227226"], ["updated_at", "2019-01-20 03:37:08.227226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_12"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 12"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_12"], ["name", "police officer 12"], ["description", "police officer 12"], ["created_at", "2019-01-20 03:37:08.229335"], ["updated_at", "2019-01-20 03:37:08.229335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pedromarquardt@cain.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pedromarquardt@cain.io"], ["encrypted_password", "$2a$04$1c.vhV1sn3UHMWBpuoScv.bzMvhxby02B.x4cVmtp8zbQinyykzZK"], ["created_at", "2019-01-20 03:37:08.233362"], ["updated_at", "2019-01-20 03:37:08.233362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 6"], ["created_at", "2019-01-20 03:37:08.234995"], ["updated_at", "2019-01-20 03:37:08.234995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Emardchester 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Emardchester 6"], ["created_at", "2019-01-20 03:37:08.236214"], ["updated_at", "2019-01-20 03:37:08.236214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Accusamus non porro expedita."], ["body", "At libero deserunt. Ex a ad. Quos voluptatem expedita."], ["created_at", "2019-01-20 03:37:08.237236"], ["updated_at", "2019-01-20 03:37:08.237236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dorthastehr@emmerich.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dorthastehr@emmerich.org"], ["encrypted_password", "$2a$04$GcoHTcaDNki5xUo1lDD81eGw3.GOwvTg8/NKpW/tzUJzQKJiWEv92"], ["created_at", "2019-01-20 03:37:08.239736"], ["updated_at", "2019-01-20 03:37:08.239736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 13"], ["LIMIT", 1]] Authz::Role Create (1.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_13"], ["name", "agriculturist 13"], ["description", "agriculturist 13"], ["created_at", "2019-01-20 03:37:08.425755"], ["updated_at", "2019-01-20 03:37:08.425755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "programmer_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "programmer 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_1"], ["name", "programmer 1"], ["description", "programmer 1"], ["created_at", "2019-01-20 03:37:08.433809"], ["updated_at", "2019-01-20 03:37:08.433809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-20 03:37:08.439974"], ["updated_at", "2019-01-20 03:37:08.439974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 03:37:08.446960"], ["updated_at", "2019-01-20 03:37:08.446960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 03:37:08.453204"], ["updated_at", "2019-01-20 03:37:08.453204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 14"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_14"], ["name", "police officer 14"], ["description", "police officer 14"], ["created_at", "2019-01-20 03:37:08.467059"], ["updated_at", "2019-01-20 03:37:08.467059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "teacher_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "teacher 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_2"], ["name", "teacher 2"], ["description", "teacher 2"], ["created_at", "2019-01-20 03:37:08.469242"], ["updated_at", "2019-01-20 03:37:08.469242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/passwords"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "devise/passwords"], ["action", "edit"], ["created_at", "2019-01-20 03:37:08.470974"], ["updated_at", "2019-01-20 03:37:08.470974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 03:37:08.472230"], ["updated_at", "2019-01-20 03:37:08.472230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 03:37:08.473531"], ["updated_at", "2019-01-20 03:37:08.473531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "devise/passwords"], ["action", "foo"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "isadorapouros@sanford.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "isadorapouros@sanford.com"], ["encrypted_password", "$2a$04$fN1lR3GYwJPEG4FeLTR8kO00e762YPxX9hhDDJTw1MNC8r9JJFK1G"], ["created_at", "2019-01-20 03:37:08.479322"], ["updated_at", "2019-01-20 03:37:08.479322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_15"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_15"], ["name", "chemist 15"], ["description", "chemist 15"], ["created_at", "2019-01-20 03:37:08.481952"], ["updated_at", "2019-01-20 03:37:08.481952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.3ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:37:08.484863"], ["updated_at", "2019-01-20 03:37:08.484863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Jeanellebury 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jeanellebury 7"], ["created_at", "2019-01-20 03:37:08.486917"], ["updated_at", "2019-01-20 03:37:08.486917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Emmanuel 8"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Emmanuel 8"], ["created_at", "2019-01-20 03:37:08.488633"], ["updated_at", "2019-01-20 03:37:08.488633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "azure 7"], ["created_at", "2019-01-20 03:37:08.490258"], ["updated_at", "2019-01-20 03:37:08.490258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 8"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "lime 8"], ["created_at", "2019-01-20 03:37:08.491644"], ["updated_at", "2019-01-20 03:37:08.491644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "steventurcotte@dickenipes.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "steventurcotte@dickenipes.name"], ["encrypted_password", "$2a$04$HdJ7yC/njvJ2hQfkTD4DkewCNZak08rIbBGo3d8MB49Z4/i1PoZr6"], ["created_at", "2019-01-20 03:37:08.494241"], ["updated_at", "2019-01-20 03:37:08.494241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptate sapiente culpa eveniet."], ["body", "Sint ex nostrum. Nam dolorem voluptatem. Voluptatem iste esse."], ["created_at", "2019-01-20 03:37:08.495598"], ["updated_at", "2019-01-20 03:37:08.495598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Jeanellebury 7"], ["created_at", "2019-01-20 03:37:08.502263"], ["updated_at", "2019-01-20 03:37:08.502263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.0ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "azure 7"], ["created_at", "2019-01-20 03:37:08.504037"], ["updated_at", "2019-01-20 03:37:08.504037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'jeanellebury 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'azure 7')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vincenzooconner@stehr.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vincenzooconner@stehr.co"], ["encrypted_password", "$2a$04$aJjVL13Gfkxv35a8qsPp7uPI1vnqUgHKLTmY5NrYFjfCCsGRb6XM6"], ["created_at", "2019-01-20 03:37:08.512209"], ["updated_at", "2019-01-20 03:37:08.512209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_16"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_16"], ["name", "statistician 16"], ["description", "statistician 16"], ["created_at", "2019-01-20 03:37:08.514214"], ["updated_at", "2019-01-20 03:37:08.514214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:37:08.516217"], ["updated_at", "2019-01-20 03:37:08.516217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Jarvismouth 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jarvismouth 9"], ["created_at", "2019-01-20 03:37:08.517482"], ["updated_at", "2019-01-20 03:37:08.517482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Towandahaven 10"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Towandahaven 10"], ["created_at", "2019-01-20 03:37:08.518570"], ["updated_at", "2019-01-20 03:37:08.518570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "red 9"], ["created_at", "2019-01-20 03:37:08.519928"], ["updated_at", "2019-01-20 03:37:08.519928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 10"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "white 10"], ["created_at", "2019-01-20 03:37:08.521210"], ["updated_at", "2019-01-20 03:37:08.521210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hailey@ernsergreen.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hailey@ernsergreen.info"], ["encrypted_password", "$2a$04$HRJlTTFW10aNkb3WgqWE3ePrd.fYwIvZFPg8/nW.KPtjIF.tyGQju"], ["created_at", "2019-01-20 03:37:08.523585"], ["updated_at", "2019-01-20 03:37:08.523585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Totam ad occaecati a."], ["body", "Earum mollitia dolorem. Necessitatibus ut et. Nostrum eos quia."], ["created_at", "2019-01-20 03:37:08.524788"], ["updated_at", "2019-01-20 03:37:08.524788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lake Towandahaven 10"], ["created_at", "2019-01-20 03:37:08.526418"], ["updated_at", "2019-01-20 03:37:08.526418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "red 9"], ["created_at", "2019-01-20 03:37:08.527936"], ["updated_at", "2019-01-20 03:37:08.527936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake towandahaven 10')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ethan@willms.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ethan@willms.org"], ["encrypted_password", "$2a$04$jNqglT.K/T72jbA6BNBnUewA4ehnku63kd3eO6eBSuMrkOnb55XdS"], ["created_at", "2019-01-20 03:37:08.533595"], ["updated_at", "2019-01-20 03:37:08.533595"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_17"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_17"], ["name", "web developer 17"], ["description", "web developer 17"], ["created_at", "2019-01-20 03:37:08.536238"], ["updated_at", "2019-01-20 03:37:08.536238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:37:08.538430"], ["updated_at", "2019-01-20 03:37:08.538430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Leonoraborough 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Leonoraborough 11"], ["created_at", "2019-01-20 03:37:08.539736"], ["updated_at", "2019-01-20 03:37:08.539736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Carlotown 12"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Carlotown 12"], ["created_at", "2019-01-20 03:37:08.540800"], ["updated_at", "2019-01-20 03:37:08.540800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 11"], ["created_at", "2019-01-20 03:37:08.542272"], ["updated_at", "2019-01-20 03:37:08.542272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 12"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "blue 12"], ["created_at", "2019-01-20 03:37:08.543556"], ["updated_at", "2019-01-20 03:37:08.543556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "suekeeling@stanton.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "suekeeling@stanton.org"], ["encrypted_password", "$2a$04$dVqiPnGRotaBs5C44F1lFu79CPLwQ7sGkNNzEPSl5hyo1RUkQIFw6"], ["created_at", "2019-01-20 03:37:08.546092"], ["updated_at", "2019-01-20 03:37:08.546092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Maiores possimus enim nesciunt."], ["body", "Maiores nihil nemo. Veniam fuga voluptatem. Veniam aperiam assumenda."], ["created_at", "2019-01-20 03:37:08.547245"], ["updated_at", "2019-01-20 03:37:08.547245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Leonoraborough 11"], ["created_at", "2019-01-20 03:37:08.548981"], ["updated_at", "2019-01-20 03:37:08.548981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'leonoraborough 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fabianokeefe@zemlak.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "fabianokeefe@zemlak.name"], ["encrypted_password", "$2a$04$O7YrzZV/WUAVSngJkG2xyOkHWBrFxy1QlHgE2/cYfDlC8P2RvfHeC"], ["created_at", "2019-01-20 03:37:08.554676"], ["updated_at", "2019-01-20 03:37:08.554676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_18"], ["name", "engineer 18"], ["description", "engineer 18"], ["created_at", "2019-01-20 03:37:08.556713"], ["updated_at", "2019-01-20 03:37:08.556713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:37:08.558751"], ["updated_at", "2019-01-20 03:37:08.558751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Adolfo 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Adolfo 13"], ["created_at", "2019-01-20 03:37:08.559987"], ["updated_at", "2019-01-20 03:37:08.559987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Avistown 14"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Avistown 14"], ["created_at", "2019-01-20 03:37:08.561155"], ["updated_at", "2019-01-20 03:37:08.561155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 13"], ["created_at", "2019-01-20 03:37:08.562777"], ["updated_at", "2019-01-20 03:37:08.562777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "orange 14"], ["created_at", "2019-01-20 03:37:08.564181"], ["updated_at", "2019-01-20 03:37:08.564181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "martywunsch@wizastroman.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "martywunsch@wizastroman.io"], ["encrypted_password", "$2a$04$0d3oF8jeb361lnqE6DtgZ.vS9.3oYFb5Arf85Ye4aZBj/W4PgTlde"], ["created_at", "2019-01-20 03:37:08.566775"], ["updated_at", "2019-01-20 03:37:08.566775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Cupiditate odit dolores nisi."], ["body", "Qui aut nesciunt. Consequatur ut voluptate. Est tempore ea."], ["created_at", "2019-01-20 03:37:08.567965"], ["updated_at", "2019-01-20 03:37:08.567965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lake Adolfo 13"], ["created_at", "2019-01-20 03:37:08.569962"], ["updated_at", "2019-01-20 03:37:08.569962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "maroon 13"], ["created_at", "2019-01-20 03:37:08.571639"], ["updated_at", "2019-01-20 03:37:08.571639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake adolfo 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'maroon 13')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chadwickzieme@conn.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chadwickzieme@conn.org"], ["encrypted_password", "$2a$04$4eknD0Z3ZvcfZGN/l2PjVON4it3WoZ9KctlOkWlTng004GnVJU8sq"], ["created_at", "2019-01-20 03:37:08.581342"], ["updated_at", "2019-01-20 03:37:08.581342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_19"], ["name", "statistician 19"], ["description", "statistician 19"], ["created_at", "2019-01-20 03:37:08.583398"], ["updated_at", "2019-01-20 03:37:08.583398"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:37:08.585952"], ["updated_at", "2019-01-20 03:37:08.585952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Leschview 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Leschview 15"], ["created_at", "2019-01-20 03:37:08.587552"], ["updated_at", "2019-01-20 03:37:08.587552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Judsonmouth 16"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Judsonmouth 16"], ["created_at", "2019-01-20 03:37:08.589025"], ["updated_at", "2019-01-20 03:37:08.589025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 15"], ["created_at", "2019-01-20 03:37:08.590433"], ["updated_at", "2019-01-20 03:37:08.590433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 16"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "orchid 16"], ["created_at", "2019-01-20 03:37:08.591802"], ["updated_at", "2019-01-20 03:37:08.591802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "doretta@rueckerpfeffer.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "doretta@rueckerpfeffer.info"], ["encrypted_password", "$2a$04$3SLi.fMmE7v9FUFml0UfK.Lex6kG12FZrsj4slzb7v5Mkvm56IpCW"], ["created_at", "2019-01-20 03:37:08.594385"], ["updated_at", "2019-01-20 03:37:08.594385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Omnis odit soluta omnis."], ["body", "Pariatur corporis enim. Non tempore reiciendis. Sapiente blanditiis commodi."], ["created_at", "2019-01-20 03:37:08.595757"], ["updated_at", "2019-01-20 03:37:08.595757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arica@blanda.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "arica@blanda.name"], ["encrypted_password", "$2a$04$jXk.ZOVzg5bC7P72cMmV2OPwY1po.p2RRwyyeTfrZ6jKrjnUUbkvq"], ["created_at", "2019-01-20 03:37:08.598779"], ["updated_at", "2019-01-20 03:37:08.598779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Magnam nihil dignissimos dolore."], ["body", "Et voluptatem autem. Beatae et eos. Aut molestiae velit."], ["created_at", "2019-01-20 03:37:08.599994"], ["updated_at", "2019-01-20 03:37:08.599994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "okrice@hyattbruen.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "okrice@hyattbruen.co"], ["encrypted_password", "$2a$04$n5GFciFiCJKTGNjYsvKs2ebT5IyqpLLtOiku4b6K5vuV..CVO5lSa"], ["created_at", "2019-01-20 03:37:08.602805"], ["updated_at", "2019-01-20 03:37:08.602805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Perferendis sunt et et."], ["body", "Voluptates pariatur velit. Occaecati temporibus esse. Culpa temporibus qui."], ["created_at", "2019-01-20 03:37:08.603888"], ["updated_at", "2019-01-20 03:37:08.603888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zackjohnson@streichkautzer.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zackjohnson@streichkautzer.org"], ["encrypted_password", "$2a$04$VXNYHKOB0tF5Duu6lKiImOUqsjPfAJhRW7q6aQYqhX0vV7FYRpTiS"], ["created_at", "2019-01-20 03:37:08.606411"], ["updated_at", "2019-01-20 03:37:08.606411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Quo tempore quae et."], ["body", "Non consequatur sit. Reprehenderit quia quasi. Consequatur et quis."], ["created_at", "2019-01-20 03:37:08.607619"], ["updated_at", "2019-01-20 03:37:08.607619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Leschview 15"], ["created_at", "2019-01-20 03:37:08.609378"], ["updated_at", "2019-01-20 03:37:08.609378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "orange 15"], ["created_at", "2019-01-20 03:37:08.610970"], ["updated_at", "2019-01-20 03:37:08.610970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'leschview 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orange 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sharelldibbert@powlowskikovacek.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sharelldibbert@powlowskikovacek.com"], ["encrypted_password", "$2a$04$DgmFnF6vJlmFZcCmF0kh3OA6NT5yP1tp7PAxDPE/YojAdzGnS5Ysy"], ["created_at", "2019-01-20 03:37:08.617536"], ["updated_at", "2019-01-20 03:37:08.617536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_20"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_20"], ["name", "advocate 20"], ["description", "advocate 20"], ["created_at", "2019-01-20 03:37:08.619764"], ["updated_at", "2019-01-20 03:37:08.619764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:37:08.621876"], ["updated_at", "2019-01-20 03:37:08.621876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Marva 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Marva 17"], ["created_at", "2019-01-20 03:37:08.623177"], ["updated_at", "2019-01-20 03:37:08.623177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Osinskichester 18"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Osinskichester 18"], ["created_at", "2019-01-20 03:37:08.624214"], ["updated_at", "2019-01-20 03:37:08.624214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "tan 17"], ["created_at", "2019-01-20 03:37:08.625741"], ["updated_at", "2019-01-20 03:37:08.625741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 18"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "plum 18"], ["created_at", "2019-01-20 03:37:08.627129"], ["updated_at", "2019-01-20 03:37:08.627129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "michal@witting.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "michal@witting.co"], ["encrypted_password", "$2a$04$kCoOr2F/JIo045j9TFDCLeVfv4haYvKauQcoBWQLpRun3oA1Wte1y"], ["created_at", "2019-01-20 03:37:08.630275"], ["updated_at", "2019-01-20 03:37:08.630275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Quos nostrum optio quod."], ["body", "Ipsum voluptas porro. Occaecati consequatur molestias. Ea pariatur in."], ["created_at", "2019-01-20 03:37:08.631934"], ["updated_at", "2019-01-20 03:37:08.631934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jodeeheaney@rueljohnson.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jodeeheaney@rueljohnson.name"], ["encrypted_password", "$2a$04$XyK6ziYwszHN0ffQ2/1QkOJcS9Ttm3Z/IPp/1T4HzCxVR30Qc18/S"], ["created_at", "2019-01-20 03:37:08.635187"], ["updated_at", "2019-01-20 03:37:08.635187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Cumque nemo quia expedita."], ["body", "Eveniet libero dolore. Ullam qui commodi. Neque natus facere."], ["created_at", "2019-01-20 03:37:08.636378"], ["updated_at", "2019-01-20 03:37:08.636378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jermainekoelpin@bartellemard.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jermainekoelpin@bartellemard.org"], ["encrypted_password", "$2a$04$n0xYnhtRPKzjaVVc2bRM3eRzd/GrPAmanNAa..iR/9G9h4iBgCTKK"], ["created_at", "2019-01-20 03:37:08.639057"], ["updated_at", "2019-01-20 03:37:08.639057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Quo veritatis ex vero."], ["body", "Sit delectus natus. Voluptatem ex ut. Praesentium et tempora."], ["created_at", "2019-01-20 03:37:08.640105"], ["updated_at", "2019-01-20 03:37:08.640105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jerrodfeeney@hauck.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jerrodfeeney@hauck.io"], ["encrypted_password", "$2a$04$/VmEfqYYb/TjOEPiWEruQ.B3PeT9OgkTCY6TKvqut3fSKQ3Nm4wUu"], ["created_at", "2019-01-20 03:37:08.642749"], ["updated_at", "2019-01-20 03:37:08.642749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Exercitationem doloremque vel vero."], ["body", "Quas ad eos. Enim laborum iusto. Cum saepe est."], ["created_at", "2019-01-20 03:37:08.643845"], ["updated_at", "2019-01-20 03:37:08.643845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Marva 17"], ["created_at", "2019-01-20 03:37:08.645614"], ["updated_at", "2019-01-20 03:37:08.645614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east marva 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "junko@hirthe.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "junko@hirthe.io"], ["encrypted_password", "$2a$04$JbsWCdut0e11vgGNu8SigumgHnhNNQZEvxfo.YcRUH6oAJp422Lsi"], ["created_at", "2019-01-20 03:37:08.651867"], ["updated_at", "2019-01-20 03:37:08.651867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_21"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_21"], ["name", "physicist 21"], ["description", "physicist 21"], ["created_at", "2019-01-20 03:37:08.653945"], ["updated_at", "2019-01-20 03:37:08.653945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:37:08.656090"], ["updated_at", "2019-01-20 03:37:08.656090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Maryland 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Maryland 19"], ["created_at", "2019-01-20 03:37:08.657408"], ["updated_at", "2019-01-20 03:37:08.657408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Corinnahaven 20"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Corinnahaven 20"], ["created_at", "2019-01-20 03:37:08.658568"], ["updated_at", "2019-01-20 03:37:08.658568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 19"], ["created_at", "2019-01-20 03:37:08.660184"], ["updated_at", "2019-01-20 03:37:08.660184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 20"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "gold 20"], ["created_at", "2019-01-20 03:37:08.661660"], ["updated_at", "2019-01-20 03:37:08.661660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "melialangworth@koepp.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "melialangworth@koepp.biz"], ["encrypted_password", "$2a$04$hfYK45/10TVqK.5c7h3tX.aZ.Q0qKnzt4ttzymEUWQ9PJRHJylCyK"], ["created_at", "2019-01-20 03:37:08.664558"], ["updated_at", "2019-01-20 03:37:08.664558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Consequuntur ullam autem ut."], ["body", "Sit qui hic. Et id quas. Eaque est repudiandae."], ["created_at", "2019-01-20 03:37:08.665829"], ["updated_at", "2019-01-20 03:37:08.665829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edris@huels.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "edris@huels.co"], ["encrypted_password", "$2a$04$6kyDbxWcgGlvxlsoe9NqUeXy/fxiYLbN9i.QRXZ1NcSSrmpyRrLzy"], ["created_at", "2019-01-20 03:37:08.669834"], ["updated_at", "2019-01-20 03:37:08.669834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Adipisci minus quam possimus."], ["body", "Et sunt quia. Voluptatibus aut aut. Et non iure."], ["created_at", "2019-01-20 03:37:08.671146"], ["updated_at", "2019-01-20 03:37:08.671146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roaufderhar@ferrybaumbach.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "roaufderhar@ferrybaumbach.info"], ["encrypted_password", "$2a$04$9GdxohfmTpjLWut.2Kwch.exE9x7Yn6QGemIlLp43VVU95r6rnk3i"], ["created_at", "2019-01-20 03:37:08.674435"], ["updated_at", "2019-01-20 03:37:08.674435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Sit saepe enim vel."], ["body", "Nam ut ullam. Qui voluptates vel. Quo maxime aspernatur."], ["created_at", "2019-01-20 03:37:08.675930"], ["updated_at", "2019-01-20 03:37:08.675930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "romeo@purdy.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "romeo@purdy.name"], ["encrypted_password", "$2a$04$p9O/VxadlWJYh1oWUxyo2eTl3us9RYV5rkulxvTP2xC32vPaK0RDW"], ["created_at", "2019-01-20 03:37:08.679702"], ["updated_at", "2019-01-20 03:37:08.679702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Dolore nostrum laudantium rerum."], ["body", "Atque consectetur sint. Eveniet minus consequatur. Ipsam omnis dolore."], ["created_at", "2019-01-20 03:37:08.681411"], ["updated_at", "2019-01-20 03:37:08.681411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.3ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "North Maryland 19"], ["created_at", "2019-01-20 03:37:08.683666"], ["updated_at", "2019-01-20 03:37:08.683666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "purple 19"], ["created_at", "2019-01-20 03:37:08.685452"], ["updated_at", "2019-01-20 03:37:08.685452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north maryland 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'purple 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lemuelbeer@paucek.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lemuelbeer@paucek.net"], ["encrypted_password", "$2a$04$Rz1izl5DBUMxWd4WLJWQ9eBGtqf7nDLmrSoDfkc21sAaySt0Z6Xia"], ["created_at", "2019-01-20 03:37:08.694470"], ["updated_at", "2019-01-20 03:37:08.694470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_22"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_22"], ["name", "engineer 22"], ["description", "engineer 22"], ["created_at", "2019-01-20 03:37:08.696722"], ["updated_at", "2019-01-20 03:37:08.696722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:37:08.698966"], ["updated_at", "2019-01-20 03:37:08.698966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Alexaberg 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Alexaberg 21"], ["created_at", "2019-01-20 03:37:08.700295"], ["updated_at", "2019-01-20 03:37:08.700295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Dixie 22"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Dixie 22"], ["created_at", "2019-01-20 03:37:08.701611"], ["updated_at", "2019-01-20 03:37:08.701611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 21"], ["created_at", "2019-01-20 03:37:08.703233"], ["updated_at", "2019-01-20 03:37:08.703233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 22"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "azure 22"], ["created_at", "2019-01-20 03:37:08.704722"], ["updated_at", "2019-01-20 03:37:08.704722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "val@mckenzie.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "val@mckenzie.info"], ["encrypted_password", "$2a$04$Qn/xEY6H7mlRe7G1BdxZ3Oe5gNaYMfJDYcarE0DB35U8kHc1CNXgq"], ["created_at", "2019-01-20 03:37:08.707533"], ["updated_at", "2019-01-20 03:37:08.707533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Dolores in voluptatem consectetur."], ["body", "Cumque beatae occaecati. Voluptatem harum vel. Culpa nulla non."], ["created_at", "2019-01-20 03:37:08.708756"], ["updated_at", "2019-01-20 03:37:08.708756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nedhuels@nicolas.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nedhuels@nicolas.name"], ["encrypted_password", "$2a$04$/zdMuy3e/6MHUlNr/Hi33efNTn7k82yFOfhKoSSJnvyzoHsO4i4py"], ["created_at", "2019-01-20 03:37:08.711883"], ["updated_at", "2019-01-20 03:37:08.711883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Recusandae quas quia quia."], ["body", "Et autem est. Qui sapiente recusandae. Sunt quisquam neque."], ["created_at", "2019-01-20 03:37:08.713219"], ["updated_at", "2019-01-20 03:37:08.713219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ramiro@adams.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ramiro@adams.com"], ["encrypted_password", "$2a$04$mFrWPRgXMrba5LP0t0nuneT0N/GFYLgu0sWlf02ngo3D1DMW5UqDm"], ["created_at", "2019-01-20 03:37:08.716601"], ["updated_at", "2019-01-20 03:37:08.716601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Commodi enim provident consequatur."], ["body", "Voluptas et maiores. Omnis vitae quam. Dolore aliquid ea."], ["created_at", "2019-01-20 03:37:08.717809"], ["updated_at", "2019-01-20 03:37:08.717809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "myrnajakubowski@mullercummerata.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "myrnajakubowski@mullercummerata.org"], ["encrypted_password", "$2a$04$cbqhs7eSAFnbiQDm7t9N6.DsZoQt9y4dL0xRFtydCbXhxuKr81zw6"], ["created_at", "2019-01-20 03:37:08.721178"], ["updated_at", "2019-01-20 03:37:08.721178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "In libero placeat dolorem."], ["body", "Atque illum et. Minus sint voluptas. Ipsa perferendis ea."], ["created_at", "2019-01-20 03:37:08.722765"], ["updated_at", "2019-01-20 03:37:08.722765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.4ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "North Alexaberg 21"], ["created_at", "2019-01-20 03:37:08.724916"], ["updated_at", "2019-01-20 03:37:08.724916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "fuchsia 21"], ["created_at", "2019-01-20 03:37:08.727077"], ["updated_at", "2019-01-20 03:37:08.727077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north alexaberg 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'fuchsia 21') Report Load (0.4ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north alexaberg 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'fuchsia 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north alexaberg 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'fuchsia 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chasidyoreilly@feeney.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chasidyoreilly@feeney.org"], ["encrypted_password", "$2a$04$zFrEtgkNYpQptxl4E14qneHTCEJ3PGt7kKs7nqYFtFIeJ8.weh3Uy"], ["created_at", "2019-01-20 03:37:08.743961"], ["updated_at", "2019-01-20 03:37:08.743961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "freddy@swaniawski.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "freddy@swaniawski.net"], ["encrypted_password", "$2a$04$q3YwJOf5POqkRjHvuy6oAeSOd6.Hx7sIpB8Y6.5NT7RRv3S/36fBO"], ["created_at", "2019-01-20 03:37:08.748390"], ["updated_at", "2019-01-20 03:37:08.748390"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.4ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "red 23"], ["created_at", "2019-01-20 03:37:08.750756"], ["updated_at", "2019-01-20 03:37:08.750756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Demetriusshire 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Demetriusshire 23"], ["created_at", "2019-01-20 03:37:08.752418"], ["updated_at", "2019-01-20 03:37:08.752418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Ducimus corrupti molestiae vel."], ["body", "Veritatis et libero. Ipsum quia soluta. Officiis expedita sunt."], ["created_at", "2019-01-20 03:37:08.754255"], ["updated_at", "2019-01-20 03:37:08.754255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.4ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shawntoy@millsnader.name"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shawntoy@millsnader.name"], ["encrypted_password", "$2a$04$zSWrVTMrfkmGQTwe67ihHOmQi39dWLVtil4s6IgFLKhFFQ2/OWEJO"], ["created_at", "2019-01-20 03:37:08.763231"], ["updated_at", "2019-01-20 03:37:08.763231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_23"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_23"], ["name", "judge 23"], ["description", "judge 23"], ["created_at", "2019-01-20 03:37:08.766361"], ["updated_at", "2019-01-20 03:37:08.766361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_24"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_24"], ["name", "actor 24"], ["description", "actor 24"], ["created_at", "2019-01-20 03:37:08.768140"], ["updated_at", "2019-01-20 03:37:08.768140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:37:08.770693"], ["updated_at", "2019-01-20 03:37:08.770693"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:37:08.772080"], ["updated_at", "2019-01-20 03:37:08.772080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Dwight 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Dwight 24"], ["created_at", "2019-01-20 03:37:08.773542"], ["updated_at", "2019-01-20 03:37:08.773542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Armandville 25"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Armandville 25"], ["created_at", "2019-01-20 03:37:08.775003"], ["updated_at", "2019-01-20 03:37:08.775003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 24"], ["LIMIT", 1]] Clearance Create (0.4ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "red 24"], ["created_at", "2019-01-20 03:37:08.776826"], ["updated_at", "2019-01-20 03:37:08.776826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.4ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 25"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "silver 25"], ["created_at", "2019-01-20 03:37:08.778755"], ["updated_at", "2019-01-20 03:37:08.778755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zoraidarobel@cronin.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zoraidarobel@cronin.info"], ["encrypted_password", "$2a$04$.4INZL9u67Sz9ePobtEX9e1WAOVh9l1OUkwVIIT5JvsJ2nvjcHT2S"], ["created_at", "2019-01-20 03:37:08.789102"], ["updated_at", "2019-01-20 03:37:08.789102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptatem autem tenetur voluptate."], ["body", "Aut omnis enim. Molestiae saepe vitae. Asperiores laboriosam in."], ["created_at", "2019-01-20 03:37:08.790389"], ["updated_at", "2019-01-20 03:37:08.790389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alvinlabadie@schroeder.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alvinlabadie@schroeder.co"], ["encrypted_password", "$2a$04$mzYLHwLjXy008JoNYUoaruQ2xldZxaj8LgSQyNRfb/S4O5/PfJydq"], ["created_at", "2019-01-20 03:37:08.793397"], ["updated_at", "2019-01-20 03:37:08.793397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Molestiae dolores quo temporibus."], ["body", "Dolorum molestiae est. Amet sunt modi. Laudantium amet sunt."], ["created_at", "2019-01-20 03:37:08.794926"], ["updated_at", "2019-01-20 03:37:08.794926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "susannahtillman@zemlak.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "susannahtillman@zemlak.com"], ["encrypted_password", "$2a$04$bmxx6XWjNA/jh4AQjfozuO59J2QArQaZIIs5gCXuz2xEtyL22wURy"], ["created_at", "2019-01-20 03:37:08.797763"], ["updated_at", "2019-01-20 03:37:08.797763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Velit dolorem nisi earum."], ["body", "Beatae quia rem. Quia quo expedita. Odio sed suscipit."], ["created_at", "2019-01-20 03:37:08.798890"], ["updated_at", "2019-01-20 03:37:08.798890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "benniecarroll@vonruedengoldner.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "benniecarroll@vonruedengoldner.biz"], ["encrypted_password", "$2a$04$UI28AwFxMIWwVMC6GPrVA.N8y6bTYzelW8umQja4geMLK739K5Duq"], ["created_at", "2019-01-20 03:37:08.801366"], ["updated_at", "2019-01-20 03:37:08.801366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Sed incidunt cum rerum."], ["body", "In et non. Velit cum a. Odit in quisquam."], ["created_at", "2019-01-20 03:37:08.802406"], ["updated_at", "2019-01-20 03:37:08.802406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Dwight 24"], ["created_at", "2019-01-20 03:37:08.803888"], ["updated_at", "2019-01-20 03:37:08.803888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "red 24"], ["created_at", "2019-01-20 03:37:08.805260"], ["updated_at", "2019-01-20 03:37:08.805260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "New Armandville 25"], ["created_at", "2019-01-20 03:37:08.806536"], ["updated_at", "2019-01-20 03:37:08.806536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "silver 25"], ["created_at", "2019-01-20 03:37:08.807826"], ["updated_at", "2019-01-20 03:37:08.807826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south dwight 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'red 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new armandville 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'silver 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "israelmoore@purdyorn.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "israelmoore@purdyorn.biz"], ["encrypted_password", "$2a$04$KOXvfY3p7qvlFSPnwCqbhuemk6WUcOWb9sPvIBG6tqHCcx/ETn.eK"], ["created_at", "2019-01-20 03:37:08.817787"], ["updated_at", "2019-01-20 03:37:08.817787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_25"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_25"], ["name", "astronomer 25"], ["description", "astronomer 25"], ["created_at", "2019-01-20 03:37:08.820824"], ["updated_at", "2019-01-20 03:37:08.820824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_26"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_26"], ["name", "judge 26"], ["description", "judge 26"], ["created_at", "2019-01-20 03:37:08.822683"], ["updated_at", "2019-01-20 03:37:08.822683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:37:08.825479"], ["updated_at", "2019-01-20 03:37:08.825479"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:37:08.827097"], ["updated_at", "2019-01-20 03:37:08.827097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Adaline 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Adaline 26"], ["created_at", "2019-01-20 03:37:08.828681"], ["updated_at", "2019-01-20 03:37:08.828681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ozzieville 27"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ozzieville 27"], ["created_at", "2019-01-20 03:37:08.829986"], ["updated_at", "2019-01-20 03:37:08.829986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 26"], ["created_at", "2019-01-20 03:37:08.831520"], ["updated_at", "2019-01-20 03:37:08.831520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 27"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "cyan 27"], ["created_at", "2019-01-20 03:37:08.832884"], ["updated_at", "2019-01-20 03:37:08.832884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rexarmstrong@keler.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rexarmstrong@keler.biz"], ["encrypted_password", "$2a$04$5bWh4aHVUEO7pFBGZPkgleZdLP.dYQIV2yOIAuioz.JAf3ARQ2UCm"], ["created_at", "2019-01-20 03:37:08.835451"], ["updated_at", "2019-01-20 03:37:08.835451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Fugiat similique ea ut."], ["body", "Quia consequatur quo. Adipisci est et. Architecto libero id."], ["created_at", "2019-01-20 03:37:08.836585"], ["updated_at", "2019-01-20 03:37:08.836585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeremyreichert@bins.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jeremyreichert@bins.name"], ["encrypted_password", "$2a$04$VyvmrQ1UtGKUqDO8uXlSH.WU3cv7YnQ.JspnfhzhYU045jfhZJ.Dy"], ["created_at", "2019-01-20 03:37:08.839269"], ["updated_at", "2019-01-20 03:37:08.839269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Voluptas debitis adipisci eum."], ["body", "Minus quis assumenda. Possimus recusandae eligendi. Consequatur dignissimos quia."], ["created_at", "2019-01-20 03:37:08.840336"], ["updated_at", "2019-01-20 03:37:08.840336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kasieshields@harvey.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kasieshields@harvey.biz"], ["encrypted_password", "$2a$04$Td2/ZHIsFfQNTBNjQU.DxO9.af2Qu82aNemx7RkdnLSK3KPvYu7OW"], ["created_at", "2019-01-20 03:37:08.842835"], ["updated_at", "2019-01-20 03:37:08.842835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Harum mollitia sequi molestias."], ["body", "Distinctio et est. Fuga dolores consequatur. Eos necessitatibus aut."], ["created_at", "2019-01-20 03:37:08.843879"], ["updated_at", "2019-01-20 03:37:08.843879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "art@mante.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "art@mante.biz"], ["encrypted_password", "$2a$04$JwkVSvu79k2oULrFYl9fMeGfBLvcLlmhATcCunjDKuDCzj3kEUX1."], ["created_at", "2019-01-20 03:37:08.846307"], ["updated_at", "2019-01-20 03:37:08.846307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Optio vero vel saepe."], ["body", "Autem repellendus beatae. Et quo nesciunt. Repudiandae sint assumenda."], ["created_at", "2019-01-20 03:37:08.847345"], ["updated_at", "2019-01-20 03:37:08.847345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "New Adaline 26"], ["created_at", "2019-01-20 03:37:08.848892"], ["updated_at", "2019-01-20 03:37:08.848892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "ivory 26"], ["created_at", "2019-01-20 03:37:08.850376"], ["updated_at", "2019-01-20 03:37:08.850376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Ozzieville 27"], ["created_at", "2019-01-20 03:37:08.851755"], ["updated_at", "2019-01-20 03:37:08.851755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "cyan 27"], ["created_at", "2019-01-20 03:37:08.853122"], ["updated_at", "2019-01-20 03:37:08.853122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new adaline 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'ivory 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'ozzieville 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'cyan 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new adaline 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'ivory 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'ozzieville 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'cyan 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yongstroman@jerde.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "yongstroman@jerde.name"], ["encrypted_password", "$2a$04$J7P6I78ONO.BvtqYkc9IgekTZP7hOL3QH63Bl3S/jQa3wpFdbBli."], ["created_at", "2019-01-20 03:37:08.865011"], ["updated_at", "2019-01-20 03:37:08.865011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_27"], ["name", "chemist 27"], ["description", "chemist 27"], ["created_at", "2019-01-20 03:37:08.866969"], ["updated_at", "2019-01-20 03:37:08.866969"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_28"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_28"], ["name", "writer 28"], ["description", "writer 28"], ["created_at", "2019-01-20 03:37:08.868328"], ["updated_at", "2019-01-20 03:37:08.868328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:37:08.870313"], ["updated_at", "2019-01-20 03:37:08.870313"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:37:08.871602"], ["updated_at", "2019-01-20 03:37:08.871602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Cyril 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Cyril 28"], ["created_at", "2019-01-20 03:37:08.872981"], ["updated_at", "2019-01-20 03:37:08.872981"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Jeffberg 29"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jeffberg 29"], ["created_at", "2019-01-20 03:37:08.874537"], ["updated_at", "2019-01-20 03:37:08.874537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "turquoise 28"], ["created_at", "2019-01-20 03:37:08.875944"], ["updated_at", "2019-01-20 03:37:08.875944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 29"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "plum 29"], ["created_at", "2019-01-20 03:37:08.877204"], ["updated_at", "2019-01-20 03:37:08.877204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vernitagutmann@oreilly.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vernitagutmann@oreilly.biz"], ["encrypted_password", "$2a$04$UR6BeSQte2Bwi0p80YSNBesxpvs2FnR/foHG/H8x9p/IdF5eRW5G2"], ["created_at", "2019-01-20 03:37:08.879722"], ["updated_at", "2019-01-20 03:37:08.879722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Ut aperiam placeat velit."], ["body", "Laboriosam voluptatem et. Praesentium et dolorum. Assumenda necessitatibus rerum."], ["created_at", "2019-01-20 03:37:08.880827"], ["updated_at", "2019-01-20 03:37:08.880827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "johnnieconsidine@cruickshank.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "johnnieconsidine@cruickshank.com"], ["encrypted_password", "$2a$04$uamcgGdcGaxx./r0nbswxe3Q2KSHAcAPAdZr6KI2xuN.RGsirM8ku"], ["created_at", "2019-01-20 03:37:08.883310"], ["updated_at", "2019-01-20 03:37:08.883310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Illo qui rerum omnis."], ["body", "Architecto hic incidunt. Quia itaque eos. Consequatur soluta beatae."], ["created_at", "2019-01-20 03:37:08.884290"], ["updated_at", "2019-01-20 03:37:08.884290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eviajerde@konopelski.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eviajerde@konopelski.name"], ["encrypted_password", "$2a$04$wJGbcIfM3BNRru1HnR1U1evUzBAU2Dk118OJ.Wz.PtuVEXKGX/Fsy"], ["created_at", "2019-01-20 03:37:08.886673"], ["updated_at", "2019-01-20 03:37:08.886673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Quis ullam rerum numquam."], ["body", "Fuga iste quis. Omnis unde dolorem. Totam est modi."], ["created_at", "2019-01-20 03:37:08.887680"], ["updated_at", "2019-01-20 03:37:08.887680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcelle@schamberger.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marcelle@schamberger.co"], ["encrypted_password", "$2a$04$v8rvNmagfvj/ReAUwmUNkuIiCMDODVUMd92WCoKMNaDLTaI9Gp1ju"], ["created_at", "2019-01-20 03:37:08.890020"], ["updated_at", "2019-01-20 03:37:08.890020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Enim asperiores autem sed."], ["body", "Error nihil excepturi. Nostrum id ut. Illum incidunt similique."], ["created_at", "2019-01-20 03:37:08.891018"], ["updated_at", "2019-01-20 03:37:08.891018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Cyril 28"], ["created_at", "2019-01-20 03:37:08.892491"], ["updated_at", "2019-01-20 03:37:08.892491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "turquoise 28"], ["created_at", "2019-01-20 03:37:08.894003"], ["updated_at", "2019-01-20 03:37:08.894003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-20 03:37:08.895308"], ["updated_at", "2019-01-20 03:37:08.895308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "plum 29"], ["created_at", "2019-01-20 03:37:08.896554"], ["updated_at", "2019-01-20 03:37:08.896554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east cyril 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'turquoise 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'plum 29') Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-20 03:37:08.922311"], ["updated_at", "2019-01-20 03:37:08.922311"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "police_officer_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "police officer 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_3"], ["name", "police officer 3"], ["description", "police officer 3"], ["created_at", "2019-01-20 03:37:08.925153"], ["updated_at", "2019-01-20 03:37:08.925153"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 03:37:08.926698"], ["updated_at", "2019-01-20 03:37:08.926698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.2ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 03:37:08.948415"], ["updated_at", "2019-01-20 03:37:08.948415"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 03:37:08.949862"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 03:37:08.963341"], ["updated_at", "2019-01-20 03:37:08.963341"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 03:37:08.964965"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-20 03:37:08.985935"], ["updated_at", "2019-01-20 03:37:08.985935"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.3ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 03:37:09.017863"], ["updated_at", "2019-01-20 03:37:09.017863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-20 03:37:09.019296"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "architect_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "architect 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_4"], ["name", "architect 4"], ["description", "architect 4"], ["created_at", "2019-01-20 03:37:09.126491"], ["updated_at", "2019-01-20 03:37:09.126491"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 29"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_29"], ["name", "interpreter 29"], ["description", "interpreter 29"], ["created_at", "2019-01-20 03:37:09.129519"], ["updated_at", "2019-01-20 03:37:09.129519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-20 03:37:09.131020"], ["updated_at", "2019-01-20 03:37:09.131020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "economist_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "economist 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_5"], ["name", "economist 5"], ["description", "economist 5"], ["created_at", "2019-01-20 03:37:09.146340"], ["updated_at", "2019-01-20 03:37:09.146340"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 30"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_30"], ["name", "actor 30"], ["description", "actor 30"], ["created_at", "2019-01-20 03:37:09.149030"], ["updated_at", "2019-01-20 03:37:09.149030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 03:37:09.150423"], ["updated_at", "2019-01-20 03:37:09.150423"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 03:37:09.175619"], ["updated_at", "2019-01-20 03:37:09.175619"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 03:37:09.177185"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 03:37:09.189503"], ["updated_at", "2019-01-20 03:37:09.189503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 03:37:09.190679"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-20 03:37:09.212464"], ["updated_at", "2019-01-20 03:37:09.212464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 31"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_31"], ["name", "physicist 31"], ["description", "physicist 31"], ["created_at", "2019-01-20 03:37:09.247108"], ["updated_at", "2019-01-20 03:37:09.247108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-20 03:37:09.249784"], ["updated_at", "2019-01-20 03:37:09.249784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.3ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.3ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-20 03:37:09.357579"], ["updated_at", "2019-01-20 03:37:09.357579"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-20 03:37:09.359950"], ["updated_at", "2019-01-20 03:37:09.359950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:37:09.366146"], ["updated_at", "2019-01-20 03:37:09.366146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:37:09.367675"], ["updated_at", "2019-01-20 03:37:09.367675"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 03:37:09.370264"], ["updated_at", "2019-01-20 03:37:09.370264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "charlott@prosacco.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "charlott@prosacco.co"], ["encrypted_password", "$2a$04$ceqXlHvRdKWZqgO4bGZrbesHLgiwk3O8tECJeKXx1AWnlhGdfYJAC"], ["created_at", "2019-01-20 03:37:09.373591"], ["updated_at", "2019-01-20 03:37:09.373591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quis aut sint earum."], ["body", "Eius accusamus voluptate. Quo dignissimos hic. Eaque fuga laborum."], ["created_at", "2019-01-20 03:37:09.374970"], ["updated_at", "2019-01-20 03:37:09.374970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "barbralittle@wintheiserwaters.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "barbralittle@wintheiserwaters.biz"], ["encrypted_password", "$2a$04$aCyKHJjG6apdEp98FWtLfOIi4s7oB/4VRvpw4T5NLspnajjCEJATi"], ["created_at", "2019-01-20 03:37:09.377985"], ["updated_at", "2019-01-20 03:37:09.377985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Pariatur laborum sapiente et."], ["body", "Ipsa id voluptas. Doloremque consequuntur alias. Aut id neque."], ["created_at", "2019-01-20 03:37:09.379168"], ["updated_at", "2019-01-20 03:37:09.379168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:37:09.383182"], ["updated_at", "2019-01-20 03:37:09.383182"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:37:09.384970"], ["updated_at", "2019-01-20 03:37:09.384970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 03:37:09.386496"], ["updated_at", "2019-01-20 03:37:09.386496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dario@colelind.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dario@colelind.biz"], ["encrypted_password", "$2a$04$VUhESO.3OUaW0Sfk5dwRNOR4debjQwVhmosbdnLyJv1xsvt2/KINS"], ["created_at", "2019-01-20 03:37:09.389501"], ["updated_at", "2019-01-20 03:37:09.389501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Autem debitis aliquam consequuntur."], ["body", "Velit id sequi. Ullam omnis voluptas. Voluptate voluptas omnis."], ["created_at", "2019-01-20 03:37:09.391062"], ["updated_at", "2019-01-20 03:37:09.391062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shirlene@gibsonbailey.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shirlene@gibsonbailey.info"], ["encrypted_password", "$2a$04$TAr7P72xQn9n1EB.5KJIBONdrUCM6e8SGXe9aQEI4kEQQ6aVoumNu"], ["created_at", "2019-01-20 03:37:09.394064"], ["updated_at", "2019-01-20 03:37:09.394064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Consequatur aut voluptate explicabo."], ["body", "Cumque molestias rerum. Quasi aut repudiandae. Est ad sed."], ["created_at", "2019-01-20 03:37:09.395240"], ["updated_at", "2019-01-20 03:37:09.395240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:37:09.398662"], ["updated_at", "2019-01-20 03:37:09.398662"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:37:09.400438"], ["updated_at", "2019-01-20 03:37:09.400438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 03:37:09.401893"], ["updated_at", "2019-01-20 03:37:09.401893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kendrick@shanahan.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kendrick@shanahan.co"], ["encrypted_password", "$2a$04$BxJKvsBl2RkvX4brHHkehuMAULr.5q5E6n3U5V9xG2tONkFCsM0Ba"], ["created_at", "2019-01-20 03:37:09.404541"], ["updated_at", "2019-01-20 03:37:09.404541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Maxime quidem fugiat temporibus."], ["body", "Esse vero tenetur. In doloremque optio. Distinctio ea molestiae."], ["created_at", "2019-01-20 03:37:09.405677"], ["updated_at", "2019-01-20 03:37:09.405677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "porschedubuque@langoshterry.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "porschedubuque@langoshterry.info"], ["encrypted_password", "$2a$04$WPQ6kq0gRE3iX4oDkkMeSuneRWQ0ueCBlgTp3WaeAIB1NaQ.y/W2W"], ["created_at", "2019-01-20 03:37:09.408416"], ["updated_at", "2019-01-20 03:37:09.408416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Quaerat voluptas nihil quasi."], ["body", "Sint culpa perspiciatis. Numquam perspiciatis sit. Ad omnis voluptas."], ["created_at", "2019-01-20 03:37:09.410032"], ["updated_at", "2019-01-20 03:37:09.410032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.2ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:37:09.414367"], ["updated_at", "2019-01-20 03:37:09.414367"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:37:09.416055"], ["updated_at", "2019-01-20 03:37:09.416055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 03:37:09.417769"], ["updated_at", "2019-01-20 03:37:09.417769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "luciedooley@quitzon.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "luciedooley@quitzon.org"], ["encrypted_password", "$2a$04$SfcWC8EtpnbD5PHazD62aeHa4IG.v3PIK07fZ.jGdcDuEzw5UGV8y"], ["created_at", "2019-01-20 03:37:09.420451"], ["updated_at", "2019-01-20 03:37:09.420451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Deserunt similique temporibus perferendis."], ["body", "Voluptas et nemo. Eum qui illo. Minima commodi culpa."], ["created_at", "2019-01-20 03:37:09.421643"], ["updated_at", "2019-01-20 03:37:09.421643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "franciehalvorson@rath.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "franciehalvorson@rath.org"], ["encrypted_password", "$2a$04$/G/42ZagqChbyzD8iYIXFO48xt46OJ185UKB8NNSIY2MCjQdeJO8y"], ["created_at", "2019-01-20 03:37:09.424248"], ["updated_at", "2019-01-20 03:37:09.424248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Rerum non quae nisi."], ["body", "Sint eius rem. Impedit enim sint. Expedita dolore omnis."], ["created_at", "2019-01-20 03:37:09.425307"], ["updated_at", "2019-01-20 03:37:09.425307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nichelle@windler.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nichelle@windler.biz"], ["encrypted_password", "$2a$04$9l4qvSmSR.m1SyNIQ1kb8ujaRwWLTuAKDQCo4Jl/T4wCKEjtyPU3a"], ["created_at", "2019-01-20 03:37:09.427777"], ["updated_at", "2019-01-20 03:37:09.427777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Aliquid expedita asperiores dolorum."], ["body", "Ducimus aliquid cupiditate. Adipisci et inventore. Minus ut cumque."], ["created_at", "2019-01-20 03:37:09.428872"], ["updated_at", "2019-01-20 03:37:09.428872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:37:09.435398"], ["updated_at", "2019-01-20 03:37:09.435398"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:37:09.436968"], ["updated_at", "2019-01-20 03:37:09.436968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 03:37:09.438316"], ["updated_at", "2019-01-20 03:37:09.438316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 03:37:09.439554"], ["updated_at", "2019-01-20 03:37:09.439554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "samuel@mckenziejohnston.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "samuel@mckenziejohnston.name"], ["encrypted_password", "$2a$04$nu3tNuaUQg5Pb415PcvQbeZV43RN9CrlgZonOXHHqYJstKRibjHZu"], ["created_at", "2019-01-20 03:37:09.441963"], ["updated_at", "2019-01-20 03:37:09.441963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Repellat delectus aliquam maxime."], ["body", "Adipisci reprehenderit nesciunt. Quam illum ut. Illo veritatis facere."], ["created_at", "2019-01-20 03:37:09.443237"], ["updated_at", "2019-01-20 03:37:09.443237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marylin@rohan.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marylin@rohan.info"], ["encrypted_password", "$2a$04$wBKUU.p.Sm1UOKtp5PXJKOxbGRegCW8lKdAPf1Tep3QJJlL.SuOO6"], ["created_at", "2019-01-20 03:37:09.445797"], ["updated_at", "2019-01-20 03:37:09.445797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Quibusdam totam ipsam omnis."], ["body", "Fuga eos sed. Consequuntur velit repudiandae. Sint est ad."], ["created_at", "2019-01-20 03:37:09.446835"], ["updated_at", "2019-01-20 03:37:09.446835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcelinookeefe@raynorhomenick.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marcelinookeefe@raynorhomenick.com"], ["encrypted_password", "$2a$04$zYvqQrIULq41GlQyv9Vp3.Hkj7YlTpERmDM32fKWsxUEFgjFB2ls2"], ["created_at", "2019-01-20 03:37:09.449285"], ["updated_at", "2019-01-20 03:37:09.449285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Quasi sit fugit voluptatem."], ["body", "Ea quia molestias. Quae enim a. Ipsum perspiciatis illum."], ["created_at", "2019-01-20 03:37:09.450285"], ["updated_at", "2019-01-20 03:37:09.450285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shenika@hayes.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shenika@hayes.net"], ["encrypted_password", "$2a$04$Q7HBdFt7TZMbBOL54vFUSe5trhLg5ZnlRHOh18XIqXiy3LVBusdFK"], ["created_at", "2019-01-20 03:37:09.452680"], ["updated_at", "2019-01-20 03:37:09.452680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Sunt aut est quam."], ["body", "Qui ut molestias. Voluptates incidunt qui. Et aut et."], ["created_at", "2019-01-20 03:37:09.453682"], ["updated_at", "2019-01-20 03:37:09.453682"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:37:09.458239"], ["updated_at", "2019-01-20 03:37:09.458239"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:37:09.459848"], ["updated_at", "2019-01-20 03:37:09.459848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 03:37:09.461214"], ["updated_at", "2019-01-20 03:37:09.461214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 03:37:09.462527"], ["updated_at", "2019-01-20 03:37:09.462527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sammy@fahey.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sammy@fahey.biz"], ["encrypted_password", "$2a$04$1FfJJJa7WOucOuJoWsY0q.4XmngRHDSFc./BDKTZQ.apWOOualpkK"], ["created_at", "2019-01-20 03:37:09.465034"], ["updated_at", "2019-01-20 03:37:09.465034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quidem sit eum dolorem."], ["body", "Animi aut omnis. Blanditiis velit beatae. Est at quos."], ["created_at", "2019-01-20 03:37:09.466188"], ["updated_at", "2019-01-20 03:37:09.466188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kiehnhaven 30"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kiehnhaven 30"], ["created_at", "2019-01-20 03:37:09.470125"], ["updated_at", "2019-01-20 03:37:09.470125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ivyborough 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ivyborough 31"], ["created_at", "2019-01-20 03:37:09.471816"], ["updated_at", "2019-01-20 03:37:09.471816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ellenchester 32"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ellenchester 32"], ["created_at", "2019-01-20 03:37:09.472900"], ["updated_at", "2019-01-20 03:37:09.472900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Et repellendus at necessitatibus."], ["created_at", "2019-01-20 03:37:09.479020"], ["updated_at", "2019-01-20 03:37:09.479020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 03:37:09.487528"], ["updated_at", "2019-01-20 03:37:09.487528"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 03:37:09.488754"], ["updated_at", "2019-01-20 03:37:09.488754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:37:09.491960"], ["updated_at", "2019-01-20 03:37:09.491960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 03:37:09.494089"], ["updated_at", "2019-01-20 03:37:09.494089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "burt@stokesbogisich.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "burt@stokesbogisich.info"], ["encrypted_password", "$2a$04$NbgzFm4rY/Etn/5OR6IChuZfgNoPVzkakzvyEw17sfTl8.SjJrJi2"], ["created_at", "2019-01-20 03:37:09.496904"], ["updated_at", "2019-01-20 03:37:09.496904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Corrupti quis hic est."], ["body", "Nemo ea qui. Mollitia molestiae dolorum. Laudantium et sit."], ["created_at", "2019-01-20 03:37:09.498133"], ["updated_at", "2019-01-20 03:37:09.498133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.4ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Recusandae alias odio aliquam."], ["created_at", "2019-01-20 03:37:09.500553"], ["updated_at", "2019-01-20 03:37:09.500553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kellee@lemkelang.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kellee@lemkelang.io"], ["encrypted_password", "$2a$04$rAirrT72HS4H5AdEy96Qv.eA.jiBqZqAySAp3bk630EVb3q.h/8uS"], ["created_at", "2019-01-20 03:37:09.506531"], ["updated_at", "2019-01-20 03:37:09.506531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lavender 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lavender 30"], ["created_at", "2019-01-20 03:37:09.508391"], ["updated_at", "2019-01-20 03:37:09.508391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Robert 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Robert 33"], ["created_at", "2019-01-20 03:37:09.509607"], ["updated_at", "2019-01-20 03:37:09.509607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Nihil molestiae nam nisi."], ["body", "Aliquid ad qui. Quam rerum reprehenderit. Excepturi a et."], ["created_at", "2019-01-20 03:37:09.510627"], ["updated_at", "2019-01-20 03:37:09.510627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Greenfeldertown 34"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Greenfeldertown 34"], ["created_at", "2019-01-20 03:37:09.514085"], ["updated_at", "2019-01-20 03:37:09.514085"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Tressieborough 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Tressieborough 35"], ["created_at", "2019-01-20 03:37:09.515698"], ["updated_at", "2019-01-20 03:37:09.515698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:37:09.519042"], ["updated_at", "2019-01-20 03:37:09.519042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:37:09.520722"], ["updated_at", "2019-01-20 03:37:09.520722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alysiakautzer@vonruedenroberts.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alysiakautzer@vonruedenroberts.com"], ["encrypted_password", "$2a$04$xB8bj07dNpn9ZBhXA2zhu.6lDLDBpRiBhzLdv1wti1RpuMDwcKbVG"], ["created_at", "2019-01-20 03:37:09.523690"], ["updated_at", "2019-01-20 03:37:09.523690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "salmon 31"], ["created_at", "2019-01-20 03:37:09.525263"], ["updated_at", "2019-01-20 03:37:09.525263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ad dolor saepe libero."], ["body", "Quasi eum nemo. Dolores assumenda vitae. At voluptatem iure."], ["created_at", "2019-01-20 03:37:09.526304"], ["updated_at", "2019-01-20 03:37:09.526304"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:37:09.529241"], ["updated_at", "2019-01-20 03:37:09.529241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:37:09.530490"], ["updated_at", "2019-01-20 03:37:09.530490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sam@schambergervon.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sam@schambergervon.name"], ["encrypted_password", "$2a$04$TnlpjYCCZ0CTz4PVNvnWSeF8OKSSUavix.5SSYKUqs0.uLqo.riWK"], ["created_at", "2019-01-20 03:37:09.533454"], ["updated_at", "2019-01-20 03:37:09.533454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 32"], ["created_at", "2019-01-20 03:37:09.535187"], ["updated_at", "2019-01-20 03:37:09.535187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Dolorem minima quo est."], ["body", "Et eos nesciunt. Ut quaerat ipsa. Adipisci fuga ipsum."], ["created_at", "2019-01-20 03:37:09.536207"], ["updated_at", "2019-01-20 03:37:09.536207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Mervinhaven 36"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mervinhaven 36"], ["created_at", "2019-01-20 03:37:09.539804"], ["updated_at", "2019-01-20 03:37:09.539804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Isaiasburgh 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Isaiasburgh 37"], ["created_at", "2019-01-20 03:37:09.541468"], ["updated_at", "2019-01-20 03:37:09.541468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Angieville 38"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Angieville 38"], ["created_at", "2019-01-20 03:37:09.542517"], ["updated_at", "2019-01-20 03:37:09.542517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Amet officiis culpa quo."], ["created_at", "2019-01-20 03:37:09.543272"], ["updated_at", "2019-01-20 03:37:09.543272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 03:37:09.544687"], ["updated_at", "2019-01-20 03:37:09.544687"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 03:37:09.545558"], ["updated_at", "2019-01-20 03:37:09.545558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Tracy 39"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Tracy 39"], ["created_at", "2019-01-20 03:37:09.548789"], ["updated_at", "2019-01-20 03:37:09.548789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hettingerville 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hettingerville 40"], ["created_at", "2019-01-20 03:37:09.550531"], ["updated_at", "2019-01-20 03:37:09.550531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Lucianoborough 41"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Lucianoborough 41"], ["created_at", "2019-01-20 03:37:09.551919"], ["updated_at", "2019-01-20 03:37:09.551919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Malvinaside 42"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Malvinaside 42"], ["created_at", "2019-01-20 03:37:09.553050"], ["updated_at", "2019-01-20 03:37:09.553050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Dolorem voluptatem dolore iste."], ["created_at", "2019-01-20 03:37:09.553816"], ["updated_at", "2019-01-20 03:37:09.553816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 03:37:09.555262"], ["updated_at", "2019-01-20 03:37:09.555262"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 03:37:09.556069"], ["updated_at", "2019-01-20 03:37:09.556069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Mikkihaven 43"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mikkihaven 43"], ["created_at", "2019-01-20 03:37:09.559459"], ["updated_at", "2019-01-20 03:37:09.559459"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bernieyundt@hills.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bernieyundt@hills.info"], ["encrypted_password", "$2a$04$9BRv42SKAjAF//Ar5RMnaurX9P9pBjPuNeJzPwbXcuUY6jva9QYIi"], ["created_at", "2019-01-20 03:37:09.562750"], ["updated_at", "2019-01-20 03:37:09.562750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 33"], ["created_at", "2019-01-20 03:37:09.564439"], ["updated_at", "2019-01-20 03:37:09.564439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Dustin 44"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Dustin 44"], ["created_at", "2019-01-20 03:37:09.565656"], ["updated_at", "2019-01-20 03:37:09.565656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Quibusdam et et numquam."], ["body", "Aut molestias reiciendis. Est ipsam ipsum. Quis libero minus."], ["created_at", "2019-01-20 03:37:09.566638"], ["updated_at", "2019-01-20 03:37:09.566638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Bernhardport 45"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bernhardport 45"], ["created_at", "2019-01-20 03:37:09.569857"], ["updated_at", "2019-01-20 03:37:09.569857"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "briannespinka@trantow.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "briannespinka@trantow.biz"], ["encrypted_password", "$2a$04$MmEdpmhGw1dFf5wawu0.QeUgGisOX9YV19uVQ3Ihu4PJ2NvAs5DOy"], ["created_at", "2019-01-20 03:37:09.573439"], ["updated_at", "2019-01-20 03:37:09.573439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 34"], ["created_at", "2019-01-20 03:37:09.575683"], ["updated_at", "2019-01-20 03:37:09.575683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Robshire 46"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Robshire 46"], ["created_at", "2019-01-20 03:37:09.577083"], ["updated_at", "2019-01-20 03:37:09.577083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.3ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Ea ratione rerum debitis."], ["body", "Expedita quibusdam et. Aut cumque nisi. Eligendi aut velit."], ["created_at", "2019-01-20 03:37:09.578077"], ["updated_at", "2019-01-20 03:37:09.578077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Dillonhaven 47"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dillonhaven 47"], ["created_at", "2019-01-20 03:37:09.581925"], ["updated_at", "2019-01-20 03:37:09.581925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Cummerataton 49"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Cummerataton 49"], ["created_at", "2019-01-20 03:37:09.585449"], ["updated_at", "2019-01-20 03:37:09.585449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Latrice 51"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Latrice 51"], ["created_at", "2019-01-20 03:37:09.588998"], ["updated_at", "2019-01-20 03:37:09.588998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "annettveum@stiedemann.com"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "annettveum@stiedemann.com"], ["encrypted_password", "$2a$04$1qCASFCIFlANfyV4aYf5DuBCs1ITN1aqLvDDC5hYKF/8E6bCSY7m."], ["created_at", "2019-01-20 03:37:09.596069"], ["updated_at", "2019-01-20 03:37:09.596069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_1"], ["name", "accountant 1"], ["description", "accountant 1"], ["created_at", "2019-01-20 03:38:07.357428"], ["updated_at", "2019-01-20 03:38:07.357428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_2"], ["name", "astronomer 2"], ["description", "astronomer 2"], ["created_at", "2019-01-20 03:38:07.359485"], ["updated_at", "2019-01-20 03:38:07.359485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kristofercummerata@lemke.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kristofercummerata@lemke.net"], ["encrypted_password", "$2a$04$/yyElR3BdE6yRbGM34yaiOtSdKgXpgdB05Pz1i8EG1SbP9pbmPSUC"], ["created_at", "2019-01-20 03:38:07.396256"], ["updated_at", "2019-01-20 03:38:07.396256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "indigo 1"], ["created_at", "2019-01-20 03:38:07.409213"], ["updated_at", "2019-01-20 03:38:07.409213"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Fritschstad 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fritschstad 1"], ["created_at", "2019-01-20 03:38:07.417732"], ["updated_at", "2019-01-20 03:38:07.417732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ullam in aut eum."], ["body", "Atque officia adipisci. Illo assumenda reiciendis. Modi asperiores eos."], ["created_at", "2019-01-20 03:38:07.419764"], ["updated_at", "2019-01-20 03:38:07.419764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_3"], ["name", "chemist 3"], ["description", "chemist 3"], ["created_at", "2019-01-20 03:38:07.427552"], ["updated_at", "2019-01-20 03:38:07.427552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_4"], ["name", "chemist 4"], ["description", "chemist 4"], ["created_at", "2019-01-20 03:38:07.429318"], ["updated_at", "2019-01-20 03:38:07.429318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tanikamayer@erdman.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tanikamayer@erdman.name"], ["encrypted_password", "$2a$04$zVLSvOpPifHsufplHqTKR.XupPVA04QkQvpLjsyhrZRAce5QlUu0u"], ["created_at", "2019-01-20 03:38:07.432903"], ["updated_at", "2019-01-20 03:38:07.432903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "salmon 2"], ["created_at", "2019-01-20 03:38:07.434762"], ["updated_at", "2019-01-20 03:38:07.434762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Roberto 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Roberto 2"], ["created_at", "2019-01-20 03:38:07.436179"], ["updated_at", "2019-01-20 03:38:07.436179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quam quis culpa esse."], ["body", "Soluta assumenda voluptatem. Unde dicta adipisci. Ex quisquam assumenda."], ["created_at", "2019-01-20 03:38:07.437265"], ["updated_at", "2019-01-20 03:38:07.437265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_5"], ["name", "web developer 5"], ["description", "web developer 5"], ["created_at", "2019-01-20 03:38:07.452373"], ["updated_at", "2019-01-20 03:38:07.452373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 6"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_6"], ["name", "economist 6"], ["description", "economist 6"], ["created_at", "2019-01-20 03:38:07.454034"], ["updated_at", "2019-01-20 03:38:07.454034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "felicialittel@osinski.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "felicialittel@osinski.co"], ["encrypted_password", "$2a$04$Gxls4G54JJ3QNVfYUfGVOO4Lq8.DsXSpLLkd.uXDn/Jo7DK5fx8V6"], ["created_at", "2019-01-20 03:38:07.457650"], ["updated_at", "2019-01-20 03:38:07.457650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 3"], ["created_at", "2019-01-20 03:38:07.459323"], ["updated_at", "2019-01-20 03:38:07.459323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ardellmouth 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ardellmouth 3"], ["created_at", "2019-01-20 03:38:07.460558"], ["updated_at", "2019-01-20 03:38:07.460558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Facere reprehenderit aliquid mollitia."], ["body", "Eos saepe reprehenderit. Maiores modi sed. Quasi maiores vitae."], ["created_at", "2019-01-20 03:38:07.461537"], ["updated_at", "2019-01-20 03:38:07.461537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_7"], ["name", "interpreter 7"], ["description", "interpreter 7"], ["created_at", "2019-01-20 03:38:07.468242"], ["updated_at", "2019-01-20 03:38:07.468242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 8"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_8"], ["name", "biologist 8"], ["description", "biologist 8"], ["created_at", "2019-01-20 03:38:07.469876"], ["updated_at", "2019-01-20 03:38:07.469876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "becky@shanahanbednar.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "becky@shanahanbednar.co"], ["encrypted_password", "$2a$04$vXQDvESucJDQztegwSxRM.GQEbPAAy8Fd8CZqTrBvk2yQ.lBnCD9."], ["created_at", "2019-01-20 03:38:07.473481"], ["updated_at", "2019-01-20 03:38:07.473481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "cyan 4"], ["created_at", "2019-01-20 03:38:07.475299"], ["updated_at", "2019-01-20 03:38:07.475299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Darefort 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Darefort 4"], ["created_at", "2019-01-20 03:38:07.476973"], ["updated_at", "2019-01-20 03:38:07.476973"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quia vel labore neque."], ["body", "Corporis repudiandae quos. Voluptatem labore quia. Vitae ipsum laudantium."], ["created_at", "2019-01-20 03:38:07.478152"], ["updated_at", "2019-01-20 03:38:07.478152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_9"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 9"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_9"], ["name", "economist 9"], ["description", "economist 9"], ["created_at", "2019-01-20 03:38:07.485525"], ["updated_at", "2019-01-20 03:38:07.485525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_10"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 10"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_10"], ["name", "interpreter 10"], ["description", "interpreter 10"], ["created_at", "2019-01-20 03:38:07.487205"], ["updated_at", "2019-01-20 03:38:07.487205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rayfordhilpert@littelkeeling.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rayfordhilpert@littelkeeling.co"], ["encrypted_password", "$2a$04$zLJoFYBWodashmzhucIgaesFEF88WfJKCT6ncVeM5RIf2ocBMRGMK"], ["created_at", "2019-01-20 03:38:07.491051"], ["updated_at", "2019-01-20 03:38:07.491051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 5"], ["created_at", "2019-01-20 03:38:07.492749"], ["updated_at", "2019-01-20 03:38:07.492749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Robertomouth 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Robertomouth 5"], ["created_at", "2019-01-20 03:38:07.493935"], ["updated_at", "2019-01-20 03:38:07.493935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quidem eum totam sed."], ["body", "Et atque incidunt. At omnis ut. Porro aut quae."], ["created_at", "2019-01-20 03:38:07.494909"], ["updated_at", "2019-01-20 03:38:07.494909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_11"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_11"], ["name", "teacher 11"], ["description", "teacher 11"], ["created_at", "2019-01-20 03:38:07.500354"], ["updated_at", "2019-01-20 03:38:07.500354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_12"], ["name", "web developer 12"], ["description", "web developer 12"], ["created_at", "2019-01-20 03:38:07.502002"], ["updated_at", "2019-01-20 03:38:07.502002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kizzy@langworthbernhard.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kizzy@langworthbernhard.com"], ["encrypted_password", "$2a$04$255bfAZPTVJo999viijEZOK/4hsj5xpyXmtUEDZxoQB7tA6RDJsyu"], ["created_at", "2019-01-20 03:38:07.505756"], ["updated_at", "2019-01-20 03:38:07.505756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 6"], ["created_at", "2019-01-20 03:38:07.507511"], ["updated_at", "2019-01-20 03:38:07.507511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Norbertoberg 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Norbertoberg 6"], ["created_at", "2019-01-20 03:38:07.508939"], ["updated_at", "2019-01-20 03:38:07.508939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Fugiat illo nam sit."], ["body", "Est delectus totam. Aliquid earum suscipit. Beatae minima ratione."], ["created_at", "2019-01-20 03:38:07.510020"], ["updated_at", "2019-01-20 03:38:07.510020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rodrigo@rennerlangosh.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rodrigo@rennerlangosh.biz"], ["encrypted_password", "$2a$04$FZsMUY6ou5QEClX2GtOU/e5M7OwRe7kSamitUGBenvTItZW3giewa"], ["created_at", "2019-01-20 03:38:07.512484"], ["updated_at", "2019-01-20 03:38:07.512484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Report Load (0.3ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 13"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_13"], ["name", "musician 13"], ["description", "musician 13"], ["created_at", "2019-01-20 03:38:07.686673"], ["updated_at", "2019-01-20 03:38:07.686673"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "accountant_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "accountant 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_1"], ["name", "accountant 1"], ["description", "accountant 1"], ["created_at", "2019-01-20 03:38:07.693652"], ["updated_at", "2019-01-20 03:38:07.693652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "active_storage/disk"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "active_storage/disk"], ["action", "update"], ["created_at", "2019-01-20 03:38:07.698727"], ["updated_at", "2019-01-20 03:38:07.698727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 03:38:07.705384"], ["updated_at", "2019-01-20 03:38:07.705384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 03:38:07.711647"], ["updated_at", "2019-01-20 03:38:07.711647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "active_storage/disk"], ["action", "update"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 14"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_14"], ["name", "architect 14"], ["description", "architect 14"], ["created_at", "2019-01-20 03:38:07.719000"], ["updated_at", "2019-01-20 03:38:07.719000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "astronomer_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "astronomer 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_2"], ["name", "astronomer 2"], ["description", "astronomer 2"], ["created_at", "2019-01-20 03:38:07.721357"], ["updated_at", "2019-01-20 03:38:07.721357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-20 03:38:07.723158"], ["updated_at", "2019-01-20 03:38:07.723158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 03:38:07.724432"], ["updated_at", "2019-01-20 03:38:07.724432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 03:38:07.725668"], ["updated_at", "2019-01-20 03:38:07.725668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/rolables"], ["action", "foo"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leilanihayes@wuckertratke.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leilanihayes@wuckertratke.biz"], ["encrypted_password", "$2a$04$hccSBt3Nyq6q6E2.Ay5BGONBUOqgbcKSh0ZuPr3xAoUUZ1WZUJcgm"], ["created_at", "2019-01-20 03:38:07.731804"], ["updated_at", "2019-01-20 03:38:07.731804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_15"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_15"], ["name", "designer 15"], ["description", "designer 15"], ["created_at", "2019-01-20 03:38:07.733974"], ["updated_at", "2019-01-20 03:38:07.733974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:38:07.736814"], ["updated_at", "2019-01-20 03:38:07.736814"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Howefurt 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Howefurt 7"], ["created_at", "2019-01-20 03:38:07.739324"], ["updated_at", "2019-01-20 03:38:07.739324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Arlyneborough 8"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Arlyneborough 8"], ["created_at", "2019-01-20 03:38:07.740611"], ["updated_at", "2019-01-20 03:38:07.740611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 7"], ["created_at", "2019-01-20 03:38:07.742008"], ["updated_at", "2019-01-20 03:38:07.742008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 8"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "green 8"], ["created_at", "2019-01-20 03:38:07.743299"], ["updated_at", "2019-01-20 03:38:07.743299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "isaschowalter@runolfsdottir.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "isaschowalter@runolfsdottir.info"], ["encrypted_password", "$2a$04$hnRxDgKWHtFEQ.35Fh1dUuaDob4X0bFOOo5tHb0dax3BxcExzYtiy"], ["created_at", "2019-01-20 03:38:07.745868"], ["updated_at", "2019-01-20 03:38:07.745868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Consectetur unde necessitatibus quis."], ["body", "Repellendus qui nulla. Eius perspiciatis aut. Vel dolorem eius."], ["created_at", "2019-01-20 03:38:07.747032"], ["updated_at", "2019-01-20 03:38:07.747032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Howefurt 7"], ["created_at", "2019-01-20 03:38:07.754001"], ["updated_at", "2019-01-20 03:38:07.754001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "orange 7"], ["created_at", "2019-01-20 03:38:07.755682"], ["updated_at", "2019-01-20 03:38:07.755682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'howefurt 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orange 7')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeia@metz.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jeia@metz.com"], ["encrypted_password", "$2a$04$psFgRNNGEgfy1okmysRuVugzXL2yT6C9rQgve9jvOmHyXYf13g/02"], ["created_at", "2019-01-20 03:38:07.763718"], ["updated_at", "2019-01-20 03:38:07.763718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_16"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_16"], ["name", "engineer 16"], ["description", "engineer 16"], ["created_at", "2019-01-20 03:38:07.765745"], ["updated_at", "2019-01-20 03:38:07.765745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:38:07.767945"], ["updated_at", "2019-01-20 03:38:07.767945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Kathlyn 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Kathlyn 9"], ["created_at", "2019-01-20 03:38:07.769286"], ["updated_at", "2019-01-20 03:38:07.769286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Liside 10"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Liside 10"], ["created_at", "2019-01-20 03:38:07.770494"], ["updated_at", "2019-01-20 03:38:07.770494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "yellow 9"], ["created_at", "2019-01-20 03:38:07.772018"], ["updated_at", "2019-01-20 03:38:07.772018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 10"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "cyan 10"], ["created_at", "2019-01-20 03:38:07.773320"], ["updated_at", "2019-01-20 03:38:07.773320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "boris@hammes.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "boris@hammes.com"], ["encrypted_password", "$2a$04$MAH2fgvzzyj/uCmFm4/KH.Lsk76dNkwmaQdtZgGa6LuX44RRsgsKK"], ["created_at", "2019-01-20 03:38:07.775828"], ["updated_at", "2019-01-20 03:38:07.775828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Iste maiores enim consequatur."], ["body", "Nam veritatis quod. Nostrum dicta sed. Eum voluptates exercitationem."], ["created_at", "2019-01-20 03:38:07.776961"], ["updated_at", "2019-01-20 03:38:07.776961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Liside 10"], ["created_at", "2019-01-20 03:38:07.778624"], ["updated_at", "2019-01-20 03:38:07.778624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "yellow 9"], ["created_at", "2019-01-20 03:38:07.780078"], ["updated_at", "2019-01-20 03:38:07.780078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'liside 10')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vernon@mertz.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vernon@mertz.net"], ["encrypted_password", "$2a$04$RtQgvHWe9kfjlnou.Zrb1uOEZxYcPAgEnVOY//.UGP7zEdVmoHWsy"], ["created_at", "2019-01-20 03:38:07.785267"], ["updated_at", "2019-01-20 03:38:07.785267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_17"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_17"], ["name", "physicist 17"], ["description", "physicist 17"], ["created_at", "2019-01-20 03:38:07.787418"], ["updated_at", "2019-01-20 03:38:07.787418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:38:07.789528"], ["updated_at", "2019-01-20 03:38:07.789528"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Modestomouth 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Modestomouth 11"], ["created_at", "2019-01-20 03:38:07.790902"], ["updated_at", "2019-01-20 03:38:07.790902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Asia 12"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Asia 12"], ["created_at", "2019-01-20 03:38:07.797191"], ["updated_at", "2019-01-20 03:38:07.797191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "black 11"], ["created_at", "2019-01-20 03:38:07.798651"], ["updated_at", "2019-01-20 03:38:07.798651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 12"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "cyan 12"], ["created_at", "2019-01-20 03:38:07.799876"], ["updated_at", "2019-01-20 03:38:07.799876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tyree@hettinger.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tyree@hettinger.org"], ["encrypted_password", "$2a$04$R38JlknobBw8J2IPBiZFWOPmCGgcflrOtlVaWdiDVSrKDaT9Mlgsm"], ["created_at", "2019-01-20 03:38:07.802275"], ["updated_at", "2019-01-20 03:38:07.802275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Et quo voluptas et."], ["body", "Dignissimos velit quae. Sint eius dolores. Eligendi voluptates et."], ["created_at", "2019-01-20 03:38:07.803327"], ["updated_at", "2019-01-20 03:38:07.803327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Modestomouth 11"], ["created_at", "2019-01-20 03:38:07.804920"], ["updated_at", "2019-01-20 03:38:07.804920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'modestomouth 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adrianhayes@towne.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "adrianhayes@towne.io"], ["encrypted_password", "$2a$04$kOeFHgSAxCLJnX3LAnNMW.YQz8UZKjQLcbu5wvYw5yJCf43pt91WC"], ["created_at", "2019-01-20 03:38:07.810464"], ["updated_at", "2019-01-20 03:38:07.810464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_18"], ["name", "writer 18"], ["description", "writer 18"], ["created_at", "2019-01-20 03:38:07.812399"], ["updated_at", "2019-01-20 03:38:07.812399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:38:07.814273"], ["updated_at", "2019-01-20 03:38:07.814273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Brekketown 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Brekketown 13"], ["created_at", "2019-01-20 03:38:07.815433"], ["updated_at", "2019-01-20 03:38:07.815433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Halvorsonside 14"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Halvorsonside 14"], ["created_at", "2019-01-20 03:38:07.816436"], ["updated_at", "2019-01-20 03:38:07.816436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 13"], ["created_at", "2019-01-20 03:38:07.817838"], ["updated_at", "2019-01-20 03:38:07.817838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "yellow 14"], ["created_at", "2019-01-20 03:38:07.819157"], ["updated_at", "2019-01-20 03:38:07.819157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elaine@jerde.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elaine@jerde.net"], ["encrypted_password", "$2a$04$QZSOrje5UKpNSgEh7Ap79OYueXvW1.EjMVekm12UbGwWXyQvHwoze"], ["created_at", "2019-01-20 03:38:07.821611"], ["updated_at", "2019-01-20 03:38:07.821611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Inventore perspiciatis soluta aut."], ["body", "Quibusdam alias harum. Et quam sit. Enim quam sint."], ["created_at", "2019-01-20 03:38:07.822682"], ["updated_at", "2019-01-20 03:38:07.822682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Brekketown 13"], ["created_at", "2019-01-20 03:38:07.824272"], ["updated_at", "2019-01-20 03:38:07.824272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "sky blue 13"], ["created_at", "2019-01-20 03:38:07.825696"], ["updated_at", "2019-01-20 03:38:07.825696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'brekketown 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'sky blue 13')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ricardarippin@gibsonpfannerstill.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ricardarippin@gibsonpfannerstill.biz"], ["encrypted_password", "$2a$04$acgNklR3So1FICNJvVM72u1zw6wcs67kNhVZidjv/Xe2iOj7pD1iO"], ["created_at", "2019-01-20 03:38:07.831701"], ["updated_at", "2019-01-20 03:38:07.831701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_19"], ["name", "judge 19"], ["description", "judge 19"], ["created_at", "2019-01-20 03:38:07.833568"], ["updated_at", "2019-01-20 03:38:07.833568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:38:07.835481"], ["updated_at", "2019-01-20 03:38:07.835481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Osinskiton 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Osinskiton 15"], ["created_at", "2019-01-20 03:38:07.836649"], ["updated_at", "2019-01-20 03:38:07.836649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Patti 16"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Patti 16"], ["created_at", "2019-01-20 03:38:07.837703"], ["updated_at", "2019-01-20 03:38:07.837703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "plum 15"], ["created_at", "2019-01-20 03:38:07.839242"], ["updated_at", "2019-01-20 03:38:07.839242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 16"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "teal 16"], ["created_at", "2019-01-20 03:38:07.840682"], ["updated_at", "2019-01-20 03:38:07.840682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kendallkemmer@bechtelarschmeler.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kendallkemmer@bechtelarschmeler.name"], ["encrypted_password", "$2a$04$C.G6UQ7Yf/64GTCgqlzkh.W0vEgaduVN4LASQ09bU8jt.27VBZ4L2"], ["created_at", "2019-01-20 03:38:07.843211"], ["updated_at", "2019-01-20 03:38:07.843211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Dolore velit fugiat quas."], ["body", "Velit quis sed. Est sapiente sed. Earum aspernatur voluptas."], ["created_at", "2019-01-20 03:38:07.844338"], ["updated_at", "2019-01-20 03:38:07.844338"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deandreaufderhar@harveyanderson.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "deandreaufderhar@harveyanderson.org"], ["encrypted_password", "$2a$04$m/rPOToExf/YKAoZGW4gcO73.5TrfDP8aWzkzlwIJb0S/ihy5gslq"], ["created_at", "2019-01-20 03:38:07.846849"], ["updated_at", "2019-01-20 03:38:07.846849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Aut quasi ab id."], ["body", "Quos facilis vitae. Dignissimos possimus nihil. Cumque nobis facere."], ["created_at", "2019-01-20 03:38:07.847872"], ["updated_at", "2019-01-20 03:38:07.847872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zaneschumm@yostbotsford.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zaneschumm@yostbotsford.net"], ["encrypted_password", "$2a$04$llKmvlHbS.ywR9pMUEWQiOaiSDGZjT7UcsjC2kE/JO8CBEV1hBcO."], ["created_at", "2019-01-20 03:38:07.850238"], ["updated_at", "2019-01-20 03:38:07.850238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Corporis minus est perspiciatis."], ["body", "Nobis vel rerum. Ut culpa dolorem. Et minus ratione."], ["created_at", "2019-01-20 03:38:07.851422"], ["updated_at", "2019-01-20 03:38:07.851422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "angelohegmann@turnerbeatty.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "angelohegmann@turnerbeatty.info"], ["encrypted_password", "$2a$04$5w2CnfSjTCiRYfuTrBsXjOFDUQ4TmrhiFMg0BVgG0Ahnoqe69Hjaa"], ["created_at", "2019-01-20 03:38:07.853961"], ["updated_at", "2019-01-20 03:38:07.853961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Repellendus officia dolor et."], ["body", "Voluptatem aliquid eum. Non id nam. Vel consequatur voluptas."], ["created_at", "2019-01-20 03:38:07.855209"], ["updated_at", "2019-01-20 03:38:07.855209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Osinskiton 15"], ["created_at", "2019-01-20 03:38:07.857281"], ["updated_at", "2019-01-20 03:38:07.857281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "plum 15"], ["created_at", "2019-01-20 03:38:07.858952"], ["updated_at", "2019-01-20 03:38:07.858952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'osinskiton 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'plum 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marshallruecker@cormier.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marshallruecker@cormier.net"], ["encrypted_password", "$2a$04$qqdzzbJ8TFNNaKfL8nDP0eJm/DBWTKXXgPYmCbeHo6m1JJs0BwZbO"], ["created_at", "2019-01-20 03:38:07.865202"], ["updated_at", "2019-01-20 03:38:07.865202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_20"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_20"], ["name", "writer 20"], ["description", "writer 20"], ["created_at", "2019-01-20 03:38:07.867347"], ["updated_at", "2019-01-20 03:38:07.867347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:38:07.869505"], ["updated_at", "2019-01-20 03:38:07.869505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Pierreburgh 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pierreburgh 17"], ["created_at", "2019-01-20 03:38:07.870798"], ["updated_at", "2019-01-20 03:38:07.870798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Horace 18"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Horace 18"], ["created_at", "2019-01-20 03:38:07.872115"], ["updated_at", "2019-01-20 03:38:07.872115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "salmon 17"], ["created_at", "2019-01-20 03:38:07.873615"], ["updated_at", "2019-01-20 03:38:07.873615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 18"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "black 18"], ["created_at", "2019-01-20 03:38:07.874907"], ["updated_at", "2019-01-20 03:38:07.874907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lorenzopredovic@leannon.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lorenzopredovic@leannon.org"], ["encrypted_password", "$2a$04$9MuKRtPElBO/4ihhE0nePe/7JpEij2UW6TvVlIjU4t.KjpfPQ.zqG"], ["created_at", "2019-01-20 03:38:07.877394"], ["updated_at", "2019-01-20 03:38:07.877394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptas aut soluta atque."], ["body", "Maiores qui deleniti. Enim hic neque. Distinctio laborum asperiores."], ["created_at", "2019-01-20 03:38:07.878464"], ["updated_at", "2019-01-20 03:38:07.878464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nana@beier.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nana@beier.org"], ["encrypted_password", "$2a$04$b1yhu/SeVC2/2fOm7X9Pweg5i72I6q7NOZ.Hddkf2qQ.jjSEtMYsu"], ["created_at", "2019-01-20 03:38:07.881267"], ["updated_at", "2019-01-20 03:38:07.881267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Exercitationem doloribus nobis excepturi."], ["body", "Omnis expedita aliquam. Consequatur veniam nemo. Officia fuga cupiditate."], ["created_at", "2019-01-20 03:38:07.882701"], ["updated_at", "2019-01-20 03:38:07.882701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lajuana@corkery.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lajuana@corkery.com"], ["encrypted_password", "$2a$04$uUIdI85g9v1hWw9naLcjROxjlZ7aziOiaveDTrvCIYGNZyrmfNJY6"], ["created_at", "2019-01-20 03:38:07.885449"], ["updated_at", "2019-01-20 03:38:07.885449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Et expedita sint voluptas."], ["body", "Odit est accusamus. Dolorem cum maxime. Officiis et eos."], ["created_at", "2019-01-20 03:38:07.886549"], ["updated_at", "2019-01-20 03:38:07.886549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lawrence@ernser.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lawrence@ernser.com"], ["encrypted_password", "$2a$04$9tE75ECMQrYI9ZEWf/RIgeunPCa2ACc3VMgu7vxrNulf.ZJvZ6Wx2"], ["created_at", "2019-01-20 03:38:07.889172"], ["updated_at", "2019-01-20 03:38:07.889172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Non dolor reiciendis illum."], ["body", "Alias dicta reprehenderit. Magni sapiente quo. Nihil et aliquid."], ["created_at", "2019-01-20 03:38:07.890249"], ["updated_at", "2019-01-20 03:38:07.890249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Pierreburgh 17"], ["created_at", "2019-01-20 03:38:07.891997"], ["updated_at", "2019-01-20 03:38:07.891997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'pierreburgh 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jacinto@runolfonruel.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jacinto@runolfonruel.biz"], ["encrypted_password", "$2a$04$iX1uVfi4eXxFgUfldD2PBOWGAFWIUbjiyMpdyZaimYU2NC7FKUG8m"], ["created_at", "2019-01-20 03:38:07.898112"], ["updated_at", "2019-01-20 03:38:07.898112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_21"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_21"], ["name", "doctor 21"], ["description", "doctor 21"], ["created_at", "2019-01-20 03:38:07.900051"], ["updated_at", "2019-01-20 03:38:07.900051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:38:07.902022"], ["updated_at", "2019-01-20 03:38:07.902022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hermannfurt 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hermannfurt 19"], ["created_at", "2019-01-20 03:38:07.903216"], ["updated_at", "2019-01-20 03:38:07.903216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Montefurt 20"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Montefurt 20"], ["created_at", "2019-01-20 03:38:07.904317"], ["updated_at", "2019-01-20 03:38:07.904317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "indigo 19"], ["created_at", "2019-01-20 03:38:07.905871"], ["updated_at", "2019-01-20 03:38:07.905871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 20"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "teal 20"], ["created_at", "2019-01-20 03:38:07.907169"], ["updated_at", "2019-01-20 03:38:07.907169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "manyrau@sengermueller.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "manyrau@sengermueller.com"], ["encrypted_password", "$2a$04$8hj7TR0OaadC9QI37QiOaeL9k2SiwK08YSJ3djumeTQ2MV.VvdLjK"], ["created_at", "2019-01-20 03:38:07.909591"], ["updated_at", "2019-01-20 03:38:07.909591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Doloremque voluptatem ipsum unde."], ["body", "Possimus suscipit temporibus. Ipsam eum quisquam. Iusto nisi vitae."], ["created_at", "2019-01-20 03:38:07.910661"], ["updated_at", "2019-01-20 03:38:07.910661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lindsayratke@denesik.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lindsayratke@denesik.net"], ["encrypted_password", "$2a$04$gcEXx5GdePo1ZUImcjFxP.4oS4ez/ecERRTeUhl3gxnUcnSBkd.s2"], ["created_at", "2019-01-20 03:38:07.913203"], ["updated_at", "2019-01-20 03:38:07.913203"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Ullam sapiente saepe aperiam."], ["body", "Mollitia molestias aspernatur. Sunt minima nihil. Dolores voluptas corrupti."], ["created_at", "2019-01-20 03:38:07.914249"], ["updated_at", "2019-01-20 03:38:07.914249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "palmira@bernhardupton.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "palmira@bernhardupton.biz"], ["encrypted_password", "$2a$04$o6guOdW2GqWu/nbDyP9z4u57UJXJxqV72ZyW.ihw6kF0fa8ocFYlC"], ["created_at", "2019-01-20 03:38:07.916674"], ["updated_at", "2019-01-20 03:38:07.916674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Sed modi aspernatur doloremque."], ["body", "Error eveniet pariatur. Officia libero et. Illo mollitia beatae."], ["created_at", "2019-01-20 03:38:07.917657"], ["updated_at", "2019-01-20 03:38:07.917657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vinnie@koch.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vinnie@koch.com"], ["encrypted_password", "$2a$04$sksbg8oF27JaJp23BNy1IuQEo1TiQrcW.tWjgdgE9b.EUyG90WvmW"], ["created_at", "2019-01-20 03:38:07.920038"], ["updated_at", "2019-01-20 03:38:07.920038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Mollitia modi sit laborum."], ["body", "Nobis soluta aperiam. Et quidem eos. Est sequi inventore."], ["created_at", "2019-01-20 03:38:07.921040"], ["updated_at", "2019-01-20 03:38:07.921040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Hermannfurt 19"], ["created_at", "2019-01-20 03:38:07.922559"], ["updated_at", "2019-01-20 03:38:07.922559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "indigo 19"], ["created_at", "2019-01-20 03:38:07.923974"], ["updated_at", "2019-01-20 03:38:07.923974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'hermannfurt 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'indigo 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "domenickerluke@rodriguez.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "domenickerluke@rodriguez.com"], ["encrypted_password", "$2a$04$BoPobC0f7k1fyUMINRrU0eCfN1mQhTrJuYzRt/xB64wFUDAHDpJ6u"], ["created_at", "2019-01-20 03:38:07.932299"], ["updated_at", "2019-01-20 03:38:07.932299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_22"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_22"], ["name", "designer 22"], ["description", "designer 22"], ["created_at", "2019-01-20 03:38:07.934375"], ["updated_at", "2019-01-20 03:38:07.934375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:38:07.936511"], ["updated_at", "2019-01-20 03:38:07.936511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Shanaeport 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Shanaeport 21"], ["created_at", "2019-01-20 03:38:07.937877"], ["updated_at", "2019-01-20 03:38:07.937877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Sungmouth 22"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Sungmouth 22"], ["created_at", "2019-01-20 03:38:07.938957"], ["updated_at", "2019-01-20 03:38:07.938957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 21"], ["created_at", "2019-01-20 03:38:07.940342"], ["updated_at", "2019-01-20 03:38:07.940342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 22"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "purple 22"], ["created_at", "2019-01-20 03:38:07.941660"], ["updated_at", "2019-01-20 03:38:07.941660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "antoniocrist@wunsch.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "antoniocrist@wunsch.co"], ["encrypted_password", "$2a$04$380Gcm0jsYavfw97hwr3auBFdpxUrPDQulKFPTiwNlxnsdgl/KbPK"], ["created_at", "2019-01-20 03:38:07.944034"], ["updated_at", "2019-01-20 03:38:07.944034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Commodi ut perspiciatis vero."], ["body", "Sed vero eos. Aperiam quaerat sunt. Et aut culpa."], ["created_at", "2019-01-20 03:38:07.945093"], ["updated_at", "2019-01-20 03:38:07.945093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "burtondibbert@cummings.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "burtondibbert@cummings.name"], ["encrypted_password", "$2a$04$ZUhr6jmy.Qfgn.UxNSb9uOJiS9oqdeAggVIlI63K.cIWMTyxxKIGC"], ["created_at", "2019-01-20 03:38:07.947592"], ["updated_at", "2019-01-20 03:38:07.947592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Voluptas nesciunt illum aliquam."], ["body", "Facilis ab est. Velit omnis sed. Delectus cupiditate perspiciatis."], ["created_at", "2019-01-20 03:38:07.948632"], ["updated_at", "2019-01-20 03:38:07.948632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nealwalter@adams.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nealwalter@adams.com"], ["encrypted_password", "$2a$04$Zhf7Ur0GKJs3x3boAAD9xeUQ6eYnwv2kKjIis3jq7gr6PEUas7mBa"], ["created_at", "2019-01-20 03:38:07.951014"], ["updated_at", "2019-01-20 03:38:07.951014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Ut voluptas voluptate et."], ["body", "Sit minus et. Vero culpa voluptatibus. Expedita voluptatibus et."], ["created_at", "2019-01-20 03:38:07.952008"], ["updated_at", "2019-01-20 03:38:07.952008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "justalehner@langworth.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "justalehner@langworth.name"], ["encrypted_password", "$2a$04$tH.ljNLIrsGwpiBF67SCHOIpYy0IEhOuZJ8lYtRNqZWwNA3WbUux6"], ["created_at", "2019-01-20 03:38:07.954320"], ["updated_at", "2019-01-20 03:38:07.954320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Ea ut et consequatur."], ["body", "Repellat similique facilis. Sint consectetur sit. Labore voluptas dicta."], ["created_at", "2019-01-20 03:38:07.955333"], ["updated_at", "2019-01-20 03:38:07.955333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Port Shanaeport 21"], ["created_at", "2019-01-20 03:38:07.956871"], ["updated_at", "2019-01-20 03:38:07.956871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "teal 21"], ["created_at", "2019-01-20 03:38:07.958335"], ["updated_at", "2019-01-20 03:38:07.958335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port shanaeport 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port shanaeport 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port shanaeport 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dalenewill@weimann.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dalenewill@weimann.info"], ["encrypted_password", "$2a$04$DU7D5XOdhsjJ3OMuaY5KkuP79Qrz.fSCogO7w7b4/jxc2yiUg6DlO"], ["created_at", "2019-01-20 03:38:07.969746"], ["updated_at", "2019-01-20 03:38:07.969746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "keena@shanahanmckenzie.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "keena@shanahanmckenzie.net"], ["encrypted_password", "$2a$04$3/7isBci0pxry1WrUgR3MuGaq/CVKdM3uX.3GdquPEvqOWX9hhnDa"], ["created_at", "2019-01-20 03:38:07.972630"], ["updated_at", "2019-01-20 03:38:07.972630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 23"], ["created_at", "2019-01-20 03:38:07.974165"], ["updated_at", "2019-01-20 03:38:07.974165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Bradfordshire 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bradfordshire 23"], ["created_at", "2019-01-20 03:38:07.975493"], ["updated_at", "2019-01-20 03:38:07.975493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Natus qui qui sint."], ["body", "Mollitia porro eaque. Consequuntur recusandae qui. Rem et voluptas."], ["created_at", "2019-01-20 03:38:07.976510"], ["updated_at", "2019-01-20 03:38:07.976510"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "humbertoglover@lindgren.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "humbertoglover@lindgren.name"], ["encrypted_password", "$2a$04$Q9b42ZNPs6SJw8pcpsy7leutQWvwVFdSGs8iwZoqI4yVPyQ2hMSzC"], ["created_at", "2019-01-20 03:38:07.982178"], ["updated_at", "2019-01-20 03:38:07.982178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_23"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_23"], ["name", "philosopher 23"], ["description", "philosopher 23"], ["created_at", "2019-01-20 03:38:07.984069"], ["updated_at", "2019-01-20 03:38:07.984069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_24"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_24"], ["name", "philosopher 24"], ["description", "philosopher 24"], ["created_at", "2019-01-20 03:38:07.985495"], ["updated_at", "2019-01-20 03:38:07.985495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:38:07.987372"], ["updated_at", "2019-01-20 03:38:07.987372"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:38:07.988679"], ["updated_at", "2019-01-20 03:38:07.988679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Brigida 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Brigida 24"], ["created_at", "2019-01-20 03:38:07.989987"], ["updated_at", "2019-01-20 03:38:07.989987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Wolffurt 25"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Wolffurt 25"], ["created_at", "2019-01-20 03:38:07.991101"], ["updated_at", "2019-01-20 03:38:07.991101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "red 24"], ["created_at", "2019-01-20 03:38:07.992469"], ["updated_at", "2019-01-20 03:38:07.992469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 25"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "purple 25"], ["created_at", "2019-01-20 03:38:07.993771"], ["updated_at", "2019-01-20 03:38:07.993771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaimegoldner@greenfelder.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jaimegoldner@greenfelder.io"], ["encrypted_password", "$2a$04$EsjlTdrzbhSw8bolyaKDQ.kvYOF/YRwKG2NPmZgbgMTc/Odo1Fawi"], ["created_at", "2019-01-20 03:38:07.996191"], ["updated_at", "2019-01-20 03:38:07.996191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Rem est qui nulla."], ["body", "Voluptatem sed et. Vel odit fugiat. Quas nemo beatae."], ["created_at", "2019-01-20 03:38:07.997313"], ["updated_at", "2019-01-20 03:38:07.997313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "billie@kulaseffertz.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "billie@kulaseffertz.name"], ["encrypted_password", "$2a$04$EHhzeLCHXA3q5U.4ILGvHuR6M29g2QK8vZSqlwiaiSEpGjDdkgnGq"], ["created_at", "2019-01-20 03:38:07.999892"], ["updated_at", "2019-01-20 03:38:07.999892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Est dolorem minus voluptas."], ["body", "Quia dolor aliquid. Ullam magni aliquid. Eligendi dicta inventore."], ["created_at", "2019-01-20 03:38:08.000963"], ["updated_at", "2019-01-20 03:38:08.000963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "noma@mcculloughluettgen.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "noma@mcculloughluettgen.org"], ["encrypted_password", "$2a$04$gitgTaPEk05RXG9R8k/Uy.uPxsO4tQycYYhaAund4gu9IQdAChv2e"], ["created_at", "2019-01-20 03:38:08.003404"], ["updated_at", "2019-01-20 03:38:08.003404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Aut autem ipsum nulla."], ["body", "Provident nobis repudiandae. Voluptatem quibusdam corporis. Cum aut harum."], ["created_at", "2019-01-20 03:38:08.004446"], ["updated_at", "2019-01-20 03:38:08.004446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "glenndurgan@cummerata.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "glenndurgan@cummerata.io"], ["encrypted_password", "$2a$04$giVwV2Uus.UWgx4RjZSKeuXglc18xOvoifIuOpmeSZahWlIExBMc2"], ["created_at", "2019-01-20 03:38:08.006937"], ["updated_at", "2019-01-20 03:38:08.006937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Similique id molestias corporis."], ["body", "Temporibus saepe aliquid. Vel doloremque quaerat. Rem omnis debitis."], ["created_at", "2019-01-20 03:38:08.007986"], ["updated_at", "2019-01-20 03:38:08.007986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Port Brigida 24"], ["created_at", "2019-01-20 03:38:08.009575"], ["updated_at", "2019-01-20 03:38:08.009575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "red 24"], ["created_at", "2019-01-20 03:38:08.011224"], ["updated_at", "2019-01-20 03:38:08.011224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Wolffurt 25"], ["created_at", "2019-01-20 03:38:08.015077"], ["updated_at", "2019-01-20 03:38:08.015077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "purple 25"], ["created_at", "2019-01-20 03:38:08.016376"], ["updated_at", "2019-01-20 03:38:08.016376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port brigida 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'red 24') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'wolffurt 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'purple 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leontine@ankundingrunolfon.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leontine@ankundingrunolfon.net"], ["encrypted_password", "$2a$04$5i.ikEWffNqburQSVZsuk.t4v2r548MLBZWg7CudpYANnkQfIog7a"], ["created_at", "2019-01-20 03:38:08.026494"], ["updated_at", "2019-01-20 03:38:08.026494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_25"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_25"], ["name", "programmer 25"], ["description", "programmer 25"], ["created_at", "2019-01-20 03:38:08.028864"], ["updated_at", "2019-01-20 03:38:08.028864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_26"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_26"], ["name", "actor 26"], ["description", "actor 26"], ["created_at", "2019-01-20 03:38:08.030308"], ["updated_at", "2019-01-20 03:38:08.030308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:38:08.032127"], ["updated_at", "2019-01-20 03:38:08.032127"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:38:08.033263"], ["updated_at", "2019-01-20 03:38:08.033263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Dorothaview 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Dorothaview 26"], ["created_at", "2019-01-20 03:38:08.034476"], ["updated_at", "2019-01-20 03:38:08.034476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Garyborough 27"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Garyborough 27"], ["created_at", "2019-01-20 03:38:08.035575"], ["updated_at", "2019-01-20 03:38:08.035575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "indigo 26"], ["created_at", "2019-01-20 03:38:08.036847"], ["updated_at", "2019-01-20 03:38:08.036847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 27"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "white 27"], ["created_at", "2019-01-20 03:38:08.038149"], ["updated_at", "2019-01-20 03:38:08.038149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mikel@goodwinmueller.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mikel@goodwinmueller.info"], ["encrypted_password", "$2a$04$n8Xo7gV152gwYide.LpwhuPO92NhXwU3OARZSHLl8DVVFp.knxc8G"], ["created_at", "2019-01-20 03:38:08.040631"], ["updated_at", "2019-01-20 03:38:08.040631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Dolorum ea ut atque."], ["body", "Ducimus error est. Soluta qui et. Quia ea cupiditate."], ["created_at", "2019-01-20 03:38:08.041743"], ["updated_at", "2019-01-20 03:38:08.041743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "renaterunte@abbottlowe.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "renaterunte@abbottlowe.com"], ["encrypted_password", "$2a$04$4TXY4kmAfR/1ch0odAocs.Eejq1TY.TB87ueMj0HBBwvLeM9av7.2"], ["created_at", "2019-01-20 03:38:08.044388"], ["updated_at", "2019-01-20 03:38:08.044388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Aut error facere voluptatem."], ["body", "Quas ducimus blanditiis. Sit necessitatibus aut. Quidem qui nemo."], ["created_at", "2019-01-20 03:38:08.045455"], ["updated_at", "2019-01-20 03:38:08.045455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "charlie@ferrycummerata.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "charlie@ferrycummerata.co"], ["encrypted_password", "$2a$04$Oy6BS3mmCDy2V20D6CJnRunc8AlM8OAu/Ift0eJcQgJeG.Hcp1pwy"], ["created_at", "2019-01-20 03:38:08.047847"], ["updated_at", "2019-01-20 03:38:08.047847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Dolorem minus eum veniam."], ["body", "Fugiat ex occaecati. Culpa est dicta. Omnis incidunt ipsum."], ["created_at", "2019-01-20 03:38:08.048856"], ["updated_at", "2019-01-20 03:38:08.048856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "emerybernhard@runolfon.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "emerybernhard@runolfon.biz"], ["encrypted_password", "$2a$04$7pKHAysmRQEgS3CnT9zHg.Ncz.xKwkYSzCbG914Tq5E/QHKPfBLyO"], ["created_at", "2019-01-20 03:38:08.051251"], ["updated_at", "2019-01-20 03:38:08.051251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Earum aperiam voluptas omnis."], ["body", "Rerum dolorem officia. Impedit rerum quia. Commodi rerum odit."], ["created_at", "2019-01-20 03:38:08.052250"], ["updated_at", "2019-01-20 03:38:08.052250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Dorothaview 26"], ["created_at", "2019-01-20 03:38:08.053826"], ["updated_at", "2019-01-20 03:38:08.053826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "indigo 26"], ["created_at", "2019-01-20 03:38:08.055266"], ["updated_at", "2019-01-20 03:38:08.055266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Lake Garyborough 27"], ["created_at", "2019-01-20 03:38:08.056586"], ["updated_at", "2019-01-20 03:38:08.056586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "white 27"], ["created_at", "2019-01-20 03:38:08.057860"], ["updated_at", "2019-01-20 03:38:08.057860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east dorothaview 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'indigo 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake garyborough 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'white 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east dorothaview 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'indigo 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake garyborough 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'white 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kenethfunk@abbott.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kenethfunk@abbott.name"], ["encrypted_password", "$2a$04$apmJZAnTDeVAR6iNkgVol.P6vP7caWEAsBBssVcMRcOWcY.uSVVei"], ["created_at", "2019-01-20 03:38:08.069495"], ["updated_at", "2019-01-20 03:38:08.069495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_27"], ["name", "librarian 27"], ["description", "librarian 27"], ["created_at", "2019-01-20 03:38:08.071416"], ["updated_at", "2019-01-20 03:38:08.071416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_28"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_28"], ["name", "doctor 28"], ["description", "doctor 28"], ["created_at", "2019-01-20 03:38:08.072928"], ["updated_at", "2019-01-20 03:38:08.072928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:38:08.075232"], ["updated_at", "2019-01-20 03:38:08.075232"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:38:08.076519"], ["updated_at", "2019-01-20 03:38:08.076519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Waelchiville 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Waelchiville 28"], ["created_at", "2019-01-20 03:38:08.077637"], ["updated_at", "2019-01-20 03:38:08.077637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Wilberland 29"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Wilberland 29"], ["created_at", "2019-01-20 03:38:08.078731"], ["updated_at", "2019-01-20 03:38:08.078731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 28"], ["created_at", "2019-01-20 03:38:08.080027"], ["updated_at", "2019-01-20 03:38:08.080027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 29"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "white 29"], ["created_at", "2019-01-20 03:38:08.081264"], ["updated_at", "2019-01-20 03:38:08.081264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "willianbayer@emard.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "willianbayer@emard.name"], ["encrypted_password", "$2a$04$zBNcVpnrGNoNA48IQYWF9.N780iCNbwtfyBfsG2DYIOWn86f74Bb2"], ["created_at", "2019-01-20 03:38:08.083639"], ["updated_at", "2019-01-20 03:38:08.083639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Eos atque assumenda et."], ["body", "Recusandae reprehenderit amet. Dicta exercitationem voluptatem. Voluptas rerum id."], ["created_at", "2019-01-20 03:38:08.084722"], ["updated_at", "2019-01-20 03:38:08.084722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leonardjacobi@hirthegutkowski.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leonardjacobi@hirthegutkowski.co"], ["encrypted_password", "$2a$04$fjnLW5xsaj8vOY2MYc3lqOOCMauj7.STpWy.0Xz7r0T3FjiC.eKye"], ["created_at", "2019-01-20 03:38:08.087199"], ["updated_at", "2019-01-20 03:38:08.087199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Animi deleniti rerum nemo."], ["body", "Doloremque explicabo quia. Doloribus unde officia. Aut veritatis pariatur."], ["created_at", "2019-01-20 03:38:08.088208"], ["updated_at", "2019-01-20 03:38:08.088208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darrickcormier@thiel.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darrickcormier@thiel.com"], ["encrypted_password", "$2a$04$1kLGSCSzAw8v7bY6KZxK8uH2.mEtk78FaTpvel8HAZXrVmZzMC7.u"], ["created_at", "2019-01-20 03:38:08.090546"], ["updated_at", "2019-01-20 03:38:08.090546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Eos sequi ut magnam."], ["body", "Officiis maxime ut. Magnam doloremque reprehenderit. Hic ipsa ea."], ["created_at", "2019-01-20 03:38:08.091562"], ["updated_at", "2019-01-20 03:38:08.091562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leenaboyer@walshlynch.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leenaboyer@walshlynch.name"], ["encrypted_password", "$2a$04$F/.KuS09318j3yvsfw9MP.V6pjqodPkGMfjFW57dT8eMFBtU1hihO"], ["created_at", "2019-01-20 03:38:08.093927"], ["updated_at", "2019-01-20 03:38:08.093927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "In natus qui itaque."], ["body", "Et et ex. Rerum eaque dolores. Atque esse ut."], ["created_at", "2019-01-20 03:38:08.094953"], ["updated_at", "2019-01-20 03:38:08.094953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Waelchiville 28"], ["created_at", "2019-01-20 03:38:08.096494"], ["updated_at", "2019-01-20 03:38:08.096494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "orange 28"], ["created_at", "2019-01-20 03:38:08.097909"], ["updated_at", "2019-01-20 03:38:08.097909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-20 03:38:08.099220"], ["updated_at", "2019-01-20 03:38:08.099220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "white 29"], ["created_at", "2019-01-20 03:38:08.100522"], ["updated_at", "2019-01-20 03:38:08.100522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'waelchiville 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orange 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'white 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.4ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "announcements"], ["action", "create"], ["created_at", "2019-01-20 03:38:08.126735"], ["updated_at", "2019-01-20 03:38:08.126735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "physicist_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "physicist 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_3"], ["name", "physicist 3"], ["description", "physicist 3"], ["created_at", "2019-01-20 03:38:08.129739"], ["updated_at", "2019-01-20 03:38:08.129739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 03:38:08.131640"], ["updated_at", "2019-01-20 03:38:08.131640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.2ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 03:38:08.154942"], ["updated_at", "2019-01-20 03:38:08.154942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 03:38:08.156357"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 03:38:08.169476"], ["updated_at", "2019-01-20 03:38:08.169476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 03:38:08.170744"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-20 03:38:08.192946"], ["updated_at", "2019-01-20 03:38:08.192946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 03:38:08.226661"], ["updated_at", "2019-01-20 03:38:08.226661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-20 03:38:08.227934"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.3ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "economist_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "economist 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_4"], ["name", "economist 4"], ["description", "economist 4"], ["created_at", "2019-01-20 03:38:08.336793"], ["updated_at", "2019-01-20 03:38:08.336793"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 29"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_29"], ["name", "chemist 29"], ["description", "chemist 29"], ["created_at", "2019-01-20 03:38:08.339474"], ["updated_at", "2019-01-20 03:38:08.339474"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-20 03:38:08.340866"], ["updated_at", "2019-01-20 03:38:08.340866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "interpreter_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "interpreter 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_5"], ["name", "interpreter 5"], ["description", "interpreter 5"], ["created_at", "2019-01-20 03:38:08.356690"], ["updated_at", "2019-01-20 03:38:08.356690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 30"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_30"], ["name", "architect 30"], ["description", "architect 30"], ["created_at", "2019-01-20 03:38:08.358828"], ["updated_at", "2019-01-20 03:38:08.358828"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 03:38:08.360686"], ["updated_at", "2019-01-20 03:38:08.360686"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.5ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 03:38:08.387917"], ["updated_at", "2019-01-20 03:38:08.387917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 03:38:08.389455"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 03:38:08.402547"], ["updated_at", "2019-01-20 03:38:08.402547"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 03:38:08.403999"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.3ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.3ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-20 03:38:08.429686"], ["updated_at", "2019-01-20 03:38:08.429686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 31"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_31"], ["name", "police officer 31"], ["description", "police officer 31"], ["created_at", "2019-01-20 03:38:08.466019"], ["updated_at", "2019-01-20 03:38:08.466019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-20 03:38:08.467938"], ["updated_at", "2019-01-20 03:38:08.467938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.3ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-20 03:38:08.576022"], ["updated_at", "2019-01-20 03:38:08.576022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-20 03:38:08.578323"], ["updated_at", "2019-01-20 03:38:08.578323"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:38:08.584708"], ["updated_at", "2019-01-20 03:38:08.584708"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:38:08.586885"], ["updated_at", "2019-01-20 03:38:08.586885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 03:38:08.588966"], ["updated_at", "2019-01-20 03:38:08.588966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "delmer@bogisich.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "delmer@bogisich.net"], ["encrypted_password", "$2a$04$uVI7zTan21dWIz82ZuvHGun/i0eywZdiLkPMx7z.DviugfuWiaDw6"], ["created_at", "2019-01-20 03:38:08.592614"], ["updated_at", "2019-01-20 03:38:08.592614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Inventore sunt reiciendis saepe."], ["body", "Ea itaque similique. Delectus quisquam inventore. Dignissimos ea eos."], ["created_at", "2019-01-20 03:38:08.594181"], ["updated_at", "2019-01-20 03:38:08.594181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "quintonpfannerstill@beerdamore.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "quintonpfannerstill@beerdamore.com"], ["encrypted_password", "$2a$04$3sTq3/oBpXyw9j.qh0ZFXuYJ5e5NIFGe5MvYFaWmJtVCbjmuSkUf."], ["created_at", "2019-01-20 03:38:08.597599"], ["updated_at", "2019-01-20 03:38:08.597599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Esse eum quidem explicabo."], ["body", "Cumque est dolorem. Quis ea veritatis. Rerum qui rerum."], ["created_at", "2019-01-20 03:38:08.598940"], ["updated_at", "2019-01-20 03:38:08.598940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.4ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:38:08.603558"], ["updated_at", "2019-01-20 03:38:08.603558"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:38:08.605816"], ["updated_at", "2019-01-20 03:38:08.605816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 03:38:08.607409"], ["updated_at", "2019-01-20 03:38:08.607409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dewittkonopelski@lowe.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dewittkonopelski@lowe.co"], ["encrypted_password", "$2a$04$GzCU7U.Kid.1Drpy4kPwY.ToSmoZQBcVqX5f4u/Fr63Y2upKF35NO"], ["created_at", "2019-01-20 03:38:08.610655"], ["updated_at", "2019-01-20 03:38:08.610655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Id nam tempora dolor."], ["body", "Et eius et. Molestiae aut repellat. Maxime in deserunt."], ["created_at", "2019-01-20 03:38:08.611954"], ["updated_at", "2019-01-20 03:38:08.611954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "charlenereilly@daniel.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "charlenereilly@daniel.net"], ["encrypted_password", "$2a$04$ooJhMhw4Ya2kDbKcEkhZyOX6.eCVPWEQyx2a45Mvm7M8IsABemaXi"], ["created_at", "2019-01-20 03:38:08.614971"], ["updated_at", "2019-01-20 03:38:08.614971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Quisquam adipisci architecto voluptas."], ["body", "Numquam voluptatem at. Aut impedit totam. Debitis dignissimos quia."], ["created_at", "2019-01-20 03:38:08.616166"], ["updated_at", "2019-01-20 03:38:08.616166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:38:08.620056"], ["updated_at", "2019-01-20 03:38:08.620056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:38:08.622315"], ["updated_at", "2019-01-20 03:38:08.622315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 03:38:08.623938"], ["updated_at", "2019-01-20 03:38:08.623938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jasperdickens@schadenemard.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jasperdickens@schadenemard.name"], ["encrypted_password", "$2a$04$7BeBKYlvRgrcdE.7wd5H9.fpG1KLLD3BStTz1GN/RxeTg1kBrJSoC"], ["created_at", "2019-01-20 03:38:08.626839"], ["updated_at", "2019-01-20 03:38:08.626839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quos tenetur culpa blanditiis."], ["body", "Id ipsa aut. Voluptate nihil quod. Sed itaque voluptatibus."], ["created_at", "2019-01-20 03:38:08.628069"], ["updated_at", "2019-01-20 03:38:08.628069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "daphine@gleason.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "daphine@gleason.biz"], ["encrypted_password", "$2a$04$KyVxWO3t0s1vU1UuLSiI7O8I1hT7HI7U3E.sjaH.ddiVS17pfN5ke"], ["created_at", "2019-01-20 03:38:08.631089"], ["updated_at", "2019-01-20 03:38:08.631089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Nostrum odio quis animi."], ["body", "Voluptatem hic aut. Temporibus sint ullam. Nulla expedita consequatur."], ["created_at", "2019-01-20 03:38:08.632217"], ["updated_at", "2019-01-20 03:38:08.632217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:38:08.635964"], ["updated_at", "2019-01-20 03:38:08.635964"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:38:08.637705"], ["updated_at", "2019-01-20 03:38:08.637705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 03:38:08.639319"], ["updated_at", "2019-01-20 03:38:08.639319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "twila@leannon.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "twila@leannon.co"], ["encrypted_password", "$2a$04$vEe48X1XCsEJ6nwT46vDFecfvhMqi6vpoY22AWAV6Xo2JnwhWdv.C"], ["created_at", "2019-01-20 03:38:08.642490"], ["updated_at", "2019-01-20 03:38:08.642490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptas architecto quasi mollitia."], ["body", "Tenetur inventore laboriosam. Est unde id. Blanditiis cum autem."], ["created_at", "2019-01-20 03:38:08.643769"], ["updated_at", "2019-01-20 03:38:08.643769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "willie@uptonshields.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "willie@uptonshields.net"], ["encrypted_password", "$2a$04$X1JkopYYFPjlQ.o.Iuyl7uvuqG1.vnqw4gz2MHaZKPsrLqbgZCjUG"], ["created_at", "2019-01-20 03:38:08.646621"], ["updated_at", "2019-01-20 03:38:08.646621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Distinctio sit perspiciatis consequatur."], ["body", "Ut excepturi qui. Blanditiis in sed. Minus assumenda quia."], ["created_at", "2019-01-20 03:38:08.647752"], ["updated_at", "2019-01-20 03:38:08.647752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "giovannisauer@runolfon.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "giovannisauer@runolfon.com"], ["encrypted_password", "$2a$04$9QExqYsd4zuCk6hPSqL1EeAxZp3jDhpyxzud3WZq.OyhaWhMI1oF."], ["created_at", "2019-01-20 03:38:08.650290"], ["updated_at", "2019-01-20 03:38:08.650290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Explicabo molestiae quibusdam sit."], ["body", "Optio officia voluptas. Laborum molestiae consequatur. Fuga error quaerat."], ["created_at", "2019-01-20 03:38:08.651489"], ["updated_at", "2019-01-20 03:38:08.651489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:38:08.658369"], ["updated_at", "2019-01-20 03:38:08.658369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:38:08.659982"], ["updated_at", "2019-01-20 03:38:08.659982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 03:38:08.661368"], ["updated_at", "2019-01-20 03:38:08.661368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 03:38:08.662625"], ["updated_at", "2019-01-20 03:38:08.662625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dannieprohaska@volkman.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dannieprohaska@volkman.com"], ["encrypted_password", "$2a$04$RXjyX0Ousur3WXTwTQLZyO.hue33Oha./edpbWdJ1lTXimmLKu6SG"], ["created_at", "2019-01-20 03:38:08.665124"], ["updated_at", "2019-01-20 03:38:08.665124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ipsum voluptates debitis qui."], ["body", "Qui est facilis. Corporis inventore ut. Minus qui dignissimos."], ["created_at", "2019-01-20 03:38:08.666355"], ["updated_at", "2019-01-20 03:38:08.666355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ardelleskiles@kunze.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ardelleskiles@kunze.com"], ["encrypted_password", "$2a$04$n.IH/R5UTtvpvnytkZ3HGuH22vwxyxhUsVXGsEf.3SMA/Cb3IyFKq"], ["created_at", "2019-01-20 03:38:08.669215"], ["updated_at", "2019-01-20 03:38:08.669215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Et eum ratione culpa."], ["body", "Distinctio praesentium sapiente. Amet vel dolores. Voluptas qui error."], ["created_at", "2019-01-20 03:38:08.670418"], ["updated_at", "2019-01-20 03:38:08.670418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "laurena@muellerhackett.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "laurena@muellerhackett.org"], ["encrypted_password", "$2a$04$8R7OafNrDGBviO5KI407BOqqzyrYoAFLcNbOaMeX9tPeAECY.9TM2"], ["created_at", "2019-01-20 03:38:08.673052"], ["updated_at", "2019-01-20 03:38:08.673052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Laudantium dolor autem ratione."], ["body", "Laudantium impedit omnis. Corrupti sed quidem. Reiciendis eveniet omnis."], ["created_at", "2019-01-20 03:38:08.674146"], ["updated_at", "2019-01-20 03:38:08.674146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wileyblick@towne.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wileyblick@towne.name"], ["encrypted_password", "$2a$04$Q1jNeStUryujM08NF64AhOTrciuIjDd6dIso3eIfy6wFSAMMlUD/."], ["created_at", "2019-01-20 03:38:08.676702"], ["updated_at", "2019-01-20 03:38:08.676702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Sed cupiditate nemo quam."], ["body", "Soluta qui eligendi. Quia optio incidunt. Architecto maiores est."], ["created_at", "2019-01-20 03:38:08.677830"], ["updated_at", "2019-01-20 03:38:08.677830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:38:08.682703"], ["updated_at", "2019-01-20 03:38:08.682703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:38:08.684366"], ["updated_at", "2019-01-20 03:38:08.684366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 03:38:08.685776"], ["updated_at", "2019-01-20 03:38:08.685776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 03:38:08.687214"], ["updated_at", "2019-01-20 03:38:08.687214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "winstonjast@powlowski.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "winstonjast@powlowski.org"], ["encrypted_password", "$2a$04$16bA5fHplzA2NnsR2N6Rru2rU/EIz68JFR3vI8k96bPVBoCmsrDm."], ["created_at", "2019-01-20 03:38:08.690003"], ["updated_at", "2019-01-20 03:38:08.690003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Blanditiis aut consequatur sapiente."], ["body", "Deleniti dolorum ipsa. Et aut porro. Voluptate dolore ut."], ["created_at", "2019-01-20 03:38:08.691508"], ["updated_at", "2019-01-20 03:38:08.691508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Dickinsonchester 30"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dickinsonchester 30"], ["created_at", "2019-01-20 03:38:08.697786"], ["updated_at", "2019-01-20 03:38:08.697786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Roseliafort 31"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Roseliafort 31"], ["created_at", "2019-01-20 03:38:08.699125"], ["updated_at", "2019-01-20 03:38:08.699125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Flossieland 32"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Flossieland 32"], ["created_at", "2019-01-20 03:38:08.700207"], ["updated_at", "2019-01-20 03:38:08.700207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Odit quia sint esse."], ["created_at", "2019-01-20 03:38:08.706051"], ["updated_at", "2019-01-20 03:38:08.706051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 03:38:08.714696"], ["updated_at", "2019-01-20 03:38:08.714696"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 03:38:08.715724"], ["updated_at", "2019-01-20 03:38:08.715724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:38:08.719154"], ["updated_at", "2019-01-20 03:38:08.719154"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 03:38:08.721429"], ["updated_at", "2019-01-20 03:38:08.721429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hung@bechtelar.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hung@bechtelar.info"], ["encrypted_password", "$2a$04$k6Spb.9xoVPJE07Bw4wyI.7scjwLBw9kfHoPX7qwr2MvDAtLwmToq"], ["created_at", "2019-01-20 03:38:08.724266"], ["updated_at", "2019-01-20 03:38:08.724266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quod et animi natus."], ["body", "Quibusdam occaecati et. Quod et corrupti. Consequatur provident ducimus."], ["created_at", "2019-01-20 03:38:08.725617"], ["updated_at", "2019-01-20 03:38:08.725617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.3ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Consectetur non quo velit."], ["created_at", "2019-01-20 03:38:08.728141"], ["updated_at", "2019-01-20 03:38:08.728141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wendellrodriguez@bode.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wendellrodriguez@bode.co"], ["encrypted_password", "$2a$04$feCno73Hl/ud8y0hc0tpMuUrrghuN4X29D2Z9KyLnzRN8QgAO40ky"], ["created_at", "2019-01-20 03:38:08.734330"], ["updated_at", "2019-01-20 03:38:08.734330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 30"], ["created_at", "2019-01-20 03:38:08.736258"], ["updated_at", "2019-01-20 03:38:08.736258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Masonberg 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Masonberg 33"], ["created_at", "2019-01-20 03:38:08.737585"], ["updated_at", "2019-01-20 03:38:08.737585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Minus voluptas aut deleniti."], ["body", "Quaerat consequatur tempore. Atque possimus sunt. Assumenda expedita aperiam."], ["created_at", "2019-01-20 03:38:08.738781"], ["updated_at", "2019-01-20 03:38:08.738781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Emery 34"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Emery 34"], ["created_at", "2019-01-20 03:38:08.742672"], ["updated_at", "2019-01-20 03:38:08.742672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Ezequiel 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Ezequiel 35"], ["created_at", "2019-01-20 03:38:08.744420"], ["updated_at", "2019-01-20 03:38:08.744420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:38:08.748019"], ["updated_at", "2019-01-20 03:38:08.748019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:38:08.749755"], ["updated_at", "2019-01-20 03:38:08.749755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jonell@trompnitzsche.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jonell@trompnitzsche.org"], ["encrypted_password", "$2a$04$MLmLb5YV.sdXrWT/gkh/bOsBH/K38gvTuokJ9aU83gjHqPtTfBW3S"], ["created_at", "2019-01-20 03:38:08.752548"], ["updated_at", "2019-01-20 03:38:08.752548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "grey 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "grey 31"], ["created_at", "2019-01-20 03:38:08.754216"], ["updated_at", "2019-01-20 03:38:08.754216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Est aliquid sequi cum."], ["body", "Nihil tempore voluptatibus. Et qui dolorem. Maiores nam quos."], ["created_at", "2019-01-20 03:38:08.755393"], ["updated_at", "2019-01-20 03:38:08.755393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:38:08.758623"], ["updated_at", "2019-01-20 03:38:08.758623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:38:08.760598"], ["updated_at", "2019-01-20 03:38:08.760598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alanegottlieb@kuhlmanruecker.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alanegottlieb@kuhlmanruecker.name"], ["encrypted_password", "$2a$04$xYyAMM.f1qg9B.XNQDJjy.xv6W9xR0EsO6Xar0S1vhopYNWQV6bGq"], ["created_at", "2019-01-20 03:38:08.763353"], ["updated_at", "2019-01-20 03:38:08.763353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 32"], ["created_at", "2019-01-20 03:38:08.764955"], ["updated_at", "2019-01-20 03:38:08.764955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Et necessitatibus consequuntur quia."], ["body", "Eaque eos accusantium. Et odio vero. Adipisci dicta pariatur."], ["created_at", "2019-01-20 03:38:08.766018"], ["updated_at", "2019-01-20 03:38:08.766018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Amado 36"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Amado 36"], ["created_at", "2019-01-20 03:38:08.769682"], ["updated_at", "2019-01-20 03:38:08.769682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Kerrieborough 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Kerrieborough 37"], ["created_at", "2019-01-20 03:38:08.771534"], ["updated_at", "2019-01-20 03:38:08.771534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Jordan 38"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Jordan 38"], ["created_at", "2019-01-20 03:38:08.772969"], ["updated_at", "2019-01-20 03:38:08.772969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Voluptatibus doloribus ut voluptatem."], ["created_at", "2019-01-20 03:38:08.773959"], ["updated_at", "2019-01-20 03:38:08.773959"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 03:38:08.775665"], ["updated_at", "2019-01-20 03:38:08.775665"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 03:38:08.776620"], ["updated_at", "2019-01-20 03:38:08.776620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Janaeberg 39"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Janaeberg 39"], ["created_at", "2019-01-20 03:38:08.780133"], ["updated_at", "2019-01-20 03:38:08.780133"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Bryanburgh 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bryanburgh 40"], ["created_at", "2019-01-20 03:38:08.781851"], ["updated_at", "2019-01-20 03:38:08.781851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Mckinley 41"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Mckinley 41"], ["created_at", "2019-01-20 03:38:08.782953"], ["updated_at", "2019-01-20 03:38:08.782953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Harrystad 42"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Harrystad 42"], ["created_at", "2019-01-20 03:38:08.784010"], ["updated_at", "2019-01-20 03:38:08.784010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Accusamus sit excepturi et."], ["created_at", "2019-01-20 03:38:08.784843"], ["updated_at", "2019-01-20 03:38:08.784843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 03:38:08.786279"], ["updated_at", "2019-01-20 03:38:08.786279"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 03:38:08.787167"], ["updated_at", "2019-01-20 03:38:08.787167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Archieberg 43"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Archieberg 43"], ["created_at", "2019-01-20 03:38:08.791217"], ["updated_at", "2019-01-20 03:38:08.791217"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maileernser@rosenbaum.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "maileernser@rosenbaum.co"], ["encrypted_password", "$2a$04$ZpPl7hqfXuYBd6PJScOhqefxSmnfSDZFprwveMAiaxl3TN9oWgzOm"], ["created_at", "2019-01-20 03:38:08.794690"], ["updated_at", "2019-01-20 03:38:08.794690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 33"], ["created_at", "2019-01-20 03:38:08.796326"], ["updated_at", "2019-01-20 03:38:08.796326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lindberg 44"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lindberg 44"], ["created_at", "2019-01-20 03:38:08.797574"], ["updated_at", "2019-01-20 03:38:08.797574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Deleniti quae et sit."], ["body", "Consequuntur nihil et. Atque quia minus. Ratione consectetur reiciendis."], ["created_at", "2019-01-20 03:38:08.798764"], ["updated_at", "2019-01-20 03:38:08.798764"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Russeltown 45"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Russeltown 45"], ["created_at", "2019-01-20 03:38:08.802867"], ["updated_at", "2019-01-20 03:38:08.802867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carroll@senger.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carroll@senger.name"], ["encrypted_password", "$2a$04$wnoZucdigtIbvayhI03WTOHJMkni195LCsks3GLtWmBamJWAGvvga"], ["created_at", "2019-01-20 03:38:08.806139"], ["updated_at", "2019-01-20 03:38:08.806139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "olive 34"], ["created_at", "2019-01-20 03:38:08.807872"], ["updated_at", "2019-01-20 03:38:08.807872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Russchester 46"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Russchester 46"], ["created_at", "2019-01-20 03:38:08.809445"], ["updated_at", "2019-01-20 03:38:08.809445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Sequi nisi error accusamus."], ["body", "Sit amet molestias. Nihil voluptas corrupti. Eos porro reprehenderit."], ["created_at", "2019-01-20 03:38:08.810550"], ["updated_at", "2019-01-20 03:38:08.810550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Rogerchester 47"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Rogerchester 47"], ["created_at", "2019-01-20 03:38:08.814705"], ["updated_at", "2019-01-20 03:38:08.814705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Petraville 49"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Petraville 49"], ["created_at", "2019-01-20 03:38:08.818153"], ["updated_at", "2019-01-20 03:38:08.818153"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Samberg 51"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Samberg 51"], ["created_at", "2019-01-20 03:38:08.822103"], ["updated_at", "2019-01-20 03:38:08.822103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kandyokeefe@langworthheathcote.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kandyokeefe@langworthheathcote.net"], ["encrypted_password", "$2a$04$A3iUJ78yxvXYRwZuQ2.KkOfI3WUI7lkYs5hhiedKYuxCDviXzNlPe"], ["created_at", "2019-01-20 03:38:08.829302"], ["updated_at", "2019-01-20 03:38:08.829302"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_1"], ["name", "designer 1"], ["description", "designer 1"], ["created_at", "2019-01-20 03:46:09.903607"], ["updated_at", "2019-01-20 03:46:09.903607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_2"], ["name", "librarian 2"], ["description", "librarian 2"], ["created_at", "2019-01-20 03:46:09.905486"], ["updated_at", "2019-01-20 03:46:09.905486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "florencio@koelpinmoore.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "florencio@koelpinmoore.com"], ["encrypted_password", "$2a$04$ebh3ofI5nC07e9OuDtewI.8rIJFzJdixtZ7p/PVxTybm/kVVCPyke"], ["created_at", "2019-01-20 03:46:09.943381"], ["updated_at", "2019-01-20 03:46:09.943381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "tan 1"], ["created_at", "2019-01-20 03:46:09.952854"], ["updated_at", "2019-01-20 03:46:09.952854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Geraldoshire 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Geraldoshire 1"], ["created_at", "2019-01-20 03:46:09.962018"], ["updated_at", "2019-01-20 03:46:09.962018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Fuga explicabo ut vel."], ["body", "Quia et suscipit. Sunt est et. Velit qui qui."], ["created_at", "2019-01-20 03:46:09.964243"], ["updated_at", "2019-01-20 03:46:09.964243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_3"], ["name", "librarian 3"], ["description", "librarian 3"], ["created_at", "2019-01-20 03:46:09.971879"], ["updated_at", "2019-01-20 03:46:09.971879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_4"], ["name", "architect 4"], ["description", "architect 4"], ["created_at", "2019-01-20 03:46:09.973652"], ["updated_at", "2019-01-20 03:46:09.973652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "herb@towne.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "herb@towne.info"], ["encrypted_password", "$2a$04$o6XaaCczNjOaaAlsBlYN6OoBkckfPyIPS43D9MWC5jn46FXdOPNzC"], ["created_at", "2019-01-20 03:46:09.977185"], ["updated_at", "2019-01-20 03:46:09.977185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 2"], ["created_at", "2019-01-20 03:46:09.978814"], ["updated_at", "2019-01-20 03:46:09.978814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Robtberg 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Robtberg 2"], ["created_at", "2019-01-20 03:46:09.980082"], ["updated_at", "2019-01-20 03:46:09.980082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Sunt delectus quas quia."], ["body", "Nulla voluptatem quia. Quaerat culpa sit. Voluptatibus dolorum dicta."], ["created_at", "2019-01-20 03:46:09.981106"], ["updated_at", "2019-01-20 03:46:09.981106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_5"], ["name", "chemist 5"], ["description", "chemist 5"], ["created_at", "2019-01-20 03:46:09.998551"], ["updated_at", "2019-01-20 03:46:09.998551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 6"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_6"], ["name", "doctor 6"], ["description", "doctor 6"], ["created_at", "2019-01-20 03:46:10.000270"], ["updated_at", "2019-01-20 03:46:10.000270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "asuncion@purdy.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "asuncion@purdy.org"], ["encrypted_password", "$2a$04$GAF5X9YtksYDxNoE9vjozOVNDGGWhAHjqPsbif8eMXVKjxbrO9DJO"], ["created_at", "2019-01-20 03:46:10.003657"], ["updated_at", "2019-01-20 03:46:10.003657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 3"], ["created_at", "2019-01-20 03:46:10.005126"], ["updated_at", "2019-01-20 03:46:10.005126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Lashaundashire 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Lashaundashire 3"], ["created_at", "2019-01-20 03:46:10.006520"], ["updated_at", "2019-01-20 03:46:10.006520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Laboriosam ut ratione ex."], ["body", "Adipisci officiis est. Fuga asperiores temporibus. Aut hic ipsa."], ["created_at", "2019-01-20 03:46:10.007556"], ["updated_at", "2019-01-20 03:46:10.007556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 7"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_7"], ["name", "accountant 7"], ["description", "accountant 7"], ["created_at", "2019-01-20 03:46:10.014076"], ["updated_at", "2019-01-20 03:46:10.014076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 8"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_8"], ["name", "police officer 8"], ["description", "police officer 8"], ["created_at", "2019-01-20 03:46:10.015755"], ["updated_at", "2019-01-20 03:46:10.015755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ike@quitzonskiles.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ike@quitzonskiles.name"], ["encrypted_password", "$2a$04$XjAMJyy2wpOYi17BRrrWc.dt/nzXA.2qWcvEg9IiYB3dVZhIoXsUi"], ["created_at", "2019-01-20 03:46:10.019343"], ["updated_at", "2019-01-20 03:46:10.019343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 4"], ["created_at", "2019-01-20 03:46:10.021204"], ["updated_at", "2019-01-20 03:46:10.021204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Mosetown 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mosetown 4"], ["created_at", "2019-01-20 03:46:10.022855"], ["updated_at", "2019-01-20 03:46:10.022855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ut minima id in."], ["body", "Veniam nam animi. Sed repellat quidem. Libero vel est."], ["created_at", "2019-01-20 03:46:10.023938"], ["updated_at", "2019-01-20 03:46:10.023938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_9"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 9"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_9"], ["name", "doctor 9"], ["description", "doctor 9"], ["created_at", "2019-01-20 03:46:10.030750"], ["updated_at", "2019-01-20 03:46:10.030750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 10"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_10"], ["name", "teacher 10"], ["description", "teacher 10"], ["created_at", "2019-01-20 03:46:10.032547"], ["updated_at", "2019-01-20 03:46:10.032547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "holly@dicki.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "holly@dicki.com"], ["encrypted_password", "$2a$04$MtgxDy.gH/Z/SrdB5MJDYODIOqxwDMi58ZSNeLjL8EqT9QgbPDE6a"], ["created_at", "2019-01-20 03:46:10.036104"], ["updated_at", "2019-01-20 03:46:10.036104"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 5"], ["created_at", "2019-01-20 03:46:10.038092"], ["updated_at", "2019-01-20 03:46:10.038092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Curtisborough 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Curtisborough 5"], ["created_at", "2019-01-20 03:46:10.039415"], ["updated_at", "2019-01-20 03:46:10.039415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Sequi dolor amet reiciendis."], ["body", "Placeat dicta et. Earum aliquam cumque. Dicta voluptas labore."], ["created_at", "2019-01-20 03:46:10.040473"], ["updated_at", "2019-01-20 03:46:10.040473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_11"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_11"], ["name", "philosopher 11"], ["description", "philosopher 11"], ["created_at", "2019-01-20 03:46:10.046070"], ["updated_at", "2019-01-20 03:46:10.046070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_12"], ["name", "physicist 12"], ["description", "physicist 12"], ["created_at", "2019-01-20 03:46:10.047838"], ["updated_at", "2019-01-20 03:46:10.047838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "felicamills@ohara.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "felicamills@ohara.net"], ["encrypted_password", "$2a$04$026NJVHX7AIA1LYy8lvkieCyPxxdxkMH2G4UqIMfCA5S9hmPz3NVG"], ["created_at", "2019-01-20 03:46:10.051418"], ["updated_at", "2019-01-20 03:46:10.051418"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 6"], ["created_at", "2019-01-20 03:46:10.053199"], ["updated_at", "2019-01-20 03:46:10.053199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Melanie 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Melanie 6"], ["created_at", "2019-01-20 03:46:10.054440"], ["updated_at", "2019-01-20 03:46:10.054440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Esse est neque velit."], ["body", "Earum et numquam. Et ea voluptatem. Consequatur quod ut."], ["created_at", "2019-01-20 03:46:10.055443"], ["updated_at", "2019-01-20 03:46:10.055443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gale@beer.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gale@beer.org"], ["encrypted_password", "$2a$04$/1ta2dKngeNXiX8Afbgu5ObUQ9/1/ZJaZFMhHdOyosq1t7dN26duC"], ["created_at", "2019-01-20 03:46:10.057872"], ["updated_at", "2019-01-20 03:46:10.057872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 13"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_13"], ["name", "astronomer 13"], ["description", "astronomer 13"], ["created_at", "2019-01-20 03:46:10.246234"], ["updated_at", "2019-01-20 03:46:10.246234"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "physicist_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "physicist 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_1"], ["name", "physicist 1"], ["description", "physicist 1"], ["created_at", "2019-01-20 03:46:10.253486"], ["updated_at", "2019-01-20 03:46:10.253486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-20 03:46:10.259048"], ["updated_at", "2019-01-20 03:46:10.259048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 03:46:10.265755"], ["updated_at", "2019-01-20 03:46:10.265755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 03:46:10.272970"], ["updated_at", "2019-01-20 03:46:10.272970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 14"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_14"], ["name", "designer 14"], ["description", "designer 14"], ["created_at", "2019-01-20 03:46:10.281972"], ["updated_at", "2019-01-20 03:46:10.281972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "programmer_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "programmer 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_2"], ["name", "programmer 2"], ["description", "programmer 2"], ["created_at", "2019-01-20 03:46:10.284467"], ["updated_at", "2019-01-20 03:46:10.284467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-20 03:46:10.286265"], ["updated_at", "2019-01-20 03:46:10.286265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 03:46:10.287623"], ["updated_at", "2019-01-20 03:46:10.287623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 03:46:10.288898"], ["updated_at", "2019-01-20 03:46:10.288898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/rolables"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "corazonrenner@gottlieb.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "corazonrenner@gottlieb.biz"], ["encrypted_password", "$2a$04$P9ITm2AU2MHVDx1x.DMsp.omGjzPCMwFatKRW0LFbDN3/7AwaDpKW"], ["created_at", "2019-01-20 03:46:10.295829"], ["updated_at", "2019-01-20 03:46:10.295829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_15"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_15"], ["name", "librarian 15"], ["description", "librarian 15"], ["created_at", "2019-01-20 03:46:10.298150"], ["updated_at", "2019-01-20 03:46:10.298150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:46:10.300535"], ["updated_at", "2019-01-20 03:46:10.300535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Yukifort 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Yukifort 7"], ["created_at", "2019-01-20 03:46:10.302103"], ["updated_at", "2019-01-20 03:46:10.302103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Fadelmouth 8"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fadelmouth 8"], ["created_at", "2019-01-20 03:46:10.303347"], ["updated_at", "2019-01-20 03:46:10.303347"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "yellow 7"], ["created_at", "2019-01-20 03:46:10.304747"], ["updated_at", "2019-01-20 03:46:10.304747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 8"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "turquoise 8"], ["created_at", "2019-01-20 03:46:10.306098"], ["updated_at", "2019-01-20 03:46:10.306098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcelinoeffertz@effertz.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marcelinoeffertz@effertz.com"], ["encrypted_password", "$2a$04$GDFMqk1KoJOHwS.wYGj0RevGPzcEeRMBEClPRQ79XenggGPrk0wle"], ["created_at", "2019-01-20 03:46:10.308674"], ["updated_at", "2019-01-20 03:46:10.308674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Neque et et dolorem."], ["body", "Nostrum commodi qui. Explicabo est culpa. Corporis molestiae omnis."], ["created_at", "2019-01-20 03:46:10.309893"], ["updated_at", "2019-01-20 03:46:10.309893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Yukifort 7"], ["created_at", "2019-01-20 03:46:10.316673"], ["updated_at", "2019-01-20 03:46:10.316673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "yellow 7"], ["created_at", "2019-01-20 03:46:10.318372"], ["updated_at", "2019-01-20 03:46:10.318372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'yukifort 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'yellow 7')  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "karlturner@pacochacarroll.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "karlturner@pacochacarroll.co"], ["encrypted_password", "$2a$04$oEmdfskxof6wb7opqToVjOSBPqJlYBuwccBtsFNjS26IYz0tpALOS"], ["created_at", "2019-01-20 03:46:10.326477"], ["updated_at", "2019-01-20 03:46:10.326477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_16"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_16"], ["name", "statistician 16"], ["description", "statistician 16"], ["created_at", "2019-01-20 03:46:10.328473"], ["updated_at", "2019-01-20 03:46:10.328473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:46:10.330428"], ["updated_at", "2019-01-20 03:46:10.330428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Augustatown 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Augustatown 9"], ["created_at", "2019-01-20 03:46:10.331676"], ["updated_at", "2019-01-20 03:46:10.331676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Dinoshire 10"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Dinoshire 10"], ["created_at", "2019-01-20 03:46:10.332776"], ["updated_at", "2019-01-20 03:46:10.332776"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "blue 9"], ["created_at", "2019-01-20 03:46:10.334510"], ["updated_at", "2019-01-20 03:46:10.334510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 10"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "salmon 10"], ["created_at", "2019-01-20 03:46:10.335920"], ["updated_at", "2019-01-20 03:46:10.335920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eddy@paucek.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eddy@paucek.org"], ["encrypted_password", "$2a$04$gyoGOBk.ebJ6FfM/LlU.GeCIJx7hF.YJDGTU3V74hEZqqkkLiqHMu"], ["created_at", "2019-01-20 03:46:10.338476"], ["updated_at", "2019-01-20 03:46:10.338476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Et commodi suscipit exercitationem."], ["body", "Et quod sunt. Ex rem consequatur. Enim omnis voluptate."], ["created_at", "2019-01-20 03:46:10.339609"], ["updated_at", "2019-01-20 03:46:10.339609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "West Dinoshire 10"], ["created_at", "2019-01-20 03:46:10.341281"], ["updated_at", "2019-01-20 03:46:10.341281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "blue 9"], ["created_at", "2019-01-20 03:46:10.342846"], ["updated_at", "2019-01-20 03:46:10.342846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west dinoshire 10')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fernando@durgan.info"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "fernando@durgan.info"], ["encrypted_password", "$2a$04$I99xFg4DcGtIOhtTdNPSauqCutFLLAYXKvKwd3KnW9a8sUKC68H2C"], ["created_at", "2019-01-20 03:46:10.348429"], ["updated_at", "2019-01-20 03:46:10.348429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_17"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_17"], ["name", "firefighter 17"], ["description", "firefighter 17"], ["created_at", "2019-01-20 03:46:10.350830"], ["updated_at", "2019-01-20 03:46:10.350830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:46:10.359035"], ["updated_at", "2019-01-20 03:46:10.359035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Shantayside 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Shantayside 11"], ["created_at", "2019-01-20 03:46:10.360680"], ["updated_at", "2019-01-20 03:46:10.360680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Heaneyshire 12"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Heaneyshire 12"], ["created_at", "2019-01-20 03:46:10.361763"], ["updated_at", "2019-01-20 03:46:10.361763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "blue 11"], ["created_at", "2019-01-20 03:46:10.363053"], ["updated_at", "2019-01-20 03:46:10.363053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 12"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "orchid 12"], ["created_at", "2019-01-20 03:46:10.364360"], ["updated_at", "2019-01-20 03:46:10.364360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shelbythiel@tillman.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shelbythiel@tillman.net"], ["encrypted_password", "$2a$04$mO5U5eapF3TJx8OLfLuEMeNurHibsR5CUTZU8HEXblv1KyPt5KXfW"], ["created_at", "2019-01-20 03:46:10.366792"], ["updated_at", "2019-01-20 03:46:10.366792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Alias est quia aut."], ["body", "Quia et quae. Reiciendis laboriosam saepe. Eveniet quaerat cum."], ["created_at", "2019-01-20 03:46:10.367869"], ["updated_at", "2019-01-20 03:46:10.367869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Shantayside 11"], ["created_at", "2019-01-20 03:46:10.369543"], ["updated_at", "2019-01-20 03:46:10.369543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'shantayside 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eva@franeckischuppe.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eva@franeckischuppe.info"], ["encrypted_password", "$2a$04$MXv4CT8Mi2YMQo6kkCTwZe3yNckhBHU0cnVxH/1cfrV1Cku7R7yj2"], ["created_at", "2019-01-20 03:46:10.375042"], ["updated_at", "2019-01-20 03:46:10.375042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_18"], ["name", "chemist 18"], ["description", "chemist 18"], ["created_at", "2019-01-20 03:46:10.377008"], ["updated_at", "2019-01-20 03:46:10.377008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:46:10.378937"], ["updated_at", "2019-01-20 03:46:10.378937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Noreen 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Noreen 13"], ["created_at", "2019-01-20 03:46:10.380190"], ["updated_at", "2019-01-20 03:46:10.380190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Roxanaville 14"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Roxanaville 14"], ["created_at", "2019-01-20 03:46:10.381332"], ["updated_at", "2019-01-20 03:46:10.381332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "turquoise 13"], ["created_at", "2019-01-20 03:46:10.382895"], ["updated_at", "2019-01-20 03:46:10.382895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 14"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "salmon 14"], ["created_at", "2019-01-20 03:46:10.384279"], ["updated_at", "2019-01-20 03:46:10.384279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "willie@armstrong.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "willie@armstrong.net"], ["encrypted_password", "$2a$04$41o6i9eEzUOy7kbJdetTG.zg4Wrh.xJStSa0s3baCtylp8D/JSAo6"], ["created_at", "2019-01-20 03:46:10.387034"], ["updated_at", "2019-01-20 03:46:10.387034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Quia est sunt inventore."], ["body", "Pariatur voluptate occaecati. Recusandae expedita consectetur. Quasi cum consequatur."], ["created_at", "2019-01-20 03:46:10.388190"], ["updated_at", "2019-01-20 03:46:10.388190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lake Noreen 13"], ["created_at", "2019-01-20 03:46:10.389935"], ["updated_at", "2019-01-20 03:46:10.389935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "turquoise 13"], ["created_at", "2019-01-20 03:46:10.391382"], ["updated_at", "2019-01-20 03:46:10.391382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake noreen 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'turquoise 13')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ryanstamm@schamberger.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ryanstamm@schamberger.name"], ["encrypted_password", "$2a$04$dFSN9EZkng0rLpXZPZlam.I00WdIgkxhs/cYmhmBnRBVQIjdi1WTy"], ["created_at", "2019-01-20 03:46:10.397423"], ["updated_at", "2019-01-20 03:46:10.397423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 19"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_19"], ["name", "advocate 19"], ["description", "advocate 19"], ["created_at", "2019-01-20 03:46:10.399346"], ["updated_at", "2019-01-20 03:46:10.399346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:46:10.401420"], ["updated_at", "2019-01-20 03:46:10.401420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Steven 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Steven 15"], ["created_at", "2019-01-20 03:46:10.402648"], ["updated_at", "2019-01-20 03:46:10.402648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Korymouth 16"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Korymouth 16"], ["created_at", "2019-01-20 03:46:10.403784"], ["updated_at", "2019-01-20 03:46:10.403784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 15"], ["created_at", "2019-01-20 03:46:10.405188"], ["updated_at", "2019-01-20 03:46:10.405188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 16"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "silver 16"], ["created_at", "2019-01-20 03:46:10.406499"], ["updated_at", "2019-01-20 03:46:10.406499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carline@kohler.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carline@kohler.info"], ["encrypted_password", "$2a$04$7qKRQZDPIGEJuJMU62nFweiRekkpChG8zsmcIF3oVBOmUkmnko77e"], ["created_at", "2019-01-20 03:46:10.409099"], ["updated_at", "2019-01-20 03:46:10.409099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Et eum voluptates est."], ["body", "Sunt pariatur et. Ipsum quia et. Dolorum tempora hic."], ["created_at", "2019-01-20 03:46:10.410252"], ["updated_at", "2019-01-20 03:46:10.410252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ivahills@stehr.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ivahills@stehr.com"], ["encrypted_password", "$2a$04$b7F0Eq5oRqA9zCN7W6S4WuqFS/wb1lkPx8z4BtMhpwzD5iH.BZMAS"], ["created_at", "2019-01-20 03:46:10.413346"], ["updated_at", "2019-01-20 03:46:10.413346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Ipsa modi vitae nihil."], ["body", "Sint sed voluptate. Cum nihil laborum. Quam id et."], ["created_at", "2019-01-20 03:46:10.414750"], ["updated_at", "2019-01-20 03:46:10.414750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "allenehartmann@johnson.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "allenehartmann@johnson.biz"], ["encrypted_password", "$2a$04$sN6ONYAnxEdZGS3vh0fxgOr.cFJe3nTdlcmd5.kxyuxaE5aa.O4fu"], ["created_at", "2019-01-20 03:46:10.417594"], ["updated_at", "2019-01-20 03:46:10.417594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Alias ipsam ut accusamus."], ["body", "Modi ea quasi. Temporibus voluptatum ipsam. Ipsum et saepe."], ["created_at", "2019-01-20 03:46:10.418863"], ["updated_at", "2019-01-20 03:46:10.418863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sunnykihn@murraydach.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sunnykihn@murraydach.io"], ["encrypted_password", "$2a$04$7hQOYpEqFvLgHu1Y5aDgweIy4NjXbet3YLiXKvnM/rygRmGL5cgIu"], ["created_at", "2019-01-20 03:46:10.421438"], ["updated_at", "2019-01-20 03:46:10.421438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Et ratione nesciunt quae."], ["body", "Consequatur omnis est. Et neque quam. Nihil illum aut."], ["created_at", "2019-01-20 03:46:10.422520"], ["updated_at", "2019-01-20 03:46:10.422520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Steven 15"], ["created_at", "2019-01-20 03:46:10.424088"], ["updated_at", "2019-01-20 03:46:10.424088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "violet 15"], ["created_at", "2019-01-20 03:46:10.425543"], ["updated_at", "2019-01-20 03:46:10.425543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east steven 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'violet 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "max@christiansenhand.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "max@christiansenhand.biz"], ["encrypted_password", "$2a$04$jCtqzcb6mv6dpjiJdcuQUeHuI5Y32bI4TxYAhczE75MAKxpNwzfRy"], ["created_at", "2019-01-20 03:46:10.432223"], ["updated_at", "2019-01-20 03:46:10.432223"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_20"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_20"], ["name", "police officer 20"], ["description", "police officer 20"], ["created_at", "2019-01-20 03:46:10.434418"], ["updated_at", "2019-01-20 03:46:10.434418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:46:10.436402"], ["updated_at", "2019-01-20 03:46:10.436402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Carlosfurt 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Carlosfurt 17"], ["created_at", "2019-01-20 03:46:10.437698"], ["updated_at", "2019-01-20 03:46:10.437698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Patrickville 18"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Patrickville 18"], ["created_at", "2019-01-20 03:46:10.438784"], ["updated_at", "2019-01-20 03:46:10.438784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "turquoise 17"], ["created_at", "2019-01-20 03:46:10.440238"], ["updated_at", "2019-01-20 03:46:10.440238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 18"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "cyan 18"], ["created_at", "2019-01-20 03:46:10.441797"], ["updated_at", "2019-01-20 03:46:10.441797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nickolaswolf@wolf.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nickolaswolf@wolf.co"], ["encrypted_password", "$2a$04$hxXCmUKKRV2a.KbIHrTYguK8X1rgFPYwXxRbpNmlTDOsAf.K6X.qS"], ["created_at", "2019-01-20 03:46:10.444389"], ["updated_at", "2019-01-20 03:46:10.444389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Quia at magni suscipit."], ["body", "Et architecto dolor. Facilis nisi eum. Accusantium assumenda provident."], ["created_at", "2019-01-20 03:46:10.445542"], ["updated_at", "2019-01-20 03:46:10.445542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "allene@beatty.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "allene@beatty.com"], ["encrypted_password", "$2a$04$x5DfCVd/juwX8lXqj366HeZR.N03aDk/kL9cDkx.lU14ZQx6lCdte"], ["created_at", "2019-01-20 03:46:10.448637"], ["updated_at", "2019-01-20 03:46:10.448637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Dolorum minima temporibus est."], ["body", "Soluta labore enim. Commodi quas id. Aut qui non."], ["created_at", "2019-01-20 03:46:10.449857"], ["updated_at", "2019-01-20 03:46:10.449857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "del@schupperitchie.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "del@schupperitchie.com"], ["encrypted_password", "$2a$04$NDCrqV41nig5XeKalw/gjuLNz4PHuNpqoHPHRgUrxPqdu4FNDw182"], ["created_at", "2019-01-20 03:46:10.452580"], ["updated_at", "2019-01-20 03:46:10.452580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Consectetur quia sed sint."], ["body", "Dignissimos non architecto. Eveniet illo nisi. Est quos voluptatem."], ["created_at", "2019-01-20 03:46:10.453685"], ["updated_at", "2019-01-20 03:46:10.453685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kyleborer@mcclure.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kyleborer@mcclure.net"], ["encrypted_password", "$2a$04$4IVo2z7/YgdVxIGM19T2s..CLEasFBwhdfNjNpaX.VNtIRPPqsTCu"], ["created_at", "2019-01-20 03:46:10.456154"], ["updated_at", "2019-01-20 03:46:10.456154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Ad odio laborum ab."], ["body", "Nemo dolorum suscipit. Error laborum eum. Dolores et dignissimos."], ["created_at", "2019-01-20 03:46:10.457128"], ["updated_at", "2019-01-20 03:46:10.457128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Port Carlosfurt 17"], ["created_at", "2019-01-20 03:46:10.458677"], ["updated_at", "2019-01-20 03:46:10.458677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port carlosfurt 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rosalindahane@renner.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rosalindahane@renner.org"], ["encrypted_password", "$2a$04$nvUp/ydig6cRcLEf/xX0B.QveH36bC7lGU.8dZJvlJU5IXNrcmyYq"], ["created_at", "2019-01-20 03:46:10.464445"], ["updated_at", "2019-01-20 03:46:10.464445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_21"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_21"], ["name", "human resources 21"], ["description", "human resources 21"], ["created_at", "2019-01-20 03:46:10.466586"], ["updated_at", "2019-01-20 03:46:10.466586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:46:10.468562"], ["updated_at", "2019-01-20 03:46:10.468562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Wilburnfurt 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Wilburnfurt 19"], ["created_at", "2019-01-20 03:46:10.469897"], ["updated_at", "2019-01-20 03:46:10.469897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Schummfort 20"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Schummfort 20"], ["created_at", "2019-01-20 03:46:10.470898"], ["updated_at", "2019-01-20 03:46:10.470898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "cyan 19"], ["created_at", "2019-01-20 03:46:10.472434"], ["updated_at", "2019-01-20 03:46:10.472434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 20"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "turquoise 20"], ["created_at", "2019-01-20 03:46:10.474003"], ["updated_at", "2019-01-20 03:46:10.474003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brandygusikowski@raynor.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "brandygusikowski@raynor.name"], ["encrypted_password", "$2a$04$g2vilDmSjHvNnl8kcn2lcuI15cSWje64NuIgw4u3tPKjpd4lJ/L3O"], ["created_at", "2019-01-20 03:46:10.476721"], ["updated_at", "2019-01-20 03:46:10.476721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Nemo assumenda dolores harum."], ["body", "Nesciunt earum voluptatem. Non itaque sint. Dolorum dolores corrupti."], ["created_at", "2019-01-20 03:46:10.477901"], ["updated_at", "2019-01-20 03:46:10.477901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kory@dubuque.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kory@dubuque.name"], ["encrypted_password", "$2a$04$kUs6V.uifGPEY7lRCkMhEue.lyLisAjamxcu36pSi0Nq5yK2LbAx."], ["created_at", "2019-01-20 03:46:10.480541"], ["updated_at", "2019-01-20 03:46:10.480541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Delectus minus dolores est."], ["body", "Laboriosam quod provident. Qui quisquam dolores. Incidunt mollitia aspernatur."], ["created_at", "2019-01-20 03:46:10.481664"], ["updated_at", "2019-01-20 03:46:10.481664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aaron@legros.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "aaron@legros.io"], ["encrypted_password", "$2a$04$/fm.LmFo8urgtOoiy2RECOofjUcTjOWZPFNR7UZYjmBXdHL8WqXMu"], ["created_at", "2019-01-20 03:46:10.484096"], ["updated_at", "2019-01-20 03:46:10.484096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Iste et doloribus ipsum."], ["body", "Omnis vitae adipisci. Amet occaecati odit. Accusamus optio assumenda."], ["created_at", "2019-01-20 03:46:10.485132"], ["updated_at", "2019-01-20 03:46:10.485132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tom@mcdermott.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tom@mcdermott.name"], ["encrypted_password", "$2a$04$DmE1Ipx7k0oo3EkNK2SBN.u2EYAVqAs9q.Z4TBZwNPwMSLK9K7cny"], ["created_at", "2019-01-20 03:46:10.487744"], ["updated_at", "2019-01-20 03:46:10.487744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Totam eum dolore qui."], ["body", "Aliquam rerum nulla. Aperiam molestiae minima. In laudantium sed."], ["created_at", "2019-01-20 03:46:10.488878"], ["updated_at", "2019-01-20 03:46:10.488878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "North Wilburnfurt 19"], ["created_at", "2019-01-20 03:46:10.490443"], ["updated_at", "2019-01-20 03:46:10.490443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "cyan 19"], ["created_at", "2019-01-20 03:46:10.491937"], ["updated_at", "2019-01-20 03:46:10.491937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north wilburnfurt 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'cyan 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.2ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "louie@bergnaum.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "louie@bergnaum.co"], ["encrypted_password", "$2a$04$2EQXDnXKMpKbfssdO8nrkeUhKB2TJ80CNRPTX.yXZ8sUUA5orLvJK"], ["created_at", "2019-01-20 03:46:10.501455"], ["updated_at", "2019-01-20 03:46:10.501455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_22"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_22"], ["name", "firefighter 22"], ["description", "firefighter 22"], ["created_at", "2019-01-20 03:46:10.503494"], ["updated_at", "2019-01-20 03:46:10.503494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:46:10.505456"], ["updated_at", "2019-01-20 03:46:10.505456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Kandy 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Kandy 21"], ["created_at", "2019-01-20 03:46:10.506731"], ["updated_at", "2019-01-20 03:46:10.506731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Treyfurt 22"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Treyfurt 22"], ["created_at", "2019-01-20 03:46:10.507888"], ["updated_at", "2019-01-20 03:46:10.507888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "turquoise 21"], ["created_at", "2019-01-20 03:46:10.509534"], ["updated_at", "2019-01-20 03:46:10.509534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 22"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "tan 22"], ["created_at", "2019-01-20 03:46:10.510864"], ["updated_at", "2019-01-20 03:46:10.510864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marshall@gulgowski.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marshall@gulgowski.org"], ["encrypted_password", "$2a$04$Cf8YfK6FTb6r/EaUqnJ6qOK12MlBOHzbl86bBzJ6f02bUienXP8r2"], ["created_at", "2019-01-20 03:46:10.513237"], ["updated_at", "2019-01-20 03:46:10.513237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Reprehenderit earum fugit necessitatibus."], ["body", "Itaque explicabo rerum. Corrupti qui nostrum. Voluptatem rem fugiat."], ["created_at", "2019-01-20 03:46:10.514351"], ["updated_at", "2019-01-20 03:46:10.514351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ozziekreiger@hudson.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ozziekreiger@hudson.biz"], ["encrypted_password", "$2a$04$lRdpTFmAOnjrorRe.3LzbeTrca9mOGrOc0vpzI8ehoLdM7oP28hwO"], ["created_at", "2019-01-20 03:46:10.516899"], ["updated_at", "2019-01-20 03:46:10.516899"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Dolores quis nemo enim."], ["body", "Consequatur doloribus et. Recusandae nihil ratione. Cumque accusamus cupiditate."], ["created_at", "2019-01-20 03:46:10.518059"], ["updated_at", "2019-01-20 03:46:10.518059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lisandra@rowe.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lisandra@rowe.com"], ["encrypted_password", "$2a$04$F503aDluUZj8vQk0WUcWxuehRwXLWoFx.iFlR0oNpbywTJXkG36PG"], ["created_at", "2019-01-20 03:46:10.520757"], ["updated_at", "2019-01-20 03:46:10.520757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Aut minima tempore earum."], ["body", "Dolor fugiat commodi. Architecto laborum qui. Pariatur eum repudiandae."], ["created_at", "2019-01-20 03:46:10.521874"], ["updated_at", "2019-01-20 03:46:10.521874"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "steffanie@johnston.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "steffanie@johnston.org"], ["encrypted_password", "$2a$04$DtqSdU.V6omakqkHNrdfA.FBupXL4lnaWvrkUXwrlgj/K36Q9mDum"], ["created_at", "2019-01-20 03:46:10.524346"], ["updated_at", "2019-01-20 03:46:10.524346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Omnis reprehenderit totam iure."], ["body", "Perferendis atque at. Id aliquam maxime. Tempora dolorem harum."], ["created_at", "2019-01-20 03:46:10.525369"], ["updated_at", "2019-01-20 03:46:10.525369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "New Kandy 21"], ["created_at", "2019-01-20 03:46:10.526899"], ["updated_at", "2019-01-20 03:46:10.526899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "turquoise 21"], ["created_at", "2019-01-20 03:46:10.528421"], ["updated_at", "2019-01-20 03:46:10.528421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new kandy 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'turquoise 21') Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new kandy 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'turquoise 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new kandy 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'turquoise 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gerardoshields@reichert.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gerardoshields@reichert.com"], ["encrypted_password", "$2a$04$SDvSbBBPdGSDT5.ylUR0nOVeZKnC5e3gPtwJgOeWnNuIuDCaKcuK."], ["created_at", "2019-01-20 03:46:10.540426"], ["updated_at", "2019-01-20 03:46:10.540426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "derickmacejkovic@nicolas.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "derickmacejkovic@nicolas.com"], ["encrypted_password", "$2a$04$vXC1veJ1q.Hp0q3b6Kz3AedmpzoKi6QS4/c5yGzqbPscLMU30L5.a"], ["created_at", "2019-01-20 03:46:10.543733"], ["updated_at", "2019-01-20 03:46:10.543733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 23"], ["created_at", "2019-01-20 03:46:10.545300"], ["updated_at", "2019-01-20 03:46:10.545300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Bretbury 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bretbury 23"], ["created_at", "2019-01-20 03:46:10.546548"], ["updated_at", "2019-01-20 03:46:10.546548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Deleniti magni quidem provident."], ["body", "Laboriosam aut recusandae. Aliquid voluptate cum. Nisi distinctio omnis."], ["created_at", "2019-01-20 03:46:10.547646"], ["updated_at", "2019-01-20 03:46:10.547646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "halina@crona.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "halina@crona.net"], ["encrypted_password", "$2a$04$0k4yrZqkbQmqG4PWNa/pYOXAyPSmvm/h2DZeuS42PYwdYnBDWMBby"], ["created_at", "2019-01-20 03:46:10.554218"], ["updated_at", "2019-01-20 03:46:10.554218"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_23"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_23"], ["name", "chemist 23"], ["description", "chemist 23"], ["created_at", "2019-01-20 03:46:10.556607"], ["updated_at", "2019-01-20 03:46:10.556607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_24"], ["name", "judge 24"], ["description", "judge 24"], ["created_at", "2019-01-20 03:46:10.558174"], ["updated_at", "2019-01-20 03:46:10.558174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:46:10.560078"], ["updated_at", "2019-01-20 03:46:10.560078"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:46:10.561524"], ["updated_at", "2019-01-20 03:46:10.561524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Parkerberg 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Parkerberg 24"], ["created_at", "2019-01-20 03:46:10.562764"], ["updated_at", "2019-01-20 03:46:10.562764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Tedfurt 25"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Tedfurt 25"], ["created_at", "2019-01-20 03:46:10.563883"], ["updated_at", "2019-01-20 03:46:10.563883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "yellow 24"], ["created_at", "2019-01-20 03:46:10.565441"], ["updated_at", "2019-01-20 03:46:10.565441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 25"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "plum 25"], ["created_at", "2019-01-20 03:46:10.566967"], ["updated_at", "2019-01-20 03:46:10.566967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "palmer@bernhardmoriette.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "palmer@bernhardmoriette.net"], ["encrypted_password", "$2a$04$0JP6rMew5jGhdb9vatQn6OOpJo9TAuYo62JBEmC/Nzz9cMo1tF1Sq"], ["created_at", "2019-01-20 03:46:10.569527"], ["updated_at", "2019-01-20 03:46:10.569527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Iure architecto et in."], ["body", "Assumenda nesciunt commodi. Dignissimos delectus consectetur. Minima molestiae occaecati."], ["created_at", "2019-01-20 03:46:10.570648"], ["updated_at", "2019-01-20 03:46:10.570648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darlenehamill@raynortillman.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darlenehamill@raynortillman.name"], ["encrypted_password", "$2a$04$w9voOcxDM4NUHc/aYCFjeer9m2hAyQHz0f56aftr/fn1Tpu/ux1fG"], ["created_at", "2019-01-20 03:46:10.573217"], ["updated_at", "2019-01-20 03:46:10.573217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Voluptas cupiditate dolor velit."], ["body", "Libero vel dolorum. Ex et ut. Dolore placeat voluptates."], ["created_at", "2019-01-20 03:46:10.574301"], ["updated_at", "2019-01-20 03:46:10.574301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "juniereilly@lehner.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "juniereilly@lehner.org"], ["encrypted_password", "$2a$04$BfHm9KYq1SN6CwKgMztf1ufUCWj.Cc9b8YJDXhLK7rOWwbO2pHgvm"], ["created_at", "2019-01-20 03:46:10.576938"], ["updated_at", "2019-01-20 03:46:10.576938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Temporibus aut et dolores."], ["body", "Rerum aut sit. Quia dolores harum. Et qui ipsam."], ["created_at", "2019-01-20 03:46:10.578091"], ["updated_at", "2019-01-20 03:46:10.578091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mohameddibbert@swaniawski.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mohameddibbert@swaniawski.io"], ["encrypted_password", "$2a$04$pMsynfSN97RTy0LZKePIL.MBSW8oluOk7OJb0o1tHbHskOXqz9tva"], ["created_at", "2019-01-20 03:46:10.580626"], ["updated_at", "2019-01-20 03:46:10.580626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Voluptatem ad est labore."], ["body", "Nostrum veniam sit. Beatae sit sint. Nobis facilis necessitatibus."], ["created_at", "2019-01-20 03:46:10.581800"], ["updated_at", "2019-01-20 03:46:10.581800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Parkerberg 24"], ["created_at", "2019-01-20 03:46:10.586089"], ["updated_at", "2019-01-20 03:46:10.586089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "yellow 24"], ["created_at", "2019-01-20 03:46:10.587716"], ["updated_at", "2019-01-20 03:46:10.587716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "South Tedfurt 25"], ["created_at", "2019-01-20 03:46:10.589220"], ["updated_at", "2019-01-20 03:46:10.589220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "plum 25"], ["created_at", "2019-01-20 03:46:10.591139"], ["updated_at", "2019-01-20 03:46:10.591139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south parkerberg 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'yellow 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south tedfurt 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'plum 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rasheeda@conroy.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rasheeda@conroy.com"], ["encrypted_password", "$2a$04$Ah5QrmhvEQBcqRbhdZs8Gutz5Eof11eMg4kM9WdNlCCHDjP5aXWWu"], ["created_at", "2019-01-20 03:46:10.600447"], ["updated_at", "2019-01-20 03:46:10.600447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_25"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_25"], ["name", "engineer 25"], ["description", "engineer 25"], ["created_at", "2019-01-20 03:46:10.602473"], ["updated_at", "2019-01-20 03:46:10.602473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_26"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_26"], ["name", "agriculturist 26"], ["description", "agriculturist 26"], ["created_at", "2019-01-20 03:46:10.603963"], ["updated_at", "2019-01-20 03:46:10.603963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:46:10.605886"], ["updated_at", "2019-01-20 03:46:10.605886"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:46:10.607048"], ["updated_at", "2019-01-20 03:46:10.607048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Gottliebville 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gottliebville 26"], ["created_at", "2019-01-20 03:46:10.608305"], ["updated_at", "2019-01-20 03:46:10.608305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Borerland 27"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Borerland 27"], ["created_at", "2019-01-20 03:46:10.609483"], ["updated_at", "2019-01-20 03:46:10.609483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "olive 26"], ["created_at", "2019-01-20 03:46:10.610861"], ["updated_at", "2019-01-20 03:46:10.610861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 27"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "maroon 27"], ["created_at", "2019-01-20 03:46:10.612188"], ["updated_at", "2019-01-20 03:46:10.612188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "grady@shieldswuckert.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "grady@shieldswuckert.co"], ["encrypted_password", "$2a$04$H2MusL4QqutVQb6WYTD8.eGeOHNJuRGoE4orRGPtATPDBqcVJjCQq"], ["created_at", "2019-01-20 03:46:10.614655"], ["updated_at", "2019-01-20 03:46:10.614655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Qui excepturi omnis omnis."], ["body", "Saepe a ipsa. Dolorem quod consequuntur. Ea accusamus tenetur."], ["created_at", "2019-01-20 03:46:10.615735"], ["updated_at", "2019-01-20 03:46:10.615735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "earle@lehner.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "earle@lehner.name"], ["encrypted_password", "$2a$04$6mQjG4seq2R9p5CyhBrI8OlSz8nttPXrqQ/Z8rciVKoRmkyDN/zZ6"], ["created_at", "2019-01-20 03:46:10.618201"], ["updated_at", "2019-01-20 03:46:10.618201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Maiores odit fugit voluptatem."], ["body", "Minima nemo consequuntur. Sint quae assumenda. Reiciendis consequuntur ullam."], ["created_at", "2019-01-20 03:46:10.619196"], ["updated_at", "2019-01-20 03:46:10.619196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "julee@sanfordreichel.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "julee@sanfordreichel.biz"], ["encrypted_password", "$2a$04$iL7o4zI.dV5TMojsKCogsOtuOtTgcNdHRmdKLayve4TBGF54Kbsq."], ["created_at", "2019-01-20 03:46:10.621712"], ["updated_at", "2019-01-20 03:46:10.621712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Vel ea excepturi nihil."], ["body", "Nemo deserunt occaecati. Soluta et aut. Illo aspernatur aperiam."], ["created_at", "2019-01-20 03:46:10.622811"], ["updated_at", "2019-01-20 03:46:10.622811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rayford@batzullrich.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rayford@batzullrich.org"], ["encrypted_password", "$2a$04$ED73qtBgoTFMPGeVFcCWW.K12osHRsdDHe0l/KFEeNSciAgfdMbUC"], ["created_at", "2019-01-20 03:46:10.625258"], ["updated_at", "2019-01-20 03:46:10.625258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Enim mollitia fugit dolorem."], ["body", "Aspernatur porro iste. Dolorem veniam nemo. Dolorum voluptatum animi."], ["created_at", "2019-01-20 03:46:10.626278"], ["updated_at", "2019-01-20 03:46:10.626278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Gottliebville 26"], ["created_at", "2019-01-20 03:46:10.627814"], ["updated_at", "2019-01-20 03:46:10.627814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "olive 26"], ["created_at", "2019-01-20 03:46:10.629281"], ["updated_at", "2019-01-20 03:46:10.629281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Borerland 27"], ["created_at", "2019-01-20 03:46:10.630602"], ["updated_at", "2019-01-20 03:46:10.630602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "maroon 27"], ["created_at", "2019-01-20 03:46:10.631920"], ["updated_at", "2019-01-20 03:46:10.631920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'gottliebville 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'olive 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'borerland 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'maroon 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'gottliebville 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'olive 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'borerland 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'maroon 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vita@bernhardrohan.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vita@bernhardrohan.org"], ["encrypted_password", "$2a$04$T.4lH.sA.buS6JpAijqz7exr3QgjtBijCfUk3mHwAokVg8LSD.DPG"], ["created_at", "2019-01-20 03:46:10.643807"], ["updated_at", "2019-01-20 03:46:10.643807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_27"], ["name", "engineer 27"], ["description", "engineer 27"], ["created_at", "2019-01-20 03:46:10.645729"], ["updated_at", "2019-01-20 03:46:10.645729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_28"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_28"], ["name", "advocate 28"], ["description", "advocate 28"], ["created_at", "2019-01-20 03:46:10.647168"], ["updated_at", "2019-01-20 03:46:10.647168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:46:10.649067"], ["updated_at", "2019-01-20 03:46:10.649067"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 03:46:10.650432"], ["updated_at", "2019-01-20 03:46:10.650432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Tiffanieton 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Tiffanieton 28"], ["created_at", "2019-01-20 03:46:10.651649"], ["updated_at", "2019-01-20 03:46:10.651649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Daleneside 29"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Daleneside 29"], ["created_at", "2019-01-20 03:46:10.652778"], ["updated_at", "2019-01-20 03:46:10.652778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 28"], ["created_at", "2019-01-20 03:46:10.654103"], ["updated_at", "2019-01-20 03:46:10.654103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 29"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "azure 29"], ["created_at", "2019-01-20 03:46:10.655384"], ["updated_at", "2019-01-20 03:46:10.655384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mavis@howell.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mavis@howell.net"], ["encrypted_password", "$2a$04$ZktAxBshqaAippqzBuk2DOmUu9s3/Qsm/KTIsNdY94o8EITr3WeBm"], ["created_at", "2019-01-20 03:46:10.657863"], ["updated_at", "2019-01-20 03:46:10.657863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Vel impedit beatae non."], ["body", "Est neque alias. Eius explicabo placeat. Molestias adipisci molestiae."], ["created_at", "2019-01-20 03:46:10.658949"], ["updated_at", "2019-01-20 03:46:10.658949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marniheidenreich@reynolds.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marniheidenreich@reynolds.org"], ["encrypted_password", "$2a$04$yGc7u62iE6vW76q42xy/a.5U2Ad9vUSYiF1cZ1LL6uYCUgiGPKCva"], ["created_at", "2019-01-20 03:46:10.661442"], ["updated_at", "2019-01-20 03:46:10.661442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Eos ut doloribus consectetur."], ["body", "Temporibus corrupti a. At voluptatem blanditiis. Doloremque corrupti eos."], ["created_at", "2019-01-20 03:46:10.662456"], ["updated_at", "2019-01-20 03:46:10.662456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "janice@konopelski.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "janice@konopelski.org"], ["encrypted_password", "$2a$04$YqaZxRmnvaTZ2rsLJhZzBeLc85iqWMj5HxxppnFU3CnoqebIDmZI6"], ["created_at", "2019-01-20 03:46:10.664839"], ["updated_at", "2019-01-20 03:46:10.664839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Possimus quas repellat enim."], ["body", "Voluptatibus eos labore. Odit provident voluptate. Commodi quo voluptatibus."], ["created_at", "2019-01-20 03:46:10.665836"], ["updated_at", "2019-01-20 03:46:10.665836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "millyspencer@gleichnerpurdy.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "millyspencer@gleichnerpurdy.name"], ["encrypted_password", "$2a$04$dpVYlbRuTglmaF9AMgDDcOmIWys/VLmMxnxGtPfH7rSTjoLguQ4y6"], ["created_at", "2019-01-20 03:46:10.668286"], ["updated_at", "2019-01-20 03:46:10.668286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Et voluptatem aut atque."], ["body", "Velit et aut. Enim maiores praesentium. Rerum dolor beatae."], ["created_at", "2019-01-20 03:46:10.669284"], ["updated_at", "2019-01-20 03:46:10.669284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Tiffanieton 28"], ["created_at", "2019-01-20 03:46:10.670790"], ["updated_at", "2019-01-20 03:46:10.670790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "violet 28"], ["created_at", "2019-01-20 03:46:10.672230"], ["updated_at", "2019-01-20 03:46:10.672230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-20 03:46:10.673493"], ["updated_at", "2019-01-20 03:46:10.673493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "azure 29"], ["created_at", "2019-01-20 03:46:10.674758"], ["updated_at", "2019-01-20 03:46:10.674758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'tiffanieton 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'violet 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'azure 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "reports"], ["action", "create"], ["created_at", "2019-01-20 03:46:10.702681"], ["updated_at", "2019-01-20 03:46:10.702681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "economist_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "economist 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_3"], ["name", "economist 3"], ["description", "economist 3"], ["created_at", "2019-01-20 03:46:10.704933"], ["updated_at", "2019-01-20 03:46:10.704933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 03:46:10.706706"], ["updated_at", "2019-01-20 03:46:10.706706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 03:46:10.730133"], ["updated_at", "2019-01-20 03:46:10.730133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 03:46:10.731454"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.5ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 03:46:10.744321"], ["updated_at", "2019-01-20 03:46:10.744321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 03:46:10.745708"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-20 03:46:10.764431"], ["updated_at", "2019-01-20 03:46:10.764431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.2ms) begin transaction Authz::ControllerAction Load (0.3ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 03:46:10.794305"], ["updated_at", "2019-01-20 03:46:10.794305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-20 03:46:10.795519"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "interpreter_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "interpreter 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_4"], ["name", "interpreter 4"], ["description", "interpreter 4"], ["created_at", "2019-01-20 03:46:10.911319"], ["updated_at", "2019-01-20 03:46:10.911319"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 29"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_29"], ["name", "teacher 29"], ["description", "teacher 29"], ["created_at", "2019-01-20 03:46:10.914275"], ["updated_at", "2019-01-20 03:46:10.914275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-20 03:46:10.915732"], ["updated_at", "2019-01-20 03:46:10.915732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "web_developer_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "web developer 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_5"], ["name", "web developer 5"], ["description", "web developer 5"], ["created_at", "2019-01-20 03:46:10.932606"], ["updated_at", "2019-01-20 03:46:10.932606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 30"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_30"], ["name", "advocate 30"], ["description", "advocate 30"], ["created_at", "2019-01-20 03:46:10.936274"], ["updated_at", "2019-01-20 03:46:10.936274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 03:46:10.938015"], ["updated_at", "2019-01-20 03:46:10.938015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 03:46:10.962548"], ["updated_at", "2019-01-20 03:46:10.962548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 03:46:10.963705"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 03:46:10.975993"], ["updated_at", "2019-01-20 03:46:10.975993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 03:46:10.977172"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-20 03:46:10.999048"], ["updated_at", "2019-01-20 03:46:10.999048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 31"], ["LIMIT", 1]] Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_31"], ["name", "architect 31"], ["description", "architect 31"], ["created_at", "2019-01-20 03:46:11.034817"], ["updated_at", "2019-01-20 03:46:11.034817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.3ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-20 03:46:11.036962"], ["updated_at", "2019-01-20 03:46:11.036962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-20 03:46:11.143745"], ["updated_at", "2019-01-20 03:46:11.143745"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-20 03:46:11.146321"], ["updated_at", "2019-01-20 03:46:11.146321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:46:11.152558"], ["updated_at", "2019-01-20 03:46:11.152558"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:46:11.154595"], ["updated_at", "2019-01-20 03:46:11.154595"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 03:46:11.156966"], ["updated_at", "2019-01-20 03:46:11.156966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sanford@okon.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sanford@okon.info"], ["encrypted_password", "$2a$04$J8jsecfY94fqOe14hpLaCuHJIh1SPQv4QU.1stQavvWwC7THf9UMy"], ["created_at", "2019-01-20 03:46:11.160482"], ["updated_at", "2019-01-20 03:46:11.160482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quo distinctio consequatur nihil."], ["body", "Ut quia cum. Non beatae asperiores. Non laudantium consequatur."], ["created_at", "2019-01-20 03:46:11.162281"], ["updated_at", "2019-01-20 03:46:11.162281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chungrunolfon@howe.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chungrunolfon@howe.com"], ["encrypted_password", "$2a$04$BRAhqke2vQhVCRcbiSZa5ONbw8hVUF0x29bRJ7wQrJKFQrA2eQb7q"], ["created_at", "2019-01-20 03:46:11.165726"], ["updated_at", "2019-01-20 03:46:11.165726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Doloremque excepturi maiores iusto."], ["body", "Ut quas nulla. Et omnis et. Non dolorum quod."], ["created_at", "2019-01-20 03:46:11.167239"], ["updated_at", "2019-01-20 03:46:11.167239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:46:11.171608"], ["updated_at", "2019-01-20 03:46:11.171608"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:46:11.174227"], ["updated_at", "2019-01-20 03:46:11.174227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 03:46:11.176239"], ["updated_at", "2019-01-20 03:46:11.176239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "horace@monahan.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "horace@monahan.info"], ["encrypted_password", "$2a$04$xFtpbuuPr5qTYHHgkW3zm.YBMKImlZ.batxvGgrl/0CfYSA5zKT2i"], ["created_at", "2019-01-20 03:46:11.179358"], ["updated_at", "2019-01-20 03:46:11.179358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Porro distinctio eum qui."], ["body", "Ut est deserunt. Facilis velit rem. Voluptatibus et maiores."], ["created_at", "2019-01-20 03:46:11.180676"], ["updated_at", "2019-01-20 03:46:11.180676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "laverne@hoppe.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "laverne@hoppe.biz"], ["encrypted_password", "$2a$04$PRYR6vottrwiS7CIYd81peVuqO7rKdNQ77VBNnJTUO1J/ZNqrvW/W"], ["created_at", "2019-01-20 03:46:11.183762"], ["updated_at", "2019-01-20 03:46:11.183762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Sint eveniet sequi ad."], ["body", "Quidem ut aut. Voluptatibus quia necessitatibus. Nemo in dolorem."], ["created_at", "2019-01-20 03:46:11.185146"], ["updated_at", "2019-01-20 03:46:11.185146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:46:11.188702"], ["updated_at", "2019-01-20 03:46:11.188702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:46:11.190590"], ["updated_at", "2019-01-20 03:46:11.190590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 03:46:11.192101"], ["updated_at", "2019-01-20 03:46:11.192101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sheltonhoeger@sipes.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sheltonhoeger@sipes.org"], ["encrypted_password", "$2a$04$RY06tVNdB3QfYjcJfGeH8uBFdBkKA8YbSPfNaOSiTXT7KAEgq7yte"], ["created_at", "2019-01-20 03:46:11.194938"], ["updated_at", "2019-01-20 03:46:11.194938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Qui dicta illo sed."], ["body", "Reiciendis neque ex. Voluptatem repellendus cupiditate. Et libero optio."], ["created_at", "2019-01-20 03:46:11.196218"], ["updated_at", "2019-01-20 03:46:11.196218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donovan@pagac.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "donovan@pagac.co"], ["encrypted_password", "$2a$04$nYrkmT.xEXKcgVH9QJUYX.7wkou7s7qhJ/.oGKqIeeNx3JJo9M6V2"], ["created_at", "2019-01-20 03:46:11.199016"], ["updated_at", "2019-01-20 03:46:11.199016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Et pariatur enim animi."], ["body", "Laborum dolor nihil. Blanditiis commodi voluptas. Quidem nesciunt et."], ["created_at", "2019-01-20 03:46:11.200295"], ["updated_at", "2019-01-20 03:46:11.200295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:46:11.204046"], ["updated_at", "2019-01-20 03:46:11.204046"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:46:11.205818"], ["updated_at", "2019-01-20 03:46:11.205818"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 03:46:11.207468"], ["updated_at", "2019-01-20 03:46:11.207468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ali@von.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ali@von.info"], ["encrypted_password", "$2a$04$Lmr6Eb1YM.cy.gZr9KnNbezp7xWTshT/7oaBw/amGWQIbiYq4xko."], ["created_at", "2019-01-20 03:46:11.210196"], ["updated_at", "2019-01-20 03:46:11.210196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Hic quos vel et."], ["body", "Dolorum laboriosam rem. Ullam praesentium cumque. Commodi ut rerum."], ["created_at", "2019-01-20 03:46:11.211381"], ["updated_at", "2019-01-20 03:46:11.211381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lemuelpredovic@beahancollier.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lemuelpredovic@beahancollier.org"], ["encrypted_password", "$2a$04$kazaNvHwZnOzHF8irBoaYOLTyT1sUTbgaatzieQBjOGpysMV2XIf6"], ["created_at", "2019-01-20 03:46:11.214035"], ["updated_at", "2019-01-20 03:46:11.214035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) [35mSAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Voluptatem est quibusdam enim."], ["body", "Iste laudantium corporis. Corrupti consequuntur molestias. Temporibus illum doloribus."], ["created_at", "2019-01-20 03:46:11.215148"], ["updated_at", "2019-01-20 03:46:11.215148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alainagutmann@roberts.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alainagutmann@roberts.net"], ["encrypted_password", "$2a$04$rJLV2LIzNhKq.BxSXuRVHu/oqwCmnS6O8Nim38ssulKAm87v4IDiC"], ["created_at", "2019-01-20 03:46:11.217950"], ["updated_at", "2019-01-20 03:46:11.217950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Ut non et ea."], ["body", "Totam qui similique. Ab perspiciatis qui. Consequuntur quia harum."], ["created_at", "2019-01-20 03:46:11.219146"], ["updated_at", "2019-01-20 03:46:11.219146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:46:11.225626"], ["updated_at", "2019-01-20 03:46:11.225626"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:46:11.227292"], ["updated_at", "2019-01-20 03:46:11.227292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 03:46:11.228844"], ["updated_at", "2019-01-20 03:46:11.228844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 03:46:11.230219"], ["updated_at", "2019-01-20 03:46:11.230219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeffry@stammkulas.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jeffry@stammkulas.org"], ["encrypted_password", "$2a$04$vpMDpKYenzeqmpCrYwiHwOoYccuAn.YH/MCDiWTl6M7rqvWWnepIW"], ["created_at", "2019-01-20 03:46:11.232803"], ["updated_at", "2019-01-20 03:46:11.232803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Consequatur sint doloribus officiis."], ["body", "Ipsam adipisci ut. Harum tempora quasi. Voluptas repellendus mollitia."], ["created_at", "2019-01-20 03:46:11.234151"], ["updated_at", "2019-01-20 03:46:11.234151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "noel@beahanmurazik.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "noel@beahanmurazik.co"], ["encrypted_password", "$2a$04$9ihrcPUL5RZjV/Glc39ScOAFE2jsKPBJccV2QJs1zzuXez34WfjS."], ["created_at", "2019-01-20 03:46:11.236884"], ["updated_at", "2019-01-20 03:46:11.236884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Ex sunt beatae rem."], ["body", "Voluptatum rerum nulla. In totam at. Repellendus voluptatem animi."], ["created_at", "2019-01-20 03:46:11.238013"], ["updated_at", "2019-01-20 03:46:11.238013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rosellekaulke@rogahn.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rosellekaulke@rogahn.org"], ["encrypted_password", "$2a$04$UtIpXG9InMHZcPXhUAZzN.X71lEe/ERDMMd5RwbYic11BzxhaaoGG"], ["created_at", "2019-01-20 03:46:11.240706"], ["updated_at", "2019-01-20 03:46:11.240706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Consequatur assumenda in molestias."], ["body", "Iusto accusantium et. Assumenda et velit. Voluptas non consequatur."], ["created_at", "2019-01-20 03:46:11.241914"], ["updated_at", "2019-01-20 03:46:11.241914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donnyswaniawski@johnston.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "donnyswaniawski@johnston.io"], ["encrypted_password", "$2a$04$AKYiz46LDF.6LHodHDN8qeuM7oCCiiAyn7A5tMRIxyF7rK2TE6GHm"], ["created_at", "2019-01-20 03:46:11.244475"], ["updated_at", "2019-01-20 03:46:11.244475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Eligendi quis veniam rerum."], ["body", "Dolor rerum at. Expedita natus perferendis. Voluptatibus quaerat officiis."], ["created_at", "2019-01-20 03:46:11.245552"], ["updated_at", "2019-01-20 03:46:11.245552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:46:11.250867"], ["updated_at", "2019-01-20 03:46:11.250867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:46:11.252504"], ["updated_at", "2019-01-20 03:46:11.252504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 03:46:11.254082"], ["updated_at", "2019-01-20 03:46:11.254082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 03:46:11.255591"], ["updated_at", "2019-01-20 03:46:11.255591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "quincyolson@jaskolski.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "quincyolson@jaskolski.org"], ["encrypted_password", "$2a$04$vFLe2l.W2IQEXskYO.rWT.tOSi8aqFdwSVea1TdSiSMi20QOZjeIC"], ["created_at", "2019-01-20 03:46:11.258249"], ["updated_at", "2019-01-20 03:46:11.258249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Vitae numquam et dolorem."], ["body", "Omnis quia ut. Dolorem maxime et. Consequatur qui quam."], ["created_at", "2019-01-20 03:46:11.262317"], ["updated_at", "2019-01-20 03:46:11.262317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Faeview 30"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Faeview 30"], ["created_at", "2019-01-20 03:46:11.265425"], ["updated_at", "2019-01-20 03:46:11.265425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Marquardtbury 31"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Marquardtbury 31"], ["created_at", "2019-01-20 03:46:11.266770"], ["updated_at", "2019-01-20 03:46:11.266770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Adrianaville 32"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Adrianaville 32"], ["created_at", "2019-01-20 03:46:11.268020"], ["updated_at", "2019-01-20 03:46:11.268020"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Quaerat qui odio soluta."], ["created_at", "2019-01-20 03:46:11.274634"], ["updated_at", "2019-01-20 03:46:11.274634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 03:46:11.283644"], ["updated_at", "2019-01-20 03:46:11.283644"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 03:46:11.284803"], ["updated_at", "2019-01-20 03:46:11.284803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:46:11.288228"], ["updated_at", "2019-01-20 03:46:11.288228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 03:46:11.290303"], ["updated_at", "2019-01-20 03:46:11.290303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lyndsay@gleason.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lyndsay@gleason.io"], ["encrypted_password", "$2a$04$5deeub105NBRu2PvJ0RXiONYITQlW8mQYkmw/Twx/69pIjcqbrYdm"], ["created_at", "2019-01-20 03:46:11.293006"], ["updated_at", "2019-01-20 03:46:11.293006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Tempore assumenda numquam et."], ["body", "Blanditiis voluptatem voluptas. Error odit repellendus. Porro facere provident."], ["created_at", "2019-01-20 03:46:11.294199"], ["updated_at", "2019-01-20 03:46:11.294199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.3ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Et dolorem repellat et."], ["created_at", "2019-01-20 03:46:11.296980"], ["updated_at", "2019-01-20 03:46:11.296980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "daylevolkman@romagueragorczany.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "daylevolkman@romagueragorczany.info"], ["encrypted_password", "$2a$04$7dJAZfJaufo9ZdmiAYivm.pPjAo1IOjQHUwKzr4ord2uxecV7E40y"], ["created_at", "2019-01-20 03:46:11.302816"], ["updated_at", "2019-01-20 03:46:11.302816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 30"], ["created_at", "2019-01-20 03:46:11.305286"], ["updated_at", "2019-01-20 03:46:11.305286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ranaechester 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ranaechester 33"], ["created_at", "2019-01-20 03:46:11.306814"], ["updated_at", "2019-01-20 03:46:11.306814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eum nam sit doloribus."], ["body", "Rerum quis porro. Officia et laborum. Blanditiis aperiam omnis."], ["created_at", "2019-01-20 03:46:11.307996"], ["updated_at", "2019-01-20 03:46:11.307996"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Felicitasborough 34"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Felicitasborough 34"], ["created_at", "2019-01-20 03:46:11.312325"], ["updated_at", "2019-01-20 03:46:11.312325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ollieborough 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ollieborough 35"], ["created_at", "2019-01-20 03:46:11.314175"], ["updated_at", "2019-01-20 03:46:11.314175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:46:11.317843"], ["updated_at", "2019-01-20 03:46:11.317843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:46:11.319420"], ["updated_at", "2019-01-20 03:46:11.319420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "austinhuels@kutch.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "austinhuels@kutch.io"], ["encrypted_password", "$2a$04$x56C899ivJRzAQWxXOBpAeumIgxlV9vbyBl.UgzsXaKl3uIKsyk2."], ["created_at", "2019-01-20 03:46:11.322866"], ["updated_at", "2019-01-20 03:46:11.322866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "magenta 31"], ["created_at", "2019-01-20 03:46:11.324687"], ["updated_at", "2019-01-20 03:46:11.324687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Numquam dolore non maiores."], ["body", "Optio excepturi et. Minus totam laboriosam. Ut natus vel."], ["created_at", "2019-01-20 03:46:11.325896"], ["updated_at", "2019-01-20 03:46:11.325896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 03:46:11.328919"], ["updated_at", "2019-01-20 03:46:11.328919"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 03:46:11.331020"], ["updated_at", "2019-01-20 03:46:11.331020"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ariellelubowitz@windlerraynor.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ariellelubowitz@windlerraynor.co"], ["encrypted_password", "$2a$04$M2P5hHBm8IyCEOb.kHnY6e8zTscezTJkFAcyJkqruHcYNwgftZ8E6"], ["created_at", "2019-01-20 03:46:11.333857"], ["updated_at", "2019-01-20 03:46:11.333857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lavender 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lavender 32"], ["created_at", "2019-01-20 03:46:11.335452"], ["updated_at", "2019-01-20 03:46:11.335452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Deleniti iure soluta in."], ["body", "Dolores labore amet. Quis accusantium quia. Sit dignissimos rerum."], ["created_at", "2019-01-20 03:46:11.336539"], ["updated_at", "2019-01-20 03:46:11.336539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Gordon 36"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Gordon 36"], ["created_at", "2019-01-20 03:46:11.340111"], ["updated_at", "2019-01-20 03:46:11.340111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Eugeniofurt 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Eugeniofurt 37"], ["created_at", "2019-01-20 03:46:11.341994"], ["updated_at", "2019-01-20 03:46:11.341994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Gleasonfurt 38"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gleasonfurt 38"], ["created_at", "2019-01-20 03:46:11.343111"], ["updated_at", "2019-01-20 03:46:11.343111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Suscipit quia amet non."], ["created_at", "2019-01-20 03:46:11.343915"], ["updated_at", "2019-01-20 03:46:11.343915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 03:46:11.345402"], ["updated_at", "2019-01-20 03:46:11.345402"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 03:46:11.346211"], ["updated_at", "2019-01-20 03:46:11.346211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Veroniqueland 39"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Veroniqueland 39"], ["created_at", "2019-01-20 03:46:11.349828"], ["updated_at", "2019-01-20 03:46:11.349828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Shondraport 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Shondraport 40"], ["created_at", "2019-01-20 03:46:11.351350"], ["updated_at", "2019-01-20 03:46:11.351350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Millsville 41"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Millsville 41"], ["created_at", "2019-01-20 03:46:11.352512"], ["updated_at", "2019-01-20 03:46:11.352512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ronimouth 42"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ronimouth 42"], ["created_at", "2019-01-20 03:46:11.353907"], ["updated_at", "2019-01-20 03:46:11.353907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Laudantium voluptates quasi magnam."], ["created_at", "2019-01-20 03:46:11.354827"], ["updated_at", "2019-01-20 03:46:11.354827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 03:46:11.356256"], ["updated_at", "2019-01-20 03:46:11.356256"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 03:46:11.357056"], ["updated_at", "2019-01-20 03:46:11.357056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Reyes 43"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Reyes 43"], ["created_at", "2019-01-20 03:46:11.360415"], ["updated_at", "2019-01-20 03:46:11.360415"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rodger@ferrykeebler.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rodger@ferrykeebler.com"], ["encrypted_password", "$2a$04$MUqkbDqOQE6ZNcrb2w7WoOpGC6sW9uejD8tZC1EMLC71MQWDiKVnm"], ["created_at", "2019-01-20 03:46:11.363831"], ["updated_at", "2019-01-20 03:46:11.363831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "silver 33"], ["created_at", "2019-01-20 03:46:11.365525"], ["updated_at", "2019-01-20 03:46:11.365525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Schmidtburgh 44"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Schmidtburgh 44"], ["created_at", "2019-01-20 03:46:11.366863"], ["updated_at", "2019-01-20 03:46:11.366863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Dolores quidem nam esse."], ["body", "Officiis qui quia. Dolor et fugiat. Dolorum omnis ut."], ["created_at", "2019-01-20 03:46:11.367919"], ["updated_at", "2019-01-20 03:46:11.367919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Ellenatown 45"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Ellenatown 45"], ["created_at", "2019-01-20 03:46:11.371646"], ["updated_at", "2019-01-20 03:46:11.371646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "boyce@padbergerdman.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "boyce@padbergerdman.com"], ["encrypted_password", "$2a$04$OmfdIQyjOJ2vZUtipRrtSOqn2/Vq6HNXXdKWTU3mcNTrtMOOPPVQG"], ["created_at", "2019-01-20 03:46:11.374993"], ["updated_at", "2019-01-20 03:46:11.374993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "red 34"], ["created_at", "2019-01-20 03:46:11.376686"], ["updated_at", "2019-01-20 03:46:11.376686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kautzerbury 46"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kautzerbury 46"], ["created_at", "2019-01-20 03:46:11.377837"], ["updated_at", "2019-01-20 03:46:11.377837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Eos repellat accusantium fugit."], ["body", "Aut vel aliquam. Quibusdam et saepe. Possimus rem velit."], ["created_at", "2019-01-20 03:46:11.378780"], ["updated_at", "2019-01-20 03:46:11.378780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Penneyville 47"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Penneyville 47"], ["created_at", "2019-01-20 03:46:11.382557"], ["updated_at", "2019-01-20 03:46:11.382557"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Leesabury 49"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Leesabury 49"], ["created_at", "2019-01-20 03:46:11.386245"], ["updated_at", "2019-01-20 03:46:11.386245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Al 51"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Al 51"], ["created_at", "2019-01-20 03:46:11.390186"], ["updated_at", "2019-01-20 03:46:11.390186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nicky@sauer.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nicky@sauer.biz"], ["encrypted_password", "$2a$04$24ytgvcTlDAqfxq2Lo3jDe1DVPUmtIpMlnLekZH2UNkIsULOwBP06"], ["created_at", "2019-01-20 03:46:11.397678"], ["updated_at", "2019-01-20 03:46:11.397678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "teri@bahringer.org"], ["LIMIT", 1]] User Create (1.0ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "teri@bahringer.org"], ["encrypted_password", "$2a$04$jI2msPTqpx.mBbECH3arXOaq38loM8fKEsW8zq2tgUfoLIv.xKUty"], ["created_at", "2019-01-20 03:56:11.096187"], ["updated_at", "2019-01-20 03:56:11.096187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.0ms)  (1.6ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jesusita@durganbayer.io"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jesusita@durganbayer.io"], ["encrypted_password", "$2a$04$q8cFr0CYGMoFdO4Noq9/B.oTCwfmByC.erKJMJEVimZbkWRDoTl4S"], ["created_at", "2019-01-20 03:58:19.255697"], ["updated_at", "2019-01-20 03:58:19.255697"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 280ms (ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "michikorowe@welch.biz"], ["LIMIT", 1]] User Create (2.0ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "michikorowe@welch.biz"], ["encrypted_password", "$2a$04$hn1cS2LNSEy0jOv6irzwaOTb8Recy1/brux8mQ.uk2w5r4QWN6zxG"], ["created_at", "2019-01-20 04:32:00.654495"], ["updated_at", "2019-01-20 04:32:00.654495"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hank@damorequitzon.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hank@damorequitzon.biz"], ["encrypted_password", "$2a$04$TgM5ijnMHWNgXlSCfHtPRep1nUhEOc341sRF5luGRivVI4yxyIoMS"], ["created_at", "2019-01-20 04:32:32.852738"], ["updated_at", "2019-01-20 04:32:32.852738"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by Authz::HomeController#index as HTML  (0.3ms) SAVEPOINT active_record_1 Authz::Role Load (0.7ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Redirected to http://test.host/ Completed 302 Found in 59ms (ActiveRecord: 2.4ms)  (2.1ms) rollback transaction  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "helainegrant@pfannerstill.org"], ["LIMIT", 1]] User Create (1.6ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "helainegrant@pfannerstill.org"], ["encrypted_password", "$2a$04$AZYX.LjFCnygdh4VfyWqJO83XGRmHAl5tO3LWqZTvWqY5F81U1RcG"], ["created_at", "2019-01-20 04:43:12.145973"], ["updated_at", "2019-01-20 04:43:12.145973"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by Authz::HomeController#index as HTML  (0.1ms) SAVEPOINT active_record_1 Authz::Role Load (0.6ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Redirected to http://test.host/ Completed 302 Found in 32ms (ActiveRecord: 1.1ms)  (1.1ms) rollback transaction  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "craighackett@wuckertswift.com"], ["LIMIT", 1]] User Create (2.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "craighackett@wuckertswift.com"], ["encrypted_password", "$2a$04$HDdt6Z1AENnooJisvYlhmuFIrbDSO2Nd8I15JrZbL.1ZLPqN3yvoi"], ["created_at", "2019-01-20 04:48:59.053430"], ["updated_at", "2019-01-20 04:48:59.053430"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by Authz::HomeController#index as HTML  (0.1ms) SAVEPOINT active_record_1 Authz::Role Load (0.4ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Redirected to http://test.host/ Completed 302 Found in 29ms (ActiveRecord: 0.9ms)  (1.4ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jacelynthiel@lynchbarrows.co"], ["LIMIT", 1]] User Create (2.0ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jacelynthiel@lynchbarrows.co"], ["encrypted_password", "$2a$04$J6gyoBRvoCFdxshkNmphVuAU5nE1siroUSxhnZOZwtAGKHt2CFSGu"], ["created_at", "2019-01-20 04:53:33.714064"], ["updated_at", "2019-01-20 04:53:33.714064"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "quentin@sporer.io"], ["LIMIT", 1]] User Create (1.5ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "quentin@sporer.io"], ["encrypted_password", "$2a$04$7N8WHLjDJhyrfApA98iULueVYN0Id9bHdpI1RdjvzjoVRJJfkFXHu"], ["created_at", "2019-01-20 04:54:00.766209"], ["updated_at", "2019-01-20 04:54:00.766209"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.1ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.7ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 27ms (ActiveRecord: 1.3ms)  (0.4ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jewel@macejkovic.info"], ["LIMIT", 1]] User Create (1.6ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jewel@macejkovic.info"], ["encrypted_password", "$2a$04$1DqCtp87x.Lh5qg.wyqhTOJWjseKQW8XnQrKzAACXLFl0FzC14Mre"], ["created_at", "2019-01-20 04:55:24.685901"], ["updated_at", "2019-01-20 04:55:24.685901"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.1ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.6ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Redirected to http://test.host/ Completed 302 Found in 25ms (ActiveRecord: 1.1ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "duncankaulke@nolan.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "duncankaulke@nolan.biz"], ["encrypted_password", "$2a$04$NGRZUW6tsA7GvzkcQXIvPObNE4YxMctbBp84cqe5/8eQj/XpGAvuu"], ["created_at", "2019-01-20 04:55:59.844173"], ["updated_at", "2019-01-20 04:55:59.844173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.5ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cara@wiegandritchie.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cara@wiegandritchie.biz"], ["encrypted_password", "$2a$04$MWuQR.3eHiziQGT6TVHcw.ntsX8BzW9hGiDcodHKXSpt0ZXBMcJ6O"], ["created_at", "2019-01-20 04:56:18.180290"], ["updated_at", "2019-01-20 04:56:18.180290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Redirected to http://test.host/ Completed 302 Found in 20ms (ActiveRecord: 0.5ms)  (0.6ms) rollback transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "francis@beckergreenfelder.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "francis@beckergreenfelder.co"], ["encrypted_password", "$2a$04$XLRiX/eR4rDSVHJl06UA1eEJkcVrd3vqR0P8WJ8cXDmZhH2UBkrnK"], ["created_at", "2019-01-20 04:57:24.545639"], ["updated_at", "2019-01-20 04:57:24.545639"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.1ms) SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Redirected to http://test.host/ Completed 302 Found in 107195ms (ActiveRecord: 0.9ms)  (1.6ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lakisha@crooks.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lakisha@crooks.name"], ["encrypted_password", "$2a$04$7KuS5ED2OQMwCL2V3gllju179HEs8gAT1XQciBynSJIReGN2OWZaW"], ["created_at", "2019-01-20 04:59:20.235144"], ["updated_at", "2019-01-20 04:59:20.235144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.1ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Redirected to http://test.host/ Completed 302 Found in 20ms (ActiveRecord: 0.5ms)  (0.3ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "johnettakulas@casper.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "johnettakulas@casper.net"], ["encrypted_password", "$2a$04$BkOn.fDB7r3gaHIcAn7iEOj7Ob6NojE6PfGGPFIvozCVEQK2Au5vu"], ["created_at", "2019-01-20 05:00:10.420591"], ["updated_at", "2019-01-20 05:00:10.420591"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.2ms) SAVEPOINT active_record_1 User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1 Redirected to http://test.host/ Completed 302 Found in 41489ms (ActiveRecord: 2.1ms)  (2.6ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "juliakling@mckenzie.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "juliakling@mckenzie.com"], ["encrypted_password", "$2a$04$lsLYal5fcstSyOWpPsNIsuDCi3EdUSl1Q.4gSuKFDWP9qg..z3.UG"], ["created_at", "2019-01-20 05:02:29.098654"], ["updated_at", "2019-01-20 05:02:29.098654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.1ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.5ms)  (0.2ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darwinhintz@kuvalis.name"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darwinhintz@kuvalis.name"], ["encrypted_password", "$2a$04$yLHM757az8tz7oPqCOGQFu/XNwO9inshB5siYWOjJbGCvw5q45fYO"], ["created_at", "2019-01-20 05:03:11.308374"], ["updated_at", "2019-01-20 05:03:11.308374"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.2ms) SAVEPOINT active_record_1 User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.3ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Redirected to http://test.host/ Completed 302 Found in 143959ms (ActiveRecord: 2.0ms)  (0.4ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rodgerklein@mckenzie.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rodgerklein@mckenzie.co"], ["encrypted_password", "$2a$04$lnCySkefECIy.rhFRXkbjuWU2tGmd.ZRjmYX1Y7vEJhCPB9xoV4BG"], ["created_at", "2019-01-20 05:06:56.000220"], ["updated_at", "2019-01-20 05:06:56.000220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.1ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.5ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "santiago@bayerborer.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "santiago@bayerborer.co"], ["encrypted_password", "$2a$04$aguK5oeBHcD.0zzJlbp8huZUrJC2lWg/Wi1DNk.huv183soDao0gW"], ["created_at", "2019-01-20 05:07:15.645474"], ["updated_at", "2019-01-20 05:07:15.645474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.5ms)  (0.7ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brendan@kiehnblanda.co"], ["LIMIT", 1]] User Create (1.7ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "brendan@kiehnblanda.co"], ["encrypted_password", "$2a$04$28yFchKwOq9Sdjbu73WM3e1aVCguovQBK9MvHrIOeG2uYiSB93wVG"], ["created_at", "2019-01-20 05:14:44.925837"], ["updated_at", "2019-01-20 05:14:44.925837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kennethlesch@parker.net"], ["LIMIT", 1]] User Create (1.6ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kennethlesch@parker.net"], ["encrypted_password", "$2a$04$SCdU0fu11jRHA3xdTSYjtu2hHmN8YtHrSyLC0V3ADrW39mpftAQPC"], ["created_at", "2019-01-20 05:15:21.754115"], ["updated_at", "2019-01-20 05:15:21.754115"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "quinton@block.co"], ["LIMIT", 1]] User Create (1.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "quinton@block.co"], ["encrypted_password", "$2a$04$ZHQsISws61Zly.CrmvahN.ECjU36Yzz8C6iFs0n.Bdmw4/Pe3zo1O"], ["created_at", "2019-01-20 05:17:40.481792"], ["updated_at", "2019-01-20 05:17:40.481792"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.1ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.5ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 29ms (ActiveRecord: 1.0ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "damianlueilwitz@huelsupton.com"], ["LIMIT", 1]] User Create (1.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "damianlueilwitz@huelsupton.com"], ["encrypted_password", "$2a$04$W47a8bopQcDiBBmTDdubE./SF.rsWQK30xAiKDGzcpsxI6GRxvYcm"], ["created_at", "2019-01-20 05:17:57.983568"], ["updated_at", "2019-01-20 05:17:57.983568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Load (0.6ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "visitors"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/sessions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/sessions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/sessions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/passwords"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/passwords"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/passwords"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/passwords"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "cancel"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "active_storage/disk"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "active_storage/direct_uploads"], ["action", "create"], ["LIMIT", 1]]  (0.6ms) SELECT "authz_scoping_rules"."scopable" FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" NOT IN (?, ?, ?) [["scopable", "ScopableByTestCity"], ["scopable", "ScopableByCity"], ["scopable", "ScopableByClearance"]] Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/home/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/home/index.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 26ms (Views: 11.5ms | ActiveRecord: 2.7ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_1"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_1"], ["name", "teacher 1"], ["description", "teacher 1"], ["created_at", "2019-01-20 05:20:54.500212"], ["updated_at", "2019-01-20 05:20:54.500212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_2"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 2"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_2"], ["name", "interpreter 2"], ["description", "interpreter 2"], ["created_at", "2019-01-20 05:20:54.503675"], ["updated_at", "2019-01-20 05:20:54.503675"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elroy@wyman.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elroy@wyman.biz"], ["encrypted_password", "$2a$04$MKKmgdulrpCJkzz9k5ULzeJo1eyPXN6zUkQGMmtvGChnALtazwAM."], ["created_at", "2019-01-20 05:20:54.544725"], ["updated_at", "2019-01-20 05:20:54.544725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "olive 1"], ["created_at", "2019-01-20 05:20:54.552101"], ["updated_at", "2019-01-20 05:20:54.552101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lockmanport 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lockmanport 1"], ["created_at", "2019-01-20 05:20:54.558126"], ["updated_at", "2019-01-20 05:20:54.558126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.3ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Qui voluptatum veritatis est."], ["body", "Exercitationem temporibus alias. Et commodi enim. Incidunt iusto animi."], ["created_at", "2019-01-20 05:20:54.560704"], ["updated_at", "2019-01-20 05:20:54.560704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_3"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_3"], ["name", "statistician 3"], ["description", "statistician 3"], ["created_at", "2019-01-20 05:20:54.567213"], ["updated_at", "2019-01-20 05:20:54.567213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_4"], ["name", "chemist 4"], ["description", "chemist 4"], ["created_at", "2019-01-20 05:20:54.568844"], ["updated_at", "2019-01-20 05:20:54.568844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "craig@parkerschinner.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "craig@parkerschinner.info"], ["encrypted_password", "$2a$04$R3vnLxRMR2NW8wbPGnAaKO5BXiK/OuM670x3yoHEeQPRecNqOl96q"], ["created_at", "2019-01-20 05:20:54.572221"], ["updated_at", "2019-01-20 05:20:54.572221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 2"], ["LIMIT", 1]] Clearance Create (0.3ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "black 2"], ["created_at", "2019-01-20 05:20:54.573652"], ["updated_at", "2019-01-20 05:20:54.573652"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Shanefurt 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Shanefurt 2"], ["created_at", "2019-01-20 05:20:54.576445"], ["updated_at", "2019-01-20 05:20:54.576445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Sit fugiat in quis."], ["body", "Vitae at soluta. Et est blanditiis. Odit labore quasi."], ["created_at", "2019-01-20 05:20:54.577879"], ["updated_at", "2019-01-20 05:20:54.577879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_5"], ["name", "web developer 5"], ["description", "web developer 5"], ["created_at", "2019-01-20 05:20:54.592317"], ["updated_at", "2019-01-20 05:20:54.592317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 6"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_6"], ["name", "judge 6"], ["description", "judge 6"], ["created_at", "2019-01-20 05:20:54.593927"], ["updated_at", "2019-01-20 05:20:54.593927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "neil@cartwrightgleason.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "neil@cartwrightgleason.com"], ["encrypted_password", "$2a$04$0I22IFtrVsVXEJNdkaAYQe.Cd7pvOetxSSSoJz1ABcqy18Ya56RXS"], ["created_at", "2019-01-20 05:20:54.597472"], ["updated_at", "2019-01-20 05:20:54.597472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 3"], ["created_at", "2019-01-20 05:20:54.599273"], ["updated_at", "2019-01-20 05:20:54.599273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Schimmelberg 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Schimmelberg 3"], ["created_at", "2019-01-20 05:20:54.600424"], ["updated_at", "2019-01-20 05:20:54.600424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Vel aut ipsam assumenda."], ["body", "Illo consequatur rerum. Temporibus minus culpa. Nihil odit magni."], ["created_at", "2019-01-20 05:20:54.601362"], ["updated_at", "2019-01-20 05:20:54.601362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_7"], ["name", "physicist 7"], ["description", "physicist 7"], ["created_at", "2019-01-20 05:20:54.608048"], ["updated_at", "2019-01-20 05:20:54.608048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 8"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_8"], ["name", "statistician 8"], ["description", "statistician 8"], ["created_at", "2019-01-20 05:20:54.609743"], ["updated_at", "2019-01-20 05:20:54.609743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sid@abbottbernhard.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sid@abbottbernhard.net"], ["encrypted_password", "$2a$04$c9a4J.ymfhJOHHacWmStWeO6QrNi6IDoJ73LzMkXV.J9RPpfy7RL2"], ["created_at", "2019-01-20 05:20:54.613241"], ["updated_at", "2019-01-20 05:20:54.613241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 4"], ["created_at", "2019-01-20 05:20:54.615232"], ["updated_at", "2019-01-20 05:20:54.615232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Beerchester 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Beerchester 4"], ["created_at", "2019-01-20 05:20:54.616586"], ["updated_at", "2019-01-20 05:20:54.616586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Labore voluptate aliquam temporibus."], ["body", "Iste velit aperiam. Quia a enim. Nostrum voluptates sit."], ["created_at", "2019-01-20 05:20:54.617822"], ["updated_at", "2019-01-20 05:20:54.617822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_9"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 9"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_9"], ["name", "human resources 9"], ["description", "human resources 9"], ["created_at", "2019-01-20 05:20:54.624526"], ["updated_at", "2019-01-20 05:20:54.624526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 10"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_10"], ["name", "statistician 10"], ["description", "statistician 10"], ["created_at", "2019-01-20 05:20:54.626205"], ["updated_at", "2019-01-20 05:20:54.626205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carleen@legrosoreilly.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carleen@legrosoreilly.co"], ["encrypted_password", "$2a$04$yVicRfoyjV4q.zxK6Wqae.BbKR3Vt9oxqYN92Pc5W/iWdy5wuUgbW"], ["created_at", "2019-01-20 05:20:54.629730"], ["updated_at", "2019-01-20 05:20:54.629730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 5"], ["created_at", "2019-01-20 05:20:54.631140"], ["updated_at", "2019-01-20 05:20:54.631140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Yundtmouth 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Yundtmouth 5"], ["created_at", "2019-01-20 05:20:54.632446"], ["updated_at", "2019-01-20 05:20:54.632446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quis est sunt perspiciatis."], ["body", "Iure libero consequatur. Unde assumenda quia. Atque ad unde."], ["created_at", "2019-01-20 05:20:54.633483"], ["updated_at", "2019-01-20 05:20:54.633483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_11"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_11"], ["name", "astronomer 11"], ["description", "astronomer 11"], ["created_at", "2019-01-20 05:20:54.638864"], ["updated_at", "2019-01-20 05:20:54.638864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_12"], ["name", "accountant 12"], ["description", "accountant 12"], ["created_at", "2019-01-20 05:20:54.640490"], ["updated_at", "2019-01-20 05:20:54.640490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lavernefadel@hartmann.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lavernefadel@hartmann.name"], ["encrypted_password", "$2a$04$ZHUTShrGW.BCbjjtMpphkOC8eZ8v/kAFZC2ri98hgnoi/Rm0y6sZ."], ["created_at", "2019-01-20 05:20:54.644015"], ["updated_at", "2019-01-20 05:20:54.644015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 6"], ["created_at", "2019-01-20 05:20:54.645503"], ["updated_at", "2019-01-20 05:20:54.645503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Hosea 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Hosea 6"], ["created_at", "2019-01-20 05:20:54.646899"], ["updated_at", "2019-01-20 05:20:54.646899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ab fugiat porro eius."], ["body", "Molestiae distinctio sit. Nihil ipsa quae. Commodi corporis ratione."], ["created_at", "2019-01-20 05:20:54.647947"], ["updated_at", "2019-01-20 05:20:54.647947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bennettlakin@bahringer.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bennettlakin@bahringer.com"], ["encrypted_password", "$2a$04$Rf9DzIivUo0AqE6xO7/9yeg0Zz/flUweL0u.qqBtS8t2uBb2fnore"], ["created_at", "2019-01-20 05:20:54.650500"], ["updated_at", "2019-01-20 05:20:54.650500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darrylstroman@waters.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darrylstroman@waters.info"], ["encrypted_password", "$2a$04$dJxQotveisX19hGzUr8c7uL9/7oFIc/K7LhJaN4R6B82IDnavtErC"], ["created_at", "2019-01-20 05:20:54.775620"], ["updated_at", "2019-01-20 05:20:54.775620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.1ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 13"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_13"], ["name", "attorney at law 13"], ["description", "attorney at law 13"], ["created_at", "2019-01-20 05:20:54.785182"], ["updated_at", "2019-01-20 05:20:54.785182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "economist_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "economist 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_1"], ["name", "economist 1"], ["description", "economist 1"], ["created_at", "2019-01-20 05:20:54.791965"], ["updated_at", "2019-01-20 05:20:54.791965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "visitors"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "visitors"], ["action", "index"], ["created_at", "2019-01-20 05:20:54.797215"], ["updated_at", "2019-01-20 05:20:54.797215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 05:20:54.803467"], ["updated_at", "2019-01-20 05:20:54.803467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 05:20:54.809874"], ["updated_at", "2019-01-20 05:20:54.809874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "visitors"], ["action", "index"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 14"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_14"], ["name", "philosopher 14"], ["description", "philosopher 14"], ["created_at", "2019-01-20 05:20:54.818103"], ["updated_at", "2019-01-20 05:20:54.818103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "web_developer_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "web developer 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_2"], ["name", "web developer 2"], ["description", "web developer 2"], ["created_at", "2019-01-20 05:20:54.820145"], ["updated_at", "2019-01-20 05:20:54.820145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-20 05:20:54.821884"], ["updated_at", "2019-01-20 05:20:54.821884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 05:20:54.823452"], ["updated_at", "2019-01-20 05:20:54.823452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 05:20:54.824818"], ["updated_at", "2019-01-20 05:20:54.824818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/rolables"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "herschelkub@rogahnkuphal.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "herschelkub@rogahnkuphal.net"], ["encrypted_password", "$2a$04$iAGyDfpq4uukInSUKme54eQvrYQmTrjeyUiN06rlnTIXo48tHfVR2"], ["created_at", "2019-01-20 05:20:54.831149"], ["updated_at", "2019-01-20 05:20:54.831149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_15"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_15"], ["name", "programmer 15"], ["description", "programmer 15"], ["created_at", "2019-01-20 05:20:54.833161"], ["updated_at", "2019-01-20 05:20:54.833161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 05:20:54.835330"], ["updated_at", "2019-01-20 05:20:54.835330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Emanuelhaven 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Emanuelhaven 7"], ["created_at", "2019-01-20 05:20:54.836691"], ["updated_at", "2019-01-20 05:20:54.836691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Arlindaview 8"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Arlindaview 8"], ["created_at", "2019-01-20 05:20:54.837839"], ["updated_at", "2019-01-20 05:20:54.837839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 7"], ["created_at", "2019-01-20 05:20:54.839373"], ["updated_at", "2019-01-20 05:20:54.839373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 8"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "pink 8"], ["created_at", "2019-01-20 05:20:54.841375"], ["updated_at", "2019-01-20 05:20:54.841375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilmer@fisher.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wilmer@fisher.info"], ["encrypted_password", "$2a$04$c0FDKdLRwEwoZ2V6j2fSp.1CbI7RFMJ2x4pYm9xhFkKxTUKZLUzK6"], ["created_at", "2019-01-20 05:20:54.844037"], ["updated_at", "2019-01-20 05:20:54.844037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Eius modi quibusdam nesciunt."], ["body", "Ut delectus repudiandae. Beatae vel minus. Voluptates qui placeat."], ["created_at", "2019-01-20 05:20:54.845213"], ["updated_at", "2019-01-20 05:20:54.845213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "West Emanuelhaven 7"], ["created_at", "2019-01-20 05:20:54.852106"], ["updated_at", "2019-01-20 05:20:54.852106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "teal 7"], ["created_at", "2019-01-20 05:20:54.853829"], ["updated_at", "2019-01-20 05:20:54.853829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west emanuelhaven 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 7')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "melodie@jacobsongoyette.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "melodie@jacobsongoyette.co"], ["encrypted_password", "$2a$04$y3dQZdZsWnGaVtuyTzt5We/IR3kqg8H/dD42OJRE9opj9yNZAHr4O"], ["created_at", "2019-01-20 05:20:54.860859"], ["updated_at", "2019-01-20 05:20:54.860859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_16"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_16"], ["name", "attorney at law 16"], ["description", "attorney at law 16"], ["created_at", "2019-01-20 05:20:54.862997"], ["updated_at", "2019-01-20 05:20:54.862997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 05:20:54.865269"], ["updated_at", "2019-01-20 05:20:54.865269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Arielchester 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Arielchester 9"], ["created_at", "2019-01-20 05:20:54.866591"], ["updated_at", "2019-01-20 05:20:54.866591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kemmerbury 10"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kemmerbury 10"], ["created_at", "2019-01-20 05:20:54.867687"], ["updated_at", "2019-01-20 05:20:54.867687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 9"], ["created_at", "2019-01-20 05:20:54.869368"], ["updated_at", "2019-01-20 05:20:54.869368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 10"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "teal 10"], ["created_at", "2019-01-20 05:20:54.870685"], ["updated_at", "2019-01-20 05:20:54.870685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "halley@mayer.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "halley@mayer.io"], ["encrypted_password", "$2a$04$LdQZ8ZFpSandnhEgxIw9DufG/8hXhpLyWnCg4m2BZw042kxeoSEWG"], ["created_at", "2019-01-20 05:20:54.873209"], ["updated_at", "2019-01-20 05:20:54.873209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Sequi delectus ut voluptatibus."], ["body", "Eos ratione et. Sint beatae voluptas. Omnis qui ipsum."], ["created_at", "2019-01-20 05:20:54.874452"], ["updated_at", "2019-01-20 05:20:54.874452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Kemmerbury 10"], ["created_at", "2019-01-20 05:20:54.876238"], ["updated_at", "2019-01-20 05:20:54.876238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "lime 9"], ["created_at", "2019-01-20 05:20:54.877773"], ["updated_at", "2019-01-20 05:20:54.877773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'kemmerbury 10')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mercedes@sanfordhackett.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mercedes@sanfordhackett.info"], ["encrypted_password", "$2a$04$fKbBPkRTQHdqRBfkhIjaPusCF8OexfkPRuVgEeLYdEP1DYXnXv68K"], ["created_at", "2019-01-20 05:20:54.883886"], ["updated_at", "2019-01-20 05:20:54.883886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_17"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_17"], ["name", "biologist 17"], ["description", "biologist 17"], ["created_at", "2019-01-20 05:20:54.885928"], ["updated_at", "2019-01-20 05:20:54.885928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 05:20:54.887906"], ["updated_at", "2019-01-20 05:20:54.887906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Laverneview 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Laverneview 11"], ["created_at", "2019-01-20 05:20:54.889249"], ["updated_at", "2019-01-20 05:20:54.889249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Clintchester 12"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Clintchester 12"], ["created_at", "2019-01-20 05:20:54.890448"], ["updated_at", "2019-01-20 05:20:54.890448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 11"], ["created_at", "2019-01-20 05:20:54.891985"], ["updated_at", "2019-01-20 05:20:54.891985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 12"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "pink 12"], ["created_at", "2019-01-20 05:20:54.893340"], ["updated_at", "2019-01-20 05:20:54.893340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "iacheidenreich@weimann.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "iacheidenreich@weimann.info"], ["encrypted_password", "$2a$04$.5XikyGJTRAJoq6VzsjhxuDhv/Ri1DIkTr1R0LWQAPAvlFe5A0J52"], ["created_at", "2019-01-20 05:20:54.901094"], ["updated_at", "2019-01-20 05:20:54.901094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Dolores qui molestiae dicta."], ["body", "Deserunt accusamus dolores. Sunt dolorum occaecati. Laborum rerum eligendi."], ["created_at", "2019-01-20 05:20:54.902246"], ["updated_at", "2019-01-20 05:20:54.902246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Laverneview 11"], ["created_at", "2019-01-20 05:20:54.903881"], ["updated_at", "2019-01-20 05:20:54.903881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'laverneview 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bernielind@faykozey.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bernielind@faykozey.info"], ["encrypted_password", "$2a$04$owOCU7RWascsIFuNmRQ7Ge7asRoiZuFfba8Lez3WSXlYqdcD8m03m"], ["created_at", "2019-01-20 05:20:54.909776"], ["updated_at", "2019-01-20 05:20:54.909776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_18"], ["name", "designer 18"], ["description", "designer 18"], ["created_at", "2019-01-20 05:20:54.911791"], ["updated_at", "2019-01-20 05:20:54.911791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 05:20:54.913722"], ["updated_at", "2019-01-20 05:20:54.913722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Leotown 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Leotown 13"], ["created_at", "2019-01-20 05:20:54.914953"], ["updated_at", "2019-01-20 05:20:54.914953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Dennisside 14"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dennisside 14"], ["created_at", "2019-01-20 05:20:54.916013"], ["updated_at", "2019-01-20 05:20:54.916013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "grey 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "grey 13"], ["created_at", "2019-01-20 05:20:54.917441"], ["updated_at", "2019-01-20 05:20:54.917441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "white 14"], ["created_at", "2019-01-20 05:20:54.918867"], ["updated_at", "2019-01-20 05:20:54.918867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wm@reingerryan.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wm@reingerryan.biz"], ["encrypted_password", "$2a$04$3jur6abZ5B/WKAJ6RppIO.PKbTWd1qB/LNGcYVl2m6v9t7qVdHJXu"], ["created_at", "2019-01-20 05:20:54.921304"], ["updated_at", "2019-01-20 05:20:54.921304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Sequi perferendis voluptate rerum."], ["body", "Architecto vel unde. Atque quia perspiciatis. Ullam ut nobis."], ["created_at", "2019-01-20 05:20:54.922382"], ["updated_at", "2019-01-20 05:20:54.922382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lake Leotown 13"], ["created_at", "2019-01-20 05:20:54.924015"], ["updated_at", "2019-01-20 05:20:54.924015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "grey 13"], ["created_at", "2019-01-20 05:20:54.925578"], ["updated_at", "2019-01-20 05:20:54.925578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake leotown 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'grey 13')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "thomas@wilderman.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "thomas@wilderman.info"], ["encrypted_password", "$2a$04$7Tjzr1qRL4wBI2N3sUWbXONFl69UglcXhChkbacyTk4r7nDyc6OSm"], ["created_at", "2019-01-20 05:20:54.931879"], ["updated_at", "2019-01-20 05:20:54.931879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_19"], ["name", "firefighter 19"], ["description", "firefighter 19"], ["created_at", "2019-01-20 05:20:54.933749"], ["updated_at", "2019-01-20 05:20:54.933749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 05:20:54.935677"], ["updated_at", "2019-01-20 05:20:54.935677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Londa 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Londa 15"], ["created_at", "2019-01-20 05:20:54.936925"], ["updated_at", "2019-01-20 05:20:54.936925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Vivienneport 16"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Vivienneport 16"], ["created_at", "2019-01-20 05:20:54.938164"], ["updated_at", "2019-01-20 05:20:54.938164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 15"], ["created_at", "2019-01-20 05:20:54.939637"], ["updated_at", "2019-01-20 05:20:54.939637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 16"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "magenta 16"], ["created_at", "2019-01-20 05:20:54.940945"], ["updated_at", "2019-01-20 05:20:54.940945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "natashiastrosin@hermiston.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "natashiastrosin@hermiston.biz"], ["encrypted_password", "$2a$04$qfXR3KVZFcBnKc1i3nwjR.Ow5DdpX3PYRF/.CW9mNh.fuIPeeEFT."], ["created_at", "2019-01-20 05:20:54.943417"], ["updated_at", "2019-01-20 05:20:54.943417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Dolor aut numquam ea."], ["body", "Nostrum id quisquam. Recusandae at est. Dicta eum voluptatem."], ["created_at", "2019-01-20 05:20:54.944548"], ["updated_at", "2019-01-20 05:20:54.944548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "francesschimmel@lefflerabbott.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "francesschimmel@lefflerabbott.co"], ["encrypted_password", "$2a$04$Z371a2PgOT62lTsuSE1mlOFuJQxV7dQdXh52QhhFX5Qx59ryshkDK"], ["created_at", "2019-01-20 05:20:54.947066"], ["updated_at", "2019-01-20 05:20:54.947066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Laborum ut temporibus consectetur."], ["body", "Dolorum at et. Unde qui animi. Cum qui sunt."], ["created_at", "2019-01-20 05:20:54.948329"], ["updated_at", "2019-01-20 05:20:54.948329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shelbyschultz@leannonstehr.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shelbyschultz@leannonstehr.net"], ["encrypted_password", "$2a$04$shxDV1YIZm75FSDlRCdbpubNSWdO3qnB40Ta7XXXgTVmQYTnpO0Ge"], ["created_at", "2019-01-20 05:20:54.950841"], ["updated_at", "2019-01-20 05:20:54.950841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "At incidunt et ea."], ["body", "Sapiente mollitia vitae. Et deserunt rerum. Eaque quae debitis."], ["created_at", "2019-01-20 05:20:54.951912"], ["updated_at", "2019-01-20 05:20:54.951912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "otha@roob.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "otha@roob.io"], ["encrypted_password", "$2a$04$.Jezu1yiFs9KjE7vFIddBuvYegzT0rrq8cqIFNd9vsU.R8hQMPNmG"], ["created_at", "2019-01-20 05:20:54.954389"], ["updated_at", "2019-01-20 05:20:54.954389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Quam rerum tenetur laudantium."], ["body", "Non itaque officia. Nulla deleniti deserunt. Ut molestiae sit."], ["created_at", "2019-01-20 05:20:54.955384"], ["updated_at", "2019-01-20 05:20:54.955384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "North Londa 15"], ["created_at", "2019-01-20 05:20:54.956886"], ["updated_at", "2019-01-20 05:20:54.956886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "orange 15"], ["created_at", "2019-01-20 05:20:54.958285"], ["updated_at", "2019-01-20 05:20:54.958285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north londa 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orange 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edmond@jaskolski.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "edmond@jaskolski.net"], ["encrypted_password", "$2a$04$fgqc8ZpyxIsk7tcB5eOqbuP.vceqTqHh1Q9YVrDDhZqDGRfclo.Ey"], ["created_at", "2019-01-20 05:20:54.964624"], ["updated_at", "2019-01-20 05:20:54.964624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_20"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_20"], ["name", "economist 20"], ["description", "economist 20"], ["created_at", "2019-01-20 05:20:54.966545"], ["updated_at", "2019-01-20 05:20:54.966545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 05:20:54.968562"], ["updated_at", "2019-01-20 05:20:54.968562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Cherlyshire 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Cherlyshire 17"], ["created_at", "2019-01-20 05:20:54.969894"], ["updated_at", "2019-01-20 05:20:54.969894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Tisa 18"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Tisa 18"], ["created_at", "2019-01-20 05:20:54.970994"], ["updated_at", "2019-01-20 05:20:54.970994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.2ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 17"], ["created_at", "2019-01-20 05:20:54.972478"], ["updated_at", "2019-01-20 05:20:54.972478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lavender 18"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "lavender 18"], ["created_at", "2019-01-20 05:20:54.973750"], ["updated_at", "2019-01-20 05:20:54.973750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "caleblowe@bechtelarbosco.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "caleblowe@bechtelarbosco.co"], ["encrypted_password", "$2a$04$6LknpFU40n5zdIX.62NC6OpSQNvWdvO7tLKzKIFqB9FP6FelXXrLC"], ["created_at", "2019-01-20 05:20:54.976328"], ["updated_at", "2019-01-20 05:20:54.976328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Aut neque odio quibusdam."], ["body", "Et sapiente consectetur. Et voluptatem et. Pariatur error tempora."], ["created_at", "2019-01-20 05:20:54.977418"], ["updated_at", "2019-01-20 05:20:54.977418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sol@hoeger.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sol@hoeger.io"], ["encrypted_password", "$2a$04$AbG2U9lAQZ6Q1Oo/n2p5tO.pR8gM45Tr7TVIisZH/SdL92G8OrEHi"], ["created_at", "2019-01-20 05:20:54.979948"], ["updated_at", "2019-01-20 05:20:54.979948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Maiores ut ab voluptatum."], ["body", "Repudiandae ipsam eos. Libero in quas. Porro ut harum."], ["created_at", "2019-01-20 05:20:54.981140"], ["updated_at", "2019-01-20 05:20:54.981140"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kiethdoyle@kaulke.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kiethdoyle@kaulke.net"], ["encrypted_password", "$2a$04$FGjSkDCPhpkvbecWStIKLexGBNeFu4gVjxTPNhjWbQl4FEOq1uZS."], ["created_at", "2019-01-20 05:20:54.984207"], ["updated_at", "2019-01-20 05:20:54.984207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Tempore ea nihil reprehenderit."], ["body", "Pariatur et quis. Voluptatum odit animi. Culpa ut dolores."], ["created_at", "2019-01-20 05:20:54.985396"], ["updated_at", "2019-01-20 05:20:54.985396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ismaelthompson@jakubowski.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ismaelthompson@jakubowski.io"], ["encrypted_password", "$2a$04$GtkGFv1IkwPgs1Fx65as1OfgcuON7p6Z.JLqRQnxsWqDqtmIF6WdO"], ["created_at", "2019-01-20 05:20:54.987827"], ["updated_at", "2019-01-20 05:20:54.987827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Id et qui quisquam."], ["body", "Aut asperiores impedit. Aut ex officiis. Doloribus vitae impedit."], ["created_at", "2019-01-20 05:20:54.988868"], ["updated_at", "2019-01-20 05:20:54.988868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Cherlyshire 17"], ["created_at", "2019-01-20 05:20:54.990461"], ["updated_at", "2019-01-20 05:20:54.990461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'cherlyshire 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tammielubowitz@stoltenbergpowlowski.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tammielubowitz@stoltenbergpowlowski.biz"], ["encrypted_password", "$2a$04$sEyqBjz/Cr//8AFwCl77.eYe2PdHSFK5FseKE6K3p60ezCIyTK/0K"], ["created_at", "2019-01-20 05:20:54.996416"], ["updated_at", "2019-01-20 05:20:54.996416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_21"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_21"], ["name", "actor 21"], ["description", "actor 21"], ["created_at", "2019-01-20 05:20:54.998428"], ["updated_at", "2019-01-20 05:20:54.998428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 05:20:55.000402"], ["updated_at", "2019-01-20 05:20:55.000402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Sidneyborough 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sidneyborough 19"], ["created_at", "2019-01-20 05:20:55.001593"], ["updated_at", "2019-01-20 05:20:55.001593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kozeyport 20"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kozeyport 20"], ["created_at", "2019-01-20 05:20:55.002576"], ["updated_at", "2019-01-20 05:20:55.002576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "magenta 19"], ["created_at", "2019-01-20 05:20:55.003949"], ["updated_at", "2019-01-20 05:20:55.003949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 20"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "blue 20"], ["created_at", "2019-01-20 05:20:55.005305"], ["updated_at", "2019-01-20 05:20:55.005305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "meliajacobs@cole.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "meliajacobs@cole.name"], ["encrypted_password", "$2a$04$ZSjWdbbDoL3M7117ACrxquslybxWYsI9HiITSSTut0XTyXUj6KPWW"], ["created_at", "2019-01-20 05:20:55.007842"], ["updated_at", "2019-01-20 05:20:55.007842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Error neque enim molestiae."], ["body", "Est molestias facere. Ea quia culpa. Quisquam dolores alias."], ["created_at", "2019-01-20 05:20:55.008995"], ["updated_at", "2019-01-20 05:20:55.008995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deangelowyman@weinat.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "deangelowyman@weinat.com"], ["encrypted_password", "$2a$04$oucO/g9m0dPeEdwKh4r4T.VUinemfXK8qvHrrA.0GAL4xqsWxdxLG"], ["created_at", "2019-01-20 05:20:55.011595"], ["updated_at", "2019-01-20 05:20:55.011595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Ab voluptas temporibus quos."], ["body", "Magni pariatur mollitia. Aliquid molestiae porro. Et dicta iste."], ["created_at", "2019-01-20 05:20:55.012752"], ["updated_at", "2019-01-20 05:20:55.012752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jospehwalsh@boyer.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jospehwalsh@boyer.io"], ["encrypted_password", "$2a$04$a7emPHiuSRp31u4bKVQnlupsRFKqU8p3.uIkTkmaolGy6hgYp8SHO"], ["created_at", "2019-01-20 05:20:55.015337"], ["updated_at", "2019-01-20 05:20:55.015337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Accusamus vitae et blanditiis."], ["body", "Quam voluptas commodi. Magni doloribus aut. Cumque nam voluptas."], ["created_at", "2019-01-20 05:20:55.016492"], ["updated_at", "2019-01-20 05:20:55.016492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rana@pollichcrist.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rana@pollichcrist.com"], ["encrypted_password", "$2a$04$b3.jhZJ4EN4gVoXRMYuhh.e1sDr/QL9UsdVCZxci8xzkbDjvzHhN."], ["created_at", "2019-01-20 05:20:55.018932"], ["updated_at", "2019-01-20 05:20:55.018932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Ea quae quis repellat."], ["body", "Labore ipsum recusandae. Ut sapiente sed. Alias et commodi."], ["created_at", "2019-01-20 05:20:55.020044"], ["updated_at", "2019-01-20 05:20:55.020044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Sidneyborough 19"], ["created_at", "2019-01-20 05:20:55.021635"], ["updated_at", "2019-01-20 05:20:55.021635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "magenta 19"], ["created_at", "2019-01-20 05:20:55.023153"], ["updated_at", "2019-01-20 05:20:55.023153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'sidneyborough 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'magenta 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sharlareichert@corkery.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sharlareichert@corkery.org"], ["encrypted_password", "$2a$04$/VphP6BCiI5th7XiDED27.hBQ6i4xhz5YMw2DqfqVjp08PTnNM4oe"], ["created_at", "2019-01-20 05:20:55.032193"], ["updated_at", "2019-01-20 05:20:55.032193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_22"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_22"], ["name", "judge 22"], ["description", "judge 22"], ["created_at", "2019-01-20 05:20:55.034243"], ["updated_at", "2019-01-20 05:20:55.034243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 05:20:55.036290"], ["updated_at", "2019-01-20 05:20:55.036290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Wenhaven 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Wenhaven 21"], ["created_at", "2019-01-20 05:20:55.037636"], ["updated_at", "2019-01-20 05:20:55.037636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Taliatown 22"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Taliatown 22"], ["created_at", "2019-01-20 05:20:55.038883"], ["updated_at", "2019-01-20 05:20:55.038883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 21"], ["created_at", "2019-01-20 05:20:55.040284"], ["updated_at", "2019-01-20 05:20:55.040284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 22"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "magenta 22"], ["created_at", "2019-01-20 05:20:55.041618"], ["updated_at", "2019-01-20 05:20:55.041618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aleen@beckercorwin.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "aleen@beckercorwin.io"], ["encrypted_password", "$2a$04$6ugmIRG8jhuSoqiiF3i/3eL2TQXZ2xbDOGsnND1gmcT3AMgpGX85i"], ["created_at", "2019-01-20 05:20:55.044165"], ["updated_at", "2019-01-20 05:20:55.044165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Labore eligendi consequatur facere."], ["body", "Perspiciatis blanditiis totam. Ut adipisci amet. Cupiditate ut voluptatem."], ["created_at", "2019-01-20 05:20:55.045294"], ["updated_at", "2019-01-20 05:20:55.045294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stevenflatley@greenfelder.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "stevenflatley@greenfelder.io"], ["encrypted_password", "$2a$04$0UvFb/2hcLf4yNkwQUe2sOkIxV3sJ5dO6xG/Ehl0Ue8/TtBdxhjKG"], ["created_at", "2019-01-20 05:20:55.047825"], ["updated_at", "2019-01-20 05:20:55.047825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Sunt autem quam consequatur."], ["body", "Perferendis pariatur et. Eos odio temporibus. Incidunt quia iste."], ["created_at", "2019-01-20 05:20:55.048897"], ["updated_at", "2019-01-20 05:20:55.048897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hipolitowhite@kihn.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hipolitowhite@kihn.com"], ["encrypted_password", "$2a$04$ZNCFz6cAyCbpm0jfFN33WOVxJqzKzvRtFa3DMM8PGGURCXGB.ljkK"], ["created_at", "2019-01-20 05:20:55.051254"], ["updated_at", "2019-01-20 05:20:55.051254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Minima possimus eveniet nulla."], ["body", "Voluptas deserunt sint. Nobis repudiandae facere. Dolore aut dolorem."], ["created_at", "2019-01-20 05:20:55.052297"], ["updated_at", "2019-01-20 05:20:55.052297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jarredhowell@okeefe.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jarredhowell@okeefe.name"], ["encrypted_password", "$2a$04$u9.H.us1vUYJU2glvEAGWehopBFICZj/UapFbGo2BmhAVz7iCa4Am"], ["created_at", "2019-01-20 05:20:55.054713"], ["updated_at", "2019-01-20 05:20:55.054713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Voluptatibus veritatis dolores sapiente."], ["body", "Et sunt sit. Qui asperiores occaecati. Eveniet occaecati corporis."], ["created_at", "2019-01-20 05:20:55.055766"], ["updated_at", "2019-01-20 05:20:55.055766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Wenhaven 21"], ["created_at", "2019-01-20 05:20:55.057276"], ["updated_at", "2019-01-20 05:20:55.057276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "teal 21"], ["created_at", "2019-01-20 05:20:55.058681"], ["updated_at", "2019-01-20 05:20:55.058681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east wenhaven 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east wenhaven 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east wenhaven 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carlosenger@rogahn.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carlosenger@rogahn.name"], ["encrypted_password", "$2a$04$c9eh980kcEuxCkbKizJ9COWw5On1HLU5GJklWGeuslsZdSsyHqOIq"], ["created_at", "2019-01-20 05:20:55.070305"], ["updated_at", "2019-01-20 05:20:55.070305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "renita@bashirian.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "renita@bashirian.com"], ["encrypted_password", "$2a$04$4kDLUXX6dyFCsUVIN.OIIec6Trh.TGavZsstqZnaRL0jr0D7Cc4uW"], ["created_at", "2019-01-20 05:20:55.073112"], ["updated_at", "2019-01-20 05:20:55.073112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 23"], ["created_at", "2019-01-20 05:20:55.074563"], ["updated_at", "2019-01-20 05:20:55.074563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Vernview 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Vernview 23"], ["created_at", "2019-01-20 05:20:55.075755"], ["updated_at", "2019-01-20 05:20:55.075755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Error aut dolorum aut."], ["body", "Voluptas et corrupti. Eos quam ut. Harum quo quaerat."], ["created_at", "2019-01-20 05:20:55.076807"], ["updated_at", "2019-01-20 05:20:55.076807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nanhowe@stokes.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nanhowe@stokes.org"], ["encrypted_password", "$2a$04$quEOmbpDiYfe2CkyOU16ruGg4zAaL/fYtrVc0K44aFXp/fX8MT3MO"], ["created_at", "2019-01-20 05:20:55.082534"], ["updated_at", "2019-01-20 05:20:55.082534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_23"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_23"], ["name", "police officer 23"], ["description", "police officer 23"], ["created_at", "2019-01-20 05:20:55.084486"], ["updated_at", "2019-01-20 05:20:55.084486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_24"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_24"], ["name", "human resources 24"], ["description", "human resources 24"], ["created_at", "2019-01-20 05:20:55.085924"], ["updated_at", "2019-01-20 05:20:55.085924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 05:20:55.087853"], ["updated_at", "2019-01-20 05:20:55.087853"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 05:20:55.089075"], ["updated_at", "2019-01-20 05:20:55.089075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Watsicamouth 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Watsicamouth 24"], ["created_at", "2019-01-20 05:20:55.090415"], ["updated_at", "2019-01-20 05:20:55.090415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Whitebury 25"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Whitebury 25"], ["created_at", "2019-01-20 05:20:55.091535"], ["updated_at", "2019-01-20 05:20:55.091535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 24"], ["created_at", "2019-01-20 05:20:55.092853"], ["updated_at", "2019-01-20 05:20:55.092853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 25"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "maroon 25"], ["created_at", "2019-01-20 05:20:55.094171"], ["updated_at", "2019-01-20 05:20:55.094171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "frank@bergnaum.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "frank@bergnaum.name"], ["encrypted_password", "$2a$04$CwQ.Sl3YnFoeTOkVK9I15uiv19LpqGUPk/pVuDUbBoCu0WjIvllue"], ["created_at", "2019-01-20 05:20:55.096618"], ["updated_at", "2019-01-20 05:20:55.096618"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Tempore sit modi sed."], ["body", "Ut hic quod. Aut aut qui. Inventore voluptate aspernatur."], ["created_at", "2019-01-20 05:20:55.097756"], ["updated_at", "2019-01-20 05:20:55.097756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "magaretgleichner@boyerbahringer.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "magaretgleichner@boyerbahringer.com"], ["encrypted_password", "$2a$04$zuzcYtnYcyn4PYhGTwlIaeD4iC8VZebkvl6OPVJJifVO7gVKGFhSS"], ["created_at", "2019-01-20 05:20:55.100350"], ["updated_at", "2019-01-20 05:20:55.100350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Minus sit sunt architecto."], ["body", "Necessitatibus quaerat placeat. Ut fuga nihil. Voluptates sit sit."], ["created_at", "2019-01-20 05:20:55.101429"], ["updated_at", "2019-01-20 05:20:55.101429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dillonbailey@robel.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dillonbailey@robel.org"], ["encrypted_password", "$2a$04$ivZmvVFDsL2wWU8MFvlo5eru2jLYvF9NFcYN08VbSEnJ8Qajzt97C"], ["created_at", "2019-01-20 05:20:55.103841"], ["updated_at", "2019-01-20 05:20:55.103841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Dolor vel sunt esse."], ["body", "Illo illum debitis. Repellat dolores fugiat. Error aperiam cum."], ["created_at", "2019-01-20 05:20:55.104899"], ["updated_at", "2019-01-20 05:20:55.104899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "melvinprohaska@wintheiserfranecki.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "melvinprohaska@wintheiserfranecki.biz"], ["encrypted_password", "$2a$04$tWXSlbcloEW87oau0G7DPOfkza1lCthkp.PB3uvEUrrLCrDIlvgzW"], ["created_at", "2019-01-20 05:20:55.107320"], ["updated_at", "2019-01-20 05:20:55.107320"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Et et non ad."], ["body", "Sit et molestiae. Tenetur impedit ex. Inventore libero tempore."], ["created_at", "2019-01-20 05:20:55.108412"], ["updated_at", "2019-01-20 05:20:55.108412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Watsicamouth 24"], ["created_at", "2019-01-20 05:20:55.109962"], ["updated_at", "2019-01-20 05:20:55.109962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "green 24"], ["created_at", "2019-01-20 05:20:55.111491"], ["updated_at", "2019-01-20 05:20:55.111491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Whitebury 25"], ["created_at", "2019-01-20 05:20:55.115454"], ["updated_at", "2019-01-20 05:20:55.115454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "maroon 25"], ["created_at", "2019-01-20 05:20:55.116826"], ["updated_at", "2019-01-20 05:20:55.116826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'watsicamouth 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'green 24') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'whitebury 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'maroon 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.2ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dallas@robertsgutmann.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dallas@robertsgutmann.org"], ["encrypted_password", "$2a$04$EH7wrjToBSxeQGVG2I3VXe8sqWqwskrt8mpi.lDRtHvCmqj0m8oFu"], ["created_at", "2019-01-20 05:20:55.127289"], ["updated_at", "2019-01-20 05:20:55.127289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_25"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_25"], ["name", "judge 25"], ["description", "judge 25"], ["created_at", "2019-01-20 05:20:55.129651"], ["updated_at", "2019-01-20 05:20:55.129651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_26"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_26"], ["name", "architect 26"], ["description", "architect 26"], ["created_at", "2019-01-20 05:20:55.131160"], ["updated_at", "2019-01-20 05:20:55.131160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 05:20:55.133063"], ["updated_at", "2019-01-20 05:20:55.133063"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 05:20:55.134263"], ["updated_at", "2019-01-20 05:20:55.134263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Shelbyton 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Shelbyton 26"], ["created_at", "2019-01-20 05:20:55.135536"], ["updated_at", "2019-01-20 05:20:55.135536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kemmershire 27"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kemmershire 27"], ["created_at", "2019-01-20 05:20:55.136588"], ["updated_at", "2019-01-20 05:20:55.136588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "cyan 26"], ["created_at", "2019-01-20 05:20:55.137849"], ["updated_at", "2019-01-20 05:20:55.137849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 27"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "plum 27"], ["created_at", "2019-01-20 05:20:55.139056"], ["updated_at", "2019-01-20 05:20:55.139056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jamelklein@heidenreich.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jamelklein@heidenreich.io"], ["encrypted_password", "$2a$04$JfUoeIcu5EdDrAi8H/VWd.szQ7/eV67TPMwrIylb5fAM3/rLtYwQq"], ["created_at", "2019-01-20 05:20:55.141529"], ["updated_at", "2019-01-20 05:20:55.141529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Non eos neque quidem."], ["body", "Vel ab libero. Voluptas architecto fugit. Nemo praesentium et."], ["created_at", "2019-01-20 05:20:55.142727"], ["updated_at", "2019-01-20 05:20:55.142727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mamie@mullerarmstrong.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mamie@mullerarmstrong.info"], ["encrypted_password", "$2a$04$r4eLrBs4K.C6tb2ahfJZJeKhrkenaKs9pF0OF8kXaQkusJNLReTS2"], ["created_at", "2019-01-20 05:20:55.145316"], ["updated_at", "2019-01-20 05:20:55.145316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Iusto animi laborum facilis."], ["body", "Qui possimus animi. Aliquid eos quos. Corrupti iusto et."], ["created_at", "2019-01-20 05:20:55.146371"], ["updated_at", "2019-01-20 05:20:55.146371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "remediosnitzsche@collierconroy.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "remediosnitzsche@collierconroy.io"], ["encrypted_password", "$2a$04$lJqbOE/NJIuCHr0JAmH38eRMIML9GsZIiRF5XaWRLm1Gkvz.MofvW"], ["created_at", "2019-01-20 05:20:55.148701"], ["updated_at", "2019-01-20 05:20:55.148701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Sunt qui rerum non."], ["body", "Voluptate excepturi eos. Animi fugit voluptatum. Minus rem eveniet."], ["created_at", "2019-01-20 05:20:55.149742"], ["updated_at", "2019-01-20 05:20:55.149742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ozzie@kuhic.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ozzie@kuhic.net"], ["encrypted_password", "$2a$04$q.f1gFg9b7u9DL2aSZeTo.YdcOggGa0ahrcHJmqog4RPDbf2xhESm"], ["created_at", "2019-01-20 05:20:55.152215"], ["updated_at", "2019-01-20 05:20:55.152215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Illum minima labore eos."], ["body", "Sunt assumenda ullam. Nihil ea dolores. Quidem autem voluptas."], ["created_at", "2019-01-20 05:20:55.153236"], ["updated_at", "2019-01-20 05:20:55.153236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Shelbyton 26"], ["created_at", "2019-01-20 05:20:55.154749"], ["updated_at", "2019-01-20 05:20:55.154749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "cyan 26"], ["created_at", "2019-01-20 05:20:55.156164"], ["updated_at", "2019-01-20 05:20:55.156164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Kemmershire 27"], ["created_at", "2019-01-20 05:20:55.157472"], ["updated_at", "2019-01-20 05:20:55.157472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "plum 27"], ["created_at", "2019-01-20 05:20:55.158725"], ["updated_at", "2019-01-20 05:20:55.158725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'shelbyton 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'cyan 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'kemmershire 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'plum 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'shelbyton 26') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'cyan 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'kemmershire 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'plum 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vidalebsack@kautzer.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vidalebsack@kautzer.name"], ["encrypted_password", "$2a$04$P8gI12nqATEkh5YPJm8cOObSpF7MnqnuWkeeRH9/iE5mml1.23Qu."], ["created_at", "2019-01-20 05:20:55.170641"], ["updated_at", "2019-01-20 05:20:55.170641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_27"], ["name", "judge 27"], ["description", "judge 27"], ["created_at", "2019-01-20 05:20:55.172663"], ["updated_at", "2019-01-20 05:20:55.172663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_28"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_28"], ["name", "biologist 28"], ["description", "biologist 28"], ["created_at", "2019-01-20 05:20:55.174159"], ["updated_at", "2019-01-20 05:20:55.174159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 05:20:55.176060"], ["updated_at", "2019-01-20 05:20:55.176060"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 05:20:55.177247"], ["updated_at", "2019-01-20 05:20:55.177247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Walkerport 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Walkerport 28"], ["created_at", "2019-01-20 05:20:55.178473"], ["updated_at", "2019-01-20 05:20:55.178473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Bernard 29"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Bernard 29"], ["created_at", "2019-01-20 05:20:55.179601"], ["updated_at", "2019-01-20 05:20:55.179601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 28"], ["created_at", "2019-01-20 05:20:55.180884"], ["updated_at", "2019-01-20 05:20:55.180884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 29"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "azure 29"], ["created_at", "2019-01-20 05:20:55.182244"], ["updated_at", "2019-01-20 05:20:55.182244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "star@keler.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "star@keler.co"], ["encrypted_password", "$2a$04$sd6DgyejzEW.4s7n4oJ62e3rhDBuPuiSl7rLKqpYDth5YDIwPd6Ra"], ["created_at", "2019-01-20 05:20:55.184773"], ["updated_at", "2019-01-20 05:20:55.184773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "In iusto ea beatae."], ["body", "Rerum provident ea. Sed voluptatem itaque. Ipsum eum dolore."], ["created_at", "2019-01-20 05:20:55.185847"], ["updated_at", "2019-01-20 05:20:55.185847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hien@predovic.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hien@predovic.co"], ["encrypted_password", "$2a$04$.ldJH9/3roM6hySxPyUtPuJW53OEFJFBEFaLnLVfnrduLqARZkKAG"], ["created_at", "2019-01-20 05:20:55.188398"], ["updated_at", "2019-01-20 05:20:55.188398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Cupiditate deserunt error eligendi."], ["body", "Perspiciatis eligendi modi. Quia et aut. Pariatur quo laborum."], ["created_at", "2019-01-20 05:20:55.189433"], ["updated_at", "2019-01-20 05:20:55.189433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wanetaconnelly@beier.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wanetaconnelly@beier.info"], ["encrypted_password", "$2a$04$qbwrGbm2Gl49HCIoVavnr..xXYq5RxDTtS8n9pMSbX/EdipS3l64O"], ["created_at", "2019-01-20 05:20:55.191811"], ["updated_at", "2019-01-20 05:20:55.191811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Et nulla repellendus assumenda."], ["body", "Et quas consequatur. Sint aliquid modi. Exercitationem molestias blanditiis."], ["created_at", "2019-01-20 05:20:55.192797"], ["updated_at", "2019-01-20 05:20:55.192797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "danielle@bartoletti.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "danielle@bartoletti.info"], ["encrypted_password", "$2a$04$uIGB26a2sConkQaJ9nZdGuNOBo23xtEZhV8MGMo7Qq8j8vzR5K9Km"], ["created_at", "2019-01-20 05:20:55.195221"], ["updated_at", "2019-01-20 05:20:55.195221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Non id suscipit iste."], ["body", "Optio nesciunt quibusdam. Eveniet sunt soluta. Eveniet ut temporibus."], ["created_at", "2019-01-20 05:20:55.196268"], ["updated_at", "2019-01-20 05:20:55.196268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Walkerport 28"], ["created_at", "2019-01-20 05:20:55.197756"], ["updated_at", "2019-01-20 05:20:55.197756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "violet 28"], ["created_at", "2019-01-20 05:20:55.199146"], ["updated_at", "2019-01-20 05:20:55.199146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-20 05:20:55.200459"], ["updated_at", "2019-01-20 05:20:55.200459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "azure 29"], ["created_at", "2019-01-20 05:20:55.201697"], ["updated_at", "2019-01-20 05:20:55.201697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'walkerport 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'violet 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'azure 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-20 05:20:55.229648"], ["updated_at", "2019-01-20 05:20:55.229648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "librarian_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "librarian 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_3"], ["name", "librarian 3"], ["description", "librarian 3"], ["created_at", "2019-01-20 05:20:55.232851"], ["updated_at", "2019-01-20 05:20:55.232851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 05:20:55.234574"], ["updated_at", "2019-01-20 05:20:55.234574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.7ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.3ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 05:20:55.261128"], ["updated_at", "2019-01-20 05:20:55.261128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 05:20:55.262872"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.2ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 05:20:55.275799"], ["updated_at", "2019-01-20 05:20:55.275799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 05:20:55.277124"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-20 05:20:55.300179"], ["updated_at", "2019-01-20 05:20:55.300179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 05:20:55.333796"], ["updated_at", "2019-01-20 05:20:55.333796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-20 05:20:55.335082"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::RoleGrant Exists (0.6ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "police_officer_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "police officer 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_4"], ["name", "police officer 4"], ["description", "police officer 4"], ["created_at", "2019-01-20 05:20:55.445610"], ["updated_at", "2019-01-20 05:20:55.445610"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 29"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_29"], ["name", "philosopher 29"], ["description", "philosopher 29"], ["created_at", "2019-01-20 05:20:55.448784"], ["updated_at", "2019-01-20 05:20:55.448784"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-20 05:20:55.450671"], ["updated_at", "2019-01-20 05:20:55.450671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "doctor_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "doctor 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_5"], ["name", "doctor 5"], ["description", "doctor 5"], ["created_at", "2019-01-20 05:20:55.467013"], ["updated_at", "2019-01-20 05:20:55.467013"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 30"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_30"], ["name", "police officer 30"], ["description", "police officer 30"], ["created_at", "2019-01-20 05:20:55.470619"], ["updated_at", "2019-01-20 05:20:55.470619"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 05:20:55.472638"], ["updated_at", "2019-01-20 05:20:55.472638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 05:20:55.498271"], ["updated_at", "2019-01-20 05:20:55.498271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 05:20:55.499590"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 05:20:55.511545"], ["updated_at", "2019-01-20 05:20:55.511545"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 05:20:55.512929"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.3ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-20 05:20:55.536315"], ["updated_at", "2019-01-20 05:20:55.536315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.3ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 31"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_31"], ["name", "police officer 31"], ["description", "police officer 31"], ["created_at", "2019-01-20 05:20:55.573425"], ["updated_at", "2019-01-20 05:20:55.573425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-20 05:20:55.575556"], ["updated_at", "2019-01-20 05:20:55.575556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.5ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-20 05:20:55.692221"], ["updated_at", "2019-01-20 05:20:55.692221"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-20 05:20:55.694427"], ["updated_at", "2019-01-20 05:20:55.694427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.2ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 05:20:55.700329"], ["updated_at", "2019-01-20 05:20:55.700329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 05:20:55.702167"], ["updated_at", "2019-01-20 05:20:55.702167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 05:20:55.703996"], ["updated_at", "2019-01-20 05:20:55.703996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "morrissmitham@friesenokuneva.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "morrissmitham@friesenokuneva.com"], ["encrypted_password", "$2a$04$nJl96QiUBdT4jZ57izeaO.JJU24obeDoKJDkbYa3PJUgiwwJ7eFD6"], ["created_at", "2019-01-20 05:20:55.707872"], ["updated_at", "2019-01-20 05:20:55.707872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Mollitia ut possimus minus."], ["body", "Eius velit tempore. Soluta ad quia. Voluptas pariatur minima."], ["created_at", "2019-01-20 05:20:55.709623"], ["updated_at", "2019-01-20 05:20:55.709623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "suzette@collier.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "suzette@collier.name"], ["encrypted_password", "$2a$04$Z6Sts/XzbU/3IaIramKVkOIT6mdxzfOgjyJoqXhVpHU67WhNRUUtC"], ["created_at", "2019-01-20 05:20:55.713653"], ["updated_at", "2019-01-20 05:20:55.713653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Dicta rem similique repellat."], ["body", "Sed quo aut. Quia nostrum aliquam. Soluta earum nemo."], ["created_at", "2019-01-20 05:20:55.715171"], ["updated_at", "2019-01-20 05:20:55.715171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 05:20:55.720116"], ["updated_at", "2019-01-20 05:20:55.720116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 05:20:55.721999"], ["updated_at", "2019-01-20 05:20:55.721999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.2ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 05:20:55.723702"], ["updated_at", "2019-01-20 05:20:55.723702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darwincummerata@stark.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darwincummerata@stark.org"], ["encrypted_password", "$2a$04$F2qoMYD5cCMmNo0hKh7A.eiP.2QS6KJTBrZOp0FTqcJnR./wqSyRK"], ["created_at", "2019-01-20 05:20:55.727236"], ["updated_at", "2019-01-20 05:20:55.727236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Commodi voluptatum doloremque nostrum."], ["body", "Sapiente voluptate tempore. Accusamus et ut. Et facilis non."], ["created_at", "2019-01-20 05:20:55.728835"], ["updated_at", "2019-01-20 05:20:55.728835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ahmadsporer@cummeratavon.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ahmadsporer@cummeratavon.net"], ["encrypted_password", "$2a$04$oWPTXHETfYokbvq5TsFDzepTlhIB9ph4I4m9J16ewTGGgixZVRISe"], ["created_at", "2019-01-20 05:20:55.731999"], ["updated_at", "2019-01-20 05:20:55.731999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Est ipsam et soluta."], ["body", "Ex tempora dolores. Illo corporis ea. Provident amet rerum."], ["created_at", "2019-01-20 05:20:55.733222"], ["updated_at", "2019-01-20 05:20:55.733222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 05:20:55.736627"], ["updated_at", "2019-01-20 05:20:55.736627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 05:20:55.738607"], ["updated_at", "2019-01-20 05:20:55.738607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 05:20:55.740215"], ["updated_at", "2019-01-20 05:20:55.740215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gabriellemurray@ohara.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gabriellemurray@ohara.co"], ["encrypted_password", "$2a$04$d69gU2WYTj80GletoX807uGmO1SzO5Z7lhL/c8kELf5ANz0Ma8j1m"], ["created_at", "2019-01-20 05:20:55.743249"], ["updated_at", "2019-01-20 05:20:55.743249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Numquam recusandae earum ducimus."], ["body", "Cupiditate et distinctio. Dolorum occaecati fugiat. Et blanditiis itaque."], ["created_at", "2019-01-20 05:20:55.744553"], ["updated_at", "2019-01-20 05:20:55.744553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "erik@simonis.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "erik@simonis.name"], ["encrypted_password", "$2a$04$WwVi7IijlbObcjxYPkBAXu9EPztFMsUSO6KT6RB2kQ.hrnIrZXjcq"], ["created_at", "2019-01-20 05:20:55.747278"], ["updated_at", "2019-01-20 05:20:55.747278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Delectus omnis animi sint."], ["body", "Omnis aut et. Molestiae debitis et. Et perspiciatis maiores."], ["created_at", "2019-01-20 05:20:55.748453"], ["updated_at", "2019-01-20 05:20:55.748453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 05:20:55.751846"], ["updated_at", "2019-01-20 05:20:55.751846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 05:20:55.753522"], ["updated_at", "2019-01-20 05:20:55.753522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 05:20:55.754966"], ["updated_at", "2019-01-20 05:20:55.754966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tyronmosciski@heelzemlak.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tyronmosciski@heelzemlak.info"], ["encrypted_password", "$2a$04$rcHHYdO3C9tvp0ihohVf4eaAixjoooHOJYBLwSc25FZ6wDZF/H0v."], ["created_at", "2019-01-20 05:20:55.757664"], ["updated_at", "2019-01-20 05:20:55.757664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Laboriosam at non aspernatur."], ["body", "Nam et ut. Sunt voluptatum eveniet. Sed cupiditate id."], ["created_at", "2019-01-20 05:20:55.758858"], ["updated_at", "2019-01-20 05:20:55.758858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "loisjaskolski@graham.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "loisjaskolski@graham.io"], ["encrypted_password", "$2a$04$WhuLsuFCs6wrBWiZTLosdOuMpItTquedQSKoa3tfVcWkNil/RRVPa"], ["created_at", "2019-01-20 05:20:55.761546"], ["updated_at", "2019-01-20 05:20:55.761546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Ipsa id sed consectetur."], ["body", "Eveniet saepe velit. Corrupti non ut. Aut dolore et."], ["created_at", "2019-01-20 05:20:55.762677"], ["updated_at", "2019-01-20 05:20:55.762677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "corie@abbott.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "corie@abbott.biz"], ["encrypted_password", "$2a$04$LkUGkPc630dRVZVGs2jP1.mwzeKQXJFseRuV5GrahTo7WP6dQOPVG"], ["created_at", "2019-01-20 05:20:55.765180"], ["updated_at", "2019-01-20 05:20:55.765180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Harum officia maiores quia."], ["body", "Aliquid id ut. Sit aspernatur qui. Suscipit itaque debitis."], ["created_at", "2019-01-20 05:20:55.766219"], ["updated_at", "2019-01-20 05:20:55.766219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 05:20:55.773056"], ["updated_at", "2019-01-20 05:20:55.773056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 05:20:55.774751"], ["updated_at", "2019-01-20 05:20:55.774751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 05:20:55.776167"], ["updated_at", "2019-01-20 05:20:55.776167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 05:20:55.777453"], ["updated_at", "2019-01-20 05:20:55.777453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dulcie@murray.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dulcie@murray.com"], ["encrypted_password", "$2a$04$KsmQN54F4bhcqHo9H7MkgusMabmCydp3a9L6CymIcK6NQJhwwgN6e"], ["created_at", "2019-01-20 05:20:55.780157"], ["updated_at", "2019-01-20 05:20:55.780157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Officiis consequatur atque molestias."], ["body", "Eos ea assumenda. Vel nihil molestiae. Sit accusantium sequi."], ["created_at", "2019-01-20 05:20:55.781413"], ["updated_at", "2019-01-20 05:20:55.781413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lyndseydibbert@ortizlarson.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lyndseydibbert@ortizlarson.info"], ["encrypted_password", "$2a$04$.92Pg9A4mYELkvgiW6oUxuFPNF0ojk2jMHjzK6ijQ17/zsriQzDrK"], ["created_at", "2019-01-20 05:20:55.784042"], ["updated_at", "2019-01-20 05:20:55.784042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Vero nihil inventore aut."], ["body", "Numquam natus eveniet. Reiciendis distinctio dolor. Est quod enim."], ["created_at", "2019-01-20 05:20:55.785103"], ["updated_at", "2019-01-20 05:20:55.785103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lisette@sporer.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lisette@sporer.com"], ["encrypted_password", "$2a$04$Ad7z74H8jnibexc.AParx.lbDZK3ct9WhKSAzO8U6Iuunjr/ABjo."], ["created_at", "2019-01-20 05:20:55.787509"], ["updated_at", "2019-01-20 05:20:55.787509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Ducimus id maxime ab."], ["body", "Cupiditate nemo animi. Repudiandae voluptas accusamus. Eos mollitia optio."], ["created_at", "2019-01-20 05:20:55.788593"], ["updated_at", "2019-01-20 05:20:55.788593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "iansporer@hamill.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "iansporer@hamill.com"], ["encrypted_password", "$2a$04$0Gc7/h76mWxeY/Js562Rnu2RWl1WPyGeX5EpckU6UMnoeF.qAwFL6"], ["created_at", "2019-01-20 05:20:55.790997"], ["updated_at", "2019-01-20 05:20:55.790997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Sit sapiente id voluptate."], ["body", "Dignissimos enim facilis. Et est exercitationem. Assumenda voluptatum voluptates."], ["created_at", "2019-01-20 05:20:55.792052"], ["updated_at", "2019-01-20 05:20:55.792052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 05:20:55.796728"], ["updated_at", "2019-01-20 05:20:55.796728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 05:20:55.800856"], ["updated_at", "2019-01-20 05:20:55.800856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 05:20:55.802161"], ["updated_at", "2019-01-20 05:20:55.802161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 05:20:55.803359"], ["updated_at", "2019-01-20 05:20:55.803359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hoyt@dare.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hoyt@dare.biz"], ["encrypted_password", "$2a$04$Giiyv/qJMn3dXEbPnjszTeittFvx3Wu25f5e7turFjZYkSqzoKCPK"], ["created_at", "2019-01-20 05:20:55.805901"], ["updated_at", "2019-01-20 05:20:55.805901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptas autem iusto quos."], ["body", "Placeat reiciendis magnam. Quam magni odio. Expedita sit in."], ["created_at", "2019-01-20 05:20:55.807073"], ["updated_at", "2019-01-20 05:20:55.807073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Tera 30"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Tera 30"], ["created_at", "2019-01-20 05:20:55.810372"], ["updated_at", "2019-01-20 05:20:55.810372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Bruce 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Bruce 31"], ["created_at", "2019-01-20 05:20:55.812448"], ["updated_at", "2019-01-20 05:20:55.812448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Lorenzaton 32"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Lorenzaton 32"], ["created_at", "2019-01-20 05:20:55.813722"], ["updated_at", "2019-01-20 05:20:55.813722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Ut commodi aperiam voluptatem."], ["created_at", "2019-01-20 05:20:55.819028"], ["updated_at", "2019-01-20 05:20:55.819028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 05:20:55.828024"], ["updated_at", "2019-01-20 05:20:55.828024"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 05:20:55.829143"], ["updated_at", "2019-01-20 05:20:55.829143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 05:20:55.832645"], ["updated_at", "2019-01-20 05:20:55.832645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 05:20:55.834670"], ["updated_at", "2019-01-20 05:20:55.834670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "danille@kuhn.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "danille@kuhn.io"], ["encrypted_password", "$2a$04$7tADOAKPrr.9S89gfvUMXO6t1INoadMKvTDse2MGHJMMxfs/XfaI."], ["created_at", "2019-01-20 05:20:55.837300"], ["updated_at", "2019-01-20 05:20:55.837300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Accusamus et quis culpa."], ["body", "Et nihil pariatur. Omnis voluptatem neque. Omnis qui nulla."], ["created_at", "2019-01-20 05:20:55.838520"], ["updated_at", "2019-01-20 05:20:55.838520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Announcement Create (0.3ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Iste eligendi in sint."], ["created_at", "2019-01-20 05:20:55.841149"], ["updated_at", "2019-01-20 05:20:55.841149"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dortheaoconnell@feilnolan.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dortheaoconnell@feilnolan.org"], ["encrypted_password", "$2a$04$ENuimnJaK6bLCYwWGPkvJuVe4OCOMmzJMhg7Rzr5O2dvIOm5Lbddu"], ["created_at", "2019-01-20 05:20:55.846982"], ["updated_at", "2019-01-20 05:20:55.846982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orchid 30"], ["created_at", "2019-01-20 05:20:55.848921"], ["updated_at", "2019-01-20 05:20:55.848921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Phillip 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Phillip 33"], ["created_at", "2019-01-20 05:20:55.850108"], ["updated_at", "2019-01-20 05:20:55.850108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Placeat rem possimus reprehenderit."], ["body", "Aut qui quae. Quaerat et neque. Consequatur error quia."], ["created_at", "2019-01-20 05:20:55.851104"], ["updated_at", "2019-01-20 05:20:55.851104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Courtneyburgh 34"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Courtneyburgh 34"], ["created_at", "2019-01-20 05:20:55.854504"], ["updated_at", "2019-01-20 05:20:55.854504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Jannetberg 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Jannetberg 35"], ["created_at", "2019-01-20 05:20:55.856294"], ["updated_at", "2019-01-20 05:20:55.856294"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 05:20:55.859360"], ["updated_at", "2019-01-20 05:20:55.859360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 05:20:55.860819"], ["updated_at", "2019-01-20 05:20:55.860819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "del@dibbert.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "del@dibbert.io"], ["encrypted_password", "$2a$04$4i/uykLcOL4JsS7xwfwEL.sW7Q/0St8aDyTah/zvKODPk84Tgen/a"], ["created_at", "2019-01-20 05:20:55.864128"], ["updated_at", "2019-01-20 05:20:55.864128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 31"], ["created_at", "2019-01-20 05:20:55.866171"], ["updated_at", "2019-01-20 05:20:55.866171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Vero saepe doloremque laboriosam."], ["body", "Sed totam est. Cumque ut provident. Qui necessitatibus aut."], ["created_at", "2019-01-20 05:20:55.867299"], ["updated_at", "2019-01-20 05:20:55.867299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 05:20:55.870207"], ["updated_at", "2019-01-20 05:20:55.870207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 05:20:55.872037"], ["updated_at", "2019-01-20 05:20:55.872037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "francis@sipes.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "francis@sipes.co"], ["encrypted_password", "$2a$04$K7bJQV2L4VdsT/gM8nQhEuZML7oStnfcnCHMbZGiJA.r..gOWerse"], ["created_at", "2019-01-20 05:20:55.874790"], ["updated_at", "2019-01-20 05:20:55.874790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "indigo 32"], ["created_at", "2019-01-20 05:20:55.876424"], ["updated_at", "2019-01-20 05:20:55.876424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Est hic sit velit."], ["body", "Et voluptate sed. Accusantium reprehenderit consequatur. Aut molestiae quidem."], ["created_at", "2019-01-20 05:20:55.877512"], ["updated_at", "2019-01-20 05:20:55.877512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Wiltonburgh 36"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Wiltonburgh 36"], ["created_at", "2019-01-20 05:20:55.881324"], ["updated_at", "2019-01-20 05:20:55.881324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Dennyport 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dennyport 37"], ["created_at", "2019-01-20 05:20:55.883284"], ["updated_at", "2019-01-20 05:20:55.883284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Louisaborough 38"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Louisaborough 38"], ["created_at", "2019-01-20 05:20:55.884512"], ["updated_at", "2019-01-20 05:20:55.884512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Ipsa dignissimos molestiae sapiente."], ["created_at", "2019-01-20 05:20:55.885274"], ["updated_at", "2019-01-20 05:20:55.885274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 05:20:55.886831"], ["updated_at", "2019-01-20 05:20:55.886831"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 05:20:55.887632"], ["updated_at", "2019-01-20 05:20:55.887632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Strosintown 39"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Strosintown 39"], ["created_at", "2019-01-20 05:20:55.890739"], ["updated_at", "2019-01-20 05:20:55.890739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Quinnland 40"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Quinnland 40"], ["created_at", "2019-01-20 05:20:55.892344"], ["updated_at", "2019-01-20 05:20:55.892344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Gudrun 41"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Gudrun 41"], ["created_at", "2019-01-20 05:20:55.893383"], ["updated_at", "2019-01-20 05:20:55.893383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Lincoln 42"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Lincoln 42"], ["created_at", "2019-01-20 05:20:55.894591"], ["updated_at", "2019-01-20 05:20:55.894591"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Facere et laboriosam et."], ["created_at", "2019-01-20 05:20:55.895753"], ["updated_at", "2019-01-20 05:20:55.895753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 05:20:55.897370"], ["updated_at", "2019-01-20 05:20:55.897370"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 05:20:55.898192"], ["updated_at", "2019-01-20 05:20:55.898192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Darrinmouth 43"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Darrinmouth 43"], ["created_at", "2019-01-20 05:20:55.901784"], ["updated_at", "2019-01-20 05:20:55.901784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "don@bednar.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "don@bednar.name"], ["encrypted_password", "$2a$04$np2FEB2e0ZmMxib5NpZUYObIc1UNhLfVNIwosiS7x9d6bZjG7NHSe"], ["created_at", "2019-01-20 05:20:55.904848"], ["updated_at", "2019-01-20 05:20:55.904848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 33"], ["created_at", "2019-01-20 05:20:55.906461"], ["updated_at", "2019-01-20 05:20:55.906461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Kashaton 44"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Kashaton 44"], ["created_at", "2019-01-20 05:20:55.907711"], ["updated_at", "2019-01-20 05:20:55.907711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Molestiae doloremque omnis reiciendis."], ["body", "Delectus qui quibusdam. Aut sed repellendus. Consequatur nihil delectus."], ["created_at", "2019-01-20 05:20:55.908744"], ["updated_at", "2019-01-20 05:20:55.908744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Glennmouth 45"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Glennmouth 45"], ["created_at", "2019-01-20 05:20:55.912579"], ["updated_at", "2019-01-20 05:20:55.912579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clarisadickinson@kuhlman.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clarisadickinson@kuhlman.com"], ["encrypted_password", "$2a$04$JKc0LSU13uKB0Ol53xyul.57x8iZnkOiUyT6101cuox87W2LiWJwS"], ["created_at", "2019-01-20 05:20:55.915613"], ["updated_at", "2019-01-20 05:20:55.915613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 34"], ["created_at", "2019-01-20 05:20:55.917159"], ["updated_at", "2019-01-20 05:20:55.917159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Franklinfurt 46"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Franklinfurt 46"], ["created_at", "2019-01-20 05:20:55.918311"], ["updated_at", "2019-01-20 05:20:55.918311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Neque consequatur dolor deleniti."], ["body", "Atque similique exercitationem. Laborum aut labore. Ipsum et dolor."], ["created_at", "2019-01-20 05:20:55.919275"], ["updated_at", "2019-01-20 05:20:55.919275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Britnitown 47"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Britnitown 47"], ["created_at", "2019-01-20 05:20:55.923077"], ["updated_at", "2019-01-20 05:20:55.923077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Terryborough 49"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Terryborough 49"], ["created_at", "2019-01-20 05:20:55.926362"], ["updated_at", "2019-01-20 05:20:55.926362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Sang 51"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Sang 51"], ["created_at", "2019-01-20 05:20:55.930305"], ["updated_at", "2019-01-20 05:20:55.930305"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kiaragreen@lefflerrau.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kiaragreen@lefflerrau.co"], ["encrypted_password", "$2a$04$aIhHXoCtfLEp9l3luUTtPu71QJrnDSOxOBrM9JUZ4uq8Cga8syxOO"], ["created_at", "2019-01-20 05:20:55.937420"], ["updated_at", "2019-01-20 05:20:55.937420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by AnonymousController#custom as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction Processing by AnonymousController#custom as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kattiemetz@keeblerheaney.io"], ["LIMIT", 1]] User Create (1.0ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kattiemetz@keeblerheaney.io"], ["encrypted_password", "$2a$04$il66Zn1BJaCWK5zarW/mEeLFYsabQyv/PV5ZWFMGLUuK6O9myJrRu"], ["created_at", "2019-01-20 05:55:40.723270"], ["updated_at", "2019-01-20 05:55:40.723270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "norbertcasper@murazik.io"], ["LIMIT", 1]] User Create (1.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "norbertcasper@murazik.io"], ["encrypted_password", "$2a$04$SG9YYq7vQsNyXYenqDrFhuSJ03VwRz7M4lauVnRdrzXfNbmzWARHm"], ["created_at", "2019-01-20 05:55:53.409909"], ["updated_at", "2019-01-20 05:55:53.409909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "harveyluettgen@kozey.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "harveyluettgen@kozey.io"], ["encrypted_password", "$2a$04$rZalMsJ/./UeOPGziWpbge1XlDVbo8Mk/qw8I4EKR9nqNExjc8dFy"], ["created_at", "2019-01-20 05:55:53.458019"], ["updated_at", "2019-01-20 05:55:53.458019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.1ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.4ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 24ms (ActiveRecord: 1.1ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edda@little.name"], ["LIMIT", 1]] User Create (1.6ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "edda@little.name"], ["encrypted_password", "$2a$04$gX0rfkX0RgLijII/nFFQreKEQQZSYSLQHC.jo.XmZWqXuFCxZOUSm"], ["created_at", "2019-01-20 05:56:21.474315"], ["updated_at", "2019-01-20 05:56:21.474315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dongwillms@kunzehudson.com"], ["LIMIT", 1]] User Create (1.7ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dongwillms@kunzehudson.com"], ["encrypted_password", "$2a$04$dUCzwzfyAZUzuapBClf66.rxBCu/lDp6etFU6aEDoDvVj5CR/zWSC"], ["created_at", "2019-01-20 05:56:40.220988"], ["updated_at", "2019-01-20 05:56:40.220988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "toby@cainraynor.com"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "toby@cainraynor.com"], ["encrypted_password", "$2a$04$PLSeUr.VBKQvfuJrvn6jFOlMh55nRFsmi.UbKrpHva30r9yJx0AoO"], ["created_at", "2019-01-20 05:56:40.283302"], ["updated_at", "2019-01-20 05:56:40.283302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.1ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.6ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 27ms (ActiveRecord: 1.1ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "graig@lemkemcdermott.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "graig@lemkemcdermott.name"], ["encrypted_password", "$2a$04$TfgOU7h2fAE/kG18N9cy4OgUMv1htJD7sTj39/GnWNwLpM5zdQkBS"], ["created_at", "2019-01-20 05:56:55.320701"], ["updated_at", "2019-01-20 05:56:55.320701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sabine@willms.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sabine@willms.co"], ["encrypted_password", "$2a$04$5qLZMDwU0J7/1B.PuEXrNummrAi86UpObdRh76saVO/xTkFXWJMXe"], ["created_at", "2019-01-20 05:57:49.173280"], ["updated_at", "2019-01-20 05:57:49.173280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lonborer@lindgrenrolfson.org"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lonborer@lindgrenrolfson.org"], ["encrypted_password", "$2a$04$CYWFgbpc5kZGsqKMhOhoWeYleHgXQYrw3X6yOXb7aj2AROCaksS/K"], ["created_at", "2019-01-20 05:58:14.575170"], ["updated_at", "2019-01-20 05:58:14.575170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jonggleichner@wiegand.info"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jonggleichner@wiegand.info"], ["encrypted_password", "$2a$04$fgUAt7gMsdtUDhwcGkDbLu4WXf/TVFqCqgBFXPJk85xRvLRd2kZEi"], ["created_at", "2019-01-20 05:58:14.616112"], ["updated_at", "2019-01-20 05:58:14.616112"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Load (0.5ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "visitors"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/sessions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/sessions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/sessions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/passwords"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/passwords"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/passwords"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/passwords"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "cancel"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "active_storage/disk"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "active_storage/direct_uploads"], ["action", "create"], ["LIMIT", 1]]  (0.3ms) SELECT "authz_scoping_rules"."scopable" FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" NOT IN (?, ?, ?) [["scopable", "ScopableByTestCity"], ["scopable", "ScopableByCity"], ["scopable", "ScopableByClearance"]] Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/home/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/home/index.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 24ms (Views: 11.7ms | ActiveRecord: 2.1ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dell@barrows.name"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dell@barrows.name"], ["encrypted_password", "$2a$04$ekscdo42ARqDB27yFJMzb.J2eAgpvNZ2mcbFW0VVAjKh5zw4L8vBS"], ["created_at", "2019-01-20 06:00:29.349442"], ["updated_at", "2019-01-20 06:00:29.349442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Load (0.6ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Redirected to http://test.host/ Completed 302 Found in 35ms (ActiveRecord: 1.1ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alysehills@farrell.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alysehills@farrell.org"], ["encrypted_password", "$2a$04$yzGzIRwXChwWmuqaphBqZ.zoVYnExcIpbfu3M6/MTbTqC1iTbUz7q"], ["created_at", "2019-01-20 06:02:26.263134"], ["updated_at", "2019-01-20 06:02:26.263134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eldoraledner@beckerpaucek.com"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eldoraledner@beckerpaucek.com"], ["encrypted_password", "$2a$04$Fl.3oEsbOnPdPVxzr7qQ2efxtv8LgQrM44b92J0fBBI.A9Nt.eGVy"], ["created_at", "2019-01-20 06:02:26.322073"], ["updated_at", "2019-01-20 06:02:26.322073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.1ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.7ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 32ms (ActiveRecord: 1.3ms)  (0.3ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "feleciastiedemann@trompharvey.io"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "feleciastiedemann@trompharvey.io"], ["encrypted_password", "$2a$04$639WXbAMxTVrtPAv8dgKKuqbWsyElU/VZ8XRIjF.oFiz083KR9.h2"], ["created_at", "2019-01-20 06:03:29.179054"], ["updated_at", "2019-01-20 06:03:29.179054"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (2.2ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dennis@moriette.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dennis@moriette.org"], ["encrypted_password", "$2a$04$pBzZhwVHw2Edxb7YxKilQO4zZosqlWKblfphDP61RHy4aoYJW7UDC"], ["created_at", "2019-01-20 06:06:43.047011"], ["updated_at", "2019-01-20 06:06:43.047011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.1ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.6ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 25ms (ActiveRecord: 1.1ms)  (0.3ms) rollback transaction  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed in 2ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed in 2ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed in 2ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed in 0ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed in 2ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed in 4ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed in 2ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed in 2ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed in 2ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed in 2ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 5ms (Views: 2.5ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed in 2ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gilberto@jaskolski.io"], ["LIMIT", 1]] User Create (2.7ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gilberto@jaskolski.io"], ["encrypted_password", "$2a$04$cYN1Zd49bdSth6VRt9V5VOZyHXzd86Fo7nQPT4dMRauBqwW7wrpom"], ["created_at", "2019-01-20 07:01:35.098352"], ["updated_at", "2019-01-20 07:01:35.098352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ApplicationController#custom as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Completed 200 OK in 4ms (ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_1"], ["name", "chemist 1"], ["description", "chemist 1"], ["created_at", "2019-01-20 07:02:23.392202"], ["updated_at", "2019-01-20 07:02:23.392202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_2"], ["name", "interpreter 2"], ["description", "interpreter 2"], ["created_at", "2019-01-20 07:02:23.394098"], ["updated_at", "2019-01-20 07:02:23.394098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tim@considinefarrell.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tim@considinefarrell.net"], ["encrypted_password", "$2a$04$dzjDr118TgQ4Bf4B2E8t0ORun/4dtuiaOC7H9giDBDGP7IYpRIN.."], ["created_at", "2019-01-20 07:02:23.434465"], ["updated_at", "2019-01-20 07:02:23.434465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "red 1"], ["created_at", "2019-01-20 07:02:23.444562"], ["updated_at", "2019-01-20 07:02:23.444562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Cathimouth 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Cathimouth 1"], ["created_at", "2019-01-20 07:02:23.451525"], ["updated_at", "2019-01-20 07:02:23.451525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eligendi veniam natus non."], ["body", "Ad impedit quo. Quidem delectus aperiam. Molestias quas eligendi."], ["created_at", "2019-01-20 07:02:23.453352"], ["updated_at", "2019-01-20 07:02:23.453352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_3"], ["name", "teacher 3"], ["description", "teacher 3"], ["created_at", "2019-01-20 07:02:23.460421"], ["updated_at", "2019-01-20 07:02:23.460421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_4"], ["name", "web developer 4"], ["description", "web developer 4"], ["created_at", "2019-01-20 07:02:23.462240"], ["updated_at", "2019-01-20 07:02:23.462240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "daron@dickenshowell.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "daron@dickenshowell.io"], ["encrypted_password", "$2a$04$kHriiqdSWRyKFQf5ZzEMwu1/gCzuMM/eC2WjisgY0s9pJM.pLV6D."], ["created_at", "2019-01-20 07:02:23.465810"], ["updated_at", "2019-01-20 07:02:23.465810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 2"], ["created_at", "2019-01-20 07:02:23.467520"], ["updated_at", "2019-01-20 07:02:23.467520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Avis 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Avis 2"], ["created_at", "2019-01-20 07:02:23.468769"], ["updated_at", "2019-01-20 07:02:23.468769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Corporis ipsa id adipisci."], ["body", "Facilis et culpa. In omnis tempora. Ab corrupti quae."], ["created_at", "2019-01-20 07:02:23.469781"], ["updated_at", "2019-01-20 07:02:23.469781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_5"], ["name", "astronomer 5"], ["description", "astronomer 5"], ["created_at", "2019-01-20 07:02:23.480655"], ["updated_at", "2019-01-20 07:02:23.480655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_6"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 6"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_6"], ["name", "actor 6"], ["description", "actor 6"], ["created_at", "2019-01-20 07:02:23.482334"], ["updated_at", "2019-01-20 07:02:23.482334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "benito@funk.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "benito@funk.biz"], ["encrypted_password", "$2a$04$ZbyebzIMs8k1yhF0sfT.HOlCpS/n6z8GC92Omv7cXhKv/8NvpCZtu"], ["created_at", "2019-01-20 07:02:23.485852"], ["updated_at", "2019-01-20 07:02:23.485852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 3"], ["LIMIT", 1]] Clearance Create (0.2ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "cyan 3"], ["created_at", "2019-01-20 07:02:23.487319"], ["updated_at", "2019-01-20 07:02:23.487319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Joibury 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Joibury 3"], ["created_at", "2019-01-20 07:02:23.488712"], ["updated_at", "2019-01-20 07:02:23.488712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "At dolores ut laboriosam."], ["body", "Doloribus ut labore. Facilis earum minima. Ipsa pariatur culpa."], ["created_at", "2019-01-20 07:02:23.489678"], ["updated_at", "2019-01-20 07:02:23.489678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_7"], ["name", "interpreter 7"], ["description", "interpreter 7"], ["created_at", "2019-01-20 07:02:23.496439"], ["updated_at", "2019-01-20 07:02:23.496439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 8"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_8"], ["name", "chemist 8"], ["description", "chemist 8"], ["created_at", "2019-01-20 07:02:23.498080"], ["updated_at", "2019-01-20 07:02:23.498080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rodrigoflatley@schuppe.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rodrigoflatley@schuppe.io"], ["encrypted_password", "$2a$04$OGN0yThb6yKuFGu/TmBNW.Bdh6X2whM0Mqw1ZYHzRcjd5wK8xzg4G"], ["created_at", "2019-01-20 07:02:23.501672"], ["updated_at", "2019-01-20 07:02:23.501672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "cyan 4"], ["created_at", "2019-01-20 07:02:23.503278"], ["updated_at", "2019-01-20 07:02:23.503278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Beckiestad 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Beckiestad 4"], ["created_at", "2019-01-20 07:02:23.504489"], ["updated_at", "2019-01-20 07:02:23.504489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Tempore impedit ipsam voluptates."], ["body", "Enim laudantium amet. Distinctio esse eum. Debitis non voluptatem."], ["created_at", "2019-01-20 07:02:23.505484"], ["updated_at", "2019-01-20 07:02:23.505484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_9"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 9"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_9"], ["name", "astronomer 9"], ["description", "astronomer 9"], ["created_at", "2019-01-20 07:02:23.512860"], ["updated_at", "2019-01-20 07:02:23.512860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 10"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_10"], ["name", "writer 10"], ["description", "writer 10"], ["created_at", "2019-01-20 07:02:23.514622"], ["updated_at", "2019-01-20 07:02:23.514622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaceyfisher@hettingerglover.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kaceyfisher@hettingerglover.biz"], ["encrypted_password", "$2a$04$MoCyzg.F0riE5PUUboR.wu6iNRB/roWcRWams20LNJuWjKPfHL3Iu"], ["created_at", "2019-01-20 07:02:23.518087"], ["updated_at", "2019-01-20 07:02:23.518087"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 5"], ["created_at", "2019-01-20 07:02:23.519925"], ["updated_at", "2019-01-20 07:02:23.519925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Avery 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Avery 5"], ["created_at", "2019-01-20 07:02:23.521144"], ["updated_at", "2019-01-20 07:02:23.521144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Doloremque ut sint laboriosam."], ["body", "Voluptatem minus esse. Iusto quis accusamus. Et dolor commodi."], ["created_at", "2019-01-20 07:02:23.522150"], ["updated_at", "2019-01-20 07:02:23.522150"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_11"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_11"], ["name", "designer 11"], ["description", "designer 11"], ["created_at", "2019-01-20 07:02:23.527866"], ["updated_at", "2019-01-20 07:02:23.527866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_12"], ["name", "musician 12"], ["description", "musician 12"], ["created_at", "2019-01-20 07:02:23.529637"], ["updated_at", "2019-01-20 07:02:23.529637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcellusspinka@rempel.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marcellusspinka@rempel.io"], ["encrypted_password", "$2a$04$2dJ9cN0YHY50QSLGmVvu1eGf7MUGaDwSqi2.JfVzQSdU0f6WdFtI2"], ["created_at", "2019-01-20 07:02:23.533155"], ["updated_at", "2019-01-20 07:02:23.533155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lavender 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lavender 6"], ["created_at", "2019-01-20 07:02:23.534700"], ["updated_at", "2019-01-20 07:02:23.534700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hermistonburgh 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hermistonburgh 6"], ["created_at", "2019-01-20 07:02:23.535918"], ["updated_at", "2019-01-20 07:02:23.535918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Optio exercitationem dolores sunt."], ["body", "Et non perspiciatis. Ut nisi amet. Quo autem sint."], ["created_at", "2019-01-20 07:02:23.536875"], ["updated_at", "2019-01-20 07:02:23.536875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "erickthompson@danielnitzsche.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "erickthompson@danielnitzsche.io"], ["encrypted_password", "$2a$04$UckWazMe/1cR6ighn10k3uf8CuXfFLbqj9bgm3dFn9.gkTPMToXG6"], ["created_at", "2019-01-20 07:02:23.539226"], ["updated_at", "2019-01-20 07:02:23.539226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 2.6ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gustavo@schultz.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gustavo@schultz.io"], ["encrypted_password", "$2a$04$gUExT5.B05nmhzC/8plYC..txcDDxmVJlCismv9e4CF7J6EVGtDWm"], ["created_at", "2019-01-20 07:02:23.621443"], ["updated_at", "2019-01-20 07:02:23.621443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ApplicationController#custom as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilmer@wunschturner.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wilmer@wunschturner.io"], ["encrypted_password", "$2a$04$Xlp9tiDqCkg1RKEMY4RXluIt7yzuZbTHcnMqAtwWQRYhNBtm9px5e"], ["created_at", "2019-01-20 07:02:23.630313"], ["updated_at", "2019-01-20 07:02:23.630313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.1ms) SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Redirected to http://test.host/ Completed 302 Found in 4ms (ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 13"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_13"], ["name", "advocate 13"], ["description", "advocate 13"], ["created_at", "2019-01-20 07:02:23.688761"], ["updated_at", "2019-01-20 07:02:23.688761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "web_developer_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "web developer 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_1"], ["name", "web developer 1"], ["description", "web developer 1"], ["created_at", "2019-01-20 07:02:23.694949"], ["updated_at", "2019-01-20 07:02:23.694949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-20 07:02:23.700644"], ["updated_at", "2019-01-20 07:02:23.700644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 07:02:23.707679"], ["updated_at", "2019-01-20 07:02:23.707679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 07:02:23.714380"], ["updated_at", "2019-01-20 07:02:23.714380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 14"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_14"], ["name", "designer 14"], ["description", "designer 14"], ["created_at", "2019-01-20 07:02:23.722456"], ["updated_at", "2019-01-20 07:02:23.722456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "interpreter_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "interpreter 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_2"], ["name", "interpreter 2"], ["description", "interpreter 2"], ["created_at", "2019-01-20 07:02:23.724565"], ["updated_at", "2019-01-20 07:02:23.724565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "cities"], ["action", "destroy"], ["created_at", "2019-01-20 07:02:23.726356"], ["updated_at", "2019-01-20 07:02:23.726356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 07:02:23.727666"], ["updated_at", "2019-01-20 07:02:23.727666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 07:02:23.729060"], ["updated_at", "2019-01-20 07:02:23.729060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "cities"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deneseblick@hansenparisian.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "deneseblick@hansenparisian.io"], ["encrypted_password", "$2a$04$4D2WjlCBCQjNYzaIdGhB8ew3jE3HIsNqlr27P74LB87h9TJewXHNa"], ["created_at", "2019-01-20 07:02:23.734977"], ["updated_at", "2019-01-20 07:02:23.734977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_15"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_15"], ["name", "human resources 15"], ["description", "human resources 15"], ["created_at", "2019-01-20 07:02:23.736940"], ["updated_at", "2019-01-20 07:02:23.736940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.3ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:02:23.739676"], ["updated_at", "2019-01-20 07:02:23.739676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Arnulfo 7"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Arnulfo 7"], ["created_at", "2019-01-20 07:02:23.741955"], ["updated_at", "2019-01-20 07:02:23.741955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Filomenaborough 8"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Filomenaborough 8"], ["created_at", "2019-01-20 07:02:23.744776"], ["updated_at", "2019-01-20 07:02:23.744776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "red 7"], ["created_at", "2019-01-20 07:02:23.746558"], ["updated_at", "2019-01-20 07:02:23.746558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 8"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "turquoise 8"], ["created_at", "2019-01-20 07:02:23.748054"], ["updated_at", "2019-01-20 07:02:23.748054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sang@kihngibson.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sang@kihngibson.biz"], ["encrypted_password", "$2a$04$oJwmJ.f0shQbmaNQvuF1C.WIdelu.4f0Q7dZMiwRxVsXYxKQHMOEW"], ["created_at", "2019-01-20 07:02:23.750666"], ["updated_at", "2019-01-20 07:02:23.750666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Sequi in sed nobis."], ["body", "Dolorem necessitatibus sapiente. Voluptatem illum at. Ullam quod quia."], ["created_at", "2019-01-20 07:02:23.751804"], ["updated_at", "2019-01-20 07:02:23.751804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Arnulfo 7"], ["created_at", "2019-01-20 07:02:23.758597"], ["updated_at", "2019-01-20 07:02:23.758597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "red 7"], ["created_at", "2019-01-20 07:02:23.760412"], ["updated_at", "2019-01-20 07:02:23.760412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east arnulfo 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'red 7')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jacelynkoch@larkinritchie.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jacelynkoch@larkinritchie.name"], ["encrypted_password", "$2a$04$eH2XDHyJAQA54bXqJWZk/ewl0waNh9ovA0CuZqwOPcpyx4Du1YYRC"], ["created_at", "2019-01-20 07:02:23.767731"], ["updated_at", "2019-01-20 07:02:23.767731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_16"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_16"], ["name", "police officer 16"], ["description", "police officer 16"], ["created_at", "2019-01-20 07:02:23.769785"], ["updated_at", "2019-01-20 07:02:23.769785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:02:23.771848"], ["updated_at", "2019-01-20 07:02:23.771848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Gaylordmouth 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gaylordmouth 9"], ["created_at", "2019-01-20 07:02:23.773069"], ["updated_at", "2019-01-20 07:02:23.773069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Kamilah 10"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Kamilah 10"], ["created_at", "2019-01-20 07:02:23.774160"], ["updated_at", "2019-01-20 07:02:23.774160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 9"], ["created_at", "2019-01-20 07:02:23.775625"], ["updated_at", "2019-01-20 07:02:23.775625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 10"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "tan 10"], ["created_at", "2019-01-20 07:02:23.777011"], ["updated_at", "2019-01-20 07:02:23.777011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "numbers@wintheiser.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "numbers@wintheiser.com"], ["encrypted_password", "$2a$04$1ye3vu7eQ2agiPN8LCDG5.a8EplIlOdYWZtCHkz0bLTllCQdZs3PC"], ["created_at", "2019-01-20 07:02:23.779581"], ["updated_at", "2019-01-20 07:02:23.779581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Occaecati corporis aut ut."], ["body", "Porro dolorum quam. Quia aliquid provident. Iusto dolor sapiente."], ["created_at", "2019-01-20 07:02:23.780762"], ["updated_at", "2019-01-20 07:02:23.780762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Kamilah 10"], ["created_at", "2019-01-20 07:02:23.782480"], ["updated_at", "2019-01-20 07:02:23.782480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "orange 9"], ["created_at", "2019-01-20 07:02:23.783975"], ["updated_at", "2019-01-20 07:02:23.783975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south kamilah 10')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ruben@kirlinsawayn.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ruben@kirlinsawayn.io"], ["encrypted_password", "$2a$04$xj8k9OSaPr7D/ddZAIIbsONU3i1t1NsfEqOo4OEXDbEqsKMcyfzb2"], ["created_at", "2019-01-20 07:02:23.789373"], ["updated_at", "2019-01-20 07:02:23.789373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_17"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_17"], ["name", "police officer 17"], ["description", "police officer 17"], ["created_at", "2019-01-20 07:02:23.791593"], ["updated_at", "2019-01-20 07:02:23.791593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:02:23.793608"], ["updated_at", "2019-01-20 07:02:23.793608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Jeffryland 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jeffryland 11"], ["created_at", "2019-01-20 07:02:23.794965"], ["updated_at", "2019-01-20 07:02:23.794965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Huldamouth 12"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Huldamouth 12"], ["created_at", "2019-01-20 07:02:23.796103"], ["updated_at", "2019-01-20 07:02:23.796103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "blue 11"], ["created_at", "2019-01-20 07:02:23.797600"], ["updated_at", "2019-01-20 07:02:23.797600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 12"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "gold 12"], ["created_at", "2019-01-20 07:02:23.799048"], ["updated_at", "2019-01-20 07:02:23.799048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rollandsmitham@bednar.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rollandsmitham@bednar.biz"], ["encrypted_password", "$2a$04$cRcAgNwUrNbTiLacgAKF1.e/0M5dGPhpRylOKDa6yJSpTLKimfc3G"], ["created_at", "2019-01-20 07:02:23.801611"], ["updated_at", "2019-01-20 07:02:23.801611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Ut quia quia sunt."], ["body", "Ut nihil quia. Provident voluptas accusamus. Iste perspiciatis molestiae."], ["created_at", "2019-01-20 07:02:23.802770"], ["updated_at", "2019-01-20 07:02:23.802770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Jeffryland 11"], ["created_at", "2019-01-20 07:02:23.804435"], ["updated_at", "2019-01-20 07:02:23.804435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'jeffryland 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maryloucummerata@hilpert.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "maryloucummerata@hilpert.co"], ["encrypted_password", "$2a$04$uHTjaIz3ruQ1PGerRJ0ph.aU3cQEMPmysVq6zZZ1wacFqzvrahsp6"], ["created_at", "2019-01-20 07:02:23.810503"], ["updated_at", "2019-01-20 07:02:23.810503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_18"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_18"], ["name", "musician 18"], ["description", "musician 18"], ["created_at", "2019-01-20 07:02:23.818220"], ["updated_at", "2019-01-20 07:02:23.818220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:02:23.820459"], ["updated_at", "2019-01-20 07:02:23.820459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Bobbieside 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bobbieside 13"], ["created_at", "2019-01-20 07:02:23.821838"], ["updated_at", "2019-01-20 07:02:23.821838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Reyburgh 14"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Reyburgh 14"], ["created_at", "2019-01-20 07:02:23.822942"], ["updated_at", "2019-01-20 07:02:23.822942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 13"], ["created_at", "2019-01-20 07:02:23.824280"], ["updated_at", "2019-01-20 07:02:23.824280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "silver 14"], ["created_at", "2019-01-20 07:02:23.825575"], ["updated_at", "2019-01-20 07:02:23.825575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carmelia@huelsgreenfelder.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carmelia@huelsgreenfelder.info"], ["encrypted_password", "$2a$04$/JvB/HofEbgTT252BJN.Heq0Kz5/97QyPvgAq2qLd62/0ZDWkYUAC"], ["created_at", "2019-01-20 07:02:23.827982"], ["updated_at", "2019-01-20 07:02:23.827982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Totam molestias quo qui."], ["body", "Nulla consectetur pariatur. Deserunt impedit necessitatibus. Enim vero suscipit."], ["created_at", "2019-01-20 07:02:23.829073"], ["updated_at", "2019-01-20 07:02:23.829073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Bobbieside 13"], ["created_at", "2019-01-20 07:02:23.830657"], ["updated_at", "2019-01-20 07:02:23.830657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "ivory 13"], ["created_at", "2019-01-20 07:02:23.832067"], ["updated_at", "2019-01-20 07:02:23.832067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'bobbieside 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'ivory 13')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rodrick@kling.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rodrick@kling.com"], ["encrypted_password", "$2a$04$raVsdFCTa.JHdpxuTowSYOQdsUv4ZK.kvycuQOu1YVGz.59./42p2"], ["created_at", "2019-01-20 07:02:23.838205"], ["updated_at", "2019-01-20 07:02:23.838205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_19"], ["name", "musician 19"], ["description", "musician 19"], ["created_at", "2019-01-20 07:02:23.840195"], ["updated_at", "2019-01-20 07:02:23.840195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:02:23.842043"], ["updated_at", "2019-01-20 07:02:23.842043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Isaiasside 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Isaiasside 15"], ["created_at", "2019-01-20 07:02:23.843231"], ["updated_at", "2019-01-20 07:02:23.843231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Dion 16"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Dion 16"], ["created_at", "2019-01-20 07:02:23.844247"], ["updated_at", "2019-01-20 07:02:23.844247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 15"], ["created_at", "2019-01-20 07:02:23.845810"], ["updated_at", "2019-01-20 07:02:23.845810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 16"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "turquoise 16"], ["created_at", "2019-01-20 07:02:23.847121"], ["updated_at", "2019-01-20 07:02:23.847121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alfonzoankunding@herman.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alfonzoankunding@herman.io"], ["encrypted_password", "$2a$04$cvJfEePTD2Ut7RFTlh7A5O.i.XqB/KwQ3ah.RyALfJaeS9DDh8tJS"], ["created_at", "2019-01-20 07:02:23.849469"], ["updated_at", "2019-01-20 07:02:23.849469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Quaerat non vitae nihil."], ["body", "Dignissimos omnis odio. Sed voluptatem repellat. Non labore quibusdam."], ["created_at", "2019-01-20 07:02:23.850592"], ["updated_at", "2019-01-20 07:02:23.850592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mel@nolan.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mel@nolan.org"], ["encrypted_password", "$2a$04$80oQWA7kVF8W76m1XqHU/O8Lb6fP9pBohj4t.HGrEp90YpEKhjUyq"], ["created_at", "2019-01-20 07:02:23.853085"], ["updated_at", "2019-01-20 07:02:23.853085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Nesciunt quisquam impedit est."], ["body", "Perferendis illum sed. Vero et et. Eum ea ut."], ["created_at", "2019-01-20 07:02:23.854077"], ["updated_at", "2019-01-20 07:02:23.854077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "miguelgaylord@mcclurelemke.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "miguelgaylord@mcclurelemke.name"], ["encrypted_password", "$2a$04$6HJW/BIYvqHv.cFKJ7mDWu0LwMV1VhvFCIiJSc6GQlG507HlTSQwK"], ["created_at", "2019-01-20 07:02:23.856444"], ["updated_at", "2019-01-20 07:02:23.856444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Esse ipsa voluptates nostrum."], ["body", "Quia libero quidem. Omnis molestiae libero. In voluptatem error."], ["created_at", "2019-01-20 07:02:23.857450"], ["updated_at", "2019-01-20 07:02:23.857450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "margrett@shields.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "margrett@shields.name"], ["encrypted_password", "$2a$04$VRfE93osEjwyPF16UXsiTuoYIMB2xPr6anpYb.BsPm/SfOzsrEtZK"], ["created_at", "2019-01-20 07:02:23.859804"], ["updated_at", "2019-01-20 07:02:23.859804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Reprehenderit optio amet repellat."], ["body", "Sint occaecati cumque. Deserunt dolor laboriosam. Eos saepe qui."], ["created_at", "2019-01-20 07:02:23.860856"], ["updated_at", "2019-01-20 07:02:23.860856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Isaiasside 15"], ["created_at", "2019-01-20 07:02:23.862426"], ["updated_at", "2019-01-20 07:02:23.862426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "fuchsia 15"], ["created_at", "2019-01-20 07:02:23.863886"], ["updated_at", "2019-01-20 07:02:23.863886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'isaiasside 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'fuchsia 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lynnevonrueden@hintz.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lynnevonrueden@hintz.info"], ["encrypted_password", "$2a$04$L9wogosp793rxiCyO5uJUeZiUbqN0e3MBgh.ZLv60EOMhfYQiLkSO"], ["created_at", "2019-01-20 07:02:23.870231"], ["updated_at", "2019-01-20 07:02:23.870231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_20"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_20"], ["name", "judge 20"], ["description", "judge 20"], ["created_at", "2019-01-20 07:02:23.872124"], ["updated_at", "2019-01-20 07:02:23.872124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:02:23.874051"], ["updated_at", "2019-01-20 07:02:23.874051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Walshstad 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Walshstad 17"], ["created_at", "2019-01-20 07:02:23.875254"], ["updated_at", "2019-01-20 07:02:23.875254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Dickichester 18"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dickichester 18"], ["created_at", "2019-01-20 07:02:23.876262"], ["updated_at", "2019-01-20 07:02:23.876262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "olive 17"], ["created_at", "2019-01-20 07:02:23.877532"], ["updated_at", "2019-01-20 07:02:23.877532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 18"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "silver 18"], ["created_at", "2019-01-20 07:02:23.879159"], ["updated_at", "2019-01-20 07:02:23.879159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joelrutherford@hills.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "joelrutherford@hills.org"], ["encrypted_password", "$2a$04$bXv/IHrAmaIVTU/wFLujB.tTuTPgvZ6ZC/vrPJYbGEIhsX1OaoFfa"], ["created_at", "2019-01-20 07:02:23.881604"], ["updated_at", "2019-01-20 07:02:23.881604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Tenetur possimus eum ipsam."], ["body", "Optio consequatur et. Excepturi ullam unde. Cum commodi aut."], ["created_at", "2019-01-20 07:02:23.882755"], ["updated_at", "2019-01-20 07:02:23.882755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marylou@metzoreilly.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marylou@metzoreilly.com"], ["encrypted_password", "$2a$04$SOymB/D.lqPW2sS71CoqPeehBlsgExixfN0Z1YbZBk6R.yxXTCDM6"], ["created_at", "2019-01-20 07:02:23.885310"], ["updated_at", "2019-01-20 07:02:23.885310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Provident consequatur consequuntur et."], ["body", "Nostrum pariatur vel. Assumenda ex quod. Nam consequatur enim."], ["created_at", "2019-01-20 07:02:23.886329"], ["updated_at", "2019-01-20 07:02:23.886329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeannakshlerin@botsford.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jeannakshlerin@botsford.com"], ["encrypted_password", "$2a$04$wVrEgYBUbM/6ftSS30HjjuKiXcflkMbHyRhM8WuLGn8eF/j66Iawu"], ["created_at", "2019-01-20 07:02:23.889053"], ["updated_at", "2019-01-20 07:02:23.889053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Earum et et sed."], ["body", "Voluptatem ullam beatae. Et et qui. Qui numquam quidem."], ["created_at", "2019-01-20 07:02:23.890484"], ["updated_at", "2019-01-20 07:02:23.890484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rosie@von.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rosie@von.net"], ["encrypted_password", "$2a$04$oyrYmDIVXP.l45esYwtGFO6Gka8zle8aM8VGVkC/AdGmg0lqe9zL6"], ["created_at", "2019-01-20 07:02:23.893490"], ["updated_at", "2019-01-20 07:02:23.893490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Ad doloremque et nostrum."], ["body", "Quo consectetur ut. Tenetur possimus voluptatem. Ea aut magnam."], ["created_at", "2019-01-20 07:02:23.894773"], ["updated_at", "2019-01-20 07:02:23.894773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Walshstad 17"], ["created_at", "2019-01-20 07:02:23.896389"], ["updated_at", "2019-01-20 07:02:23.896389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'walshstad 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "novapollich@lebsack.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "novapollich@lebsack.info"], ["encrypted_password", "$2a$04$QXNiClBUCWB6LfqtAQYYi.pphL0oStmFERsj8s5LQOVLkE0CyE4pu"], ["created_at", "2019-01-20 07:02:23.902229"], ["updated_at", "2019-01-20 07:02:23.902229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_21"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_21"], ["name", "architect 21"], ["description", "architect 21"], ["created_at", "2019-01-20 07:02:23.904288"], ["updated_at", "2019-01-20 07:02:23.904288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:02:23.906234"], ["updated_at", "2019-01-20 07:02:23.906234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Gordonberg 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gordonberg 19"], ["created_at", "2019-01-20 07:02:23.907455"], ["updated_at", "2019-01-20 07:02:23.907455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Baileyland 20"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Baileyland 20"], ["created_at", "2019-01-20 07:02:23.908456"], ["updated_at", "2019-01-20 07:02:23.908456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 19"], ["created_at", "2019-01-20 07:02:23.909867"], ["updated_at", "2019-01-20 07:02:23.909867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 20"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "blue 20"], ["created_at", "2019-01-20 07:02:23.911250"], ["updated_at", "2019-01-20 07:02:23.911250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cindimiller@markstoy.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cindimiller@markstoy.co"], ["encrypted_password", "$2a$04$7Cl6Bk9dbs3NDGUoYQ9Z0On0oQVupMOk41peegsZrFBzPheenPsSu"], ["created_at", "2019-01-20 07:02:23.913835"], ["updated_at", "2019-01-20 07:02:23.913835"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Magnam est minus sed."], ["body", "Quo aut qui. Iste molestias temporibus. Expedita fugit enim."], ["created_at", "2019-01-20 07:02:23.914965"], ["updated_at", "2019-01-20 07:02:23.914965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nena@watsica.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nena@watsica.org"], ["encrypted_password", "$2a$04$xPco0nPPk36Kq63ManVCje5Pij0l.sgpf/FDsW5zv2XJKp9shoJlu"], ["created_at", "2019-01-20 07:02:23.917479"], ["updated_at", "2019-01-20 07:02:23.917479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Numquam expedita laboriosam ut."], ["body", "Quas sint libero. Quia est deleniti. Quidem eligendi aut."], ["created_at", "2019-01-20 07:02:23.918479"], ["updated_at", "2019-01-20 07:02:23.918479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "laurenheller@leannonhaag.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "laurenheller@leannonhaag.com"], ["encrypted_password", "$2a$04$0rGdIqRLEINxeJZnGcJ.jeupgWPkdnD5MV916l7j1y5yjhBLvp3QO"], ["created_at", "2019-01-20 07:02:23.920868"], ["updated_at", "2019-01-20 07:02:23.920868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Esse et ut qui."], ["body", "Sint placeat eos. Quia repudiandae minima. Praesentium ut ab."], ["created_at", "2019-01-20 07:02:23.921920"], ["updated_at", "2019-01-20 07:02:23.921920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donitarunolfon@bayer.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "donitarunolfon@bayer.biz"], ["encrypted_password", "$2a$04$yMMibhjPMVaqXyKFXFEAAusuh/rHIVy6bBp6Hk03aQrx9VtOchalS"], ["created_at", "2019-01-20 07:02:23.924315"], ["updated_at", "2019-01-20 07:02:23.924315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Sint doloribus aut animi."], ["body", "Qui at blanditiis. Et tempora sapiente. Repudiandae culpa aliquid."], ["created_at", "2019-01-20 07:02:23.925450"], ["updated_at", "2019-01-20 07:02:23.925450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Gordonberg 19"], ["created_at", "2019-01-20 07:02:23.926982"], ["updated_at", "2019-01-20 07:02:23.926982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "purple 19"], ["created_at", "2019-01-20 07:02:23.928481"], ["updated_at", "2019-01-20 07:02:23.928481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'gordonberg 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'purple 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tambrabecker@okeefe.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tambrabecker@okeefe.name"], ["encrypted_password", "$2a$04$M5YMd/Me0tttLxbR5DuV2uiEkpOLuSGOnqP8UHiI13A9gEgEm7BNu"], ["created_at", "2019-01-20 07:02:23.936566"], ["updated_at", "2019-01-20 07:02:23.936566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_22"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_22"], ["name", "web developer 22"], ["description", "web developer 22"], ["created_at", "2019-01-20 07:02:23.938577"], ["updated_at", "2019-01-20 07:02:23.938577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:02:23.940530"], ["updated_at", "2019-01-20 07:02:23.940530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Tobiasmouth 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Tobiasmouth 21"], ["created_at", "2019-01-20 07:02:23.941743"], ["updated_at", "2019-01-20 07:02:23.941743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Dickfurt 22"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Dickfurt 22"], ["created_at", "2019-01-20 07:02:23.942818"], ["updated_at", "2019-01-20 07:02:23.942818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 21"], ["created_at", "2019-01-20 07:02:23.944276"], ["updated_at", "2019-01-20 07:02:23.944276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 22"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "teal 22"], ["created_at", "2019-01-20 07:02:23.945849"], ["updated_at", "2019-01-20 07:02:23.945849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jon@daniel.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jon@daniel.info"], ["encrypted_password", "$2a$04$mD.RiV84XGcVGD2Gm5zcEefpYrmCGGqX2AmjddbCd2RKzwTbgdmhK"], ["created_at", "2019-01-20 07:02:23.948465"], ["updated_at", "2019-01-20 07:02:23.948465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Eum minima sed autem."], ["body", "Magni ut adipisci. Eaque sint velit. Aliquid consequatur saepe."], ["created_at", "2019-01-20 07:02:23.949556"], ["updated_at", "2019-01-20 07:02:23.949556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "armandokozey@hand.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "armandokozey@hand.io"], ["encrypted_password", "$2a$04$d.mSIrgE9Tt1Fk0DoYe6KO815VU2bgYOYsjXfQtLVth3Y0nagkqRK"], ["created_at", "2019-01-20 07:02:23.952044"], ["updated_at", "2019-01-20 07:02:23.952044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Dolorem dolore et facere."], ["body", "Voluptates est labore. Dolores eos omnis. Sint in quasi."], ["created_at", "2019-01-20 07:02:23.953068"], ["updated_at", "2019-01-20 07:02:23.953068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jacquetta@johnston.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jacquetta@johnston.io"], ["encrypted_password", "$2a$04$EZRKKYL8/KkuSWNTWN9RW.MD40pnVIRWxXc1Dvjn6El1RMuu9Iqja"], ["created_at", "2019-01-20 07:02:23.955415"], ["updated_at", "2019-01-20 07:02:23.955415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Et culpa modi et."], ["body", "Qui perspiciatis maiores. Molestias autem nesciunt. Consequatur quo dolorem."], ["created_at", "2019-01-20 07:02:23.956454"], ["updated_at", "2019-01-20 07:02:23.956454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alvinametz@morar.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alvinametz@morar.net"], ["encrypted_password", "$2a$04$dzTeetmnCAXEhY87E2PxQ.CdfNKUI/iXAPYxfRxlIan7jIAVmJxka"], ["created_at", "2019-01-20 07:02:23.958836"], ["updated_at", "2019-01-20 07:02:23.958836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Sunt fugiat vitae vero."], ["body", "A ratione autem. Et aut dolores. Unde commodi velit."], ["created_at", "2019-01-20 07:02:23.959857"], ["updated_at", "2019-01-20 07:02:23.959857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Tobiasmouth 21"], ["created_at", "2019-01-20 07:02:23.961363"], ["updated_at", "2019-01-20 07:02:23.961363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "green 21"], ["created_at", "2019-01-20 07:02:23.962776"], ["updated_at", "2019-01-20 07:02:23.962776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'tobiasmouth 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'green 21') Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'tobiasmouth 21') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'green 21') Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'tobiasmouth 21') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'green 21') Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jake@schuppe.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jake@schuppe.biz"], ["encrypted_password", "$2a$04$Dlv7JBp3B8vpKKWes0RFiOK91tpXjyFEEakyW3KWoPscf5mb30Gxy"], ["created_at", "2019-01-20 07:02:23.982087"], ["updated_at", "2019-01-20 07:02:23.982087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rory@schusterreinger.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rory@schusterreinger.co"], ["encrypted_password", "$2a$04$CnncbI.1kwjQP3FkqT1Aa.EzAnEdR9scsTgwma024twNXNtduNBdO"], ["created_at", "2019-01-20 07:02:23.985366"], ["updated_at", "2019-01-20 07:02:23.985366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "pink 23"], ["created_at", "2019-01-20 07:02:23.987104"], ["updated_at", "2019-01-20 07:02:23.987104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Eladiaport 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Eladiaport 23"], ["created_at", "2019-01-20 07:02:23.988634"], ["updated_at", "2019-01-20 07:02:23.988634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Rem quia voluptatem facilis."], ["body", "Nesciunt laborum ut. Adipisci et qui. Repellat harum enim."], ["created_at", "2019-01-20 07:02:23.989980"], ["updated_at", "2019-01-20 07:02:23.989980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "verlene@grahammayert.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "verlene@grahammayert.com"], ["encrypted_password", "$2a$04$MotUGY5bhgXHnB3ehxiN3.4F0Sxf8wsSIvNveIOuubsuFOqoUuemq"], ["created_at", "2019-01-20 07:02:23.996096"], ["updated_at", "2019-01-20 07:02:23.996096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_23"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_23"], ["name", "attorney at law 23"], ["description", "attorney at law 23"], ["created_at", "2019-01-20 07:02:23.998089"], ["updated_at", "2019-01-20 07:02:23.998089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_24"], ["name", "philosopher 24"], ["description", "philosopher 24"], ["created_at", "2019-01-20 07:02:23.999491"], ["updated_at", "2019-01-20 07:02:23.999491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:02:24.001466"], ["updated_at", "2019-01-20 07:02:24.001466"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:02:24.002714"], ["updated_at", "2019-01-20 07:02:24.002714"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Herbert 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Herbert 24"], ["created_at", "2019-01-20 07:02:24.004014"], ["updated_at", "2019-01-20 07:02:24.004014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Cassondraton 25"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Cassondraton 25"], ["created_at", "2019-01-20 07:02:24.005135"], ["updated_at", "2019-01-20 07:02:24.005135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 24"], ["created_at", "2019-01-20 07:02:24.006453"], ["updated_at", "2019-01-20 07:02:24.006453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 25"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "lime 25"], ["created_at", "2019-01-20 07:02:24.007744"], ["updated_at", "2019-01-20 07:02:24.007744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dolly@adams.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dolly@adams.net"], ["encrypted_password", "$2a$04$JkXBACnWPxw6OHWLgag5Veo5.6TWt2RACXcXRzsgql14d.LQD.xNW"], ["created_at", "2019-01-20 07:02:24.010208"], ["updated_at", "2019-01-20 07:02:24.010208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Id enim nihil sint."], ["body", "Maiores vitae ut. Deserunt adipisci eos. Dolores quia et."], ["created_at", "2019-01-20 07:02:24.011329"], ["updated_at", "2019-01-20 07:02:24.011329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lecia@nicolasvolkman.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lecia@nicolasvolkman.co"], ["encrypted_password", "$2a$04$ADh9ypoFTVGzk5TMuqsmN.9w8p/SbO8EDRTJCljRZFL63gpT8nFTi"], ["created_at", "2019-01-20 07:02:24.013807"], ["updated_at", "2019-01-20 07:02:24.013807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Fugiat corporis consequatur quis."], ["body", "Nihil sit aut. Eius et quia. Et est magnam."], ["created_at", "2019-01-20 07:02:24.014834"], ["updated_at", "2019-01-20 07:02:24.014834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kristofer@bergstrom.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kristofer@bergstrom.info"], ["encrypted_password", "$2a$04$HFvcmDRCmZHvm4WmaSBMyuTTu55peH3P6pWSPi62C.Uy9gstvZsF6"], ["created_at", "2019-01-20 07:02:24.017263"], ["updated_at", "2019-01-20 07:02:24.017263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Fuga a commodi dolorum."], ["body", "Eveniet modi omnis. Amet natus ex. Eum officiis numquam."], ["created_at", "2019-01-20 07:02:24.018304"], ["updated_at", "2019-01-20 07:02:24.018304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tisharempel@mitchellbarrows.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tisharempel@mitchellbarrows.com"], ["encrypted_password", "$2a$04$RgaUpP02uwnE/5CfRxMG0.L/.xkBacVYJ1OmCdI/D6zbzuHloUUhu"], ["created_at", "2019-01-20 07:02:24.020744"], ["updated_at", "2019-01-20 07:02:24.020744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Quas aut consequatur ullam."], ["body", "Aut autem veritatis. Accusamus laudantium sequi. Non nostrum officia."], ["created_at", "2019-01-20 07:02:24.021788"], ["updated_at", "2019-01-20 07:02:24.021788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "New Herbert 24"], ["created_at", "2019-01-20 07:02:24.023321"], ["updated_at", "2019-01-20 07:02:24.023321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "white 24"], ["created_at", "2019-01-20 07:02:24.024807"], ["updated_at", "2019-01-20 07:02:24.024807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Cassondraton 25"], ["created_at", "2019-01-20 07:02:24.026128"], ["updated_at", "2019-01-20 07:02:24.026128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "lime 25"], ["created_at", "2019-01-20 07:02:24.027449"], ["updated_at", "2019-01-20 07:02:24.027449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new herbert 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'white 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'cassondraton 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lime 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "inga@toy.org"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "inga@toy.org"], ["encrypted_password", "$2a$04$EYki0VvKAdeQuz4rzq6H3Os81jB/ux2Jt5obC0vokRP8uTn/320Vm"], ["created_at", "2019-01-20 07:02:24.037081"], ["updated_at", "2019-01-20 07:02:24.037081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_25"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_25"], ["name", "interpreter 25"], ["description", "interpreter 25"], ["created_at", "2019-01-20 07:02:24.039593"], ["updated_at", "2019-01-20 07:02:24.039593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_26"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_26"], ["name", "accountant 26"], ["description", "accountant 26"], ["created_at", "2019-01-20 07:02:24.041141"], ["updated_at", "2019-01-20 07:02:24.041141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:02:24.043176"], ["updated_at", "2019-01-20 07:02:24.043176"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:02:24.044611"], ["updated_at", "2019-01-20 07:02:24.044611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Silas 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Silas 26"], ["created_at", "2019-01-20 07:02:24.048709"], ["updated_at", "2019-01-20 07:02:24.048709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Erikfurt 27"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Erikfurt 27"], ["created_at", "2019-01-20 07:02:24.049872"], ["updated_at", "2019-01-20 07:02:24.049872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "cyan 26"], ["created_at", "2019-01-20 07:02:24.051145"], ["updated_at", "2019-01-20 07:02:24.051145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 27"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "cyan 27"], ["created_at", "2019-01-20 07:02:24.052384"], ["updated_at", "2019-01-20 07:02:24.052384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ta@flatleysauer.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ta@flatleysauer.net"], ["encrypted_password", "$2a$04$RsNIcPzIasf9uCgVfBFVZuhCPaPo6bn8749jA1h5XV6shLECD6IUq"], ["created_at", "2019-01-20 07:02:24.054800"], ["updated_at", "2019-01-20 07:02:24.054800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Et aliquid ab voluptatibus."], ["body", "Et ducimus tempora. Consequatur voluptatem perspiciatis. Est accusamus labore."], ["created_at", "2019-01-20 07:02:24.055861"], ["updated_at", "2019-01-20 07:02:24.055861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gennieherman@steuber.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gennieherman@steuber.io"], ["encrypted_password", "$2a$04$2bZ/455wgKBJW6HmC9ikfOTTjzX6QdhRTC3bqUXz9IF.F0hNWo9FO"], ["created_at", "2019-01-20 07:02:24.058310"], ["updated_at", "2019-01-20 07:02:24.058310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Quae vel hic velit."], ["body", "Illo rem earum. Inventore qui totam. Tempore natus est."], ["created_at", "2019-01-20 07:02:24.059345"], ["updated_at", "2019-01-20 07:02:24.059345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lucrecia@lesch.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lucrecia@lesch.name"], ["encrypted_password", "$2a$04$l0SA1ux/GXlcjgXWNN57T.jNCVps/c8IJvc3cDV9XnSwbxPgfJcc2"], ["created_at", "2019-01-20 07:02:24.061740"], ["updated_at", "2019-01-20 07:02:24.061740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Ut tenetur eos quo."], ["body", "Perferendis nemo eos. Fuga ratione voluptates. Quis eum at."], ["created_at", "2019-01-20 07:02:24.062749"], ["updated_at", "2019-01-20 07:02:24.062749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "selena@predovic.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "selena@predovic.info"], ["encrypted_password", "$2a$04$iF2YsrMVwBWqr321LsStm.bzIXMlYSohv5Xi7C3r2ogX0Sy95zNOy"], ["created_at", "2019-01-20 07:02:24.065202"], ["updated_at", "2019-01-20 07:02:24.065202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Hic eaque iusto fuga."], ["body", "Eaque ex dolorum. Beatae enim consequatur. Voluptatum nemo qui."], ["created_at", "2019-01-20 07:02:24.066209"], ["updated_at", "2019-01-20 07:02:24.066209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Port Silas 26"], ["created_at", "2019-01-20 07:02:24.067707"], ["updated_at", "2019-01-20 07:02:24.067707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "cyan 26"], ["created_at", "2019-01-20 07:02:24.069102"], ["updated_at", "2019-01-20 07:02:24.069102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Erikfurt 27"], ["created_at", "2019-01-20 07:02:24.070364"], ["updated_at", "2019-01-20 07:02:24.070364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "cyan 27"], ["created_at", "2019-01-20 07:02:24.071636"], ["updated_at", "2019-01-20 07:02:24.071636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port silas 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'cyan 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'erikfurt 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'cyan 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port silas 26') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'cyan 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'erikfurt 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'cyan 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "curt@hauck.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "curt@hauck.net"], ["encrypted_password", "$2a$04$Ug8pS6mPrjZH3u2rl0ah4OXOBFSq7G.QCMZp5azXcsHrLDtBK3agm"], ["created_at", "2019-01-20 07:02:24.083599"], ["updated_at", "2019-01-20 07:02:24.083599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_27"], ["name", "advocate 27"], ["description", "advocate 27"], ["created_at", "2019-01-20 07:02:24.085776"], ["updated_at", "2019-01-20 07:02:24.085776"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_28"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_28"], ["name", "engineer 28"], ["description", "engineer 28"], ["created_at", "2019-01-20 07:02:24.087231"], ["updated_at", "2019-01-20 07:02:24.087231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:02:24.089079"], ["updated_at", "2019-01-20 07:02:24.089079"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:02:24.090220"], ["updated_at", "2019-01-20 07:02:24.090220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Bryon 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Bryon 28"], ["created_at", "2019-01-20 07:02:24.091476"], ["updated_at", "2019-01-20 07:02:24.091476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Luigifurt 29"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Luigifurt 29"], ["created_at", "2019-01-20 07:02:24.092602"], ["updated_at", "2019-01-20 07:02:24.092602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "indigo 28"], ["created_at", "2019-01-20 07:02:24.093904"], ["updated_at", "2019-01-20 07:02:24.093904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 29"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "turquoise 29"], ["created_at", "2019-01-20 07:02:24.095140"], ["updated_at", "2019-01-20 07:02:24.095140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "enriqueklocko@hamill.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "enriqueklocko@hamill.info"], ["encrypted_password", "$2a$04$Poxm4ERqOlczi9Vhq6c/pufmws7o2GL7p7.aRljenhfHGV7eNQ3Pa"], ["created_at", "2019-01-20 07:02:24.097540"], ["updated_at", "2019-01-20 07:02:24.097540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Veritatis dolor architecto eos."], ["body", "Aliquam incidunt totam. Iste ab aut. Molestias deleniti sit."], ["created_at", "2019-01-20 07:02:24.098592"], ["updated_at", "2019-01-20 07:02:24.098592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pattierunte@hyattvon.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pattierunte@hyattvon.io"], ["encrypted_password", "$2a$04$vIyV.BDeDWIBDR6Gb2Ob3uKOXQONKjQz3AniCJY/aUeGVXto7Y/jq"], ["created_at", "2019-01-20 07:02:24.101003"], ["updated_at", "2019-01-20 07:02:24.101003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Qui sed consectetur modi."], ["body", "Recusandae est non. Voluptatem quas facilis. Asperiores animi eos."], ["created_at", "2019-01-20 07:02:24.101996"], ["updated_at", "2019-01-20 07:02:24.101996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "julene@kunze.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "julene@kunze.io"], ["encrypted_password", "$2a$04$2bS28VZKZpWfsuhpSVBbZ.CTosz7vkOBf.JFO1J1LUe9V29jeBQiu"], ["created_at", "2019-01-20 07:02:24.104307"], ["updated_at", "2019-01-20 07:02:24.104307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Et eos maxime a."], ["body", "Ab sunt ea. Magnam nihil non. Placeat debitis quisquam."], ["created_at", "2019-01-20 07:02:24.105314"], ["updated_at", "2019-01-20 07:02:24.105314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rooseveltcollier@turner.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rooseveltcollier@turner.org"], ["encrypted_password", "$2a$04$lbjMp2cypbrv2yFxVz/tBumAeMcWDxXg.fh5mh9LSpra2GWxwnZ0y"], ["created_at", "2019-01-20 07:02:24.107786"], ["updated_at", "2019-01-20 07:02:24.107786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Exercitationem alias odio eveniet."], ["body", "Odio sit magnam. Ut asperiores optio. Aut enim necessitatibus."], ["created_at", "2019-01-20 07:02:24.108860"], ["updated_at", "2019-01-20 07:02:24.108860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Bryon 28"], ["created_at", "2019-01-20 07:02:24.110390"], ["updated_at", "2019-01-20 07:02:24.110390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "indigo 28"], ["created_at", "2019-01-20 07:02:24.111842"], ["updated_at", "2019-01-20 07:02:24.111842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-20 07:02:24.113142"], ["updated_at", "2019-01-20 07:02:24.113142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "turquoise 29"], ["created_at", "2019-01-20 07:02:24.114434"], ["updated_at", "2019-01-20 07:02:24.114434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east bryon 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'indigo 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'turquoise 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "cities"], ["action", "destroy"], ["created_at", "2019-01-20 07:02:24.137698"], ["updated_at", "2019-01-20 07:02:24.137698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "firefighter_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "firefighter 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_3"], ["name", "firefighter 3"], ["description", "firefighter 3"], ["created_at", "2019-01-20 07:02:24.140700"], ["updated_at", "2019-01-20 07:02:24.140700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 07:02:24.142288"], ["updated_at", "2019-01-20 07:02:24.142288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 07:02:24.164156"], ["updated_at", "2019-01-20 07:02:24.164156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 07:02:24.165395"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 07:02:24.176061"], ["updated_at", "2019-01-20 07:02:24.176061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 07:02:24.177299"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-20 07:02:24.200403"], ["updated_at", "2019-01-20 07:02:24.200403"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 07:02:24.231479"], ["updated_at", "2019-01-20 07:02:24.231479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-20 07:02:24.232766"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "judge_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "judge 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_4"], ["name", "judge 4"], ["description", "judge 4"], ["created_at", "2019-01-20 07:02:24.339202"], ["updated_at", "2019-01-20 07:02:24.339202"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 29"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_29"], ["name", "doctor 29"], ["description", "doctor 29"], ["created_at", "2019-01-20 07:02:24.342237"], ["updated_at", "2019-01-20 07:02:24.342237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-20 07:02:24.343849"], ["updated_at", "2019-01-20 07:02:24.343849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.2ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "librarian_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "librarian 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_5"], ["name", "librarian 5"], ["description", "librarian 5"], ["created_at", "2019-01-20 07:02:24.360820"], ["updated_at", "2019-01-20 07:02:24.360820"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 30"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_30"], ["name", "economist 30"], ["description", "economist 30"], ["created_at", "2019-01-20 07:02:24.364377"], ["updated_at", "2019-01-20 07:02:24.364377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 07:02:24.365833"], ["updated_at", "2019-01-20 07:02:24.365833"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 07:02:24.392130"], ["updated_at", "2019-01-20 07:02:24.392130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 07:02:24.393430"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 07:02:24.405899"], ["updated_at", "2019-01-20 07:02:24.405899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 07:02:24.407127"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-20 07:02:24.429346"], ["updated_at", "2019-01-20 07:02:24.429346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 31"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_31"], ["name", "economist 31"], ["description", "economist 31"], ["created_at", "2019-01-20 07:02:24.462927"], ["updated_at", "2019-01-20 07:02:24.462927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.3ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-20 07:02:24.465090"], ["updated_at", "2019-01-20 07:02:24.465090"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.3ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-20 07:02:24.574801"], ["updated_at", "2019-01-20 07:02:24.574801"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-20 07:02:24.577297"], ["updated_at", "2019-01-20 07:02:24.577297"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:02:24.582695"], ["updated_at", "2019-01-20 07:02:24.582695"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:02:24.584690"], ["updated_at", "2019-01-20 07:02:24.584690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 07:02:24.586695"], ["updated_at", "2019-01-20 07:02:24.586695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lewisjacobson@kuvalienger.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lewisjacobson@kuvalienger.io"], ["encrypted_password", "$2a$04$OK7iYV8GRMvt3IAcCDPhp.MYgxsq0Qh/VuIMWmMTg/CF0LspzIn/2"], ["created_at", "2019-01-20 07:02:24.590176"], ["updated_at", "2019-01-20 07:02:24.590176"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Assumenda dignissimos dolor unde."], ["body", "Exercitationem omnis quis. Nam temporibus vel. Suscipit quia iusto."], ["created_at", "2019-01-20 07:02:24.591717"], ["updated_at", "2019-01-20 07:02:24.591717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "garthwhite@hauck.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "garthwhite@hauck.name"], ["encrypted_password", "$2a$04$6x85sSCpJ7ocJifyWzRxeePHIA/W9SCxjrnl6Ni7PLGf.yC8sCnYG"], ["created_at", "2019-01-20 07:02:24.594834"], ["updated_at", "2019-01-20 07:02:24.594834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Similique repudiandae magni dolor."], ["body", "Consectetur ipsa culpa. Ut sit numquam. Illo officiis eius."], ["created_at", "2019-01-20 07:02:24.596256"], ["updated_at", "2019-01-20 07:02:24.596256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:02:24.600743"], ["updated_at", "2019-01-20 07:02:24.600743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:02:24.602566"], ["updated_at", "2019-01-20 07:02:24.602566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 07:02:24.604475"], ["updated_at", "2019-01-20 07:02:24.604475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "andreas@yundt.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "andreas@yundt.co"], ["encrypted_password", "$2a$04$KNeXH7biRf2vJcKx3I.0puuN1ajFRhh7/COQp4WNvfcrM2XN3R.86"], ["created_at", "2019-01-20 07:02:24.607856"], ["updated_at", "2019-01-20 07:02:24.607856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ducimus vel ut ut."], ["body", "Quod fugit consequatur. Vel repudiandae id. Dolores amet voluptatem."], ["created_at", "2019-01-20 07:02:24.609205"], ["updated_at", "2019-01-20 07:02:24.609205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "olivia@toy.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "olivia@toy.biz"], ["encrypted_password", "$2a$04$iiipW/Y6eaymJINUMn8YHOVXjkIDN//1BUuzXno4YZ1ceKcvdTHHi"], ["created_at", "2019-01-20 07:02:24.612417"], ["updated_at", "2019-01-20 07:02:24.612417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Nisi numquam sed ratione."], ["body", "Voluptatem mollitia praesentium. Dicta beatae iste. Ut aliquid quia."], ["created_at", "2019-01-20 07:02:24.613668"], ["updated_at", "2019-01-20 07:02:24.613668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:02:24.617172"], ["updated_at", "2019-01-20 07:02:24.617172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:02:24.619021"], ["updated_at", "2019-01-20 07:02:24.619021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 07:02:24.620591"], ["updated_at", "2019-01-20 07:02:24.620591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "robbynbogisich@crist.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "robbynbogisich@crist.com"], ["encrypted_password", "$2a$04$Xd8qpQd5ZtsbBUOk.gN9VO6Y5aH0K3i1CHJwuIvt4hYiVf76zx/wW"], ["created_at", "2019-01-20 07:02:24.623263"], ["updated_at", "2019-01-20 07:02:24.623263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Aperiam dolorum aut sit."], ["body", "Nostrum expedita delectus. Totam reiciendis qui. A exercitationem id."], ["created_at", "2019-01-20 07:02:24.624445"], ["updated_at", "2019-01-20 07:02:24.624445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "timmydaugherty@wiza.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "timmydaugherty@wiza.info"], ["encrypted_password", "$2a$04$cMPg/c1uVt/acqHcFPIxW.xs15edROofqJfAsA1rzA1GECeYUOK7q"], ["created_at", "2019-01-20 07:02:24.627044"], ["updated_at", "2019-01-20 07:02:24.627044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Minima et consequuntur consequatur."], ["body", "Enim sed iure. Repudiandae praesentium dolor. Id voluptatem aut."], ["created_at", "2019-01-20 07:02:24.628353"], ["updated_at", "2019-01-20 07:02:24.628353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:02:24.632403"], ["updated_at", "2019-01-20 07:02:24.632403"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:02:24.634139"], ["updated_at", "2019-01-20 07:02:24.634139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 07:02:24.635618"], ["updated_at", "2019-01-20 07:02:24.635618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "katherynkoch@barrowsbeatty.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "katherynkoch@barrowsbeatty.co"], ["encrypted_password", "$2a$04$dWdxSFaBjfhTygXYZmd5DO80FEibG5m8WXHiI0.aSZ551LsjWW31u"], ["created_at", "2019-01-20 07:02:24.638255"], ["updated_at", "2019-01-20 07:02:24.638255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Reiciendis natus facilis harum."], ["body", "Et repellendus amet. Eum harum doloribus. Ratione architecto deserunt."], ["created_at", "2019-01-20 07:02:24.639462"], ["updated_at", "2019-01-20 07:02:24.639462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "terence@senger.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "terence@senger.net"], ["encrypted_password", "$2a$04$7C/0iQFljBdqoMGsZxfKve4mnDrBY8LtvyQG8Kj9G7iXMQDSM/YPG"], ["created_at", "2019-01-20 07:02:24.642211"], ["updated_at", "2019-01-20 07:02:24.642211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Est eveniet perspiciatis dolor."], ["body", "Sit non esse. Dolorum et voluptas. Eum dolorem aliquam."], ["created_at", "2019-01-20 07:02:24.643304"], ["updated_at", "2019-01-20 07:02:24.643304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rolf@wilkinson.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rolf@wilkinson.org"], ["encrypted_password", "$2a$04$ycJp5YKMDF3DNQDIT3KorOc/rL4DXXfmCXyFfCYrPem6HJJsCoWZy"], ["created_at", "2019-01-20 07:02:24.645803"], ["updated_at", "2019-01-20 07:02:24.645803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Nesciunt officiis vitae eum."], ["body", "Voluptas excepturi velit. Molestiae atque quo. Eaque enim labore."], ["created_at", "2019-01-20 07:02:24.646871"], ["updated_at", "2019-01-20 07:02:24.646871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:02:24.653527"], ["updated_at", "2019-01-20 07:02:24.653527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:02:24.655136"], ["updated_at", "2019-01-20 07:02:24.655136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 07:02:24.656506"], ["updated_at", "2019-01-20 07:02:24.656506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 07:02:24.657761"], ["updated_at", "2019-01-20 07:02:24.657761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edwina@mosciskiwisozk.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "edwina@mosciskiwisozk.co"], ["encrypted_password", "$2a$04$pvp.V9b6nxRN.D270nABEeUPBaDfGNaX4ktxEW5pj6uuSVY8Z47ZK"], ["created_at", "2019-01-20 07:02:24.660294"], ["updated_at", "2019-01-20 07:02:24.660294"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Et dolorem id molestias."], ["body", "Nihil asperiores consequatur. Et repudiandae laborum. Ut voluptatibus error."], ["created_at", "2019-01-20 07:02:24.661547"], ["updated_at", "2019-01-20 07:02:24.661547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lymanmurphy@labadie.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lymanmurphy@labadie.info"], ["encrypted_password", "$2a$04$MyiA0CQtN/MWj/MCN1bWT.t3V1I5HKXKdEgyH9WTHIT1FwaOmjRYC"], ["created_at", "2019-01-20 07:02:24.664256"], ["updated_at", "2019-01-20 07:02:24.664256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Omnis dolorem commodi dignissimos."], ["body", "Fugiat asperiores commodi. Iste laboriosam voluptatem. Placeat voluptatibus quis."], ["created_at", "2019-01-20 07:02:24.665365"], ["updated_at", "2019-01-20 07:02:24.665365"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "montylarkin@ankundingbashirian.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "montylarkin@ankundingbashirian.net"], ["encrypted_password", "$2a$04$rrGzVY340PJoUW98aw4oiO8zgDw48wfE5vLzao4cbZtk4pY1k2PaC"], ["created_at", "2019-01-20 07:02:24.667784"], ["updated_at", "2019-01-20 07:02:24.667784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Eligendi minima officiis voluptatem."], ["body", "Quo similique pariatur. Quia ab cumque. Facilis quos in."], ["created_at", "2019-01-20 07:02:24.668801"], ["updated_at", "2019-01-20 07:02:24.668801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "thu@harber.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "thu@harber.info"], ["encrypted_password", "$2a$04$zVxo1K6N5NzD9IykAnwF/ua8TZSysUC6cTg46OchCe0wPEgO9Q5PS"], ["created_at", "2019-01-20 07:02:24.671165"], ["updated_at", "2019-01-20 07:02:24.671165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Ipsum et ut occaecati."], ["body", "Et facere eligendi. Qui vel minus. Laborum velit dolore."], ["created_at", "2019-01-20 07:02:24.672180"], ["updated_at", "2019-01-20 07:02:24.672180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:02:24.677017"], ["updated_at", "2019-01-20 07:02:24.677017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:02:24.678879"], ["updated_at", "2019-01-20 07:02:24.678879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 07:02:24.680351"], ["updated_at", "2019-01-20 07:02:24.680351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 07:02:24.681652"], ["updated_at", "2019-01-20 07:02:24.681652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alicawalker@beerkshlerin.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alicawalker@beerkshlerin.net"], ["encrypted_password", "$2a$04$ri/vHZOAaI0E/.UYGyOWJuHSoXlyzi3c9GDWw0RqCfgJ4/uefiQUy"], ["created_at", "2019-01-20 07:02:24.684177"], ["updated_at", "2019-01-20 07:02:24.684177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Magni dicta quae voluptas."], ["body", "Molestias nulla ut. Ducimus rem magnam. Aut molestiae dolor."], ["created_at", "2019-01-20 07:02:24.685440"], ["updated_at", "2019-01-20 07:02:24.685440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Chaston 30"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Chaston 30"], ["created_at", "2019-01-20 07:02:24.688599"], ["updated_at", "2019-01-20 07:02:24.688599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lloydview 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lloydview 31"], ["created_at", "2019-01-20 07:02:24.690363"], ["updated_at", "2019-01-20 07:02:24.690363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Isidrobury 32"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Isidrobury 32"], ["created_at", "2019-01-20 07:02:24.691542"], ["updated_at", "2019-01-20 07:02:24.691542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.2ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Ut hic corporis accusantium."], ["created_at", "2019-01-20 07:02:24.697148"], ["updated_at", "2019-01-20 07:02:24.697148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 07:02:24.706083"], ["updated_at", "2019-01-20 07:02:24.706083"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 07:02:24.707157"], ["updated_at", "2019-01-20 07:02:24.707157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:02:24.710585"], ["updated_at", "2019-01-20 07:02:24.710585"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 07:02:24.712648"], ["updated_at", "2019-01-20 07:02:24.712648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "armanda@wehner.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "armanda@wehner.org"], ["encrypted_password", "$2a$04$IU2PmRdV7Xu6nxZu9gAV3eGhcaP4UCD68n6Jhb7S2Vr9VKrmXwXcq"], ["created_at", "2019-01-20 07:02:24.715425"], ["updated_at", "2019-01-20 07:02:24.715425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quia et ut laborum."], ["body", "In nulla sint. Ipsa et quos. Qui sed non."], ["created_at", "2019-01-20 07:02:24.716672"], ["updated_at", "2019-01-20 07:02:24.716672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 Announcement Create (0.3ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Magni autem distinctio adipisci."], ["created_at", "2019-01-20 07:02:24.719497"], ["updated_at", "2019-01-20 07:02:24.719497"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "freddie@stanton.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "freddie@stanton.com"], ["encrypted_password", "$2a$04$nWGK7moFrUJ4AeBzcd1XO.A29g7eG6dULUOx8V9UVf.u3NKG2taRi"], ["created_at", "2019-01-20 07:02:24.725621"], ["updated_at", "2019-01-20 07:02:24.725621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 30"], ["created_at", "2019-01-20 07:02:24.727654"], ["updated_at", "2019-01-20 07:02:24.727654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Ossieport 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Ossieport 33"], ["created_at", "2019-01-20 07:02:24.729032"], ["updated_at", "2019-01-20 07:02:24.729032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Fuga fugit voluptates non."], ["body", "Voluptatem dolor non. Aut omnis deserunt. Vitae velit tempore."], ["created_at", "2019-01-20 07:02:24.730098"], ["updated_at", "2019-01-20 07:02:24.730098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Harbermouth 34"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Harbermouth 34"], ["created_at", "2019-01-20 07:02:24.733721"], ["updated_at", "2019-01-20 07:02:24.733721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Rorybury 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Rorybury 35"], ["created_at", "2019-01-20 07:02:24.735539"], ["updated_at", "2019-01-20 07:02:24.735539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:02:24.741952"], ["updated_at", "2019-01-20 07:02:24.741952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:02:24.743837"], ["updated_at", "2019-01-20 07:02:24.743837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mimiroob@muller.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mimiroob@muller.biz"], ["encrypted_password", "$2a$04$L3T8vWQasBgn33.SMiLlzuZXK.x3b02WyF/du/WKC.GmptJS6liXu"], ["created_at", "2019-01-20 07:02:24.747164"], ["updated_at", "2019-01-20 07:02:24.747164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 31"], ["created_at", "2019-01-20 07:02:24.748956"], ["updated_at", "2019-01-20 07:02:24.748956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Tempora assumenda porro eaque."], ["body", "Provident voluptatem labore. Qui vel aspernatur. Molestiae nemo perferendis."], ["created_at", "2019-01-20 07:02:24.750101"], ["updated_at", "2019-01-20 07:02:24.750101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:02:24.752922"], ["updated_at", "2019-01-20 07:02:24.752922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:02:24.755054"], ["updated_at", "2019-01-20 07:02:24.755054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "faviolakilback@leannon.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "faviolakilback@leannon.name"], ["encrypted_password", "$2a$04$PUyg.hzbOHSGR11CT.CUSOElZglydok1ZXjCdWiuCn6RrmaXft4lm"], ["created_at", "2019-01-20 07:02:24.757934"], ["updated_at", "2019-01-20 07:02:24.757934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "black 32"], ["created_at", "2019-01-20 07:02:24.759606"], ["updated_at", "2019-01-20 07:02:24.759606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Cum impedit voluptas ullam."], ["body", "Occaecati hic aut. Minima nulla dignissimos. Inventore pariatur dolor."], ["created_at", "2019-01-20 07:02:24.760763"], ["updated_at", "2019-01-20 07:02:24.760763"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Heathcotetown 36"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Heathcotetown 36"], ["created_at", "2019-01-20 07:02:24.764429"], ["updated_at", "2019-01-20 07:02:24.764429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Rennershire 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rennershire 37"], ["created_at", "2019-01-20 07:02:24.766131"], ["updated_at", "2019-01-20 07:02:24.766131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Marquitta 38"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Marquitta 38"], ["created_at", "2019-01-20 07:02:24.767778"], ["updated_at", "2019-01-20 07:02:24.767778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "A libero debitis alias."], ["created_at", "2019-01-20 07:02:24.768859"], ["updated_at", "2019-01-20 07:02:24.768859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 07:02:24.770451"], ["updated_at", "2019-01-20 07:02:24.770451"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 07:02:24.771303"], ["updated_at", "2019-01-20 07:02:24.771303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Domingomouth 39"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Domingomouth 39"], ["created_at", "2019-01-20 07:02:24.774506"], ["updated_at", "2019-01-20 07:02:24.774506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Carmelo 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Carmelo 40"], ["created_at", "2019-01-20 07:02:24.776546"], ["updated_at", "2019-01-20 07:02:24.776546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Morarville 41"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Morarville 41"], ["created_at", "2019-01-20 07:02:24.777789"], ["updated_at", "2019-01-20 07:02:24.777789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Wilbertstad 42"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Wilbertstad 42"], ["created_at", "2019-01-20 07:02:24.779018"], ["updated_at", "2019-01-20 07:02:24.779018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Eos laboriosam magnam voluptatem."], ["created_at", "2019-01-20 07:02:24.779892"], ["updated_at", "2019-01-20 07:02:24.779892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 07:02:24.781391"], ["updated_at", "2019-01-20 07:02:24.781391"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 07:02:24.782206"], ["updated_at", "2019-01-20 07:02:24.782206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Karlyburgh 43"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Karlyburgh 43"], ["created_at", "2019-01-20 07:02:24.785802"], ["updated_at", "2019-01-20 07:02:24.785802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "garydaugherty@abbott.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "garydaugherty@abbott.biz"], ["encrypted_password", "$2a$04$0AhHA83fcr4f9HEtpsVEMOXzI0DWyxdhl5SYyfS6S.Zwl7SEOZG6i"], ["created_at", "2019-01-20 07:02:24.788944"], ["updated_at", "2019-01-20 07:02:24.788944"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "pink 33"], ["created_at", "2019-01-20 07:02:24.791069"], ["updated_at", "2019-01-20 07:02:24.791069"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Arlenaville 44"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Arlenaville 44"], ["created_at", "2019-01-20 07:02:24.792801"], ["updated_at", "2019-01-20 07:02:24.792801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Sit veritatis enim minima."], ["body", "Voluptatem minus omnis. Voluptatem voluptatem ut. Soluta est aliquam."], ["created_at", "2019-01-20 07:02:24.794123"], ["updated_at", "2019-01-20 07:02:24.794123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kaleighshire 45"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kaleighshire 45"], ["created_at", "2019-01-20 07:02:24.797706"], ["updated_at", "2019-01-20 07:02:24.797706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alita@willms.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alita@willms.io"], ["encrypted_password", "$2a$04$Q495NtYF4ZsinnVTRk5Xu.EfDXSbuAYI/K2iwJ0aK5jSdi4UDkVsG"], ["created_at", "2019-01-20 07:02:24.801078"], ["updated_at", "2019-01-20 07:02:24.801078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 34"], ["created_at", "2019-01-20 07:02:24.802764"], ["updated_at", "2019-01-20 07:02:24.802764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Norberto 46"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Norberto 46"], ["created_at", "2019-01-20 07:02:24.803968"], ["updated_at", "2019-01-20 07:02:24.803968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Dolor nisi odit in."], ["body", "Culpa modi a. Autem recusandae possimus. Quo nisi tempora."], ["created_at", "2019-01-20 07:02:24.804975"], ["updated_at", "2019-01-20 07:02:24.804975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Vonfort 47"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Vonfort 47"], ["created_at", "2019-01-20 07:02:24.808521"], ["updated_at", "2019-01-20 07:02:24.808521"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Dean 49"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Dean 49"], ["created_at", "2019-01-20 07:02:24.812339"], ["updated_at", "2019-01-20 07:02:24.812339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Makedatown 51"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Makedatown 51"], ["created_at", "2019-01-20 07:02:24.815751"], ["updated_at", "2019-01-20 07:02:24.815751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arlie@koch.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "arlie@koch.io"], ["encrypted_password", "$2a$04$gqpe0J/HjlX.NSha8XAtFujyQbxJvSKsZXeluO4FbMm3pCjLnnM4y"], ["created_at", "2019-01-20 07:02:24.823288"], ["updated_at", "2019-01-20 07:02:24.823288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "erik@crist.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "erik@crist.com"], ["encrypted_password", "$2a$04$MdwUajcXcR6i58QTigB4DeT3Kiisze54NfJhCLFFDw7683iQ4gCde"], ["created_at", "2019-01-20 07:03:15.955773"], ["updated_at", "2019-01-20 07:03:15.955773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Redirected to http://test.host/ Completed 302 Found in 20ms (ActiveRecord: 0.5ms)  (0.7ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 1"], ["LIMIT", 1]] Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_1"], ["name", "librarian 1"], ["description", "librarian 1"], ["created_at", "2019-01-20 07:04:12.148391"], ["updated_at", "2019-01-20 07:04:12.148391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_2"], ["name", "philosopher 2"], ["description", "philosopher 2"], ["created_at", "2019-01-20 07:04:12.150457"], ["updated_at", "2019-01-20 07:04:12.150457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donnyrath@wolfhyatt.name"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "donnyrath@wolfhyatt.name"], ["encrypted_password", "$2a$04$3rVG0O2CfQ/DFjns/p1oLOcjX9oXZvGuOfxopIo7uxqRsDzOMm66O"], ["created_at", "2019-01-20 07:04:12.180917"], ["updated_at", "2019-01-20 07:04:12.180917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 1"], ["created_at", "2019-01-20 07:04:12.188385"], ["updated_at", "2019-01-20 07:04:12.188385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Cammieshire 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Cammieshire 1"], ["created_at", "2019-01-20 07:04:12.194569"], ["updated_at", "2019-01-20 07:04:12.194569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quos tenetur quisquam ipsum."], ["body", "Sed rerum odio. Aspernatur cum et. Nostrum autem omnis."], ["created_at", "2019-01-20 07:04:12.196229"], ["updated_at", "2019-01-20 07:04:12.196229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_3"], ["name", "philosopher 3"], ["description", "philosopher 3"], ["created_at", "2019-01-20 07:04:12.202330"], ["updated_at", "2019-01-20 07:04:12.202330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_4"], ["name", "actor 4"], ["description", "actor 4"], ["created_at", "2019-01-20 07:04:12.203977"], ["updated_at", "2019-01-20 07:04:12.203977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chang@murphy.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chang@murphy.com"], ["encrypted_password", "$2a$04$l7ptPc12pQTKe59hR8/xzeG.CAvLusCNX6mvKAsJLQl5ntihvYPd2"], ["created_at", "2019-01-20 07:04:12.207359"], ["updated_at", "2019-01-20 07:04:12.207359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "yellow 2"], ["created_at", "2019-01-20 07:04:12.208887"], ["updated_at", "2019-01-20 07:04:12.208887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Darenshire 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Darenshire 2"], ["created_at", "2019-01-20 07:04:12.210224"], ["updated_at", "2019-01-20 07:04:12.210224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eius odio quae eaque."], ["body", "Tempore enim voluptatem. Possimus distinctio veritatis. Ullam enim in."], ["created_at", "2019-01-20 07:04:12.211303"], ["updated_at", "2019-01-20 07:04:12.211303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_5"], ["name", "engineer 5"], ["description", "engineer 5"], ["created_at", "2019-01-20 07:04:12.221832"], ["updated_at", "2019-01-20 07:04:12.221832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 6"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_6"], ["name", "philosopher 6"], ["description", "philosopher 6"], ["created_at", "2019-01-20 07:04:12.223415"], ["updated_at", "2019-01-20 07:04:12.223415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zelda@keler.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zelda@keler.org"], ["encrypted_password", "$2a$04$ww5cqdHUiot9CTOy0HS8Wu1iuqgG980HW/p8C7KmGgIKOKYsBW03y"], ["created_at", "2019-01-20 07:04:12.226768"], ["updated_at", "2019-01-20 07:04:12.226768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "azure 3"], ["created_at", "2019-01-20 07:04:12.228156"], ["updated_at", "2019-01-20 07:04:12.228156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Virgilview 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Virgilview 3"], ["created_at", "2019-01-20 07:04:12.229338"], ["updated_at", "2019-01-20 07:04:12.229338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "In consequuntur ratione maiores."], ["body", "Consectetur quam aut. Ut qui corrupti. Aliquam voluptas saepe."], ["created_at", "2019-01-20 07:04:12.230298"], ["updated_at", "2019-01-20 07:04:12.230298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_7"], ["name", "philosopher 7"], ["description", "philosopher 7"], ["created_at", "2019-01-20 07:04:12.236290"], ["updated_at", "2019-01-20 07:04:12.236290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 8"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_8"], ["name", "architect 8"], ["description", "architect 8"], ["created_at", "2019-01-20 07:04:12.237852"], ["updated_at", "2019-01-20 07:04:12.237852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chere@ernser.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chere@ernser.co"], ["encrypted_password", "$2a$04$eOWbkeCXtczCWqcl298CTeM.I.hL1J/raw1Rnrl9VlZLDJGdu64ga"], ["created_at", "2019-01-20 07:04:12.241260"], ["updated_at", "2019-01-20 07:04:12.241260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "tan 4"], ["created_at", "2019-01-20 07:04:12.242764"], ["updated_at", "2019-01-20 07:04:12.242764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Denitabury 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Denitabury 4"], ["created_at", "2019-01-20 07:04:12.244157"], ["updated_at", "2019-01-20 07:04:12.244157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptates quasi molestias et."], ["body", "Distinctio ratione similique. Rem non perferendis. Illum molestias inventore."], ["created_at", "2019-01-20 07:04:12.245210"], ["updated_at", "2019-01-20 07:04:12.245210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_9"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 9"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_9"], ["name", "teacher 9"], ["description", "teacher 9"], ["created_at", "2019-01-20 07:04:12.252377"], ["updated_at", "2019-01-20 07:04:12.252377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 10"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_10"], ["name", "chemist 10"], ["description", "chemist 10"], ["created_at", "2019-01-20 07:04:12.254153"], ["updated_at", "2019-01-20 07:04:12.254153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "terrancesmitham@leschkunze.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "terrancesmitham@leschkunze.co"], ["encrypted_password", "$2a$04$F4iYybRPHUPYBde6D.ZFjOrCIdwsg0KmCg6mTEDMMDX4M2lv1R3gy"], ["created_at", "2019-01-20 07:04:12.257658"], ["updated_at", "2019-01-20 07:04:12.257658"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 5"], ["created_at", "2019-01-20 07:04:12.259314"], ["updated_at", "2019-01-20 07:04:12.259314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Gerholdville 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gerholdville 5"], ["created_at", "2019-01-20 07:04:12.260482"], ["updated_at", "2019-01-20 07:04:12.260482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ut sint atque sed."], ["body", "Assumenda et id. Culpa molestias voluptate. Voluptatem odit aliquam."], ["created_at", "2019-01-20 07:04:12.261437"], ["updated_at", "2019-01-20 07:04:12.261437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_11"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_11"], ["name", "economist 11"], ["description", "economist 11"], ["created_at", "2019-01-20 07:04:12.266958"], ["updated_at", "2019-01-20 07:04:12.266958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_12"], ["name", "programmer 12"], ["description", "programmer 12"], ["created_at", "2019-01-20 07:04:12.268590"], ["updated_at", "2019-01-20 07:04:12.268590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dennis@ortiz.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dennis@ortiz.biz"], ["encrypted_password", "$2a$04$8xXCZUo8zhhE1Kwsi08G0.t0YgYwmDLZdpHIc6LszFAx4MLyKjT52"], ["created_at", "2019-01-20 07:04:12.272073"], ["updated_at", "2019-01-20 07:04:12.272073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "olive 6"], ["created_at", "2019-01-20 07:04:12.273584"], ["updated_at", "2019-01-20 07:04:12.273584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Frank 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Frank 6"], ["created_at", "2019-01-20 07:04:12.274950"], ["updated_at", "2019-01-20 07:04:12.274950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Sit dolorem tempore voluptates."], ["body", "Est autem neque. Et numquam vel. Nam ratione perferendis."], ["created_at", "2019-01-20 07:04:12.275998"], ["updated_at", "2019-01-20 07:04:12.275998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "changdoyle@hermiston.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "changdoyle@hermiston.org"], ["encrypted_password", "$2a$04$1poHgBAGe79sIQcveVWBAO7bh7xi6uZI7NaQ4IdPV0ZuENC3ThCM6"], ["created_at", "2019-01-20 07:04:12.278456"], ["updated_at", "2019-01-20 07:04:12.278456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "karima@brekkedavis.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "karima@brekkedavis.io"], ["encrypted_password", "$2a$04$ZBU4nfLwQ/lPCsRzBAGRHerGWoRLf24Yj.4/T58d7Xw0sPDRTjFjq"], ["created_at", "2019-01-20 07:04:12.358151"], ["updated_at", "2019-01-20 07:04:12.358151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ApplicationController#custom as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kingschmitt@doylesteuber.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kingschmitt@doylesteuber.org"], ["encrypted_password", "$2a$04$iEBVFoQFlAFEMlCZmNGlEejyxdy8stLskOh9DpOg1kwu.HJ8nr9iO"], ["created_at", "2019-01-20 07:04:12.366514"], ["updated_at", "2019-01-20 07:04:12.366514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 13"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_13"], ["name", "teacher 13"], ["description", "teacher 13"], ["created_at", "2019-01-20 07:04:12.374554"], ["updated_at", "2019-01-20 07:04:12.374554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "programmer_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "programmer 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_1"], ["name", "programmer 1"], ["description", "programmer 1"], ["created_at", "2019-01-20 07:04:12.380910"], ["updated_at", "2019-01-20 07:04:12.380910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-20 07:04:12.386169"], ["updated_at", "2019-01-20 07:04:12.386169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 07:04:12.392901"], ["updated_at", "2019-01-20 07:04:12.392901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 07:04:12.399797"], ["updated_at", "2019-01-20 07:04:12.399797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 14"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_14"], ["name", "doctor 14"], ["description", "doctor 14"], ["created_at", "2019-01-20 07:04:12.407454"], ["updated_at", "2019-01-20 07:04:12.407454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "librarian_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "librarian 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_2"], ["name", "librarian 2"], ["description", "librarian 2"], ["created_at", "2019-01-20 07:04:12.409456"], ["updated_at", "2019-01-20 07:04:12.409456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/sessions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "devise/sessions"], ["action", "create"], ["created_at", "2019-01-20 07:04:12.411094"], ["updated_at", "2019-01-20 07:04:12.411094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 07:04:12.412321"], ["updated_at", "2019-01-20 07:04:12.412321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 07:04:12.413495"], ["updated_at", "2019-01-20 07:04:12.413495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "devise/sessions"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fayfritsch@kozeysmith.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "fayfritsch@kozeysmith.info"], ["encrypted_password", "$2a$04$4d5TBTAIMqmwCmI/t2yg/OrzdgWgUj83E7DFlIN8Z8Dbkv3AHTC.m"], ["created_at", "2019-01-20 07:04:12.419080"], ["updated_at", "2019-01-20 07:04:12.419080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_15"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_15"], ["name", "biologist 15"], ["description", "biologist 15"], ["created_at", "2019-01-20 07:04:12.421547"], ["updated_at", "2019-01-20 07:04:12.421547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:04:12.423765"], ["updated_at", "2019-01-20 07:04:12.423765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Reinachester 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Reinachester 7"], ["created_at", "2019-01-20 07:04:12.425110"], ["updated_at", "2019-01-20 07:04:12.425110"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Landonberg 8"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Landonberg 8"], ["created_at", "2019-01-20 07:04:12.426345"], ["updated_at", "2019-01-20 07:04:12.426345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lavender 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lavender 7"], ["created_at", "2019-01-20 07:04:12.427672"], ["updated_at", "2019-01-20 07:04:12.427672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lavender 8"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "lavender 8"], ["created_at", "2019-01-20 07:04:12.428929"], ["updated_at", "2019-01-20 07:04:12.428929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "moiseswaters@bauch.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "moiseswaters@bauch.info"], ["encrypted_password", "$2a$04$cWy8VkowzqErmMjUWyzuAeenYHTfxE5GTgG5dqp.KwktntjKtWggO"], ["created_at", "2019-01-20 07:04:12.431567"], ["updated_at", "2019-01-20 07:04:12.431567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Consequatur quam iste magni."], ["body", "Facilis vero eligendi. Et repellat aut. Veritatis sequi ex."], ["created_at", "2019-01-20 07:04:12.432973"], ["updated_at", "2019-01-20 07:04:12.432973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Reinachester 7"], ["created_at", "2019-01-20 07:04:12.440091"], ["updated_at", "2019-01-20 07:04:12.440091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "lavender 7"], ["created_at", "2019-01-20 07:04:12.441772"], ["updated_at", "2019-01-20 07:04:12.441772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'reinachester 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lavender 7')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "delfina@labadie.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "delfina@labadie.net"], ["encrypted_password", "$2a$04$IT3gdQNBb8jpVjTP6eJ7d.h/UPstJEX9cANTPMM0.6QzVqSb9kUXO"], ["created_at", "2019-01-20 07:04:12.448797"], ["updated_at", "2019-01-20 07:04:12.448797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_16"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_16"], ["name", "firefighter 16"], ["description", "firefighter 16"], ["created_at", "2019-01-20 07:04:12.450798"], ["updated_at", "2019-01-20 07:04:12.450798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:04:12.452746"], ["updated_at", "2019-01-20 07:04:12.452746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Gleasonfurt 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gleasonfurt 9"], ["created_at", "2019-01-20 07:04:12.453957"], ["updated_at", "2019-01-20 07:04:12.453957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kundestad 10"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kundestad 10"], ["created_at", "2019-01-20 07:04:12.454936"], ["updated_at", "2019-01-20 07:04:12.454936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 9"], ["created_at", "2019-01-20 07:04:12.456375"], ["updated_at", "2019-01-20 07:04:12.456375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 10"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "lime 10"], ["created_at", "2019-01-20 07:04:12.457745"], ["updated_at", "2019-01-20 07:04:12.457745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rollandlittel@larkin.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rollandlittel@larkin.org"], ["encrypted_password", "$2a$04$/cfcNlXa/4QG39cbSzpTRes6XlqzjmHWt4nz87AAsNhE3aS34m0D2"], ["created_at", "2019-01-20 07:04:12.460282"], ["updated_at", "2019-01-20 07:04:12.460282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Dolore alias libero sed."], ["body", "Laudantium facilis ut. Aspernatur assumenda autem. Saepe recusandae sapiente."], ["created_at", "2019-01-20 07:04:12.461397"], ["updated_at", "2019-01-20 07:04:12.461397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Kundestad 10"], ["created_at", "2019-01-20 07:04:12.463066"], ["updated_at", "2019-01-20 07:04:12.463066"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "ivory 9"], ["created_at", "2019-01-20 07:04:12.464540"], ["updated_at", "2019-01-20 07:04:12.464540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'kundestad 10')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shenaschimmel@daughertymueller.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shenaschimmel@daughertymueller.info"], ["encrypted_password", "$2a$04$SrxWwjDlyshdEAKqtiUduu.VFUU57F4zCXTPZ1eadGJX60yx6PiMS"], ["created_at", "2019-01-20 07:04:12.469607"], ["updated_at", "2019-01-20 07:04:12.469607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_17"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_17"], ["name", "teacher 17"], ["description", "teacher 17"], ["created_at", "2019-01-20 07:04:12.471805"], ["updated_at", "2019-01-20 07:04:12.471805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:04:12.473756"], ["updated_at", "2019-01-20 07:04:12.473756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Dee 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Dee 11"], ["created_at", "2019-01-20 07:04:12.475181"], ["updated_at", "2019-01-20 07:04:12.475181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Dyanville 12"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dyanville 12"], ["created_at", "2019-01-20 07:04:12.476373"], ["updated_at", "2019-01-20 07:04:12.476373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "blue 11"], ["created_at", "2019-01-20 07:04:12.477821"], ["updated_at", "2019-01-20 07:04:12.477821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 12"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "gold 12"], ["created_at", "2019-01-20 07:04:12.479183"], ["updated_at", "2019-01-20 07:04:12.479183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "allanshanahan@kaulkeschroeder.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "allanshanahan@kaulkeschroeder.biz"], ["encrypted_password", "$2a$04$y/vXAqZEFZPASSrTCM0WVOPCz8gZPq/SBLOuxf6/GrnK2epmAvvbm"], ["created_at", "2019-01-20 07:04:12.481699"], ["updated_at", "2019-01-20 07:04:12.481699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Culpa non sit doloribus."], ["body", "Et illo rerum. Officia molestiae reiciendis. Nesciunt doloribus ipsa."], ["created_at", "2019-01-20 07:04:12.482831"], ["updated_at", "2019-01-20 07:04:12.482831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Dee 11"], ["created_at", "2019-01-20 07:04:12.484526"], ["updated_at", "2019-01-20 07:04:12.484526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east dee 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leora@bogisich.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leora@bogisich.co"], ["encrypted_password", "$2a$04$BRkzUJKB5HjsFIGqXAbsf.TL8uNFUUI.OcsWySW4BGa9TLXlR5XDu"], ["created_at", "2019-01-20 07:04:12.490273"], ["updated_at", "2019-01-20 07:04:12.490273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_18"], ["name", "actor 18"], ["description", "actor 18"], ["created_at", "2019-01-20 07:04:12.492292"], ["updated_at", "2019-01-20 07:04:12.492292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:04:12.494198"], ["updated_at", "2019-01-20 07:04:12.494198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Ulyssesport 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Ulyssesport 13"], ["created_at", "2019-01-20 07:04:12.495439"], ["updated_at", "2019-01-20 07:04:12.495439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Shaquita 14"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Shaquita 14"], ["created_at", "2019-01-20 07:04:12.496470"], ["updated_at", "2019-01-20 07:04:12.496470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "olive 13"], ["created_at", "2019-01-20 07:04:12.497838"], ["updated_at", "2019-01-20 07:04:12.497838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "fuchsia 14"], ["created_at", "2019-01-20 07:04:12.499275"], ["updated_at", "2019-01-20 07:04:12.499275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaleigh@maggio.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kaleigh@maggio.biz"], ["encrypted_password", "$2a$04$BSS38ghgKjlkqZhpTOf6hur4opZYGFB8QuUWZh8M969Nu44JFu6fy"], ["created_at", "2019-01-20 07:04:12.501725"], ["updated_at", "2019-01-20 07:04:12.501725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Autem culpa repellendus voluptatem."], ["body", "Vel fugiat repudiandae. Illum placeat similique. Ea recusandae quo."], ["created_at", "2019-01-20 07:04:12.502861"], ["updated_at", "2019-01-20 07:04:12.502861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Ulyssesport 13"], ["created_at", "2019-01-20 07:04:12.504511"], ["updated_at", "2019-01-20 07:04:12.504511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "olive 13"], ["created_at", "2019-01-20 07:04:12.506013"], ["updated_at", "2019-01-20 07:04:12.506013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south ulyssesport 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'olive 13')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shaniquacasper@parkerbartell.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shaniquacasper@parkerbartell.name"], ["encrypted_password", "$2a$04$B4BESjsQa7fCrswVxnrq/utsX.70SLbdgNhxgiRgIIVaFO1RxNmeO"], ["created_at", "2019-01-20 07:04:12.516872"], ["updated_at", "2019-01-20 07:04:12.516872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_19"], ["name", "architect 19"], ["description", "architect 19"], ["created_at", "2019-01-20 07:04:12.518745"], ["updated_at", "2019-01-20 07:04:12.518745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:04:12.521079"], ["updated_at", "2019-01-20 07:04:12.521079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Zacheryborough 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Zacheryborough 15"], ["created_at", "2019-01-20 07:04:12.522434"], ["updated_at", "2019-01-20 07:04:12.522434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Orenfort 16"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Orenfort 16"], ["created_at", "2019-01-20 07:04:12.523511"], ["updated_at", "2019-01-20 07:04:12.523511"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "azure 15"], ["created_at", "2019-01-20 07:04:12.524896"], ["updated_at", "2019-01-20 07:04:12.524896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 16"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "teal 16"], ["created_at", "2019-01-20 07:04:12.526166"], ["updated_at", "2019-01-20 07:04:12.526166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "harrisonkohler@block.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "harrisonkohler@block.com"], ["encrypted_password", "$2a$04$Kw.nsgAvsLVZbzkCXLo9IeZwB7e5HeKv2Idxn5uG0zzJmAQaQoncu"], ["created_at", "2019-01-20 07:04:12.528610"], ["updated_at", "2019-01-20 07:04:12.528610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "In necessitatibus perspiciatis eaque."], ["body", "Totam aliquid recusandae. Optio iste corrupti. Sequi iste culpa."], ["created_at", "2019-01-20 07:04:12.529667"], ["updated_at", "2019-01-20 07:04:12.529667"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shawnzulauf@ullrichbruen.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shawnzulauf@ullrichbruen.biz"], ["encrypted_password", "$2a$04$R5bm/616uMXinyunPPDMX.Cuzgy7iERWWJwz2eZpD3R3okVIumz7q"], ["created_at", "2019-01-20 07:04:12.532205"], ["updated_at", "2019-01-20 07:04:12.532205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Voluptate quaerat et suscipit."], ["body", "Nemo voluptatem quia. Ad hic rerum. Minima sit consequatur."], ["created_at", "2019-01-20 07:04:12.533236"], ["updated_at", "2019-01-20 07:04:12.533236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "celestine@kozey.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "celestine@kozey.com"], ["encrypted_password", "$2a$04$Msallpu8rbiqBLrLnXPbHeweqQJ5mxfS.y08rG7T2udI9/ms8pv9C"], ["created_at", "2019-01-20 07:04:12.535598"], ["updated_at", "2019-01-20 07:04:12.535598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Cumque corporis voluptatem ipsa."], ["body", "Ratione ipsa eum. Incidunt quidem quasi. Ea et officia."], ["created_at", "2019-01-20 07:04:12.536586"], ["updated_at", "2019-01-20 07:04:12.536586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shelton@jenkins.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shelton@jenkins.name"], ["encrypted_password", "$2a$04$UCVJog9fPAd0E/hVpoNUTefkObhW3Gq9chMbMnDCBuge6QiZjOQCe"], ["created_at", "2019-01-20 07:04:12.538902"], ["updated_at", "2019-01-20 07:04:12.538902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Est beatae nesciunt eligendi."], ["body", "Eveniet et sunt. Voluptatem eos dolorem. Dolorem consequatur nisi."], ["created_at", "2019-01-20 07:04:12.539871"], ["updated_at", "2019-01-20 07:04:12.539871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Zacheryborough 15"], ["created_at", "2019-01-20 07:04:12.541434"], ["updated_at", "2019-01-20 07:04:12.541434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "azure 15"], ["created_at", "2019-01-20 07:04:12.542946"], ["updated_at", "2019-01-20 07:04:12.542946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'zacheryborough 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'azure 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "helgayundt@quitzon.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "helgayundt@quitzon.io"], ["encrypted_password", "$2a$04$ey1cEGGbV2k/r4b2aS3EXumnUYz7iXCmQioxfeKhnfvL2rZ.XyNKy"], ["created_at", "2019-01-20 07:04:12.548961"], ["updated_at", "2019-01-20 07:04:12.548961"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_20"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_20"], ["name", "astronomer 20"], ["description", "astronomer 20"], ["created_at", "2019-01-20 07:04:12.550941"], ["updated_at", "2019-01-20 07:04:12.550941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:04:12.552957"], ["updated_at", "2019-01-20 07:04:12.552957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Ferminview 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Ferminview 17"], ["created_at", "2019-01-20 07:04:12.554189"], ["updated_at", "2019-01-20 07:04:12.554189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Garnet 18"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Garnet 18"], ["created_at", "2019-01-20 07:04:12.555202"], ["updated_at", "2019-01-20 07:04:12.555202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "azure 17"], ["created_at", "2019-01-20 07:04:12.556420"], ["updated_at", "2019-01-20 07:04:12.556420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 18"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "magenta 18"], ["created_at", "2019-01-20 07:04:12.557782"], ["updated_at", "2019-01-20 07:04:12.557782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cliffhahn@quigley.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cliffhahn@quigley.io"], ["encrypted_password", "$2a$04$icsDwL.IEO1JRH5ipWuMPehS1VigSW83LBaGj3VkJ0xqWrsbdDjLO"], ["created_at", "2019-01-20 07:04:12.560148"], ["updated_at", "2019-01-20 07:04:12.560148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Odio quaerat sunt dolores."], ["body", "Repellendus voluptate eligendi. Iusto est at. Beatae tempora omnis."], ["created_at", "2019-01-20 07:04:12.561216"], ["updated_at", "2019-01-20 07:04:12.561216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "margotmaggio@homenick.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "margotmaggio@homenick.net"], ["encrypted_password", "$2a$04$yKsbcRlZ7upOujPPM75cDuE.OpZe//Jtc9.V8mu1ThyGE2/GWqg32"], ["created_at", "2019-01-20 07:04:12.563693"], ["updated_at", "2019-01-20 07:04:12.563693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Dolores rerum et dignissimos."], ["body", "Quam quis voluptatum. Dolores omnis placeat. Rem quas voluptas."], ["created_at", "2019-01-20 07:04:12.564819"], ["updated_at", "2019-01-20 07:04:12.564819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "galelittel@hermannlowe.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "galelittel@hermannlowe.io"], ["encrypted_password", "$2a$04$a8LOIGR.4mWx1EdkWWi0r.N6PkF4zvl5FHVBi8s3iJhj9rJRsSgfm"], ["created_at", "2019-01-20 07:04:12.567718"], ["updated_at", "2019-01-20 07:04:12.567718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Vero aspernatur molestiae ipsam."], ["body", "Vero mollitia rerum. Enim eaque aut. Sit et voluptas."], ["created_at", "2019-01-20 07:04:12.568884"], ["updated_at", "2019-01-20 07:04:12.568884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lashaundadibbert@dietrich.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lashaundadibbert@dietrich.biz"], ["encrypted_password", "$2a$04$zn04CTVOCxS2US3U6JQTSeoMryr/w5hJBiJamZHrbqfuVHrspKfu."], ["created_at", "2019-01-20 07:04:12.571353"], ["updated_at", "2019-01-20 07:04:12.571353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Velit cumque nisi minima."], ["body", "Vel nemo animi. Asperiores inventore temporibus. Est labore accusamus."], ["created_at", "2019-01-20 07:04:12.572352"], ["updated_at", "2019-01-20 07:04:12.572352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "North Ferminview 17"], ["created_at", "2019-01-20 07:04:12.573903"], ["updated_at", "2019-01-20 07:04:12.573903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north ferminview 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "temikagottlieb@sipes.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "temikagottlieb@sipes.co"], ["encrypted_password", "$2a$04$tyX0DKFyOkxfhncHFD49f.amvk126UvXQ1K47xji/Kjaw876ilLg6"], ["created_at", "2019-01-20 07:04:12.579680"], ["updated_at", "2019-01-20 07:04:12.579680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_21"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_21"], ["name", "advocate 21"], ["description", "advocate 21"], ["created_at", "2019-01-20 07:04:12.581715"], ["updated_at", "2019-01-20 07:04:12.581715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:04:12.583666"], ["updated_at", "2019-01-20 07:04:12.583666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lehnerview 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lehnerview 19"], ["created_at", "2019-01-20 07:04:12.584923"], ["updated_at", "2019-01-20 07:04:12.584923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Burtonside 20"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Burtonside 20"], ["created_at", "2019-01-20 07:04:12.585976"], ["updated_at", "2019-01-20 07:04:12.585976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 19"], ["created_at", "2019-01-20 07:04:12.587303"], ["updated_at", "2019-01-20 07:04:12.587303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 20"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "azure 20"], ["created_at", "2019-01-20 07:04:12.588574"], ["updated_at", "2019-01-20 07:04:12.588574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alphonsoreichert@parisian.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alphonsoreichert@parisian.biz"], ["encrypted_password", "$2a$04$U1S.uaKXz8.PqjkKe430YuNz2nTAIaQMEu0S.l2pebzDGtREOcuwm"], ["created_at", "2019-01-20 07:04:12.591016"], ["updated_at", "2019-01-20 07:04:12.591016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Hic fugit nisi exercitationem."], ["body", "Quasi praesentium ad. Aut nihil et. Temporibus rerum soluta."], ["created_at", "2019-01-20 07:04:12.592078"], ["updated_at", "2019-01-20 07:04:12.592078"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "laurettamaggio@tremblay.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "laurettamaggio@tremblay.com"], ["encrypted_password", "$2a$04$fP77ILio.CqoZ22HGL/wdecSZaf06rULw2D69S6ysKGYhMPMo.jnC"], ["created_at", "2019-01-20 07:04:12.594488"], ["updated_at", "2019-01-20 07:04:12.594488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Quod aut non qui."], ["body", "Quia deleniti et. Occaecati dolor hic. Alias blanditiis quod."], ["created_at", "2019-01-20 07:04:12.595578"], ["updated_at", "2019-01-20 07:04:12.595578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marvintillman@cartermcdermott.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marvintillman@cartermcdermott.com"], ["encrypted_password", "$2a$04$cRDDOkzDh4wLFk4jZ2pU7eSq7e7KEsPjMW6Th0giiYPu450NdJHOG"], ["created_at", "2019-01-20 07:04:12.598001"], ["updated_at", "2019-01-20 07:04:12.598001"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Quod qui eaque inventore."], ["body", "Minima quo aperiam. Blanditiis maiores quia. Error itaque omnis."], ["created_at", "2019-01-20 07:04:12.599090"], ["updated_at", "2019-01-20 07:04:12.599090"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zulemahuels@luettgen.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zulemahuels@luettgen.net"], ["encrypted_password", "$2a$04$XYUIeWr./A7284QRjWJPLepmE.Z1Z9n3inZxO3Wgm8Q/l.Ti9VzsO"], ["created_at", "2019-01-20 07:04:12.601560"], ["updated_at", "2019-01-20 07:04:12.601560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Voluptatum nihil sed quasi."], ["body", "Omnis voluptas assumenda. Mollitia quis placeat. Placeat tempore dolores."], ["created_at", "2019-01-20 07:04:12.602599"], ["updated_at", "2019-01-20 07:04:12.602599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lehnerview 19"], ["created_at", "2019-01-20 07:04:12.604159"], ["updated_at", "2019-01-20 07:04:12.604159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "green 19"], ["created_at", "2019-01-20 07:04:12.605882"], ["updated_at", "2019-01-20 07:04:12.605882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lehnerview 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'green 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "farahcormier@hudson.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "farahcormier@hudson.biz"], ["encrypted_password", "$2a$04$nLiPbWb6voYsak2e8vyLlOV/AU70oSNKxo67fJiHGaKmWUhL3Hk6y"], ["created_at", "2019-01-20 07:04:12.613996"], ["updated_at", "2019-01-20 07:04:12.613996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_22"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_22"], ["name", "human resources 22"], ["description", "human resources 22"], ["created_at", "2019-01-20 07:04:12.615945"], ["updated_at", "2019-01-20 07:04:12.615945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:04:12.618041"], ["updated_at", "2019-01-20 07:04:12.618041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Wilsonchester 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Wilsonchester 21"], ["created_at", "2019-01-20 07:04:12.619335"], ["updated_at", "2019-01-20 07:04:12.619335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Wymanburgh 22"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Wymanburgh 22"], ["created_at", "2019-01-20 07:04:12.620338"], ["updated_at", "2019-01-20 07:04:12.620338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "tan 21"], ["created_at", "2019-01-20 07:04:12.621692"], ["updated_at", "2019-01-20 07:04:12.621692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 22"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "white 22"], ["created_at", "2019-01-20 07:04:12.623084"], ["updated_at", "2019-01-20 07:04:12.623084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marlinmckenzie@bailey.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marlinmckenzie@bailey.org"], ["encrypted_password", "$2a$04$iGtLZzvufWpEQtm8EqKXouLZFp0/VD1GiSHn2/XAD6jGajuZMG85i"], ["created_at", "2019-01-20 07:04:12.625509"], ["updated_at", "2019-01-20 07:04:12.625509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Iusto optio molestias magnam."], ["body", "Perferendis recusandae quia. Sint qui autem. Laboriosam at enim."], ["created_at", "2019-01-20 07:04:12.626582"], ["updated_at", "2019-01-20 07:04:12.626582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "salvatore@casper.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "salvatore@casper.co"], ["encrypted_password", "$2a$04$/JloDCx0pZL9WGm.QJ6Ag.S/ORVKJe3gZ2FOseNiZG4E63cJtkzeK"], ["created_at", "2019-01-20 07:04:12.629077"], ["updated_at", "2019-01-20 07:04:12.629077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Corporis cum qui sit."], ["body", "Nihil neque est. Deleniti nisi praesentium. Et et numquam."], ["created_at", "2019-01-20 07:04:12.630095"], ["updated_at", "2019-01-20 07:04:12.630095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carinblick@bayer.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carinblick@bayer.com"], ["encrypted_password", "$2a$04$ThkIgSjAwRFdKq7DwJoAEevMpk7ubtH2uKS7TCDterHRJ9xDKT7a6"], ["created_at", "2019-01-20 07:04:12.632634"], ["updated_at", "2019-01-20 07:04:12.632634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Perspiciatis voluptates et aut."], ["body", "Perferendis quod dolorem. Fuga sint cum. Dignissimos qui quia."], ["created_at", "2019-01-20 07:04:12.633696"], ["updated_at", "2019-01-20 07:04:12.633696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shawnee@heaneyshanahan.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shawnee@heaneyshanahan.biz"], ["encrypted_password", "$2a$04$A8ENZQXjuEou4WilmvU9SOX3zcAGIpop7iqplhm4GFcaLYaA9pQa6"], ["created_at", "2019-01-20 07:04:12.636058"], ["updated_at", "2019-01-20 07:04:12.636058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Sint unde laborum accusamus."], ["body", "Repellendus officiis similique. Velit aut architecto. Esse quis alias."], ["created_at", "2019-01-20 07:04:12.637061"], ["updated_at", "2019-01-20 07:04:12.637061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "West Wilsonchester 21"], ["created_at", "2019-01-20 07:04:12.638546"], ["updated_at", "2019-01-20 07:04:12.638546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "tan 21"], ["created_at", "2019-01-20 07:04:12.639943"], ["updated_at", "2019-01-20 07:04:12.639943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west wilsonchester 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'tan 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west wilsonchester 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'tan 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west wilsonchester 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'tan 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "berry@kuhn.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "berry@kuhn.io"], ["encrypted_password", "$2a$04$W2DhzcEJerT5me67zI.aiOYH7vZe6k5uYBLxy/ZYmL57UEVuMwEKq"], ["created_at", "2019-01-20 07:04:12.651047"], ["updated_at", "2019-01-20 07:04:12.651047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "emmaline@durganmills.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "emmaline@durganmills.name"], ["encrypted_password", "$2a$04$5g3MzbnhB9oqAoc3385AeOXWa.IseauiqDdsKcdmnpCj3nr7FSJey"], ["created_at", "2019-01-20 07:04:12.653758"], ["updated_at", "2019-01-20 07:04:12.653758"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 23"], ["created_at", "2019-01-20 07:04:12.655083"], ["updated_at", "2019-01-20 07:04:12.655083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Honey 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Honey 23"], ["created_at", "2019-01-20 07:04:12.656220"], ["updated_at", "2019-01-20 07:04:12.656220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Id alias enim illo."], ["body", "Architecto aut consequuntur. Ut consequatur laudantium. Qui omnis fugit."], ["created_at", "2019-01-20 07:04:12.657196"], ["updated_at", "2019-01-20 07:04:12.657196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lomastrosin@greenfelderhauck.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lomastrosin@greenfelderhauck.net"], ["encrypted_password", "$2a$04$VbxDT1FfbpRi5P0WUdbGme71us.zR1pO9M9XiV2EaISroVopPIAja"], ["created_at", "2019-01-20 07:04:12.663484"], ["updated_at", "2019-01-20 07:04:12.663484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_23"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_23"], ["name", "engineer 23"], ["description", "engineer 23"], ["created_at", "2019-01-20 07:04:12.665746"], ["updated_at", "2019-01-20 07:04:12.665746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_24"], ["name", "doctor 24"], ["description", "doctor 24"], ["created_at", "2019-01-20 07:04:12.667281"], ["updated_at", "2019-01-20 07:04:12.667281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:04:12.669198"], ["updated_at", "2019-01-20 07:04:12.669198"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:04:12.670533"], ["updated_at", "2019-01-20 07:04:12.670533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kleinhaven 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kleinhaven 24"], ["created_at", "2019-01-20 07:04:12.671645"], ["updated_at", "2019-01-20 07:04:12.671645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Jefferyburgh 25"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jefferyburgh 25"], ["created_at", "2019-01-20 07:04:12.672696"], ["updated_at", "2019-01-20 07:04:12.672696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "azure 24"], ["created_at", "2019-01-20 07:04:12.673991"], ["updated_at", "2019-01-20 07:04:12.673991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 25"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "black 25"], ["created_at", "2019-01-20 07:04:12.675240"], ["updated_at", "2019-01-20 07:04:12.675240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rolandogoldner@mitchell.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rolandogoldner@mitchell.biz"], ["encrypted_password", "$2a$04$2W.8/fZLZn1JhFfIDVSTeOqSXNQ7VF1KoiJJBTzA.NRnir3j7WXDW"], ["created_at", "2019-01-20 07:04:12.677657"], ["updated_at", "2019-01-20 07:04:12.677657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Commodi quidem nulla aliquid."], ["body", "Ad nesciunt quia. Incidunt optio quas. Officiis aliquam rem."], ["created_at", "2019-01-20 07:04:12.678837"], ["updated_at", "2019-01-20 07:04:12.678837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "piedad@schulistritchie.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "piedad@schulistritchie.com"], ["encrypted_password", "$2a$04$N9OhlMpwAI4d3h1IN7R35ufpDTIffZfOJSbO0RCTYbeTyeRZM5XAS"], ["created_at", "2019-01-20 07:04:12.681365"], ["updated_at", "2019-01-20 07:04:12.681365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Debitis hic itaque aliquam."], ["body", "Aut neque facere. Perspiciatis dignissimos vitae. Occaecati doloremque quaerat."], ["created_at", "2019-01-20 07:04:12.682438"], ["updated_at", "2019-01-20 07:04:12.682438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bruce@bashirianlueilwitz.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bruce@bashirianlueilwitz.io"], ["encrypted_password", "$2a$04$99KIsiogWIR1mrz3TsZWWeoVrNgwdaEUntwtpU0Ewj5tcc4fkIYRG"], ["created_at", "2019-01-20 07:04:12.684878"], ["updated_at", "2019-01-20 07:04:12.684878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Unde nulla consectetur sunt."], ["body", "Facilis et iste. Fugiat iure officiis. Ad non nostrum."], ["created_at", "2019-01-20 07:04:12.686041"], ["updated_at", "2019-01-20 07:04:12.686041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jermaine@kutchgutkowski.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jermaine@kutchgutkowski.com"], ["encrypted_password", "$2a$04$3A0SHoiD9gbm2iA0m/nZKeXNbovI/FfDUBqPh/Cmk/5zwriBn/5Pi"], ["created_at", "2019-01-20 07:04:12.688565"], ["updated_at", "2019-01-20 07:04:12.688565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Maxime repellat quidem omnis."], ["body", "Soluta hic facere. Perspiciatis et dolorem. Et ipsa praesentium."], ["created_at", "2019-01-20 07:04:12.689593"], ["updated_at", "2019-01-20 07:04:12.689593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Kleinhaven 24"], ["created_at", "2019-01-20 07:04:12.691093"], ["updated_at", "2019-01-20 07:04:12.691093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "azure 24"], ["created_at", "2019-01-20 07:04:12.692522"], ["updated_at", "2019-01-20 07:04:12.692522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Jefferyburgh 25"], ["created_at", "2019-01-20 07:04:12.693788"], ["updated_at", "2019-01-20 07:04:12.693788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "black 25"], ["created_at", "2019-01-20 07:04:12.695130"], ["updated_at", "2019-01-20 07:04:12.695130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'kleinhaven 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'azure 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'jefferyburgh 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'black 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "floyd@cummeratadickens.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "floyd@cummeratadickens.net"], ["encrypted_password", "$2a$04$e1uCwVzERV834nvQFVn8S.CM3DjZzTgSX0nojwxCO.lzWTvOEcPhm"], ["created_at", "2019-01-20 07:04:12.704393"], ["updated_at", "2019-01-20 07:04:12.704393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_25"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_25"], ["name", "engineer 25"], ["description", "engineer 25"], ["created_at", "2019-01-20 07:04:12.706587"], ["updated_at", "2019-01-20 07:04:12.706587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_26"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_26"], ["name", "architect 26"], ["description", "architect 26"], ["created_at", "2019-01-20 07:04:12.708198"], ["updated_at", "2019-01-20 07:04:12.708198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:04:12.710088"], ["updated_at", "2019-01-20 07:04:12.710088"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:04:12.711282"], ["updated_at", "2019-01-20 07:04:12.711282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Graciatown 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Graciatown 26"], ["created_at", "2019-01-20 07:04:12.713107"], ["updated_at", "2019-01-20 07:04:12.713107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Rickstad 27"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rickstad 27"], ["created_at", "2019-01-20 07:04:12.714428"], ["updated_at", "2019-01-20 07:04:12.714428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 26"], ["created_at", "2019-01-20 07:04:12.715813"], ["updated_at", "2019-01-20 07:04:12.715813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 27"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "green 27"], ["created_at", "2019-01-20 07:04:12.717061"], ["updated_at", "2019-01-20 07:04:12.717061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "florenciorunolfsdottir@rogahnmorar.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "florenciorunolfsdottir@rogahnmorar.org"], ["encrypted_password", "$2a$04$EPMDn/XmQUqjyDPBDyPTjOSJB3BMYUS9/VhG5GYbDWjK5Qmnzsik."], ["created_at", "2019-01-20 07:04:12.719440"], ["updated_at", "2019-01-20 07:04:12.719440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Impedit nulla dolore quae."], ["body", "Eveniet doloremque exercitationem. Fugiat rerum magni. Voluptas explicabo delectus."], ["created_at", "2019-01-20 07:04:12.720529"], ["updated_at", "2019-01-20 07:04:12.720529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "georgianne@dickinson.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "georgianne@dickinson.biz"], ["encrypted_password", "$2a$04$rHSTRmO7.pQIrjVjr73TBOpMFJedFb1Kpgjxm1mz/2llHWwT0VEba"], ["created_at", "2019-01-20 07:04:12.723040"], ["updated_at", "2019-01-20 07:04:12.723040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Consequuntur illum aut ut."], ["body", "Omnis dolorem sunt. Ratione sint expedita. Eum quod culpa."], ["created_at", "2019-01-20 07:04:12.724075"], ["updated_at", "2019-01-20 07:04:12.724075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "timikaeffertz@prosaccoemard.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "timikaeffertz@prosaccoemard.info"], ["encrypted_password", "$2a$04$eT83iIu2vepqxtvJqnu9/ulAvDTcyDbusLTOI46I9JsBC/41NcKHK"], ["created_at", "2019-01-20 07:04:12.726508"], ["updated_at", "2019-01-20 07:04:12.726508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Nisi delectus suscipit et."], ["body", "Et cum quia. Enim facere aut. Cumque laudantium rem."], ["created_at", "2019-01-20 07:04:12.727537"], ["updated_at", "2019-01-20 07:04:12.727537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leannewunsch@willms.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leannewunsch@willms.co"], ["encrypted_password", "$2a$04$GjMoBVywF7uOxvFvspfu5us1xePxjZSpsxh/EL5Ws4QFkVMJt7c3m"], ["created_at", "2019-01-20 07:04:12.730025"], ["updated_at", "2019-01-20 07:04:12.730025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Rem ipsam dolor quibusdam."], ["body", "Inventore consequatur nobis. Sit excepturi eligendi. Tempore nostrum rerum."], ["created_at", "2019-01-20 07:04:12.733494"], ["updated_at", "2019-01-20 07:04:12.733494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "North Graciatown 26"], ["created_at", "2019-01-20 07:04:12.735064"], ["updated_at", "2019-01-20 07:04:12.735064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "ivory 26"], ["created_at", "2019-01-20 07:04:12.736451"], ["updated_at", "2019-01-20 07:04:12.736451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Rickstad 27"], ["created_at", "2019-01-20 07:04:12.737683"], ["updated_at", "2019-01-20 07:04:12.737683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "green 27"], ["created_at", "2019-01-20 07:04:12.738926"], ["updated_at", "2019-01-20 07:04:12.738926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north graciatown 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'ivory 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'rickstad 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'green 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north graciatown 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'ivory 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'rickstad 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'green 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "janettabecker@hills.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "janettabecker@hills.io"], ["encrypted_password", "$2a$04$h2jDfijXMb3/RBHlq2kCFeJa1sbrzdGhfIFhsGgYygibggY771z2q"], ["created_at", "2019-01-20 07:04:12.750215"], ["updated_at", "2019-01-20 07:04:12.750215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_27"], ["name", "accountant 27"], ["description", "accountant 27"], ["created_at", "2019-01-20 07:04:12.752208"], ["updated_at", "2019-01-20 07:04:12.752208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_28"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_28"], ["name", "engineer 28"], ["description", "engineer 28"], ["created_at", "2019-01-20 07:04:12.753595"], ["updated_at", "2019-01-20 07:04:12.753595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:04:12.755398"], ["updated_at", "2019-01-20 07:04:12.755398"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:04:12.756570"], ["updated_at", "2019-01-20 07:04:12.756570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Shannonland 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Shannonland 28"], ["created_at", "2019-01-20 07:04:12.758048"], ["updated_at", "2019-01-20 07:04:12.758048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Lamont 29"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Lamont 29"], ["created_at", "2019-01-20 07:04:12.759297"], ["updated_at", "2019-01-20 07:04:12.759297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 28"], ["created_at", "2019-01-20 07:04:12.760639"], ["updated_at", "2019-01-20 07:04:12.760639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 29"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "black 29"], ["created_at", "2019-01-20 07:04:12.761972"], ["updated_at", "2019-01-20 07:04:12.761972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kimberelybeer@hoeger.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kimberelybeer@hoeger.net"], ["encrypted_password", "$2a$04$BmfxCJAiRQaft37RerBMy.Poig1R54UQC4VnavyYyHGTTzuTBdVRe"], ["created_at", "2019-01-20 07:04:12.764515"], ["updated_at", "2019-01-20 07:04:12.764515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Excepturi velit sit ea."], ["body", "Qui rerum omnis. Laboriosam cumque pariatur. Natus fuga vel."], ["created_at", "2019-01-20 07:04:12.765634"], ["updated_at", "2019-01-20 07:04:12.765634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "robynbrekke@davisvonrueden.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "robynbrekke@davisvonrueden.info"], ["encrypted_password", "$2a$04$o.Vi9EZ5PQNSMWUsTLO0o.neCrA.9ha2ZLLJXjokGmlZuk.OkCAd."], ["created_at", "2019-01-20 07:04:12.768113"], ["updated_at", "2019-01-20 07:04:12.768113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Voluptatibus repellendus rerum vitae."], ["body", "Omnis porro sed. Nam fuga rem. Veritatis nam enim."], ["created_at", "2019-01-20 07:04:12.769124"], ["updated_at", "2019-01-20 07:04:12.769124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rhebakohler@larson.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rhebakohler@larson.com"], ["encrypted_password", "$2a$04$lVzBOgaMRF/DbTMzd6BI3eyuLaDFkzp4MokUagoeA0CUnG6FD6ZEa"], ["created_at", "2019-01-20 07:04:12.771473"], ["updated_at", "2019-01-20 07:04:12.771473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Veritatis porro repellendus molestias."], ["body", "Rerum dolor enim. Accusantium qui adipisci. Ea sint quaerat."], ["created_at", "2019-01-20 07:04:12.772446"], ["updated_at", "2019-01-20 07:04:12.772446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marylee@kertzmannfranecki.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marylee@kertzmannfranecki.biz"], ["encrypted_password", "$2a$04$jc9ApUAqg2Se0cYqWT3AHezwTNTXccBaJVchY1yOHLU3hVliTaCX6"], ["created_at", "2019-01-20 07:04:12.774759"], ["updated_at", "2019-01-20 07:04:12.774759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Minus itaque ipsum qui."], ["body", "Accusamus at molestiae. Eos sunt eveniet. Ut ducimus voluptatem."], ["created_at", "2019-01-20 07:04:12.775763"], ["updated_at", "2019-01-20 07:04:12.775763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "North Shannonland 28"], ["created_at", "2019-01-20 07:04:12.777243"], ["updated_at", "2019-01-20 07:04:12.777243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "white 28"], ["created_at", "2019-01-20 07:04:12.778657"], ["updated_at", "2019-01-20 07:04:12.778657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-20 07:04:12.779929"], ["updated_at", "2019-01-20 07:04:12.779929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "black 29"], ["created_at", "2019-01-20 07:04:12.781188"], ["updated_at", "2019-01-20 07:04:12.781188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north shannonland 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'white 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'black 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-20 07:04:12.804847"], ["updated_at", "2019-01-20 07:04:12.804847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "philosopher_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "philosopher 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_3"], ["name", "philosopher 3"], ["description", "philosopher 3"], ["created_at", "2019-01-20 07:04:12.808015"], ["updated_at", "2019-01-20 07:04:12.808015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 07:04:12.809925"], ["updated_at", "2019-01-20 07:04:12.809925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 07:04:12.833137"], ["updated_at", "2019-01-20 07:04:12.833137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 07:04:12.834302"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 07:04:12.846432"], ["updated_at", "2019-01-20 07:04:12.846432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 07:04:12.847677"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-20 07:04:12.869502"], ["updated_at", "2019-01-20 07:04:12.869502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 07:04:12.898450"], ["updated_at", "2019-01-20 07:04:12.898450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-20 07:04:12.899693"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "philosopher_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "philosopher 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_4"], ["name", "philosopher 4"], ["description", "philosopher 4"], ["created_at", "2019-01-20 07:04:13.004012"], ["updated_at", "2019-01-20 07:04:13.004012"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 29"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_29"], ["name", "programmer 29"], ["description", "programmer 29"], ["created_at", "2019-01-20 07:04:13.007088"], ["updated_at", "2019-01-20 07:04:13.007088"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-20 07:04:13.009081"], ["updated_at", "2019-01-20 07:04:13.009081"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "advocate_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "advocate 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_5"], ["name", "advocate 5"], ["description", "advocate 5"], ["created_at", "2019-01-20 07:04:13.025270"], ["updated_at", "2019-01-20 07:04:13.025270"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 30"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_30"], ["name", "librarian 30"], ["description", "librarian 30"], ["created_at", "2019-01-20 07:04:13.028373"], ["updated_at", "2019-01-20 07:04:13.028373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 07:04:13.029942"], ["updated_at", "2019-01-20 07:04:13.029942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 07:04:13.055039"], ["updated_at", "2019-01-20 07:04:13.055039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 07:04:13.056309"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 07:04:13.067726"], ["updated_at", "2019-01-20 07:04:13.067726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 07:04:13.068835"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-20 07:04:13.090390"], ["updated_at", "2019-01-20 07:04:13.090390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 31"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_31"], ["name", "engineer 31"], ["description", "engineer 31"], ["created_at", "2019-01-20 07:04:13.121602"], ["updated_at", "2019-01-20 07:04:13.121602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-20 07:04:13.123582"], ["updated_at", "2019-01-20 07:04:13.123582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.3ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.5ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-20 07:04:13.232962"], ["updated_at", "2019-01-20 07:04:13.232962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-20 07:04:13.236117"], ["updated_at", "2019-01-20 07:04:13.236117"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:04:13.242457"], ["updated_at", "2019-01-20 07:04:13.242457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:04:13.245053"], ["updated_at", "2019-01-20 07:04:13.245053"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 07:04:13.247191"], ["updated_at", "2019-01-20 07:04:13.247191"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edie@renner.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "edie@renner.io"], ["encrypted_password", "$2a$04$XtD7Q.4UGxNuuH9lXdp7AuXB1.ggVqNq.jr5bcCd3xZekRci5O5Eq"], ["created_at", "2019-01-20 07:04:13.251518"], ["updated_at", "2019-01-20 07:04:13.251518"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Et asperiores cumque et."], ["body", "Nam ex atque. Porro ea eligendi. Ullam pariatur sit."], ["created_at", "2019-01-20 07:04:13.253531"], ["updated_at", "2019-01-20 07:04:13.253531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alfonsocarter@cronin.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alfonsocarter@cronin.co"], ["encrypted_password", "$2a$04$U2IVVPt.Mbj7uGEtwVKbbuNj.CUGlMt2V2wbL1K0CW4/5iTQPL5e6"], ["created_at", "2019-01-20 07:04:13.257309"], ["updated_at", "2019-01-20 07:04:13.257309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Doloribus fugit soluta possimus."], ["body", "Voluptate dolorum architecto. Accusamus eos nulla. Ducimus quasi et."], ["created_at", "2019-01-20 07:04:13.258865"], ["updated_at", "2019-01-20 07:04:13.258865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.5ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:04:13.265145"], ["updated_at", "2019-01-20 07:04:13.265145"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:04:13.267935"], ["updated_at", "2019-01-20 07:04:13.267935"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 07:04:13.270242"], ["updated_at", "2019-01-20 07:04:13.270242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rollandwintheiser@haaghirthe.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rollandwintheiser@haaghirthe.biz"], ["encrypted_password", "$2a$04$vX6y.AxzW1BLndhvjhJHbOjy90Z5aZP5gEzAATS0v4Beg50hZU52S"], ["created_at", "2019-01-20 07:04:13.274094"], ["updated_at", "2019-01-20 07:04:13.274094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Omnis non non vel."], ["body", "Aliquam dignissimos harum. Molestias ut sequi. Temporibus voluptas eum."], ["created_at", "2019-01-20 07:04:13.275737"], ["updated_at", "2019-01-20 07:04:13.275737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "abelblanda@hilpert.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "abelblanda@hilpert.name"], ["encrypted_password", "$2a$04$cUIwQvq1vN1qtGkP4B6tDOkbHfHEYRVQghmaCz4ovkp.Mvd21DSOK"], ["created_at", "2019-01-20 07:04:13.279313"], ["updated_at", "2019-01-20 07:04:13.279313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Iste enim est aut."], ["body", "Impedit laudantium totam. Ut et temporibus. Quod blanditiis a."], ["created_at", "2019-01-20 07:04:13.280723"], ["updated_at", "2019-01-20 07:04:13.280723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:04:13.284806"], ["updated_at", "2019-01-20 07:04:13.284806"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:04:13.287161"], ["updated_at", "2019-01-20 07:04:13.287161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 07:04:13.288995"], ["updated_at", "2019-01-20 07:04:13.288995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cindi@blick.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cindi@blick.info"], ["encrypted_password", "$2a$04$B6ppkM1DzRV6NQrYwGuVNeUMKQVedsXU3ByBQhj.NpaRyqHC07cei"], ["created_at", "2019-01-20 07:04:13.292344"], ["updated_at", "2019-01-20 07:04:13.292344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quia quos quae perspiciatis."], ["body", "Veritatis ut earum. Non sint molestias. Officiis itaque voluptates."], ["created_at", "2019-01-20 07:04:13.293949"], ["updated_at", "2019-01-20 07:04:13.293949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "grahamrobel@rogahn.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "grahamrobel@rogahn.io"], ["encrypted_password", "$2a$04$guBsx96aty/ID2WUBMOb9uJrAd2/qknpDcJp3.9iTX9fInK/80lDG"], ["created_at", "2019-01-20 07:04:13.297130"], ["updated_at", "2019-01-20 07:04:13.297130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Ea ex dolor est."], ["body", "Nesciunt magni praesentium. Rem perspiciatis non. Et aut cum."], ["created_at", "2019-01-20 07:04:13.298444"], ["updated_at", "2019-01-20 07:04:13.298444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:04:13.302239"], ["updated_at", "2019-01-20 07:04:13.302239"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:04:13.304035"], ["updated_at", "2019-01-20 07:04:13.304035"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 07:04:13.305562"], ["updated_at", "2019-01-20 07:04:13.305562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "etsukokoepp@lowe.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "etsukokoepp@lowe.net"], ["encrypted_password", "$2a$04$HVM2WnmBuxMPl8sfy9GPUOC4RprIjq2GEQ047IKnDxWUib2FCVZN6"], ["created_at", "2019-01-20 07:04:13.308451"], ["updated_at", "2019-01-20 07:04:13.308451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Tempora doloribus temporibus explicabo."], ["body", "Error in et. Et deleniti vel. Sed asperiores aliquid."], ["created_at", "2019-01-20 07:04:13.309750"], ["updated_at", "2019-01-20 07:04:13.309750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "karrenmoore@barton.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "karrenmoore@barton.net"], ["encrypted_password", "$2a$04$CdkMtPDiqZafhMsAIjlNVOHQ.eKoxHo3RgQ6MsnEOQjRSEn4bNSdu"], ["created_at", "2019-01-20 07:04:13.312668"], ["updated_at", "2019-01-20 07:04:13.312668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Exercitationem est non aliquid."], ["body", "Quidem nesciunt quod. Possimus nulla quae. Aliquid voluptas ipsum."], ["created_at", "2019-01-20 07:04:13.313847"], ["updated_at", "2019-01-20 07:04:13.313847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "palmerschmitt@williamsonmitchell.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "palmerschmitt@williamsonmitchell.com"], ["encrypted_password", "$2a$04$5Siz373lfB8Eb7S7Qz0OBOOj6oHUi/TyIWTbU68bP.r7wVGomAjjq"], ["created_at", "2019-01-20 07:04:13.316489"], ["updated_at", "2019-01-20 07:04:13.316489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Labore deserunt quis blanditiis."], ["body", "Quisquam et aut. Laborum dolor assumenda. Quia et dicta."], ["created_at", "2019-01-20 07:04:13.317547"], ["updated_at", "2019-01-20 07:04:13.317547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:04:13.324674"], ["updated_at", "2019-01-20 07:04:13.324674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:04:13.326041"], ["updated_at", "2019-01-20 07:04:13.326041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 07:04:13.327615"], ["updated_at", "2019-01-20 07:04:13.327615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 07:04:13.329308"], ["updated_at", "2019-01-20 07:04:13.329308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dustyfeil@abshire.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dustyfeil@abshire.name"], ["encrypted_password", "$2a$04$J3pu.F840BkL94/kbgWbxuTZh2BYbyd2AiadfbVMPAf5eb.hXefbi"], ["created_at", "2019-01-20 07:04:13.332039"], ["updated_at", "2019-01-20 07:04:13.332039"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quo quia adipisci est."], ["body", "Quaerat aut culpa. Dolore voluptas qui. Reiciendis ut quae."], ["created_at", "2019-01-20 07:04:13.333328"], ["updated_at", "2019-01-20 07:04:13.333328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "raymond@cormier.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "raymond@cormier.co"], ["encrypted_password", "$2a$04$gMLmdK15eE563OTmbNt8quJ8/lktGUr.aoDBVAhtRbBQ.d.S7tIsW"], ["created_at", "2019-01-20 07:04:13.336013"], ["updated_at", "2019-01-20 07:04:13.336013"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Omnis voluptatum corporis consectetur."], ["body", "Excepturi assumenda iusto. Eligendi dignissimos itaque. Aut consequatur placeat."], ["created_at", "2019-01-20 07:04:13.337059"], ["updated_at", "2019-01-20 07:04:13.337059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "matthewshanahan@donnelly.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "matthewshanahan@donnelly.co"], ["encrypted_password", "$2a$04$XgCucvinlqotB.7JiE2toesv9FjazVpm7jBYOQDN/rkx0SfyoybCS"], ["created_at", "2019-01-20 07:04:13.339469"], ["updated_at", "2019-01-20 07:04:13.339469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Eum omnis asperiores et."], ["body", "Adipisci ad autem. Cupiditate facilis in. Explicabo accusantium illum."], ["created_at", "2019-01-20 07:04:13.340477"], ["updated_at", "2019-01-20 07:04:13.340477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chantel@schinnerstanton.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chantel@schinnerstanton.io"], ["encrypted_password", "$2a$04$Sb0rCOF2x82GIcf2iufJ1.fYgPIWFpNLzLrkF75eNNS3kj002tGGm"], ["created_at", "2019-01-20 07:04:13.342963"], ["updated_at", "2019-01-20 07:04:13.342963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Libero distinctio nam itaque."], ["body", "Autem voluptatem quos. Nulla ea possimus. Quia beatae et."], ["created_at", "2019-01-20 07:04:13.343968"], ["updated_at", "2019-01-20 07:04:13.343968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:04:13.348543"], ["updated_at", "2019-01-20 07:04:13.348543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:04:13.350121"], ["updated_at", "2019-01-20 07:04:13.350121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 07:04:13.351470"], ["updated_at", "2019-01-20 07:04:13.351470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 07:04:13.352713"], ["updated_at", "2019-01-20 07:04:13.352713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elouise@goldner.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elouise@goldner.name"], ["encrypted_password", "$2a$04$ob52tCOADFiOqjT9eFhLhekOYeyOULGOYtgnc2ojjRuOnbwoYb1O2"], ["created_at", "2019-01-20 07:04:13.355143"], ["updated_at", "2019-01-20 07:04:13.355143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Et nesciunt non deserunt."], ["body", "Eum vero quis. Vel saepe expedita. Quo omnis esse."], ["created_at", "2019-01-20 07:04:13.356308"], ["updated_at", "2019-01-20 07:04:13.356308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Laurence 30"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Laurence 30"], ["created_at", "2019-01-20 07:04:13.359495"], ["updated_at", "2019-01-20 07:04:13.359495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lindburgh 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lindburgh 31"], ["created_at", "2019-01-20 07:04:13.360804"], ["updated_at", "2019-01-20 07:04:13.360804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Monserratefurt 32"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Monserratefurt 32"], ["created_at", "2019-01-20 07:04:13.362242"], ["updated_at", "2019-01-20 07:04:13.362242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Aut impedit inventore sed."], ["created_at", "2019-01-20 07:04:13.368317"], ["updated_at", "2019-01-20 07:04:13.368317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 07:04:13.376845"], ["updated_at", "2019-01-20 07:04:13.376845"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 07:04:13.377864"], ["updated_at", "2019-01-20 07:04:13.377864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:04:13.381162"], ["updated_at", "2019-01-20 07:04:13.381162"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 07:04:13.383193"], ["updated_at", "2019-01-20 07:04:13.383193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dierdrekeeling@denesikcrooks.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dierdrekeeling@denesikcrooks.io"], ["encrypted_password", "$2a$04$b185/cY1EjOXuOGV7YQK6ei9/BCCxcdDyYvTKDToJQL.nD7DViP.i"], ["created_at", "2019-01-20 07:04:13.385865"], ["updated_at", "2019-01-20 07:04:13.385865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Dignissimos voluptatem deserunt ea."], ["body", "Ullam non repudiandae. Quibusdam quisquam sed. Quibusdam dolore corporis."], ["created_at", "2019-01-20 07:04:13.387063"], ["updated_at", "2019-01-20 07:04:13.387063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.3ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Dicta laudantium ut incidunt."], ["created_at", "2019-01-20 07:04:13.389481"], ["updated_at", "2019-01-20 07:04:13.389481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jedbernhard@okon.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jedbernhard@okon.io"], ["encrypted_password", "$2a$04$Hk30v87W.rqhjOO9xSI2sOGOJId/95GsvnQtdRS6SyJCo2.l/0qLa"], ["created_at", "2019-01-20 07:04:13.395451"], ["updated_at", "2019-01-20 07:04:13.395451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 30"], ["created_at", "2019-01-20 07:04:13.397242"], ["updated_at", "2019-01-20 07:04:13.397242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Botsfordmouth 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Botsfordmouth 33"], ["created_at", "2019-01-20 07:04:13.398427"], ["updated_at", "2019-01-20 07:04:13.398427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Autem eveniet laboriosam eligendi."], ["body", "Accusantium ea praesentium. Sit animi maiores. Deleniti nemo magnam."], ["created_at", "2019-01-20 07:04:13.399491"], ["updated_at", "2019-01-20 07:04:13.399491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Douglasstad 34"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Douglasstad 34"], ["created_at", "2019-01-20 07:04:13.402964"], ["updated_at", "2019-01-20 07:04:13.402964"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Richardberg 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Richardberg 35"], ["created_at", "2019-01-20 07:04:13.404860"], ["updated_at", "2019-01-20 07:04:13.404860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:04:13.408142"], ["updated_at", "2019-01-20 07:04:13.408142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:04:13.409952"], ["updated_at", "2019-01-20 07:04:13.409952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "delilahquigley@feeney.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "delilahquigley@feeney.io"], ["encrypted_password", "$2a$04$8JDqWbsD2X1k0vx.c2/biusaZ9UXdD.jgJ1J4PLwF0BTEzTsURzGa"], ["created_at", "2019-01-20 07:04:13.412740"], ["updated_at", "2019-01-20 07:04:13.412740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "grey 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "grey 31"], ["created_at", "2019-01-20 07:04:13.414335"], ["updated_at", "2019-01-20 07:04:13.414335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Occaecati qui qui non."], ["body", "Quidem quasi et. Id voluptatibus facilis. Officiis dolor dolore."], ["created_at", "2019-01-20 07:04:13.415412"], ["updated_at", "2019-01-20 07:04:13.415412"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:04:13.418506"], ["updated_at", "2019-01-20 07:04:13.418506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:04:13.420098"], ["updated_at", "2019-01-20 07:04:13.420098"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "collin@jenkins.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "collin@jenkins.org"], ["encrypted_password", "$2a$04$f1GIRUqeE8e/TuqQkqU53uh2snC5QhUq/xj0DYw31UPYe9C8Zkaw6"], ["created_at", "2019-01-20 07:04:13.423213"], ["updated_at", "2019-01-20 07:04:13.423213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "red 32"], ["created_at", "2019-01-20 07:04:13.428089"], ["updated_at", "2019-01-20 07:04:13.428089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptatem in laborum a."], ["body", "Sed doloremque ducimus. Adipisci quia porro. Veniam dolorum distinctio."], ["created_at", "2019-01-20 07:04:13.429321"], ["updated_at", "2019-01-20 07:04:13.429321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Douglass 36"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Douglass 36"], ["created_at", "2019-01-20 07:04:13.433016"], ["updated_at", "2019-01-20 07:04:13.433016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kertzmannmouth 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kertzmannmouth 37"], ["created_at", "2019-01-20 07:04:13.434485"], ["updated_at", "2019-01-20 07:04:13.434485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Pamellaview 38"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pamellaview 38"], ["created_at", "2019-01-20 07:04:13.435610"], ["updated_at", "2019-01-20 07:04:13.435610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Modi aut vel sit."], ["created_at", "2019-01-20 07:04:13.436694"], ["updated_at", "2019-01-20 07:04:13.436694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 07:04:13.438433"], ["updated_at", "2019-01-20 07:04:13.438433"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 07:04:13.439299"], ["updated_at", "2019-01-20 07:04:13.439299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Larryberg 39"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Larryberg 39"], ["created_at", "2019-01-20 07:04:13.442704"], ["updated_at", "2019-01-20 07:04:13.442704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Salvador 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Salvador 40"], ["created_at", "2019-01-20 07:04:13.444554"], ["updated_at", "2019-01-20 07:04:13.444554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Vincenzo 41"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Vincenzo 41"], ["created_at", "2019-01-20 07:04:13.445771"], ["updated_at", "2019-01-20 07:04:13.445771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Christoper 42"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Christoper 42"], ["created_at", "2019-01-20 07:04:13.446825"], ["updated_at", "2019-01-20 07:04:13.446825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Dolor hic exercitationem tempora."], ["created_at", "2019-01-20 07:04:13.447637"], ["updated_at", "2019-01-20 07:04:13.447637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 07:04:13.449119"], ["updated_at", "2019-01-20 07:04:13.449119"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 07:04:13.450002"], ["updated_at", "2019-01-20 07:04:13.450002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Paulitaberg 43"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Paulitaberg 43"], ["created_at", "2019-01-20 07:04:13.453648"], ["updated_at", "2019-01-20 07:04:13.453648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "awilda@kling.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "awilda@kling.io"], ["encrypted_password", "$2a$04$EEUcwRRa.TzarBGnU15jpeKfn2K4iZ3CD.PoxO2LgAwlgTfLHO5qK"], ["created_at", "2019-01-20 07:04:13.456847"], ["updated_at", "2019-01-20 07:04:13.456847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 33"], ["LIMIT", 1]] Clearance Create (0.2ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 33"], ["created_at", "2019-01-20 07:04:13.458623"], ["updated_at", "2019-01-20 07:04:13.458623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Rueben 44"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Rueben 44"], ["created_at", "2019-01-20 07:04:13.460249"], ["updated_at", "2019-01-20 07:04:13.460249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Rerum veritatis sit fugiat."], ["body", "Neque et dolor. Animi maiores numquam. Est nisi vel."], ["created_at", "2019-01-20 07:04:13.461258"], ["updated_at", "2019-01-20 07:04:13.461258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Paul 45"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Paul 45"], ["created_at", "2019-01-20 07:04:13.464951"], ["updated_at", "2019-01-20 07:04:13.464951"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pattieweimann@walkerwolf.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pattieweimann@walkerwolf.org"], ["encrypted_password", "$2a$04$o9p6rgrFyeCYCMyA93VmKuEPP2zeREGJC6df3JaMNZmjD/wchplRK"], ["created_at", "2019-01-20 07:04:13.468316"], ["updated_at", "2019-01-20 07:04:13.468316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 34"], ["created_at", "2019-01-20 07:04:13.469900"], ["updated_at", "2019-01-20 07:04:13.469900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Ona 46"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Ona 46"], ["created_at", "2019-01-20 07:04:13.471081"], ["updated_at", "2019-01-20 07:04:13.471081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Blanditiis expedita minus ad."], ["body", "Perspiciatis et odit. Adipisci ullam impedit. Amet commodi in."], ["created_at", "2019-01-20 07:04:13.472055"], ["updated_at", "2019-01-20 07:04:13.472055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kristown 47"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kristown 47"], ["created_at", "2019-01-20 07:04:13.475803"], ["updated_at", "2019-01-20 07:04:13.475803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Alphonso 49"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Alphonso 49"], ["created_at", "2019-01-20 07:04:13.479158"], ["updated_at", "2019-01-20 07:04:13.479158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Nellybury 51"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Nellybury 51"], ["created_at", "2019-01-20 07:04:13.483138"], ["updated_at", "2019-01-20 07:04:13.483138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "georgeann@lueilwitzlind.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "georgeann@lueilwitzlind.biz"], ["encrypted_password", "$2a$04$YU7Z16ImUY50UunvwVCOvuJISWnHD7Z3GDdGnSSz8s5HNBAbUnI9y"], ["created_at", "2019-01-20 07:04:13.489772"], ["updated_at", "2019-01-20 07:04:13.489772"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_1"], ["name", "actor 1"], ["description", "actor 1"], ["created_at", "2019-01-20 07:31:32.136479"], ["updated_at", "2019-01-20 07:31:32.136479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_2"], ["name", "accountant 2"], ["description", "accountant 2"], ["created_at", "2019-01-20 07:31:32.138425"], ["updated_at", "2019-01-20 07:31:32.138425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nereida@langworthtoy.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nereida@langworthtoy.biz"], ["encrypted_password", "$2a$04$.89zb5AwPrvx3/LMrCWfYeApHEJGwaEufenpIzQlgTOtcwCoL3d1C"], ["created_at", "2019-01-20 07:31:32.172124"], ["updated_at", "2019-01-20 07:31:32.172124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "tan 1"], ["created_at", "2019-01-20 07:31:32.180138"], ["updated_at", "2019-01-20 07:31:32.180138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Alba 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Alba 1"], ["created_at", "2019-01-20 07:31:32.187000"], ["updated_at", "2019-01-20 07:31:32.187000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Sint sunt odit labore."], ["body", "Sed sapiente molestias. Amet temporibus in. Vitae ipsum sint."], ["created_at", "2019-01-20 07:31:32.188980"], ["updated_at", "2019-01-20 07:31:32.188980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_3"], ["name", "human resources 3"], ["description", "human resources 3"], ["created_at", "2019-01-20 07:31:32.196031"], ["updated_at", "2019-01-20 07:31:32.196031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_4"], ["name", "designer 4"], ["description", "designer 4"], ["created_at", "2019-01-20 07:31:32.197732"], ["updated_at", "2019-01-20 07:31:32.197732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tarshaschamberger@cruickshank.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tarshaschamberger@cruickshank.io"], ["encrypted_password", "$2a$04$8D9l43czrDqiQu6UsWCeruGy.mNqzRoHT/wbB5zHF30eq1dr6ymKa"], ["created_at", "2019-01-20 07:31:32.201418"], ["updated_at", "2019-01-20 07:31:32.201418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 2"], ["created_at", "2019-01-20 07:31:32.203049"], ["updated_at", "2019-01-20 07:31:32.203049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Myeshamouth 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Myeshamouth 2"], ["created_at", "2019-01-20 07:31:32.204344"], ["updated_at", "2019-01-20 07:31:32.204344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Rerum provident amet debitis."], ["body", "Omnis sequi unde. Est voluptatem dolores. Et placeat aliquam."], ["created_at", "2019-01-20 07:31:32.205330"], ["updated_at", "2019-01-20 07:31:32.205330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_5"], ["name", "police officer 5"], ["description", "police officer 5"], ["created_at", "2019-01-20 07:31:32.219736"], ["updated_at", "2019-01-20 07:31:32.219736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 6"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_6"], ["name", "teacher 6"], ["description", "teacher 6"], ["created_at", "2019-01-20 07:31:32.221392"], ["updated_at", "2019-01-20 07:31:32.221392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "raleighgrant@oberbrunner.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "raleighgrant@oberbrunner.com"], ["encrypted_password", "$2a$04$tKfVjBd6AtwfGioIKMJ2We8Sskws5JLjPhHVHWoAyDbFoegsMoOUC"], ["created_at", "2019-01-20 07:31:32.225280"], ["updated_at", "2019-01-20 07:31:32.225280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "red 3"], ["created_at", "2019-01-20 07:31:32.226813"], ["updated_at", "2019-01-20 07:31:32.226813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Wardport 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Wardport 3"], ["created_at", "2019-01-20 07:31:32.227935"], ["updated_at", "2019-01-20 07:31:32.227935"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Expedita ab numquam magnam."], ["body", "Quis eum nostrum. Autem velit enim. Quidem eius non."], ["created_at", "2019-01-20 07:31:32.229090"], ["updated_at", "2019-01-20 07:31:32.229090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_7"], ["name", "teacher 7"], ["description", "teacher 7"], ["created_at", "2019-01-20 07:31:32.235990"], ["updated_at", "2019-01-20 07:31:32.235990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 8"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_8"], ["name", "architect 8"], ["description", "architect 8"], ["created_at", "2019-01-20 07:31:32.237545"], ["updated_at", "2019-01-20 07:31:32.237545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "magda@morar.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "magda@morar.info"], ["encrypted_password", "$2a$04$daUwBb1wgsTpcOs2hSijgeTbMjI3hZaYJ9eepE4UFKc4zOK68dp8q"], ["created_at", "2019-01-20 07:31:32.240893"], ["updated_at", "2019-01-20 07:31:32.240893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 4"], ["created_at", "2019-01-20 07:31:32.242427"], ["updated_at", "2019-01-20 07:31:32.242427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Gillianmouth 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Gillianmouth 4"], ["created_at", "2019-01-20 07:31:32.243668"], ["updated_at", "2019-01-20 07:31:32.243668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Rerum tempora et laudantium."], ["body", "Occaecati corporis et. Rerum voluptatum quo. Quam quos ipsam."], ["created_at", "2019-01-20 07:31:32.244688"], ["updated_at", "2019-01-20 07:31:32.244688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_9"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 9"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_9"], ["name", "philosopher 9"], ["description", "philosopher 9"], ["created_at", "2019-01-20 07:31:32.251791"], ["updated_at", "2019-01-20 07:31:32.251791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 10"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_10"], ["name", "web developer 10"], ["description", "web developer 10"], ["created_at", "2019-01-20 07:31:32.253498"], ["updated_at", "2019-01-20 07:31:32.253498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "billiewolff@turcotte.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "billiewolff@turcotte.net"], ["encrypted_password", "$2a$04$4AzYJNV.0WaNU/ymX8PO7ekjudKSeZRpQqGQH40ylrnbfaeR5HNDa"], ["created_at", "2019-01-20 07:31:32.257092"], ["updated_at", "2019-01-20 07:31:32.257092"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 5"], ["created_at", "2019-01-20 07:31:32.258565"], ["updated_at", "2019-01-20 07:31:32.258565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Feilfort 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Feilfort 5"], ["created_at", "2019-01-20 07:31:32.259998"], ["updated_at", "2019-01-20 07:31:32.259998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ut id eveniet hic."], ["body", "Ea sequi non. Quas cumque sit. In et qui."], ["created_at", "2019-01-20 07:31:32.261130"], ["updated_at", "2019-01-20 07:31:32.261130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_11"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_11"], ["name", "physicist 11"], ["description", "physicist 11"], ["created_at", "2019-01-20 07:31:32.267744"], ["updated_at", "2019-01-20 07:31:32.267744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_12"], ["name", "chemist 12"], ["description", "chemist 12"], ["created_at", "2019-01-20 07:31:32.269471"], ["updated_at", "2019-01-20 07:31:32.269471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "coletta@rennerfriesen.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "coletta@rennerfriesen.biz"], ["encrypted_password", "$2a$04$dDkFsGYuyaiL5mpBCv3SdOBYy9k4Rh9tx2d0poWcCB9gNFwfUKrQa"], ["created_at", "2019-01-20 07:31:32.272972"], ["updated_at", "2019-01-20 07:31:32.272972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 6"], ["created_at", "2019-01-20 07:31:32.274564"], ["updated_at", "2019-01-20 07:31:32.274564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Jeremiah 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Jeremiah 6"], ["created_at", "2019-01-20 07:31:32.275721"], ["updated_at", "2019-01-20 07:31:32.275721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eaque dolor quia cupiditate."], ["body", "Libero quia porro. Beatae est tempora. Doloremque nostrum voluptatem."], ["created_at", "2019-01-20 07:31:32.276708"], ["updated_at", "2019-01-20 07:31:32.276708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cythia@swaniawskiharris.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cythia@swaniawskiharris.co"], ["encrypted_password", "$2a$04$RnWE/cy0M9GtnUmC86GMm.az0rZ4DlvyzBLB1PYQNBIBByi4OTbma"], ["created_at", "2019-01-20 07:31:32.279270"], ["updated_at", "2019-01-20 07:31:32.279270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Report Load (0.9ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 3.5ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "claudio@keeling.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "claudio@keeling.info"], ["encrypted_password", "$2a$04$r1VGU0IJOZ0Gq7d8sH4.Vut1RymgKgEU8NubUr67dAHg8ZaqcBtFG"], ["created_at", "2019-01-20 07:31:32.366833"], ["updated_at", "2019-01-20 07:31:32.366833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ApplicationController#custom as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "franklinkub@keebler.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "franklinkub@keebler.name"], ["encrypted_password", "$2a$04$Uk2VAzzRNRMep3aoWMWbLOSV4XVMiLPk7/ogW2g/hDx7FZjEpUNCy"], ["created_at", "2019-01-20 07:31:32.374960"], ["updated_at", "2019-01-20 07:31:32.374960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 13"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_13"], ["name", "firefighter 13"], ["description", "firefighter 13"], ["created_at", "2019-01-20 07:31:32.384916"], ["updated_at", "2019-01-20 07:31:32.384916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "programmer_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "programmer 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_1"], ["name", "programmer 1"], ["description", "programmer 1"], ["created_at", "2019-01-20 07:31:32.391687"], ["updated_at", "2019-01-20 07:31:32.391687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-20 07:31:32.399234"], ["updated_at", "2019-01-20 07:31:32.399234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 07:31:32.406595"], ["updated_at", "2019-01-20 07:31:32.406595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.3ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 07:31:32.414029"], ["updated_at", "2019-01-20 07:31:32.414029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 14"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_14"], ["name", "attorney at law 14"], ["description", "attorney at law 14"], ["created_at", "2019-01-20 07:31:32.422690"], ["updated_at", "2019-01-20 07:31:32.422690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "web_developer_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "web developer 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_2"], ["name", "web developer 2"], ["description", "web developer 2"], ["created_at", "2019-01-20 07:31:32.424730"], ["updated_at", "2019-01-20 07:31:32.424730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-20 07:31:32.426437"], ["updated_at", "2019-01-20 07:31:32.426437"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 07:31:32.427800"], ["updated_at", "2019-01-20 07:31:32.427800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 07:31:32.429270"], ["updated_at", "2019-01-20 07:31:32.429270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/validations/action_names"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leesastark@kemmer.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leesastark@kemmer.co"], ["encrypted_password", "$2a$04$nqGoz9PwuEAcjRfGXVpPrOlnYn0s763FIKNIvtMxT7N0WXu/1e.am"], ["created_at", "2019-01-20 07:31:32.435066"], ["updated_at", "2019-01-20 07:31:32.435066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_15"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_15"], ["name", "police officer 15"], ["description", "police officer 15"], ["created_at", "2019-01-20 07:31:32.436979"], ["updated_at", "2019-01-20 07:31:32.436979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:31:32.439058"], ["updated_at", "2019-01-20 07:31:32.439058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Runteborough 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Runteborough 7"], ["created_at", "2019-01-20 07:31:32.440406"], ["updated_at", "2019-01-20 07:31:32.440406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Angelesbury 8"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Angelesbury 8"], ["created_at", "2019-01-20 07:31:32.441591"], ["updated_at", "2019-01-20 07:31:32.441591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "yellow 7"], ["created_at", "2019-01-20 07:31:32.443022"], ["updated_at", "2019-01-20 07:31:32.443022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 8"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "tan 8"], ["created_at", "2019-01-20 07:31:32.444426"], ["updated_at", "2019-01-20 07:31:32.444426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eduardothompson@harris.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eduardothompson@harris.name"], ["encrypted_password", "$2a$04$vIMXEHHrqUJblierE6gb7eme0R/yN5l0H2E2ZElhNOUvwQKLODaMy"], ["created_at", "2019-01-20 07:31:32.447093"], ["updated_at", "2019-01-20 07:31:32.447093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Non et alias saepe."], ["body", "Dolore id optio. Et alias sit. Quasi rerum quaerat."], ["created_at", "2019-01-20 07:31:32.448262"], ["updated_at", "2019-01-20 07:31:32.448262"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Runteborough 7"], ["created_at", "2019-01-20 07:31:32.455331"], ["updated_at", "2019-01-20 07:31:32.455331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "yellow 7"], ["created_at", "2019-01-20 07:31:32.457114"], ["updated_at", "2019-01-20 07:31:32.457114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'runteborough 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'yellow 7')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "audrey@gottlieb.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "audrey@gottlieb.info"], ["encrypted_password", "$2a$04$JG6qCPPzsYbvv3TCl3AnhuD9B4x.uPYIje5Cb8IcrqOiShnvsLAUm"], ["created_at", "2019-01-20 07:31:32.464204"], ["updated_at", "2019-01-20 07:31:32.464204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_16"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_16"], ["name", "librarian 16"], ["description", "librarian 16"], ["created_at", "2019-01-20 07:31:32.466260"], ["updated_at", "2019-01-20 07:31:32.466260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:31:32.468432"], ["updated_at", "2019-01-20 07:31:32.468432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Karystad 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Karystad 9"], ["created_at", "2019-01-20 07:31:32.469790"], ["updated_at", "2019-01-20 07:31:32.469790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Muellerport 10"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Muellerport 10"], ["created_at", "2019-01-20 07:31:32.470879"], ["updated_at", "2019-01-20 07:31:32.470879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 9"], ["created_at", "2019-01-20 07:31:32.472422"], ["updated_at", "2019-01-20 07:31:32.472422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 10"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "black 10"], ["created_at", "2019-01-20 07:31:32.473756"], ["updated_at", "2019-01-20 07:31:32.473756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lillianamaggio@botsford.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lillianamaggio@botsford.info"], ["encrypted_password", "$2a$04$QnFh6.pKBi1OVhmcXPCQruIrip1qCOe8B1Y4UWabsgemjqTzdX2Ce"], ["created_at", "2019-01-20 07:31:32.476267"], ["updated_at", "2019-01-20 07:31:32.476267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Veritatis ut laborum facilis."], ["body", "Nostrum nesciunt officiis. Et consequuntur nemo. Soluta quia in."], ["created_at", "2019-01-20 07:31:32.477461"], ["updated_at", "2019-01-20 07:31:32.477461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Muellerport 10"], ["created_at", "2019-01-20 07:31:32.479257"], ["updated_at", "2019-01-20 07:31:32.479257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "ivory 9"], ["created_at", "2019-01-20 07:31:32.480827"], ["updated_at", "2019-01-20 07:31:32.480827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'muellerport 10')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "randypagac@strosin.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "randypagac@strosin.co"], ["encrypted_password", "$2a$04$mpt0YKLLY1QkPIwsiKkmL.lJK8B60vJmvefEZec1WS5Usq7xbL4eO"], ["created_at", "2019-01-20 07:31:32.486327"], ["updated_at", "2019-01-20 07:31:32.486327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_17"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_17"], ["name", "accountant 17"], ["description", "accountant 17"], ["created_at", "2019-01-20 07:31:32.488701"], ["updated_at", "2019-01-20 07:31:32.488701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:31:32.490780"], ["updated_at", "2019-01-20 07:31:32.490780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Everettside 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Everettside 11"], ["created_at", "2019-01-20 07:31:32.492071"], ["updated_at", "2019-01-20 07:31:32.492071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Schaeferstad 12"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Schaeferstad 12"], ["created_at", "2019-01-20 07:31:32.493099"], ["updated_at", "2019-01-20 07:31:32.493099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "tan 11"], ["created_at", "2019-01-20 07:31:32.494601"], ["updated_at", "2019-01-20 07:31:32.494601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 12"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "maroon 12"], ["created_at", "2019-01-20 07:31:32.496180"], ["updated_at", "2019-01-20 07:31:32.496180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jarvisgutkowski@ruecker.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jarvisgutkowski@ruecker.co"], ["encrypted_password", "$2a$04$/OUYXNoTUY8OwVPPtUdE/uwgI0ByoYgWVZDavznlht3VXI1d0e64m"], ["created_at", "2019-01-20 07:31:32.498902"], ["updated_at", "2019-01-20 07:31:32.498902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Qui vero reiciendis incidunt."], ["body", "Est facere natus. Esse earum illum. Reiciendis ducimus optio."], ["created_at", "2019-01-20 07:31:32.500115"], ["updated_at", "2019-01-20 07:31:32.500115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Everettside 11"], ["created_at", "2019-01-20 07:31:32.501824"], ["updated_at", "2019-01-20 07:31:32.501824"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'everettside 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "meliabatz@schmidt.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "meliabatz@schmidt.biz"], ["encrypted_password", "$2a$04$NyaMWWz2kRrDdbU9Xst/u.c79d30CpAd1U.ZV3GOVirf2XE6NjeAC"], ["created_at", "2019-01-20 07:31:32.507851"], ["updated_at", "2019-01-20 07:31:32.507851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_18"], ["name", "doctor 18"], ["description", "doctor 18"], ["created_at", "2019-01-20 07:31:32.509852"], ["updated_at", "2019-01-20 07:31:32.509852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:31:32.512133"], ["updated_at", "2019-01-20 07:31:32.512133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hudsonbury 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hudsonbury 13"], ["created_at", "2019-01-20 07:31:32.513443"], ["updated_at", "2019-01-20 07:31:32.513443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Rolland 14"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Rolland 14"], ["created_at", "2019-01-20 07:31:32.514668"], ["updated_at", "2019-01-20 07:31:32.514668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "blue 13"], ["created_at", "2019-01-20 07:31:32.516119"], ["updated_at", "2019-01-20 07:31:32.516119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "teal 14"], ["created_at", "2019-01-20 07:31:32.517427"], ["updated_at", "2019-01-20 07:31:32.517427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "felice@tromp.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "felice@tromp.org"], ["encrypted_password", "$2a$04$YsosZjgyFjj8PEXvfRaweOKVkoM5dqEz60BjlEpCrCqX5ljEKE2um"], ["created_at", "2019-01-20 07:31:32.519913"], ["updated_at", "2019-01-20 07:31:32.519913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Modi accusantium velit cumque."], ["body", "Quas dolorem cumque. In optio et. Quod qui repellat."], ["created_at", "2019-01-20 07:31:32.521099"], ["updated_at", "2019-01-20 07:31:32.521099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Hudsonbury 13"], ["created_at", "2019-01-20 07:31:32.522907"], ["updated_at", "2019-01-20 07:31:32.522907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "blue 13"], ["created_at", "2019-01-20 07:31:32.524429"], ["updated_at", "2019-01-20 07:31:32.524429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'hudsonbury 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'blue 13')  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "coreygerhold@koch.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "coreygerhold@koch.biz"], ["encrypted_password", "$2a$04$WmSpHx6FPz9nzr1oKoQ/YuHbERzCLxU/RGr7zn7Ri80mumXdqj0X2"], ["created_at", "2019-01-20 07:31:32.530920"], ["updated_at", "2019-01-20 07:31:32.530920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_19"], ["name", "web developer 19"], ["description", "web developer 19"], ["created_at", "2019-01-20 07:31:32.533056"], ["updated_at", "2019-01-20 07:31:32.533056"]]  (4.9ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:31:32.540218"], ["updated_at", "2019-01-20 07:31:32.540218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Demetrashire 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Demetrashire 15"], ["created_at", "2019-01-20 07:31:32.541591"], ["updated_at", "2019-01-20 07:31:32.541591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Framimouth 16"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Framimouth 16"], ["created_at", "2019-01-20 07:31:32.542656"], ["updated_at", "2019-01-20 07:31:32.542656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "silver 15"], ["created_at", "2019-01-20 07:31:32.543983"], ["updated_at", "2019-01-20 07:31:32.543983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 16"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "tan 16"], ["created_at", "2019-01-20 07:31:32.545308"], ["updated_at", "2019-01-20 07:31:32.545308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shawanna@lefflerbins.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shawanna@lefflerbins.name"], ["encrypted_password", "$2a$04$FeTdNyLkSVwiajtPbr6dFejgU5fq0Jir/Pj.uH7ZA24xq9DomIsLi"], ["created_at", "2019-01-20 07:31:32.547775"], ["updated_at", "2019-01-20 07:31:32.547775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Cupiditate assumenda ut veniam."], ["body", "Aperiam eius nulla. Molestiae voluptas et. Excepturi quia soluta."], ["created_at", "2019-01-20 07:31:32.548866"], ["updated_at", "2019-01-20 07:31:32.548866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fabian@cartwright.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "fabian@cartwright.name"], ["encrypted_password", "$2a$04$m5fI2U1WLFtxcdd/5HvnY.LJdlMKf9auOhLTKRqn0DyVh82GQVnbW"], ["created_at", "2019-01-20 07:31:32.551414"], ["updated_at", "2019-01-20 07:31:32.551414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Animi ipsum asperiores quia."], ["body", "Omnis voluptatem architecto. Et veritatis nostrum. Omnis ut harum."], ["created_at", "2019-01-20 07:31:32.552608"], ["updated_at", "2019-01-20 07:31:32.552608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "minh@kerlukeschmeler.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "minh@kerlukeschmeler.co"], ["encrypted_password", "$2a$04$WiwBQtvMbdXuoJxAs.x0leblPo4VbHlCkLCVlCirGn0ABbewR7lom"], ["created_at", "2019-01-20 07:31:32.555217"], ["updated_at", "2019-01-20 07:31:32.555217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Tenetur laboriosam possimus non."], ["body", "Qui illo qui. Necessitatibus et iste. Doloribus ab aut."], ["created_at", "2019-01-20 07:31:32.556499"], ["updated_at", "2019-01-20 07:31:32.556499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "isisdamore@rath.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "isisdamore@rath.name"], ["encrypted_password", "$2a$04$sid1y71qhWLI7MvBGzpgT.c9KhFTq.YEckL5nOsvr//.YAiBSND8K"], ["created_at", "2019-01-20 07:31:32.559188"], ["updated_at", "2019-01-20 07:31:32.559188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Iure sed velit rerum."], ["body", "Dignissimos enim nostrum. Beatae sit fugit. Voluptas veniam voluptatibus."], ["created_at", "2019-01-20 07:31:32.560336"], ["updated_at", "2019-01-20 07:31:32.560336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.4ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Demetrashire 15"], ["created_at", "2019-01-20 07:31:32.561942"], ["updated_at", "2019-01-20 07:31:32.561942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "silver 15"], ["created_at", "2019-01-20 07:31:32.563933"], ["updated_at", "2019-01-20 07:31:32.563933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east demetrashire 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'silver 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sharlenegoldner@emmerich.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sharlenegoldner@emmerich.com"], ["encrypted_password", "$2a$04$dknNhz9/fUgPl8DneQjOneVf0UaecJJUvs1XZF3VDmihZ59nHa8bC"], ["created_at", "2019-01-20 07:31:32.570423"], ["updated_at", "2019-01-20 07:31:32.570423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_20"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_20"], ["name", "firefighter 20"], ["description", "firefighter 20"], ["created_at", "2019-01-20 07:31:32.572374"], ["updated_at", "2019-01-20 07:31:32.572374"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:31:32.574396"], ["updated_at", "2019-01-20 07:31:32.574396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Starkstad 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Starkstad 17"], ["created_at", "2019-01-20 07:31:32.575611"], ["updated_at", "2019-01-20 07:31:32.575611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Alysiaview 18"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Alysiaview 18"], ["created_at", "2019-01-20 07:31:32.576678"], ["updated_at", "2019-01-20 07:31:32.576678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "indigo 17"], ["created_at", "2019-01-20 07:31:32.578140"], ["updated_at", "2019-01-20 07:31:32.578140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 18"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "azure 18"], ["created_at", "2019-01-20 07:31:32.580038"], ["updated_at", "2019-01-20 07:31:32.580038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "charitacorkery@hintzfriesen.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "charitacorkery@hintzfriesen.io"], ["encrypted_password", "$2a$04$3873NGBDDnR0E5tOY6mQauI5MEQ.LWYHX7l40Kr1wxSNv5iPZG0ii"], ["created_at", "2019-01-20 07:31:32.582949"], ["updated_at", "2019-01-20 07:31:32.582949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Recusandae nulla sint laudantium."], ["body", "Necessitatibus odio fugiat. Rerum qui nam. Qui nobis animi."], ["created_at", "2019-01-20 07:31:32.584232"], ["updated_at", "2019-01-20 07:31:32.584232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "meljenkins@pfeffermetz.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "meljenkins@pfeffermetz.co"], ["encrypted_password", "$2a$04$CBZiqAAc7Ph7ZJjS/WZTluHVij105ahDXHFV7892uHH1Aj9bRchtu"], ["created_at", "2019-01-20 07:31:32.586932"], ["updated_at", "2019-01-20 07:31:32.586932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Eligendi sint consequuntur qui."], ["body", "Et voluptatem velit. Necessitatibus nobis sit. Enim eligendi eaque."], ["created_at", "2019-01-20 07:31:32.588075"], ["updated_at", "2019-01-20 07:31:32.588075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chasbernhard@donnellymitchell.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chasbernhard@donnellymitchell.biz"], ["encrypted_password", "$2a$04$K/hz/J.jpvupSA3cqq.bNekCBC6Id4nLeYYnAzYew6msrZHQoo5W."], ["created_at", "2019-01-20 07:31:32.590681"], ["updated_at", "2019-01-20 07:31:32.590681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Est nihil atque est."], ["body", "Voluptatem quibusdam dolor. Eius impedit quia. Velit dolores totam."], ["created_at", "2019-01-20 07:31:32.591809"], ["updated_at", "2019-01-20 07:31:32.591809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kelley@schowalter.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kelley@schowalter.io"], ["encrypted_password", "$2a$04$adOFaaHpDiwzoxjhkyshqOh53JoVKw82hgpraH9ZXCN30Tr.4KQC6"], ["created_at", "2019-01-20 07:31:32.594290"], ["updated_at", "2019-01-20 07:31:32.594290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Fuga reprehenderit quas aperiam."], ["body", "Ullam sint aut. Totam nobis qui. Et autem modi."], ["created_at", "2019-01-20 07:31:32.595441"], ["updated_at", "2019-01-20 07:31:32.595441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Starkstad 17"], ["created_at", "2019-01-20 07:31:32.597146"], ["updated_at", "2019-01-20 07:31:32.597146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'starkstad 17') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "franchesca@keelingmann.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "franchesca@keelingmann.biz"], ["encrypted_password", "$2a$04$9dxlWsH/FL2LexRGfvfgsOKsmDrNdnhU1wdddxxBQ.cXxzOhDcUTi"], ["created_at", "2019-01-20 07:31:32.603241"], ["updated_at", "2019-01-20 07:31:32.603241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_21"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_21"], ["name", "designer 21"], ["description", "designer 21"], ["created_at", "2019-01-20 07:31:32.605135"], ["updated_at", "2019-01-20 07:31:32.605135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:31:32.607215"], ["updated_at", "2019-01-20 07:31:32.607215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Gutmannshire 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gutmannshire 19"], ["created_at", "2019-01-20 07:31:32.608426"], ["updated_at", "2019-01-20 07:31:32.608426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Jasperhaven 20"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Jasperhaven 20"], ["created_at", "2019-01-20 07:31:32.609522"], ["updated_at", "2019-01-20 07:31:32.609522"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "salmon 19"], ["created_at", "2019-01-20 07:31:32.611229"], ["updated_at", "2019-01-20 07:31:32.611229"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 20"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "pink 20"], ["created_at", "2019-01-20 07:31:32.612688"], ["updated_at", "2019-01-20 07:31:32.612688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joselyn@ratke.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "joselyn@ratke.info"], ["encrypted_password", "$2a$04$PCpc4Vv4hLsh/.vTeZ.df.xQptJVdK.Ti38x2FL6OCjXkSWTVQ1Cq"], ["created_at", "2019-01-20 07:31:32.615244"], ["updated_at", "2019-01-20 07:31:32.615244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Esse nobis fugit numquam."], ["body", "Saepe ipsa dolorum. Fugit dolorum sunt. Quas hic nam."], ["created_at", "2019-01-20 07:31:32.616365"], ["updated_at", "2019-01-20 07:31:32.616365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mistie@feil.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mistie@feil.name"], ["encrypted_password", "$2a$04$BjIRk5d3pvBW52kp5i9aJeoFdUtrhETNeNB.2I8Sb5pbFgqTjgoY6"], ["created_at", "2019-01-20 07:31:32.619003"], ["updated_at", "2019-01-20 07:31:32.619003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Quis explicabo dicta error."], ["body", "Asperiores et dolores. Accusantium doloribus aut. Velit aut animi."], ["created_at", "2019-01-20 07:31:32.620062"], ["updated_at", "2019-01-20 07:31:32.620062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lorraine@bahringerfisher.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lorraine@bahringerfisher.biz"], ["encrypted_password", "$2a$04$t65PDP56usCd1z6nry5dAeXhLRAYrIIY0VRNSC9l.ah5aetlG/bFe"], ["created_at", "2019-01-20 07:31:32.622409"], ["updated_at", "2019-01-20 07:31:32.622409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Aspernatur doloribus aut sunt."], ["body", "Aut non itaque. Voluptates rerum est. Alias autem vel."], ["created_at", "2019-01-20 07:31:32.623441"], ["updated_at", "2019-01-20 07:31:32.623441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kamrutherford@jacobipagac.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kamrutherford@jacobipagac.biz"], ["encrypted_password", "$2a$04$BmwcA1wYqCiOzuoJ41pS6Ox8JOAC3L7MlofOdvsWfeywgi2fDUNYO"], ["created_at", "2019-01-20 07:31:32.625815"], ["updated_at", "2019-01-20 07:31:32.625815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Commodi laudantium autem maiores."], ["body", "Dignissimos quidem voluptas. Necessitatibus est culpa. Maiores veritatis voluptatem."], ["created_at", "2019-01-20 07:31:32.626853"], ["updated_at", "2019-01-20 07:31:32.626853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Gutmannshire 19"], ["created_at", "2019-01-20 07:31:32.628568"], ["updated_at", "2019-01-20 07:31:32.628568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "salmon 19"], ["created_at", "2019-01-20 07:31:32.630039"], ["updated_at", "2019-01-20 07:31:32.630039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'gutmannshire 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'salmon 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "laverne@heathcote.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "laverne@heathcote.co"], ["encrypted_password", "$2a$04$nKiux8QaBO47dy8j67l0ee7MaSIiR1TSBTLrZqeBLUZp68MQfFEfm"], ["created_at", "2019-01-20 07:31:32.640052"], ["updated_at", "2019-01-20 07:31:32.640052"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_22"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_22"], ["name", "philosopher 22"], ["description", "philosopher 22"], ["created_at", "2019-01-20 07:31:32.641971"], ["updated_at", "2019-01-20 07:31:32.641971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:31:32.643941"], ["updated_at", "2019-01-20 07:31:32.643941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Josiah 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Josiah 21"], ["created_at", "2019-01-20 07:31:32.645350"], ["updated_at", "2019-01-20 07:31:32.645350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Rathberg 22"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rathberg 22"], ["created_at", "2019-01-20 07:31:32.646667"], ["updated_at", "2019-01-20 07:31:32.646667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 21"], ["created_at", "2019-01-20 07:31:32.648804"], ["updated_at", "2019-01-20 07:31:32.648804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 22"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "ivory 22"], ["created_at", "2019-01-20 07:31:32.650400"], ["updated_at", "2019-01-20 07:31:32.650400"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "loisegreenfelder@rath.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "loisegreenfelder@rath.co"], ["encrypted_password", "$2a$04$A4r8QErQY2dw0fH35dn1metpp/NkJwOTdDwsb4wTlBX52fysrGqQq"], ["created_at", "2019-01-20 07:31:32.652930"], ["updated_at", "2019-01-20 07:31:32.652930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Provident repellendus et quia."], ["body", "Incidunt voluptate ut. Quibusdam asperiores similique. Ad perspiciatis ut."], ["created_at", "2019-01-20 07:31:32.654068"], ["updated_at", "2019-01-20 07:31:32.654068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "digna@kreiger.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "digna@kreiger.org"], ["encrypted_password", "$2a$04$NIuBT/6H84FnQVIhnSE13.hpwjtsrmvDtCIRzg4d0JxEck9sd5nbq"], ["created_at", "2019-01-20 07:31:32.656610"], ["updated_at", "2019-01-20 07:31:32.656610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Ad corporis beatae ea."], ["body", "Quam ullam consequatur. Minima quis est. Tempore sapiente qui."], ["created_at", "2019-01-20 07:31:32.657670"], ["updated_at", "2019-01-20 07:31:32.657670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fritzfay@crooks.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "fritzfay@crooks.name"], ["encrypted_password", "$2a$04$qNfu1eoq6VfcibRNCqBtEunHPQxAiTzn.6dd5eC1ivgte1wSEZUiS"], ["created_at", "2019-01-20 07:31:32.660144"], ["updated_at", "2019-01-20 07:31:32.660144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Rem et accusamus et."], ["body", "Quod ut molestias. Dolorum fugit illo. Culpa commodi quibusdam."], ["created_at", "2019-01-20 07:31:32.661195"], ["updated_at", "2019-01-20 07:31:32.661195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rachelestamm@tromp.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rachelestamm@tromp.com"], ["encrypted_password", "$2a$04$pdB.Djo2s9oC3kPQMwJ7KeupXQKjnhlxuXzLGo6l6tgYnkh3NewVu"], ["created_at", "2019-01-20 07:31:32.663638"], ["updated_at", "2019-01-20 07:31:32.663638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Enim iste unde voluptate."], ["body", "Odio explicabo nemo. Exercitationem fugit quo. Ut qui expedita."], ["created_at", "2019-01-20 07:31:32.664707"], ["updated_at", "2019-01-20 07:31:32.664707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "New Josiah 21"], ["created_at", "2019-01-20 07:31:32.666346"], ["updated_at", "2019-01-20 07:31:32.666346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "lime 21"], ["created_at", "2019-01-20 07:31:32.667900"], ["updated_at", "2019-01-20 07:31:32.667900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new josiah 21') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lime 21') Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new josiah 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lime 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new josiah 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lime 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gordon@berge.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gordon@berge.info"], ["encrypted_password", "$2a$04$YZC6eNVd4hG8xrM7CQ0AEeSpZ0Uc8i27B284AXYOZnJ4439FlVB0."], ["created_at", "2019-01-20 07:31:32.680182"], ["updated_at", "2019-01-20 07:31:32.680182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lorenzo@volkmanhayes.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lorenzo@volkmanhayes.info"], ["encrypted_password", "$2a$04$XpYJF8kgEPlAgzRMp4rENePfGehZDozMtp9dlCn.qH03721Xn7m.q"], ["created_at", "2019-01-20 07:31:32.683086"], ["updated_at", "2019-01-20 07:31:32.683086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orchid 23"], ["created_at", "2019-01-20 07:31:32.684599"], ["updated_at", "2019-01-20 07:31:32.684599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Raynorfurt 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Raynorfurt 23"], ["created_at", "2019-01-20 07:31:32.685876"], ["updated_at", "2019-01-20 07:31:32.685876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Aliquid et debitis praesentium."], ["body", "Possimus error sit. Sint dolorem non. Hic ducimus excepturi."], ["created_at", "2019-01-20 07:31:32.686921"], ["updated_at", "2019-01-20 07:31:32.686921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maribeth@nitzsche.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "maribeth@nitzsche.info"], ["encrypted_password", "$2a$04$CBQaSujaNXssx0KKmfOE7uLa6AjXHJpfvtl8WdhZIXUht509RF6Sm"], ["created_at", "2019-01-20 07:31:32.692694"], ["updated_at", "2019-01-20 07:31:32.692694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_23"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_23"], ["name", "architect 23"], ["description", "architect 23"], ["created_at", "2019-01-20 07:31:32.694637"], ["updated_at", "2019-01-20 07:31:32.694637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_24"], ["name", "engineer 24"], ["description", "engineer 24"], ["created_at", "2019-01-20 07:31:32.696212"], ["updated_at", "2019-01-20 07:31:32.696212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:31:32.698161"], ["updated_at", "2019-01-20 07:31:32.698161"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:31:32.699498"], ["updated_at", "2019-01-20 07:31:32.699498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Mrazberg 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mrazberg 24"], ["created_at", "2019-01-20 07:31:32.700778"], ["updated_at", "2019-01-20 07:31:32.700778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Halbury 25"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Halbury 25"], ["created_at", "2019-01-20 07:31:32.701897"], ["updated_at", "2019-01-20 07:31:32.701897"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "indigo 24"], ["created_at", "2019-01-20 07:31:32.703217"], ["updated_at", "2019-01-20 07:31:32.703217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 25"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "olive 25"], ["created_at", "2019-01-20 07:31:32.704442"], ["updated_at", "2019-01-20 07:31:32.704442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nedamonahan@vandervortlarkin.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nedamonahan@vandervortlarkin.org"], ["encrypted_password", "$2a$04$19AfRsNu/l9kHMV1fLNBZOTfY3M9Rb7OehCK3sNb82EhGG/JR91di"], ["created_at", "2019-01-20 07:31:32.706890"], ["updated_at", "2019-01-20 07:31:32.706890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Sapiente in unde nisi."], ["body", "Non perspiciatis repellat. Corrupti exercitationem ab. Veniam aut fugit."], ["created_at", "2019-01-20 07:31:32.707990"], ["updated_at", "2019-01-20 07:31:32.707990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marciarogahn@jerde.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marciarogahn@jerde.info"], ["encrypted_password", "$2a$04$XSGgWQQvb3q3oKaY.fty7.2PWTXsz3TeIp016T9HH5K2Y1KTL2Nm2"], ["created_at", "2019-01-20 07:31:32.710726"], ["updated_at", "2019-01-20 07:31:32.710726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Adipisci omnis magni sed."], ["body", "Soluta aut quia. Reprehenderit placeat provident. Dolor voluptatem enim."], ["created_at", "2019-01-20 07:31:32.711859"], ["updated_at", "2019-01-20 07:31:32.711859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ozzieerdman@damore.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ozzieerdman@damore.org"], ["encrypted_password", "$2a$04$QPjgqUsLBzubIGBvZZUr2OSOHbhi40cSpUDufRW8hd8LnPAY4jDkS"], ["created_at", "2019-01-20 07:31:32.714517"], ["updated_at", "2019-01-20 07:31:32.714517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Officiis architecto non veniam."], ["body", "Doloribus eos vel. Quam voluptas omnis. Et voluptas nostrum."], ["created_at", "2019-01-20 07:31:32.715559"], ["updated_at", "2019-01-20 07:31:32.715559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "johnathanruel@wisozk.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "johnathanruel@wisozk.info"], ["encrypted_password", "$2a$04$h/sRC3GcLEw00NVIzHT1C.aGD1AhwCzxs0T7JKla9m8QxuK513Pc6"], ["created_at", "2019-01-20 07:31:32.717963"], ["updated_at", "2019-01-20 07:31:32.717963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Cupiditate molestias aut minima."], ["body", "Eos quis provident. Velit libero iusto. Voluptatem quis quibusdam."], ["created_at", "2019-01-20 07:31:32.719019"], ["updated_at", "2019-01-20 07:31:32.719019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Mrazberg 24"], ["created_at", "2019-01-20 07:31:32.720558"], ["updated_at", "2019-01-20 07:31:32.720558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "indigo 24"], ["created_at", "2019-01-20 07:31:32.721979"], ["updated_at", "2019-01-20 07:31:32.721979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Halbury 25"], ["created_at", "2019-01-20 07:31:32.723272"], ["updated_at", "2019-01-20 07:31:32.723272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "olive 25"], ["created_at", "2019-01-20 07:31:32.724650"], ["updated_at", "2019-01-20 07:31:32.724650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'mrazberg 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'indigo 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'halbury 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'olive 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donaldhamill@howe.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "donaldhamill@howe.co"], ["encrypted_password", "$2a$04$s/XVHZyVldbUyOKVVgzzxux/LRjaZ5hpbqUfMWt8xrLSi3fIsDE.W"], ["created_at", "2019-01-20 07:31:32.734546"], ["updated_at", "2019-01-20 07:31:32.734546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_25"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_25"], ["name", "accountant 25"], ["description", "accountant 25"], ["created_at", "2019-01-20 07:31:32.737162"], ["updated_at", "2019-01-20 07:31:32.737162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_26"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_26"], ["name", "economist 26"], ["description", "economist 26"], ["created_at", "2019-01-20 07:31:32.738749"], ["updated_at", "2019-01-20 07:31:32.738749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:31:32.740831"], ["updated_at", "2019-01-20 07:31:32.740831"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:31:32.742538"], ["updated_at", "2019-01-20 07:31:32.742538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Tedbury 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Tedbury 26"], ["created_at", "2019-01-20 07:31:32.744275"], ["updated_at", "2019-01-20 07:31:32.744275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Chadburgh 27"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Chadburgh 27"], ["created_at", "2019-01-20 07:31:32.746067"], ["updated_at", "2019-01-20 07:31:32.746067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 26"], ["created_at", "2019-01-20 07:31:32.747570"], ["updated_at", "2019-01-20 07:31:32.747570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 27"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "gold 27"], ["created_at", "2019-01-20 07:31:32.748968"], ["updated_at", "2019-01-20 07:31:32.748968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "meliia@predovickertzmann.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "meliia@predovickertzmann.net"], ["encrypted_password", "$2a$04$BObTEebkjclLQ4tru0Q6VOuwj.Km1zuORif5rS8OgVj7Am/9/tXT6"], ["created_at", "2019-01-20 07:31:32.751455"], ["updated_at", "2019-01-20 07:31:32.751455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Est voluptatum sed sunt."], ["body", "Tenetur quos ratione. Voluptatem magnam labore. Laboriosam ea exercitationem."], ["created_at", "2019-01-20 07:31:32.752579"], ["updated_at", "2019-01-20 07:31:32.752579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dallaslangworth@bartell.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dallaslangworth@bartell.biz"], ["encrypted_password", "$2a$04$dtv6sSGk00RVXUXL5/Iy6udUjV0XFXh3tno4Ove95S5dmNhXthhue"], ["created_at", "2019-01-20 07:31:32.755201"], ["updated_at", "2019-01-20 07:31:32.755201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Vitae est in et."], ["body", "Molestiae ad voluptatem. Facere quia non. Velit illum expedita."], ["created_at", "2019-01-20 07:31:32.756625"], ["updated_at", "2019-01-20 07:31:32.756625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jacquestoy@schulist.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jacquestoy@schulist.com"], ["encrypted_password", "$2a$04$mNiaGqoHQTGiTc9oRY01OeWlTJso08hKERvP2TU3TMa.O.7hK2LCy"], ["created_at", "2019-01-20 07:31:32.759247"], ["updated_at", "2019-01-20 07:31:32.759247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Earum voluptatem eveniet doloribus."], ["body", "Vel necessitatibus eum. Ducimus est natus. Deserunt sit sequi."], ["created_at", "2019-01-20 07:31:32.760546"], ["updated_at", "2019-01-20 07:31:32.760546"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "raymondshanahan@funk.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "raymondshanahan@funk.com"], ["encrypted_password", "$2a$04$aHY1aWh3Ksh85fdeBbRm0usteK2NzD2QllGven4tY3hMMXCvjoBNu"], ["created_at", "2019-01-20 07:31:32.763176"], ["updated_at", "2019-01-20 07:31:32.763176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Asperiores dolore quia error."], ["body", "Cumque quidem blanditiis. Quo ea aut. Consequatur in aut."], ["created_at", "2019-01-20 07:31:32.764345"], ["updated_at", "2019-01-20 07:31:32.764345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Port Tedbury 26"], ["created_at", "2019-01-20 07:31:32.766024"], ["updated_at", "2019-01-20 07:31:32.766024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "teal 26"], ["created_at", "2019-01-20 07:31:32.767635"], ["updated_at", "2019-01-20 07:31:32.767635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Chadburgh 27"], ["created_at", "2019-01-20 07:31:32.769070"], ["updated_at", "2019-01-20 07:31:32.769070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "gold 27"], ["created_at", "2019-01-20 07:31:32.770752"], ["updated_at", "2019-01-20 07:31:32.770752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port tedbury 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 26') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'chadburgh 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'gold 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port tedbury 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'chadburgh 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'gold 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (1.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lovettatrantow@farrell.name"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lovettatrantow@farrell.name"], ["encrypted_password", "$2a$04$BuvcsEYlfgLc9sZTkr9exupLJ9mI.xBEnJfuyf4VgKvybPb/ksF7m"], ["created_at", "2019-01-20 07:31:32.787441"], ["updated_at", "2019-01-20 07:31:32.787441"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_27"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_27"], ["name", "teacher 27"], ["description", "teacher 27"], ["created_at", "2019-01-20 07:31:32.790555"], ["updated_at", "2019-01-20 07:31:32.790555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_28"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_28"], ["name", "musician 28"], ["description", "musician 28"], ["created_at", "2019-01-20 07:31:32.792644"], ["updated_at", "2019-01-20 07:31:32.792644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:31:32.794763"], ["updated_at", "2019-01-20 07:31:32.794763"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 07:31:32.796174"], ["updated_at", "2019-01-20 07:31:32.796174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hickletown 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hickletown 28"], ["created_at", "2019-01-20 07:31:32.797353"], ["updated_at", "2019-01-20 07:31:32.797353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Garnett 29"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Garnett 29"], ["created_at", "2019-01-20 07:31:32.798524"], ["updated_at", "2019-01-20 07:31:32.798524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lavender 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lavender 28"], ["created_at", "2019-01-20 07:31:32.799799"], ["updated_at", "2019-01-20 07:31:32.799799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 29"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "red 29"], ["created_at", "2019-01-20 07:31:32.801110"], ["updated_at", "2019-01-20 07:31:32.801110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "delmerschoen@schillerstehr.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "delmerschoen@schillerstehr.com"], ["encrypted_password", "$2a$04$Ra/EansZBVxOaUW4JbC0eef7Sagtkzr3oSD1seerL4Kk6CcvpTfIK"], ["created_at", "2019-01-20 07:31:32.803823"], ["updated_at", "2019-01-20 07:31:32.803823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Et eos mollitia iusto."], ["body", "Qui magni exercitationem. Iusto minus tempora. Aut ipsam enim."], ["created_at", "2019-01-20 07:31:32.804973"], ["updated_at", "2019-01-20 07:31:32.804973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "homer@kerlukesauer.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "homer@kerlukesauer.org"], ["encrypted_password", "$2a$04$thBIEkcPzLJKKZ9g9RQelufKmIl96j4o0DSPeZI2Ko7n7XW.j.DJe"], ["created_at", "2019-01-20 07:31:32.807743"], ["updated_at", "2019-01-20 07:31:32.807743"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Ut enim deleniti quis."], ["body", "Enim aspernatur earum. Perferendis et et. Ut quo culpa."], ["created_at", "2019-01-20 07:31:32.808932"], ["updated_at", "2019-01-20 07:31:32.808932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "georgie@dubuqueprohaska.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "georgie@dubuqueprohaska.name"], ["encrypted_password", "$2a$04$h3nrhZ81b7EbPmt/atH6..54AdTYBhk0IqcKS0jW7R6pdeece5Oq."], ["created_at", "2019-01-20 07:31:32.811490"], ["updated_at", "2019-01-20 07:31:32.811490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Laborum ut deserunt enim."], ["body", "Necessitatibus pariatur itaque. Et expedita molestias. Cumque sit numquam."], ["created_at", "2019-01-20 07:31:32.812533"], ["updated_at", "2019-01-20 07:31:32.812533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "corey@mraz.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "corey@mraz.biz"], ["encrypted_password", "$2a$04$a/hK10nGCQGwnnFA6W0LDek3pa26CbFTUdkfSE1RmQ/ekL.e.cz.W"], ["created_at", "2019-01-20 07:31:32.815104"], ["updated_at", "2019-01-20 07:31:32.815104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "At eligendi unde architecto."], ["body", "Sapiente voluptatem enim. Tempore iure aliquid. Debitis repudiandae ut."], ["created_at", "2019-01-20 07:31:32.816167"], ["updated_at", "2019-01-20 07:31:32.816167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Hickletown 28"], ["created_at", "2019-01-20 07:31:32.817722"], ["updated_at", "2019-01-20 07:31:32.817722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "lavender 28"], ["created_at", "2019-01-20 07:31:32.819193"], ["updated_at", "2019-01-20 07:31:32.819193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-20 07:31:32.820562"], ["updated_at", "2019-01-20 07:31:32.820562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "red 29"], ["created_at", "2019-01-20 07:31:32.821928"], ["updated_at", "2019-01-20 07:31:32.821928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'hickletown 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lavender 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'red 29') Report Load (0.2ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.6ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.7ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-20 07:31:32.849564"], ["updated_at", "2019-01-20 07:31:32.849564"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "philosopher_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "philosopher 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_3"], ["name", "philosopher 3"], ["description", "philosopher 3"], ["created_at", "2019-01-20 07:31:32.853702"], ["updated_at", "2019-01-20 07:31:32.853702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 07:31:32.855304"], ["updated_at", "2019-01-20 07:31:32.855304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.6ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 07:31:32.882372"], ["updated_at", "2019-01-20 07:31:32.882372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 07:31:32.884273"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 07:31:32.895957"], ["updated_at", "2019-01-20 07:31:32.895957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 07:31:32.897149"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.3ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.7ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-20 07:31:32.919724"], ["updated_at", "2019-01-20 07:31:32.919724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.4ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 07:31:32.951635"], ["updated_at", "2019-01-20 07:31:32.951635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-20 07:31:32.953076"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.3ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "accountant_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "accountant 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_4"], ["name", "accountant 4"], ["description", "accountant 4"], ["created_at", "2019-01-20 07:31:33.059223"], ["updated_at", "2019-01-20 07:31:33.059223"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 29"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_29"], ["name", "human resources 29"], ["description", "human resources 29"], ["created_at", "2019-01-20 07:31:33.062133"], ["updated_at", "2019-01-20 07:31:33.062133"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-20 07:31:33.063972"], ["updated_at", "2019-01-20 07:31:33.063972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "attorney_at_law_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "attorney at law 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_5"], ["name", "attorney at law 5"], ["description", "attorney at law 5"], ["created_at", "2019-01-20 07:31:33.079067"], ["updated_at", "2019-01-20 07:31:33.079067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 30"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_30"], ["name", "chemist 30"], ["description", "chemist 30"], ["created_at", "2019-01-20 07:31:33.082301"], ["updated_at", "2019-01-20 07:31:33.082301"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 07:31:33.083720"], ["updated_at", "2019-01-20 07:31:33.083720"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 07:31:33.107519"], ["updated_at", "2019-01-20 07:31:33.107519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 07:31:33.108720"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 07:31:33.120478"], ["updated_at", "2019-01-20 07:31:33.120478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 07:31:33.121612"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-20 07:31:33.142669"], ["updated_at", "2019-01-20 07:31:33.142669"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 31"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_31"], ["name", "chemist 31"], ["description", "chemist 31"], ["created_at", "2019-01-20 07:31:33.173380"], ["updated_at", "2019-01-20 07:31:33.173380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-20 07:31:33.175285"], ["updated_at", "2019-01-20 07:31:33.175285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.3ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-20 07:31:33.281291"], ["updated_at", "2019-01-20 07:31:33.281291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-20 07:31:33.283175"], ["updated_at", "2019-01-20 07:31:33.283175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:31:33.288984"], ["updated_at", "2019-01-20 07:31:33.288984"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:31:33.290953"], ["updated_at", "2019-01-20 07:31:33.290953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 07:31:33.292833"], ["updated_at", "2019-01-20 07:31:33.292833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maximabernhard@oconner.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "maximabernhard@oconner.co"], ["encrypted_password", "$2a$04$YTJRGNd.2fazlMfu4/icue7zuLq9q7QaAU3LJcs0wMT780I07er66"], ["created_at", "2019-01-20 07:31:33.296628"], ["updated_at", "2019-01-20 07:31:33.296628"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.4ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Qui ut dolores nihil."], ["body", "Pariatur doloribus itaque. Libero animi in. Quas omnis amet."], ["created_at", "2019-01-20 07:31:33.299026"], ["updated_at", "2019-01-20 07:31:33.299026"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "morgan@schadenflatley.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "morgan@schadenflatley.name"], ["encrypted_password", "$2a$04$6fHosok5cHtfoKEX3wRJzOLXg11KohfqEZGE.gXviy.T7GfrskmYG"], ["created_at", "2019-01-20 07:31:33.303341"], ["updated_at", "2019-01-20 07:31:33.303341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Nihil ut mollitia et."], ["body", "Et fugiat veniam. Velit quae maxime. Veniam delectus odit."], ["created_at", "2019-01-20 07:31:33.304754"], ["updated_at", "2019-01-20 07:31:33.304754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.5ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:31:33.309432"], ["updated_at", "2019-01-20 07:31:33.309432"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:31:33.311446"], ["updated_at", "2019-01-20 07:31:33.311446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 07:31:33.313237"], ["updated_at", "2019-01-20 07:31:33.313237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "patriciamccullough@kaulkeoconner.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "patriciamccullough@kaulkeoconner.org"], ["encrypted_password", "$2a$04$mBur6.6V5qMhr57JyxDmNuP2pK09vBtE3xl69tqCG.7I7DOU2yP2G"], ["created_at", "2019-01-20 07:31:33.316754"], ["updated_at", "2019-01-20 07:31:33.316754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (2.4ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "In voluptatum voluptas aut."], ["body", "Assumenda accusamus porro. Saepe facilis nobis. Aliquam sequi est."], ["created_at", "2019-01-20 07:31:33.318753"], ["updated_at", "2019-01-20 07:31:33.318753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "isaias@hodkiewiczlind.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "isaias@hodkiewiczlind.biz"], ["encrypted_password", "$2a$04$4HnQ8VmSVWiyw8pmINFOVekjHUZ7fVEhptVT2Hc4pdKYrVmoRVVZK"], ["created_at", "2019-01-20 07:31:33.324478"], ["updated_at", "2019-01-20 07:31:33.324478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Cumque fuga praesentium est."], ["body", "Cumque voluptatem id. Repellat architecto enim. Veritatis facilis architecto."], ["created_at", "2019-01-20 07:31:33.325762"], ["updated_at", "2019-01-20 07:31:33.325762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.5ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:31:33.329182"], ["updated_at", "2019-01-20 07:31:33.329182"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:31:33.331239"], ["updated_at", "2019-01-20 07:31:33.331239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 07:31:33.333174"], ["updated_at", "2019-01-20 07:31:33.333174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "javierhand@johnston.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "javierhand@johnston.net"], ["encrypted_password", "$2a$04$dZrlDuAw6FRHiDPZxIHMyuZUy6iL6NhGupVNKe5aGgVq3/HGIZBVW"], ["created_at", "2019-01-20 07:31:33.335968"], ["updated_at", "2019-01-20 07:31:33.335968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.4ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Excepturi dolorem natus molestiae."], ["body", "Quia rerum quibusdam. Et tempore sunt. Fugiat sint magnam."], ["created_at", "2019-01-20 07:31:33.337192"], ["updated_at", "2019-01-20 07:31:33.337192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cory@barrowtehr.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cory@barrowtehr.co"], ["encrypted_password", "$2a$04$sMyu16MglFMrPkz82CSTxulGl8rCLWEU40VKvhkQoEkAMfmr3.0I6"], ["created_at", "2019-01-20 07:31:33.340641"], ["updated_at", "2019-01-20 07:31:33.340641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Voluptate excepturi quia dolorum."], ["body", "Architecto aut alias. Cumque tenetur commodi. Perspiciatis nesciunt ut."], ["created_at", "2019-01-20 07:31:33.341835"], ["updated_at", "2019-01-20 07:31:33.341835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:31:33.345292"], ["updated_at", "2019-01-20 07:31:33.345292"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:31:33.347023"], ["updated_at", "2019-01-20 07:31:33.347023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 07:31:33.348568"], ["updated_at", "2019-01-20 07:31:33.348568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "enedina@beahan.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "enedina@beahan.net"], ["encrypted_password", "$2a$04$N8C9qkzrn5umpY.sGzFtj.M29i1X0Q99GIzEmP9fCG5CH1F3vMyhK"], ["created_at", "2019-01-20 07:31:33.351277"], ["updated_at", "2019-01-20 07:31:33.351277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Autem deleniti suscipit at."], ["body", "Tenetur rem illum. Repudiandae quo atque. Et nobis quia."], ["created_at", "2019-01-20 07:31:33.352451"], ["updated_at", "2019-01-20 07:31:33.352451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "angelique@breitenbergwillms.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "angelique@breitenbergwillms.org"], ["encrypted_password", "$2a$04$vEDxlgaRhIelQkLKpT6V4.IAZzK.1A3ceoylPmq/0T7bGaj8D9.62"], ["created_at", "2019-01-20 07:31:33.355201"], ["updated_at", "2019-01-20 07:31:33.355201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Magni hic possimus praesentium."], ["body", "Reprehenderit voluptatibus est. Ut sit autem. Tenetur fuga facilis."], ["created_at", "2019-01-20 07:31:33.356305"], ["updated_at", "2019-01-20 07:31:33.356305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilbertkris@heaney.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wilbertkris@heaney.org"], ["encrypted_password", "$2a$04$nCdr0rB.gTtaOazDK1ip9ebr9fIaygt1BA3AtJFq8WiQf/ogHYfYK"], ["created_at", "2019-01-20 07:31:33.358804"], ["updated_at", "2019-01-20 07:31:33.358804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Quis quibusdam voluptas quo."], ["body", "Laborum ullam nisi. Cupiditate illum culpa. Fuga quaerat ex."], ["created_at", "2019-01-20 07:31:33.359834"], ["updated_at", "2019-01-20 07:31:33.359834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:31:33.366288"], ["updated_at", "2019-01-20 07:31:33.366288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:31:33.367878"], ["updated_at", "2019-01-20 07:31:33.367878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 07:31:33.369233"], ["updated_at", "2019-01-20 07:31:33.369233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 07:31:33.370492"], ["updated_at", "2019-01-20 07:31:33.370492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tyson@schneider.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tyson@schneider.co"], ["encrypted_password", "$2a$04$7Ec44JEvjrsjPAkVnx2IzuUMRmNsdWwejdr40//xQ7/mvZtGgbSUi"], ["created_at", "2019-01-20 07:31:33.373027"], ["updated_at", "2019-01-20 07:31:33.373027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Enim odio non repellat."], ["body", "Consequatur nam in. Itaque nobis aut. Sequi vitae voluptatem."], ["created_at", "2019-01-20 07:31:33.374252"], ["updated_at", "2019-01-20 07:31:33.374252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rosalina@gleasonjenkins.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rosalina@gleasonjenkins.co"], ["encrypted_password", "$2a$04$IFUIvb6CccC1FAzqCbQDDOw7KNVjznUdRzRQNPjyyUKo8JnaoK15a"], ["created_at", "2019-01-20 07:31:33.376849"], ["updated_at", "2019-01-20 07:31:33.376849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Sunt ut corporis excepturi."], ["body", "Adipisci deleniti unde. Molestias et nihil. Qui non dolores."], ["created_at", "2019-01-20 07:31:33.377877"], ["updated_at", "2019-01-20 07:31:33.377877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "beaugreenfelder@runterunolfon.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "beaugreenfelder@runterunolfon.name"], ["encrypted_password", "$2a$04$dlNW9wGeLF.P/UJAyYty8.nvcYzJ1oI1lXCQ7X9e6dmaHM/04gugO"], ["created_at", "2019-01-20 07:31:33.380441"], ["updated_at", "2019-01-20 07:31:33.380441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Et laborum accusamus voluptatem."], ["body", "Necessitatibus alias laudantium. Pariatur reprehenderit aliquid. Dicta sit tempora."], ["created_at", "2019-01-20 07:31:33.381529"], ["updated_at", "2019-01-20 07:31:33.381529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rhonagaylord@haley.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rhonagaylord@haley.biz"], ["encrypted_password", "$2a$04$251izZYMkO7wA5Fnh1m9Nu4638kI9.HNQy9HENLGdjOAZvddQi6xa"], ["created_at", "2019-01-20 07:31:33.383975"], ["updated_at", "2019-01-20 07:31:33.383975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Porro dolorem voluptates in."], ["body", "Hic reiciendis reprehenderit. Et cupiditate voluptatem. Sit vel nihil."], ["created_at", "2019-01-20 07:31:33.384996"], ["updated_at", "2019-01-20 07:31:33.384996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:31:33.389507"], ["updated_at", "2019-01-20 07:31:33.389507"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:31:33.391094"], ["updated_at", "2019-01-20 07:31:33.391094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 07:31:33.392434"], ["updated_at", "2019-01-20 07:31:33.392434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 07:31:33.393676"], ["updated_at", "2019-01-20 07:31:33.393676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kizzieluettgen@prosaccolittel.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kizzieluettgen@prosaccolittel.name"], ["encrypted_password", "$2a$04$K0lQlgqpHWKFKun6tM8yUO/45C1t3CxQLOcOAshTnfLdiJscGQc1G"], ["created_at", "2019-01-20 07:31:33.396246"], ["updated_at", "2019-01-20 07:31:33.396246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ut ullam sapiente et."], ["body", "Velit reprehenderit aut. Facilis esse officia. Laboriosam quia enim."], ["created_at", "2019-01-20 07:31:33.397455"], ["updated_at", "2019-01-20 07:31:33.397455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Quitzonbury 30"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Quitzonbury 30"], ["created_at", "2019-01-20 07:31:33.400579"], ["updated_at", "2019-01-20 07:31:33.400579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Gloverburgh 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gloverburgh 31"], ["created_at", "2019-01-20 07:31:33.402291"], ["updated_at", "2019-01-20 07:31:33.402291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Edmundoborough 32"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Edmundoborough 32"], ["created_at", "2019-01-20 07:31:33.403378"], ["updated_at", "2019-01-20 07:31:33.403378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Velit ab fugiat rerum."], ["created_at", "2019-01-20 07:31:33.409555"], ["updated_at", "2019-01-20 07:31:33.409555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 07:31:33.418461"], ["updated_at", "2019-01-20 07:31:33.418461"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 07:31:33.419567"], ["updated_at", "2019-01-20 07:31:33.419567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:31:33.422928"], ["updated_at", "2019-01-20 07:31:33.422928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 07:31:33.424891"], ["updated_at", "2019-01-20 07:31:33.424891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeana@kemmer.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jeana@kemmer.net"], ["encrypted_password", "$2a$04$iwZ1hQsB/ZwO/AKgCHtD2e/YfHg4PBpJE2PS150pxkyOc7HaC./yq"], ["created_at", "2019-01-20 07:31:33.427578"], ["updated_at", "2019-01-20 07:31:33.427578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Beatae vel dolor vel."], ["body", "Pariatur blanditiis non. Et fugiat voluptatem. Sit omnis ad."], ["created_at", "2019-01-20 07:31:33.428874"], ["updated_at", "2019-01-20 07:31:33.428874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.3ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "In ratione nisi delectus."], ["created_at", "2019-01-20 07:31:33.431458"], ["updated_at", "2019-01-20 07:31:33.431458"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "warner@boehmmosciski.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "warner@boehmmosciski.com"], ["encrypted_password", "$2a$04$.PeolbtdQ5MjUXf.6psDVuHtg685Tk1JEjpO5XRrVHqoqufEprs62"], ["created_at", "2019-01-20 07:31:33.437390"], ["updated_at", "2019-01-20 07:31:33.437390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 30"], ["created_at", "2019-01-20 07:31:33.439239"], ["updated_at", "2019-01-20 07:31:33.439239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Tremblayport 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Tremblayport 33"], ["created_at", "2019-01-20 07:31:33.440452"], ["updated_at", "2019-01-20 07:31:33.440452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Sed dolorem dolorem assumenda."], ["body", "Quia incidunt tenetur. Quam maxime error. Cumque sint nobis."], ["created_at", "2019-01-20 07:31:33.441456"], ["updated_at", "2019-01-20 07:31:33.441456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Denisfort 34"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Denisfort 34"], ["created_at", "2019-01-20 07:31:33.445104"], ["updated_at", "2019-01-20 07:31:33.445104"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Joseph 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Joseph 35"], ["created_at", "2019-01-20 07:31:33.446885"], ["updated_at", "2019-01-20 07:31:33.446885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:31:33.450417"], ["updated_at", "2019-01-20 07:31:33.450417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:31:33.452063"], ["updated_at", "2019-01-20 07:31:33.452063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chrisbarrows@keebler.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chrisbarrows@keebler.io"], ["encrypted_password", "$2a$04$/G3teH5AlZG4iAQseA7yAuOUaynHIWNowl1IbT9roYs1naqpshuYW"], ["created_at", "2019-01-20 07:31:33.455102"], ["updated_at", "2019-01-20 07:31:33.455102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 31"], ["created_at", "2019-01-20 07:31:33.456824"], ["updated_at", "2019-01-20 07:31:33.456824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Sint accusantium facilis aut."], ["body", "Illo sequi dignissimos. Reiciendis impedit nisi. Est ut inventore."], ["created_at", "2019-01-20 07:31:33.457913"], ["updated_at", "2019-01-20 07:31:33.457913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 07:31:33.461303"], ["updated_at", "2019-01-20 07:31:33.461303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 07:31:33.463425"], ["updated_at", "2019-01-20 07:31:33.463425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "israel@paucekpredovic.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "israel@paucekpredovic.net"], ["encrypted_password", "$2a$04$7IZwU3LI4D3RHgDI.9.5teypP1T1MFEvce1FCVoioT3YCN5ra7qjm"], ["created_at", "2019-01-20 07:31:33.466191"], ["updated_at", "2019-01-20 07:31:33.466191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 32"], ["created_at", "2019-01-20 07:31:33.467775"], ["updated_at", "2019-01-20 07:31:33.467775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Dolorem sed accusamus autem."], ["body", "Voluptas ad voluptatem. Sunt modi officia. Nisi consequatur repellendus."], ["created_at", "2019-01-20 07:31:33.468856"], ["updated_at", "2019-01-20 07:31:33.468856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Eugenioton 36"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Eugenioton 36"], ["created_at", "2019-01-20 07:31:33.472693"], ["updated_at", "2019-01-20 07:31:33.472693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Virgilberg 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Virgilberg 37"], ["created_at", "2019-01-20 07:31:33.474422"], ["updated_at", "2019-01-20 07:31:33.474422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Joanstad 38"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Joanstad 38"], ["created_at", "2019-01-20 07:31:33.475597"], ["updated_at", "2019-01-20 07:31:33.475597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Doloribus rem nam voluptas."], ["created_at", "2019-01-20 07:31:33.476448"], ["updated_at", "2019-01-20 07:31:33.476448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 07:31:33.481085"], ["updated_at", "2019-01-20 07:31:33.481085"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 07:31:33.482101"], ["updated_at", "2019-01-20 07:31:33.482101"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Thomasena 39"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Thomasena 39"], ["created_at", "2019-01-20 07:31:33.485478"], ["updated_at", "2019-01-20 07:31:33.485478"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Julietta 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Julietta 40"], ["created_at", "2019-01-20 07:31:33.487464"], ["updated_at", "2019-01-20 07:31:33.487464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Giselleberg 41"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Giselleberg 41"], ["created_at", "2019-01-20 07:31:33.488709"], ["updated_at", "2019-01-20 07:31:33.488709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Renda 42"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Renda 42"], ["created_at", "2019-01-20 07:31:33.489853"], ["updated_at", "2019-01-20 07:31:33.489853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Quisquam consectetur vel repellendus."], ["created_at", "2019-01-20 07:31:33.490704"], ["updated_at", "2019-01-20 07:31:33.490704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 07:31:33.492164"], ["updated_at", "2019-01-20 07:31:33.492164"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 07:31:33.493005"], ["updated_at", "2019-01-20 07:31:33.493005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Elsaburgh 43"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Elsaburgh 43"], ["created_at", "2019-01-20 07:31:33.496647"], ["updated_at", "2019-01-20 07:31:33.496647"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kasey@jerdekerluke.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kasey@jerdekerluke.info"], ["encrypted_password", "$2a$04$mrsQY0AV.DAiSr173fHJRe0e194MMlFLwTlnJqfBTYHIr7nnnHkaC"], ["created_at", "2019-01-20 07:31:33.499957"], ["updated_at", "2019-01-20 07:31:33.499957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "turquoise 33"], ["created_at", "2019-01-20 07:31:33.502250"], ["updated_at", "2019-01-20 07:31:33.502250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Phoebebury 44"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Phoebebury 44"], ["created_at", "2019-01-20 07:31:33.503608"], ["updated_at", "2019-01-20 07:31:33.503608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Ut tempore eos libero."], ["body", "Sapiente doloribus exercitationem. In aut facilis. Autem libero et."], ["created_at", "2019-01-20 07:31:33.504630"], ["updated_at", "2019-01-20 07:31:33.504630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Cheriseberg 45"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Cheriseberg 45"], ["created_at", "2019-01-20 07:31:33.508124"], ["updated_at", "2019-01-20 07:31:33.508124"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "abram@mooreohara.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "abram@mooreohara.biz"], ["encrypted_password", "$2a$04$BMQOmHVQnzQzUy1h0XylJu49PANvwoH8bUZd73nbXW9UREi0oJLq2"], ["created_at", "2019-01-20 07:31:33.511340"], ["updated_at", "2019-01-20 07:31:33.511340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "salmon 34"], ["created_at", "2019-01-20 07:31:33.513056"], ["updated_at", "2019-01-20 07:31:33.513056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Estelle 46"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Estelle 46"], ["created_at", "2019-01-20 07:31:33.514297"], ["updated_at", "2019-01-20 07:31:33.514297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Non cupiditate vero perspiciatis."], ["body", "Ab corporis aut. Rerum cumque ut. Consequatur qui et."], ["created_at", "2019-01-20 07:31:33.515334"], ["updated_at", "2019-01-20 07:31:33.515334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Enriqueta 47"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Enriqueta 47"], ["created_at", "2019-01-20 07:31:33.519132"], ["updated_at", "2019-01-20 07:31:33.519132"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Auerville 49"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Auerville 49"], ["created_at", "2019-01-20 07:31:33.522531"], ["updated_at", "2019-01-20 07:31:33.522531"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Asley 51"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Asley 51"], ["created_at", "2019-01-20 07:31:33.526223"], ["updated_at", "2019-01-20 07:31:33.526223"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gary@beiermann.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gary@beiermann.co"], ["encrypted_password", "$2a$04$X7gU2HQwH/mRatgyh.SFz.4oyhhENAfVwgREEtJ.SrUhk7PSTh6aW"], ["created_at", "2019-01-20 07:31:33.533218"], ["updated_at", "2019-01-20 07:31:33.533218"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "erin@ortiz.com"], ["LIMIT", 1]] User Create (1.7ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "erin@ortiz.com"], ["encrypted_password", "$2a$04$pvjV3vJwq00nVE7fYJTkHuuxikzgejcTS05O0l.kTOI3aKMGkscG2"], ["created_at", "2019-01-20 08:43:26.478508"], ["updated_at", "2019-01-20 08:43:26.478508"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML  (0.0ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 20ms (Views: 15.5ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cheryle@jones.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cheryle@jones.name"], ["encrypted_password", "$2a$04$5dyoLewW0oWSn/MTR3yT5OttU.iYo0xV1OHDnNspKWBQgc6jxdlPK"], ["created_at", "2019-01-20 08:48:22.753558"], ["updated_at", "2019-01-20 08:48:22.753558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.6ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 30ms (ActiveRecord: 1.0ms)  (0.4ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "francesdibbert@kertzmann.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "francesdibbert@kertzmann.io"], ["encrypted_password", "$2a$04$MafK0rjYmNrKWOOg5Gm.Keium5XJQC8TVH.2e8HEPpy89bJKC8MAO"], ["created_at", "2019-01-20 08:48:46.324004"], ["updated_at", "2019-01-20 08:48:46.324004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "danniegrimes@blick.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "danniegrimes@blick.co"], ["encrypted_password", "$2a$04$zdEaENZ.P2R3tSRUoK5.gutySCg7V1aLMG0ZPT6HZlH.ZAJcbf7TW"], ["created_at", "2019-01-20 08:51:03.963235"], ["updated_at", "2019-01-20 08:51:03.963235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marceline@okongulgowski.io"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marceline@okongulgowski.io"], ["encrypted_password", "$2a$04$sTfctE2dBMo.fF6d2kxTbuohtIkR5.OHvF4wOLcpKs8g0NxnjkfKW"], ["created_at", "2019-01-20 08:51:35.734935"], ["updated_at", "2019-01-20 08:51:35.734935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "luisprosacco@kulasgrant.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "luisprosacco@kulasgrant.co"], ["encrypted_password", "$2a$04$V5ugxcKrf6Y7WkYEL40uSu7qZixYqlLmETLXCHGCifuXj2K34VI66"], ["created_at", "2019-01-20 08:52:21.737368"], ["updated_at", "2019-01-20 08:52:21.737368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.5ms)  (0.8ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilfordshanahan@sipes.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wilfordshanahan@sipes.name"], ["encrypted_password", "$2a$04$ZNcgtG6A2atfZHKMkLF3juhHoU4h2W/tDaqJMxig8X3TqyxEjPPwy"], ["created_at", "2019-01-20 08:56:45.119101"], ["updated_at", "2019-01-20 08:56:45.119101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (1.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 3ms (ActiveRecord: 1.3ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kyleeffertz@schulistsenger.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kyleeffertz@schulistsenger.co"], ["encrypted_password", "$2a$04$Qxhhgzu2lbxV6J.SLQHl1OyVzFtRsf/cTMMRrRyVUGVxg7VPgJymi"], ["created_at", "2019-01-20 08:57:06.470049"], ["updated_at", "2019-01-20 08:57:06.470049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.5ms)  (0.6ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "loren@manteblanda.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "loren@manteblanda.net"], ["encrypted_password", "$2a$04$iXqucsPrIwlLvQhzFv6ZvOnVBDAU7dDJRV/rmQidOdH4Vwj/J0ZFG"], ["created_at", "2019-01-20 08:57:16.571619"], ["updated_at", "2019-01-20 08:57:16.571619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application (0.1ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 13ms (Views: 8.3ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lariagutmann@renner.name"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lariagutmann@renner.name"], ["encrypted_password", "$2a$04$dUdvH1yyT5lJN71qlfiIdOq9iwJrape04zn5Br7e8.gZix5k.2Kqu"], ["created_at", "2019-01-20 08:57:55.735322"], ["updated_at", "2019-01-20 08:57:55.735322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/new.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/new.html.slim within layouts/authz/application (0.1ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 16ms (Views: 8.1ms | ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wanetabradtke@aufderhar.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wanetabradtke@aufderhar.org"], ["encrypted_password", "$2a$04$hmTHT.rzyqwO6Hrnh7f0CeoSRysFpn4VHKrFJTSpSHOLefxasYFoG"], ["created_at", "2019-01-20 08:58:32.185114"], ["updated_at", "2019-01-20 08:58:32.185114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 400 Bad Request in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "geoffreybernier@damorekaulke.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "geoffreybernier@damorekaulke.info"], ["encrypted_password", "$2a$04$/GGU2Yy3fBIfCZqXKC8cMOT0WjqRjWqHjkQ8yUqE.sSKYY9w3e57O"], ["created_at", "2019-01-20 09:00:09.497904"], ["updated_at", "2019-01-20 09:00:09.497904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.5ms)  (0.6ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "janettamraz@lindgren.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "janettamraz@lindgren.info"], ["encrypted_password", "$2a$04$T61j6M2BE16a1qaLTKBuA.lDhW1atRF32PmfweeB/NYeOzkLNl.pa"], ["created_at", "2019-01-20 09:00:23.461675"], ["updated_at", "2019-01-20 09:00:23.461675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application (0.1ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 12ms (Views: 8.2ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "flo@oberbrunner.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "flo@oberbrunner.net"], ["encrypted_password", "$2a$04$6bcdYd01ksmwiGxfMTOhiOA6GF6qifbxMsn0jz9ppQ5zEHgHT77Rq"], ["created_at", "2019-01-20 09:00:23.523598"], ["updated_at", "2019-01-20 09:00:23.523598"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.5ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "valglover@howell.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "valglover@howell.org"], ["encrypted_password", "$2a$04$PKikT7Dk6A4dETK/Qfxx3uz7SA4AbbVdvuIbUqXpJjv5mEWZywYRq"], ["created_at", "2019-01-20 09:00:23.549786"], ["updated_at", "2019-01-20 09:00:23.549786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "beaabshire@abernathy.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "beaabshire@abernathy.io"], ["encrypted_password", "$2a$04$p4HZ3QC6sp/ehg90LN8pjOF.9MS.9/ewNTrnsILdeH4VWxZ9xZ8VC"], ["created_at", "2019-01-20 09:00:23.556487"], ["updated_at", "2019-01-20 09:00:23.556487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cody@cummerata.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cody@cummerata.org"], ["encrypted_password", "$2a$04$HeXGmCUIvoo.RULyNTMsuebBhLmAihPH5kevMCnIJT/0YorNcvUTm"], ["created_at", "2019-01-20 09:00:54.227012"], ["updated_at", "2019-01-20 09:00:54.227012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.5ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "james@rogahnmedhurst.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "james@rogahnmedhurst.co"], ["encrypted_password", "$2a$04$A.FpphHph8g2kIjZYuWICuGt2ZijlyjwuatwvZxl/jthvYzNl8zPq"], ["created_at", "2019-01-20 09:00:54.258662"], ["updated_at", "2019-01-20 09:00:54.258662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mack@effertz.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mack@effertz.info"], ["encrypted_password", "$2a$04$HDtIm2zllWAkp186Mx/fbuZadLtwqJA/D4/ULhbS.IyLkrpL2cDbi"], ["created_at", "2019-01-20 09:00:54.266163"], ["updated_at", "2019-01-20 09:00:54.266163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elinore@auer.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elinore@auer.net"], ["encrypted_password", "$2a$04$wntTUjE5tBTHDocv7FxFNe5Oh1013H.fpP7LKnrWgBZoAxFs2543."], ["created_at", "2019-01-20 09:00:54.273264"], ["updated_at", "2019-01-20 09:00:54.273264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elmo@hermiston.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elmo@hermiston.name"], ["encrypted_password", "$2a$04$s5cBaUXt0AMno0BP54hUAegtj3mg18xlNDIO0b2hel7pviORmpefe"], ["created_at", "2019-01-20 09:01:21.629088"], ["updated_at", "2019-01-20 09:01:21.629088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 2ms (ActiveRecord: 0.3ms)  (0.6ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lavada@bogisich.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lavada@bogisich.net"], ["encrypted_password", "$2a$04$i1NkKfByTncNZIln1eSTC.Gj3p4KNXnNKOSZ98OWc3w9YTA7WefNC"], ["created_at", "2019-01-20 09:01:47.364934"], ["updated_at", "2019-01-20 09:01:47.364934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.5ms)  (0.8ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tameshaoreilly@wymanleannon.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tameshaoreilly@wymanleannon.biz"], ["encrypted_password", "$2a$04$ALl1N8wYfKLNUwL5eZHKaO2g2iumDsACWqS.0xyzlAqgTv/joEw3u"], ["created_at", "2019-01-20 09:02:25.199629"], ["updated_at", "2019-01-20 09:02:25.199629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 2ms (ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "inocencia@hoegermayer.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "inocencia@hoegermayer.org"], ["encrypted_password", "$2a$04$UfwK2u3ftTZcc6TnlHK0Y.yvTEMJm90AwGV58O7qn.xj2JeKlG0pm"], ["created_at", "2019-01-20 09:02:36.473201"], ["updated_at", "2019-01-20 09:02:36.473201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.5ms)  (0.6ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cletus@franecki.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cletus@franecki.org"], ["encrypted_password", "$2a$04$vuFKQ5McipND1fSh78RkQ.XeTnzo.GL1nUKFST7Lfd6JtAZ99EB/e"], ["created_at", "2019-01-20 09:03:24.015319"], ["updated_at", "2019-01-20 09:03:24.015319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 2ms (ActiveRecord: 0.3ms)  (0.6ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chestershanahan@cainhamill.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chestershanahan@cainhamill.org"], ["encrypted_password", "$2a$04$2FuWCiOdoXRMRPB2r3VMqOzdVC87.E3OmRjaDoTccqNsxNu1HouNC"], ["created_at", "2019-01-20 09:03:34.401268"], ["updated_at", "2019-01-20 09:03:34.401268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.5ms)  (0.7ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "floretta@ortiz.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "floretta@ortiz.org"], ["encrypted_password", "$2a$04$GPlsedPK/AdIFoxABDopeezGtpP6zMOtwxK3zgoPXBaqTlG7VJ8GS"], ["created_at", "2019-01-20 09:03:41.696033"], ["updated_at", "2019-01-20 09:03:41.696033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.5ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "randal@adams.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "randal@adams.name"], ["encrypted_password", "$2a$04$FZUNHS1JAtN0AM8jdKh6Zu63IOf3LTOGjGeFE.RLREoXUdam50wvi"], ["created_at", "2019-01-20 09:03:41.727418"], ["updated_at", "2019-01-20 09:03:41.727418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clifton@stiedemann.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clifton@stiedemann.org"], ["encrypted_password", "$2a$04$Ri3grCjZztgSdSbnTJziA.DF0sD9eI/odQ/MjtDiI7E63BccEW/gO"], ["created_at", "2019-01-20 09:03:41.734663"], ["updated_at", "2019-01-20 09:03:41.734663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rickiterry@rodriguezwillms.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rickiterry@rodriguezwillms.info"], ["encrypted_password", "$2a$04$PiQsrr4kkpNVB40m.DUKrOjIppTZNG96oBJfmV77wSx1sVYdIy112"], ["created_at", "2019-01-20 09:03:41.741453"], ["updated_at", "2019-01-20 09:03:41.741453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lauryn@dare.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lauryn@dare.info"], ["encrypted_password", "$2a$04$SVwnENBcQG1BRvsQR3V9u.Lo9XBjjUOrkE9vawU/sRoWdtGVlwt6e"], ["created_at", "2019-01-20 09:03:41.751480"], ["updated_at", "2019-01-20 09:03:41.751480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "frankieschiller@huel.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "frankieschiller@huel.net"], ["encrypted_password", "$2a$04$5jjIHI88ceEeSrklHc3bX.0u2I/qbDW33buZ9rukE.WlKQo54voP6"], ["created_at", "2019-01-20 09:03:41.757581"], ["updated_at", "2019-01-20 09:03:41.757581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darrencummings@osinski.com"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darrencummings@osinski.com"], ["encrypted_password", "$2a$04$S2WFl5dbc9G/U/RxwT0jJOUD0ywXsODvDHhrLXRC/jm1XtgYOsumq"], ["created_at", "2019-01-20 09:03:41.766164"], ["updated_at", "2019-01-20 09:03:41.766164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bernardo@friesen.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bernardo@friesen.biz"], ["encrypted_password", "$2a$04$0mtAf0Kh3MmxrdoACnNvQ.GQP0ERP6/Xj2MdMGUy3QbCq/0WxBp8q"], ["created_at", "2019-01-20 09:04:57.753048"], ["updated_at", "2019-01-20 09:04:57.753048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.8ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jesusaokon@corwincorkery.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jesusaokon@corwincorkery.io"], ["encrypted_password", "$2a$04$lOrzrSJ8Ch.LS2hBq7/vxOyaMPhHSamuis75vHDPBBTXnwvibxn6u"], ["created_at", "2019-01-20 09:07:43.732127"], ["updated_at", "2019-01-20 09:07:43.732127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.5ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jannetruel@simonis.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jannetruel@simonis.net"], ["encrypted_password", "$2a$04$rSuYqRLezvce2KU6OZOR9u1n7EMvQVax7/NPd4v7axWk6W7HPBO2O"], ["created_at", "2019-01-20 09:08:35.776082"], ["updated_at", "2019-01-20 09:08:35.776082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.5ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alphonseondricka@terryrunte.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alphonseondricka@terryrunte.biz"], ["encrypted_password", "$2a$04$G5W6JW8lfIqMayKwUHrbTOPnh1O38mAZY3QFsX8RDGgt98Rdm01se"], ["created_at", "2019-01-20 09:08:35.808259"], ["updated_at", "2019-01-20 09:08:35.808259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "danyell@hickle.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "danyell@hickle.co"], ["encrypted_password", "$2a$04$VQJBIObuZlJCwpcO/MHsu.fc8jkVIRTB5pWRnQHXIKJ7mafYCcjUS"], ["created_at", "2019-01-20 09:08:35.815313"], ["updated_at", "2019-01-20 09:08:35.815313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bert@deckowhodkiewicz.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bert@deckowhodkiewicz.com"], ["encrypted_password", "$2a$04$1DycXMDLP7WMp4Kleu.09O68tTDTR9mBn0JH42bEc46a1xGPiodcW"], ["created_at", "2019-01-20 09:08:35.822099"], ["updated_at", "2019-01-20 09:08:35.822099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "taryn@wuckert.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "taryn@wuckert.net"], ["encrypted_password", "$2a$04$j7a5lF7IKJWJXMSJ1o.rueLUaWQJo.kpFJfF3.Z2e/8ufEKo7Bx.K"], ["created_at", "2019-01-20 09:08:35.832919"], ["updated_at", "2019-01-20 09:08:35.832919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "patrickbergstrom@moore.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "patrickbergstrom@moore.io"], ["encrypted_password", "$2a$04$IXBnsCK1wNy40mVgnTEkROIVozgnXFkC1vBX5iepesuGfCtiiS8uW"], ["created_at", "2019-01-20 09:08:35.839709"], ["updated_at", "2019-01-20 09:08:35.839709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alfredohuel@considine.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alfredohuel@considine.co"], ["encrypted_password", "$2a$04$H89Y6wZxNGgOzbBA/qAOw.OpBUmNdj1u/iJjhVYulykkfu0q3hTp2"], ["created_at", "2019-01-20 09:08:35.846759"], ["updated_at", "2019-01-20 09:08:35.846759"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leandrolowe@braun.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leandrolowe@braun.org"], ["encrypted_password", "$2a$04$w.OP8DWwvKA32yjwk4GQ1e7i2aZ6oLkwOPQCOyGP/ZK96YiMNPmfS"], ["created_at", "2019-01-20 09:09:32.779915"], ["updated_at", "2019-01-20 09:09:32.779915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.5ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "crystle@braungislason.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "crystle@braungislason.com"], ["encrypted_password", "$2a$04$1i7pSPRqmvVdzyvshaY5eu7JZcxNUMnZ3AwgGGx6WeTQQuZ6nk5xi"], ["created_at", "2019-01-20 09:09:32.811286"], ["updated_at", "2019-01-20 09:09:32.811286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "royaldubuque@rohan.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "royaldubuque@rohan.org"], ["encrypted_password", "$2a$04$gzOjLlkgk22Q.LO4jOlVeeNQc.DbNiHjVXE6vciFu8wOr9g5/E2Nq"], ["created_at", "2019-01-20 09:09:32.817857"], ["updated_at", "2019-01-20 09:09:32.817857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "buddysatterfield@bartell.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "buddysatterfield@bartell.net"], ["encrypted_password", "$2a$04$WWDZQ7yTN9vDxRLdbvDt0ul5lHZ4xeBv64XiwDvFQjvunJ7cWupMq"], ["created_at", "2019-01-20 09:09:32.825198"], ["updated_at", "2019-01-20 09:09:32.825198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "erwin@hayes.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "erwin@hayes.com"], ["encrypted_password", "$2a$04$n7vMCKdismT7j9yFnPgbzewR2Yklje7Vjyu86Rcwx73fJ5n.90N1i"], ["created_at", "2019-01-20 09:09:32.836258"], ["updated_at", "2019-01-20 09:09:32.836258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stephen@vonrueden.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "stephen@vonrueden.biz"], ["encrypted_password", "$2a$04$6YD1NMhIRGFucPvmqXuX8.UaDLywF1pHf433nQVrPQtmTt92p5iNK"], ["created_at", "2019-01-20 09:09:32.842838"], ["updated_at", "2019-01-20 09:09:32.842838"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sundaybernier@leffler.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sundaybernier@leffler.info"], ["encrypted_password", "$2a$04$b8vBomhGAnD4ZgMfknsZdel0uNJmZ2rkB3YP37DZGlSZz28/AqJp2"], ["created_at", "2019-01-20 09:09:32.849766"], ["updated_at", "2019-01-20 09:09:32.849766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arthur@monahan.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "arthur@monahan.co"], ["encrypted_password", "$2a$04$z5XJg2fTL.igKYrZMkZgAuFdGrpQHNgjj0A/nQGFz9sbePsLjzLDi"], ["created_at", "2019-01-20 09:10:18.725677"], ["updated_at", "2019-01-20 09:10:18.725677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.4ms)  (0.6ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dwainpurdy@pouros.io"], ["LIMIT", 1]] User Create (1.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dwainpurdy@pouros.io"], ["encrypted_password", "$2a$04$w2nR42Xa1EGNDmcA.Nj6E.xPQKkjWbaKeDqyqIJmPrzroF5V4iz.K"], ["created_at", "2019-01-20 09:14:38.727972"], ["updated_at", "2019-01-20 09:14:38.727972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.6ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 31ms (ActiveRecord: 1.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "caeydamore@wilderman.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "caeydamore@wilderman.net"], ["encrypted_password", "$2a$04$FyjAGo6Cyc/vtjNUA.rsI.YrBzp4VMMFTq4sk7QjLtr0iwbWc/8fK"], ["created_at", "2019-01-20 09:14:38.778566"], ["updated_at", "2019-01-20 09:14:38.778566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tamera@heathcote.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tamera@heathcote.name"], ["encrypted_password", "$2a$04$9pK4nHGFQQwd5OvSIJU7uOjsk4eFvAiS7592Oo5JfB45OnTmDVdjO"], ["created_at", "2019-01-20 09:14:38.785989"], ["updated_at", "2019-01-20 09:14:38.785989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "miquelkaulke@oreilly.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "miquelkaulke@oreilly.org"], ["encrypted_password", "$2a$04$q9.3BTiQCV5kJKgMpGQk2OcPmzgx4i458D4QV.prQ0b/.0Xu12fF6"], ["created_at", "2019-01-20 09:14:38.792906"], ["updated_at", "2019-01-20 09:14:38.792906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darnellhand@ritchie.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darnellhand@ritchie.io"], ["encrypted_password", "$2a$04$uhhvaqUD7NRZNqOJfHrZBeygI5oCFgcIt8PeLAspNDE9BGn1cXP6m"], ["created_at", "2019-01-20 09:14:38.805003"], ["updated_at", "2019-01-20 09:14:38.805003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaylabartoletti@herzogthiel.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kaylabartoletti@herzogthiel.com"], ["encrypted_password", "$2a$04$BtC8Fdba7/XdgyafnXkTV.9h5ErOX2kgu2.g2NnVwykPPTdA5hmLG"], ["created_at", "2019-01-20 09:14:38.812003"], ["updated_at", "2019-01-20 09:14:38.812003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "virgenoconner@armstrongzieme.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "virgenoconner@armstrongzieme.co"], ["encrypted_password", "$2a$04$mewIAlnGBSRxZ3xnCHt0Euqwa/8RzvTM6X86O99LnPD1nxn1OaGSC"], ["created_at", "2019-01-20 09:14:38.819165"], ["updated_at", "2019-01-20 09:14:38.819165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "charley@ruel.co"], ["LIMIT", 1]] User Create (1.6ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "charley@ruel.co"], ["encrypted_password", "$2a$04$PmoDOT20LHSKJ9Bi7NlQAeNfX1jUi5dLS.BG/P2zV4jW7wSzFXKa."], ["created_at", "2019-01-20 09:23:49.553202"], ["updated_at", "2019-01-20 09:23:49.553202"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.6ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 25ms (ActiveRecord: 1.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "geraldo@hayesreynolds.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "geraldo@hayesreynolds.net"], ["encrypted_password", "$2a$04$r/BCFx6SGWqzvz1ZsDndjOsREKj7jiUbiCFK6lIrqnH7SDFzx3/6O"], ["created_at", "2019-01-20 09:23:49.597630"], ["updated_at", "2019-01-20 09:23:49.597630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rayelind@lindkoelpin.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rayelind@lindkoelpin.info"], ["encrypted_password", "$2a$04$AqaLBwPhyKDooBwuilSz8OpSd46TUfcKN/XHmsS83srlnzoTPmCMe"], ["created_at", "2019-01-20 09:23:49.604425"], ["updated_at", "2019-01-20 09:23:49.604425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "karole@nicolas.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "karole@nicolas.org"], ["encrypted_password", "$2a$04$y5JMNFe1eUN0d6rQLwbT.ewMX2D98HLL5FCutpyBkvLogfOGq0iRS"], ["created_at", "2019-01-20 09:23:49.611623"], ["updated_at", "2019-01-20 09:23:49.611623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "grover@weinatbeahan.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "grover@weinatbeahan.co"], ["encrypted_password", "$2a$04$iDbMCvYgVeHJfJLKsJFmxuxbW/0Gl04ppxVhHs9i1m6oI5ALkobbu"], ["created_at", "2019-01-20 09:23:49.624440"], ["updated_at", "2019-01-20 09:23:49.624440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zachariah@gusikowski.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zachariah@gusikowski.net"], ["encrypted_password", "$2a$04$QgRFBDAYREZa8cUn.cH7MOrtUsbj2IbbdWfp6BpmC3QLPmbhz97Hm"], ["created_at", "2019-01-20 09:23:49.631383"], ["updated_at", "2019-01-20 09:23:49.631383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ernestojacobs@lang.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ernestojacobs@lang.com"], ["encrypted_password", "$2a$04$5SCRSofP3nwfyWbBs6SbaenczjdVPJHqdC9Ztp3mBhmGGvy7MgOBa"], ["created_at", "2019-01-20 09:23:49.638257"], ["updated_at", "2019-01-20 09:23:49.638257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rupert@lindgren.org"], ["LIMIT", 1]] User Create (1.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rupert@lindgren.org"], ["encrypted_password", "$2a$04$GWg7YgHwFZNa2fdafw8mTu0Pxawx00MvwTRClKNp/iL56N3pXYsAK"], ["created_at", "2019-01-20 09:24:44.190463"], ["updated_at", "2019-01-20 09:24:44.190463"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jamigibson@donnellykohler.co"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jamigibson@donnellykohler.co"], ["encrypted_password", "$2a$04$uS/2PLomgBBRKlzxFtbApuplyJ9dQa4Ad69WNHvz//CGz5bNQY/D."], ["created_at", "2019-01-20 09:24:44.267605"], ["updated_at", "2019-01-20 09:24:44.267605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "petecrooks@kuhlman.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "petecrooks@kuhlman.biz"], ["encrypted_password", "$2a$04$HoxvU0JUA.9FtXngSDH0eeiZjNZziE6iUqCy7dumT/72i1y94k6eu"], ["created_at", "2019-01-20 09:24:44.275180"], ["updated_at", "2019-01-20 09:24:44.275180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kareyprice@volkman.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kareyprice@volkman.co"], ["encrypted_password", "$2a$04$KfPh2LTLVNoLS0d.9lue9unbK4uaNLvCSwvOPR2LGOUpAtxdvDA4e"], ["created_at", "2019-01-20 09:24:44.283237"], ["updated_at", "2019-01-20 09:24:44.283237"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "angelo@herman.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "angelo@herman.co"], ["encrypted_password", "$2a$04$EJDq1uWaXtJXxGBZQ785Le8N.psWEtNW1M.bXCje10sMjaCrk5E/6"], ["created_at", "2019-01-20 09:24:44.290790"], ["updated_at", "2019-01-20 09:24:44.290790"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chanelleerdman@creminkeeling.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chanelleerdman@creminkeeling.org"], ["encrypted_password", "$2a$04$QBxn8IRHkOxTdZZzC0dNI.eRkc.txlRHWeY50UWLj6txZFiZGmTuu"], ["created_at", "2019-01-20 09:24:44.298287"], ["updated_at", "2019-01-20 09:24:44.298287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "madison@lowefadel.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "madison@lowefadel.com"], ["encrypted_password", "$2a$04$jC9OFDcx/X8JKkcNu1dIouROomazBggGRFcH/GaXvhjsU4R1F/0vC"], ["created_at", "2019-01-20 09:24:44.305941"], ["updated_at", "2019-01-20 09:24:44.305941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "christopher@wilkinson.net"], ["LIMIT", 1]] User Create (1.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "christopher@wilkinson.net"], ["encrypted_password", "$2a$04$cbedNXKFcevQIP3TYXqzhubsCydOEoi54PimS5/OhrlTGbfJseT7O"], ["created_at", "2019-01-20 09:25:07.911003"], ["updated_at", "2019-01-20 09:25:07.911003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.6ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.9ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "olivaernser@jacobson.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "olivaernser@jacobson.io"], ["encrypted_password", "$2a$04$3COLTPYSNWQcnBKu4x5owux1NqjLurIeQGs9CVXdj.hYrO5YASAs6"], ["created_at", "2019-01-20 09:25:07.953899"], ["updated_at", "2019-01-20 09:25:07.953899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "harland@gibson.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "harland@gibson.io"], ["encrypted_password", "$2a$04$f/K.4FjsXjs/l2dXDM6UCePcvF45sWx0OrtY8lJMMwl6gvjQPfS6O"], ["created_at", "2019-01-20 09:25:07.960813"], ["updated_at", "2019-01-20 09:25:07.960813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "irwinziemann@kreiger.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "irwinziemann@kreiger.org"], ["encrypted_password", "$2a$04$8/h9TrHhgd8527phnTQYX.ZYan4JUF3L4o8gDr4ig17XpqVxz9Fqu"], ["created_at", "2019-01-20 09:25:07.967378"], ["updated_at", "2019-01-20 09:25:07.967378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ameliadickinson@kautzerpouros.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ameliadickinson@kautzerpouros.com"], ["encrypted_password", "$2a$04$Nw6M.m5WfQ/QKUgSFxl6EufURT99lZvqqQv0Ww2sR2jY.cVUpNlx2"], ["created_at", "2019-01-20 09:25:07.980132"], ["updated_at", "2019-01-20 09:25:07.980132"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "othagaylord@treutel.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "othagaylord@treutel.io"], ["encrypted_password", "$2a$04$buVmETgOcNZ41nDGFUpPJuwwvdzDQsQLnPW532tVeBWfPUN1whDQm"], ["created_at", "2019-01-20 09:25:07.987446"], ["updated_at", "2019-01-20 09:25:07.987446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "corinna@cain.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "corinna@cain.net"], ["encrypted_password", "$2a$04$b.eI9BsMpyfU3xQRbFu5Ee8C1EAZkgswHPWtK2z5xiRLzjhOoz7WG"], ["created_at", "2019-01-20 09:25:07.994433"], ["updated_at", "2019-01-20 09:25:07.994433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maximomurazik@sawayn.info"], ["LIMIT", 1]] User Create (0.6ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "maximomurazik@sawayn.info"], ["encrypted_password", "$2a$04$4n5f8y/Xu0jVdNKxgmNq7OqJNoaahoH4zmiXgI.ndbTCsZWf79xO."], ["created_at", "2019-01-20 09:25:37.182193"], ["updated_at", "2019-01-20 09:25:37.182193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.3ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.7ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lucianolan@boyer.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lucianolan@boyer.info"], ["encrypted_password", "$2a$04$OCsoz38VDhsXPEoxVD.2n.PT0nQlWxdij0i3o6P.SmpGEG3vNqcdi"], ["created_at", "2019-01-20 09:25:37.216541"], ["updated_at", "2019-01-20 09:25:37.216541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mariano@kuhic.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mariano@kuhic.co"], ["encrypted_password", "$2a$04$.fqTMoi21omnzLEAddW4veMOY7rBKj1Nmlz1k38O0OjCTniZTC7m6"], ["created_at", "2019-01-20 09:25:37.223722"], ["updated_at", "2019-01-20 09:25:37.223722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nedhodkiewicz@hegmann.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nedhodkiewicz@hegmann.com"], ["encrypted_password", "$2a$04$Dfv7Vmb13B1ChZ2cHmQM/u2qBzlC8bT/4Up/zZpOyXZvMYuLBurva"], ["created_at", "2019-01-20 09:25:37.230847"], ["updated_at", "2019-01-20 09:25:37.230847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "otha@kuvaliskihn.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "otha@kuvaliskihn.info"], ["encrypted_password", "$2a$04$d7na4ypDVF657DljokBblO3fMneSl0Q3k1JgoMPpN.apjhWBmf3L."], ["created_at", "2019-01-20 09:25:37.242023"], ["updated_at", "2019-01-20 09:25:37.242023"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shadmaggio@jacobsonstracke.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shadmaggio@jacobsonstracke.com"], ["encrypted_password", "$2a$04$5D7YftYpxqn0CEpepYLKCuh92vo91gQ3PtclcuwTt0aqX5JAgyFJW"], ["created_at", "2019-01-20 09:25:37.250849"], ["updated_at", "2019-01-20 09:25:37.250849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "enola@boyer.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "enola@boyer.co"], ["encrypted_password", "$2a$04$lMrHPxlEayDU.SoHIBLy0OjMBnp9n6D5XIZJvmezBfS9fDYjpYp1i"], ["created_at", "2019-01-20 09:25:37.258415"], ["updated_at", "2019-01-20 09:25:37.258415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cherie@schmelerhayes.biz"], ["LIMIT", 1]] User Create (1.9ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cherie@schmelerhayes.biz"], ["encrypted_password", "$2a$04$qsUcZRkgVgQg0pkCMB.HmuFHrZuItZWlgTiHEdmkfeknG37GLCuk6"], ["created_at", "2019-01-20 09:27:27.010332"], ["updated_at", "2019-01-20 09:27:27.010332"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.6ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 27ms (ActiveRecord: 1.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "karynking@hettinger.info"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "karynking@hettinger.info"], ["encrypted_password", "$2a$04$J8XIpScwo5af5EKbEhvsZekGZ3zsZW9TLocOTqQq8dH0Js88T81ta"], ["created_at", "2019-01-20 09:27:27.057513"], ["updated_at", "2019-01-20 09:27:27.057513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donte@nicolas.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "donte@nicolas.info"], ["encrypted_password", "$2a$04$rhSydDDPYZrRCAaTaDbR7.ms3olZBiUQ5ZsPkOBGRTRe16INswSo2"], ["created_at", "2019-01-20 09:27:27.065230"], ["updated_at", "2019-01-20 09:27:27.065230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeroldjacobs@keebler.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jeroldjacobs@keebler.org"], ["encrypted_password", "$2a$04$nVx3cCQW3mnYc39WI1sP6unO.cZHI.ERjPPMfXS9xJkCyHh6Tv/dS"], ["created_at", "2019-01-20 09:27:27.071833"], ["updated_at", "2019-01-20 09:27:27.071833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kristalwintheiser@swift.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kristalwintheiser@swift.info"], ["encrypted_password", "$2a$04$P8tp49j4ckAQlt3MSPogxu4pH86mV/AkNg6DVOxrzfiBu/c1UWFmy"], ["created_at", "2019-01-20 09:27:27.083857"], ["updated_at", "2019-01-20 09:27:27.083857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rasheedafunk@marquardtborer.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rasheedafunk@marquardtborer.net"], ["encrypted_password", "$2a$04$Esb2reIY8B.fa8ZsK9dcpOWkdCsJikYhZufFs2OiC8nDCym.FzOkG"], ["created_at", "2019-01-20 09:27:27.090545"], ["updated_at", "2019-01-20 09:27:27.090545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maliaflatley@okuneva.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "maliaflatley@okuneva.biz"], ["encrypted_password", "$2a$04$NSLbyM/six6YB59rOLQwQu3zws4NBcAl/RX3OXfk2Kmi97RANP/vm"], ["created_at", "2019-01-20 09:27:27.097975"], ["updated_at", "2019-01-20 09:27:27.097975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nereidaconnelly@koepp.co"], ["LIMIT", 1]] User Create (1.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nereidaconnelly@koepp.co"], ["encrypted_password", "$2a$04$.OoPse.ns4c5uKwMZMZbnOksgNhQtBnlQZUGfXx50J6ti7MoF8xKa"], ["created_at", "2019-01-20 09:27:40.672612"], ["updated_at", "2019-01-20 09:27:40.672612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 24ms (Views: 15.2ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lamarhills@spencer.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lamarhills@spencer.biz"], ["encrypted_password", "$2a$04$wfzK9zOB9mR4ZNjkt.t0M.c61jmLfsLMv.PMXS8qWtCB8/lDCvsWa"], ["created_at", "2019-01-20 09:27:40.763300"], ["updated_at", "2019-01-20 09:27:40.763300"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.6ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 2ms (ActiveRecord: 0.9ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adina@sporer.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "adina@sporer.org"], ["encrypted_password", "$2a$04$Ew8Sf./kpfC0XyIcF5Zpg.WzZCLqxcvrITTi5zJt12x/YhKaC0SOu"], ["created_at", "2019-01-20 09:27:40.773697"], ["updated_at", "2019-01-20 09:27:40.773697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/new.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/new.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 8ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ahmedsatterfield@dietrichdeckow.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ahmedsatterfield@dietrichdeckow.net"], ["encrypted_password", "$2a$04$EvuICbB1Gi33MhsKzhNrTODumK/V2bXm7kkhnCK6Ft/jLUvSinAqq"], ["created_at", "2019-01-20 09:27:40.789458"], ["updated_at", "2019-01-20 09:27:40.789458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 400 Bad Request in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "latashiayost@harvey.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "latashiayost@harvey.info"], ["encrypted_password", "$2a$04$6dXJVhxReV3n9qnUtBLAc.tkH6K7/5lpno8GFDDlUInmCKcR0q/M."], ["created_at", "2019-01-20 09:27:40.801831"], ["updated_at", "2019-01-20 09:27:40.801831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "larraine@osinski.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "larraine@osinski.org"], ["encrypted_password", "$2a$04$ZJMgSKqYnuaWuI22HJw6Kuu0172qmlm2V3Je2V.ys1zlNjMuqdrgy"], ["created_at", "2019-01-20 09:27:40.810396"], ["updated_at", "2019-01-20 09:27:40.810396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leanaskiles@olson.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leanaskiles@olson.net"], ["encrypted_password", "$2a$04$ewTgNREkDY.//YFqFwSo1ujJXX5q/r/I4MBLiHql9weWzL6wN9rgm"], ["created_at", "2019-01-20 09:27:40.820107"], ["updated_at", "2019-01-20 09:27:40.820107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "je@faysmith.name"], ["LIMIT", 1]] User Create (1.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "je@faysmith.name"], ["encrypted_password", "$2a$04$chjOHqcbcKxOzQUi6LuoUOpj0Ajxy1eZqj4F910Bq7TqVCB1X6p2O"], ["created_at", "2019-01-20 09:30:25.843793"], ["updated_at", "2019-01-20 09:30:25.843793"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.6ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 28ms (ActiveRecord: 1.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kieth@ernser.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kieth@ernser.name"], ["encrypted_password", "$2a$04$gwSi6DVPRh5DtamWjxYrVefl/fJMBX9otwU22I.uPPuabCW6srVpa"], ["created_at", "2019-01-20 09:30:25.890781"], ["updated_at", "2019-01-20 09:30:25.890781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gonzalovon@collier.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gonzalovon@collier.net"], ["encrypted_password", "$2a$04$r1a53ETqs/lXOkAXzyfJo.530JACp0l33qJmZal4tQPSJ9iNbAYd2"], ["created_at", "2019-01-20 09:30:25.897521"], ["updated_at", "2019-01-20 09:30:25.897521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "daren@hauckwiza.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "daren@hauckwiza.io"], ["encrypted_password", "$2a$04$MWDO7c4h5k9.YcHfF9uiZ.aiL7eOCwGFrBcc.hG/cwXwjvoprIS4K"], ["created_at", "2019-01-20 09:30:25.904189"], ["updated_at", "2019-01-20 09:30:25.904189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zack@buckridge.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zack@buckridge.net"], ["encrypted_password", "$2a$04$0o7.xGRB86zhCBgqPxjGKOmbVCEPLEGFIkvVLe9ayGdjZo3f2a9bW"], ["created_at", "2019-01-20 09:30:25.916458"], ["updated_at", "2019-01-20 09:30:25.916458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rositafriesen@kub.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rositafriesen@kub.com"], ["encrypted_password", "$2a$04$c.Z3qYM4DgvpHRmc5aFQruHQHNZsx2vxcv7XfNZ8lm0dY6Fdn1PBi"], ["created_at", "2019-01-20 09:30:25.923734"], ["updated_at", "2019-01-20 09:30:25.923734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rodbogisich@parisian.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rodbogisich@parisian.info"], ["encrypted_password", "$2a$04$mj2ejNtf9UkvaDdjKAjX7eMjBTQ8aDex.Oir95izA113h3Yyb5CFK"], ["created_at", "2019-01-20 09:30:25.931240"], ["updated_at", "2019-01-20 09:30:25.931240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vashti@dach.net"], ["LIMIT", 1]] User Create (1.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vashti@dach.net"], ["encrypted_password", "$2a$04$58F5vuBBMVwfx/H0i1jq3uCdGr.ovGlxCwcYSBcdtf6J3S.Bd3bE6"], ["created_at", "2019-01-20 09:43:35.394921"], ["updated_at", "2019-01-20 09:43:35.394921"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.6ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.9ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lakeishaveum@gibson.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lakeishaveum@gibson.co"], ["encrypted_password", "$2a$04$TNAtvay1YdbHHwJ7b7RsruQ3.RoowMvI18LKyPIA8jdMYyGCiAEfu"], ["created_at", "2019-01-20 09:43:35.438188"], ["updated_at", "2019-01-20 09:43:35.438188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marqueritelittel@parisianparisian.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marqueritelittel@parisianparisian.biz"], ["encrypted_password", "$2a$04$flJdWszLytvwJMeUsx05dOEHlVsGF1eDDXG7XJZtxoFbWmU/DOuP."], ["created_at", "2019-01-20 09:43:35.444825"], ["updated_at", "2019-01-20 09:43:35.444825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "renettasporer@ryan.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "renettasporer@ryan.io"], ["encrypted_password", "$2a$04$9Fnf0pkj6qWI7o5NydItVelS/DibnjJSCLgbeBuIMI30VdYpcEkTW"], ["created_at", "2019-01-20 09:43:35.452410"], ["updated_at", "2019-01-20 09:43:35.452410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "caroline@adams.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "caroline@adams.net"], ["encrypted_password", "$2a$04$Mq.taZQcrnBu9rQj0EBilOj/S2128bW5BQ8FNvN3o8Lvc50EUxyqq"], ["created_at", "2019-01-20 09:43:35.463862"], ["updated_at", "2019-01-20 09:43:35.463862"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lida@thiel.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lida@thiel.co"], ["encrypted_password", "$2a$04$HxMtliUj6Ug2/ZmAVX2PRO4AqH7z..D4xUUgpzPNHTmG.XBRBk9.6"], ["created_at", "2019-01-20 09:43:35.471564"], ["updated_at", "2019-01-20 09:43:35.471564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lucila@kihn.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lucila@kihn.co"], ["encrypted_password", "$2a$04$nFFYIAQOiz6B1Bw/c9hjKusWBdWllXgrRoQrN/huVei.5MSJCNLFG"], ["created_at", "2019-01-20 09:43:35.478740"], ["updated_at", "2019-01-20 09:43:35.478740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stefania@reichel.co"], ["LIMIT", 1]] User Create (1.7ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "stefania@reichel.co"], ["encrypted_password", "$2a$04$0MRljpZOG/i5j9jTFesgvex8Cu5vil3xdhI9OO78hw5lG2/XxaRL."], ["created_at", "2019-01-20 09:50:12.313897"], ["updated_at", "2019-01-20 09:50:12.313897"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jarodgibson@becker.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jarodgibson@becker.biz"], ["encrypted_password", "$2a$04$HTAKEVqgrY62d.Mi6lC9zOsgjLlWC9Aybmh1r/xFDRajoR1vwKwfy"], ["created_at", "2019-01-20 09:50:12.385229"], ["updated_at", "2019-01-20 09:50:12.385229"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chantellewaters@oberbrunner.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chantellewaters@oberbrunner.io"], ["encrypted_password", "$2a$04$74k8qDazhpW07Ey4aZ.sKurb4tEfq56ZpEu0KZZCxCQPZAOnEuapy"], ["created_at", "2019-01-20 09:50:12.392772"], ["updated_at", "2019-01-20 09:50:12.392772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vivienpacocha@kreigerdoyle.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vivienpacocha@kreigerdoyle.biz"], ["encrypted_password", "$2a$04$ZiJoXy9FmGkVfuIavOPPi.16ruUuUJ0mPc6E4WKWUMnywfMT6k0Ve"], ["created_at", "2019-01-20 09:50:12.399718"], ["updated_at", "2019-01-20 09:50:12.399718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jettabode@friesen.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jettabode@friesen.io"], ["encrypted_password", "$2a$04$bggfXXpquuJF86noWY0hauVMkSPAfULzzr2.rQHARQQ.Aw0D6ZwQK"], ["created_at", "2019-01-20 09:50:12.407283"], ["updated_at", "2019-01-20 09:50:12.407283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "macshields@klocko.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "macshields@klocko.org"], ["encrypted_password", "$2a$04$atmTzgptwkn3juAhbGK62ORRkT8LNhyAYzRNu7M7bjC79fp34wQL6"], ["created_at", "2019-01-20 09:50:12.416627"], ["updated_at", "2019-01-20 09:50:12.416627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aja@lind.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "aja@lind.net"], ["encrypted_password", "$2a$04$/CSfOUYf.kmwDXVwzU/rEOCiWMPJEPFpHTRV2nlb9fCNlCoiAOxNG"], ["created_at", "2019-01-20 09:50:12.424032"], ["updated_at", "2019-01-20 09:50:12.424032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elina@denesik.net"], ["LIMIT", 1]] User Create (1.6ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elina@denesik.net"], ["encrypted_password", "$2a$04$HzG4eu8gjXAPYBWTtl5/rOT71x1Kn0KeGwBXdVFCJWwnQxBbKzMGu"], ["created_at", "2019-01-20 09:50:50.806535"], ["updated_at", "2019-01-20 09:50:50.806535"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.5ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.9ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "caryrippin@schadenmarquardt.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "caryrippin@schadenmarquardt.org"], ["encrypted_password", "$2a$04$6.ClOs8wZAViBHujZFYCwuHH5zzmKDKNwIlWbbjPLXOiFMxJfyZnS"], ["created_at", "2019-01-20 09:50:50.847169"], ["updated_at", "2019-01-20 09:50:50.847169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "miguel@gottliebbaumbach.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "miguel@gottliebbaumbach.com"], ["encrypted_password", "$2a$04$KnLYcMEy9NFYsnjDwrUH1.6JCr2/nm.ugBWe5jvnCbuFnv5BBgCTu"], ["created_at", "2019-01-20 09:50:50.854203"], ["updated_at", "2019-01-20 09:50:50.854203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sangcarter@blickbraun.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sangcarter@blickbraun.org"], ["encrypted_password", "$2a$04$lfW1lNg0aNRGBy7kijU7Z.Sf8rNa4dS9KSPxt6G9qm9IMYSgSbmLi"], ["created_at", "2019-01-20 09:50:50.860753"], ["updated_at", "2019-01-20 09:50:50.860753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sterlingwatsica@kreiger.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sterlingwatsica@kreiger.biz"], ["encrypted_password", "$2a$04$gF6mw2FdUgm5i63M6tIw7eITR34aWnHA/nBD3V0YGa387bBRLaufq"], ["created_at", "2019-01-20 09:50:50.872469"], ["updated_at", "2019-01-20 09:50:50.872469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "france@stiedemann.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "france@stiedemann.net"], ["encrypted_password", "$2a$04$AUuoXuzgCouUws2eXJrBL.aAKse8aqX.1KbeHDqgeKaKf3APtrcy2"], ["created_at", "2019-01-20 09:50:50.879221"], ["updated_at", "2019-01-20 09:50:50.879221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "numbers@fadel.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "numbers@fadel.com"], ["encrypted_password", "$2a$04$m.XOjLWMQviLb4Dug7WQDuv/RbvmEhhRFqIANyPKAdTypnk662dFS"], ["created_at", "2019-01-20 09:50:50.886381"], ["updated_at", "2019-01-20 09:50:50.886381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leigh@hodkiewiczbeer.net"], ["LIMIT", 1]] User Create (1.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leigh@hodkiewiczbeer.net"], ["encrypted_password", "$2a$04$EjH225BYGRP8ugJrrdX9uuf.Jr6Ow6hdYqF.enlpFkQbszXDpvf3e"], ["created_at", "2019-01-20 09:51:06.732768"], ["updated_at", "2019-01-20 09:51:06.732768"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 15ms (Views: 10.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "inellstanton@kertzmann.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "inellstanton@kertzmann.biz"], ["encrypted_password", "$2a$04$xUCKuo1j8dIvCPV6M4OEBOP3nZTah.1Zkoogd44F4JLctQ70kNDQy"], ["created_at", "2019-01-20 09:51:06.805388"], ["updated_at", "2019-01-20 09:51:06.805388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.4ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 2ms (ActiveRecord: 0.7ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lamontgraham@collinsmclaughlin.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lamontgraham@collinsmclaughlin.org"], ["encrypted_password", "$2a$04$8S0x3qY5gZ3t//QIas3s6.kjZt0yWwFLaJI0/cW.UgghNH0AEvYVO"], ["created_at", "2019-01-20 09:51:06.814674"], ["updated_at", "2019-01-20 09:51:06.814674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/new.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/new.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 8ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lenalynch@howell.org"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lenalynch@howell.org"], ["encrypted_password", "$2a$04$VYDUSE1vlBKSwtef5Hnc..HL3J8tZIzEid82.rBzCFwyVQBfbN5sy"], ["created_at", "2019-01-20 09:51:06.829948"], ["updated_at", "2019-01-20 09:51:06.829948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 400 Bad Request in 1ms (ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "linwoodbruen@marks.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "linwoodbruen@marks.org"], ["encrypted_password", "$2a$04$7C/aT6aa.ojSaG84S6OB1OShnEkvREVxi4A/K8BAapoh3TFRUTPvG"], ["created_at", "2019-01-20 09:51:06.843074"], ["updated_at", "2019-01-20 09:51:06.843074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kristeenmedhurst@mantemoriette.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kristeenmedhurst@mantemoriette.co"], ["encrypted_password", "$2a$04$EExrggNG7s..I9eARlRYzO0m/kmHCrO6wmTWEN/lZbma6XB5HUiHG"], ["created_at", "2019-01-20 09:51:06.851309"], ["updated_at", "2019-01-20 09:51:06.851309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yvonnegutkowski@dooley.name"], ["LIMIT", 1]] User Create (0.9ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "yvonnegutkowski@dooley.name"], ["encrypted_password", "$2a$04$.IMJk3f5pM0qq9qEpPZIEO9b1/awqf0xeQ5cQPcNyCKeWtbc78VtS"], ["created_at", "2019-01-20 09:51:06.860510"], ["updated_at", "2019-01-20 09:51:06.860510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "olenjakubowski@gibson.info"], ["LIMIT", 1]] User Create (1.9ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "olenjakubowski@gibson.info"], ["encrypted_password", "$2a$04$p/Xwf98b4QsvEFL/6LCiT.ksdUyq8w2D3a/oCsNeQLDeSbwEz.eje"], ["created_at", "2019-01-20 09:51:51.132900"], ["updated_at", "2019-01-20 09:51:51.132900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leonardokuhic@kling.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leonardokuhic@kling.co"], ["encrypted_password", "$2a$04$ycZ7ZdKE3XJd2wung9cFFOcqH2kz/A1AkgTzVDT3syN1hnKnTy2AG"], ["created_at", "2019-01-20 09:51:51.190192"], ["updated_at", "2019-01-20 09:51:51.190192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bradkuhn@oconnell.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bradkuhn@oconnell.name"], ["encrypted_password", "$2a$04$Xg8TRoknZ8QeqvyApxJJ5O.DvXPYN.55l9EBz9u6/3FB58B0gTy8."], ["created_at", "2019-01-20 09:51:51.196891"], ["updated_at", "2019-01-20 09:51:51.196891"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "morris@schmeler.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "morris@schmeler.info"], ["encrypted_password", "$2a$04$GDo9VKgoz9nzlICeX/vNDeV3JYCPED24OBNWU7thxFixIeobBhntS"], ["created_at", "2019-01-20 09:51:51.203731"], ["updated_at", "2019-01-20 09:51:51.203731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "forest@hartmann.org"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "forest@hartmann.org"], ["encrypted_password", "$2a$04$BvgalYJiQxYt9xRbJOl4Nuls3b6z93k7.fwofLvc2X6u9nFmjkOdS"], ["created_at", "2019-01-20 09:51:51.210343"], ["updated_at", "2019-01-20 09:51:51.210343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaciemckenzie@cormierfisher.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kaciemckenzie@cormierfisher.info"], ["encrypted_password", "$2a$04$GuCNzWlryRk/3y84xlKx.ulytXKrSYKacvlxma7DZMNHgJ1tYTZv2"], ["created_at", "2019-01-20 09:51:51.217453"], ["updated_at", "2019-01-20 09:51:51.217453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "signekihn@bogisichrohan.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "signekihn@bogisichrohan.org"], ["encrypted_password", "$2a$04$Zk/uQ3dFrZRq4YL2kQrnTejvrLeUGyaUJ9PaaLg.RROpw1Gh/5cIC"], ["created_at", "2019-01-20 09:51:51.224269"], ["updated_at", "2019-01-20 09:51:51.224269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "julianfeeney@kling.info"], ["LIMIT", 1]] User Create (1.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "julianfeeney@kling.info"], ["encrypted_password", "$2a$04$a4QCU2pyzt8Kplv4LWL9zeRgGv9nC2yym8q9qfuQo7kCSAzKxLlFC"], ["created_at", "2019-01-20 09:57:24.740442"], ["updated_at", "2019-01-20 09:57:24.740442"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.5ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.9ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "paul@schinner.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "paul@schinner.com"], ["encrypted_password", "$2a$04$GG6HRshfdkgnj4lJkgTyveb.apwjJNsCDOiQ4usN.rLUmKI2XdzQK"], ["created_at", "2019-01-20 09:57:24.787000"], ["updated_at", "2019-01-20 09:57:24.787000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeieadams@collier.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jeieadams@collier.net"], ["encrypted_password", "$2a$04$buBB2hftQtwJwgyg2sFAUul6vBRr97a/TtoibLa7zkpiuSLWY.zhq"], ["created_at", "2019-01-20 09:57:24.794447"], ["updated_at", "2019-01-20 09:57:24.794447"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edmondschmeler@fadel.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "edmondschmeler@fadel.biz"], ["encrypted_password", "$2a$04$crgkh7/ZuAhYjj5KmRe5D.0Tob63fj4/8E8NUo3.vRAhfDbaNs9Pm"], ["created_at", "2019-01-20 09:57:24.801343"], ["updated_at", "2019-01-20 09:57:24.801343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "erich@kris.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "erich@kris.name"], ["encrypted_password", "$2a$04$nQGvys9/HrQuV554tq1oeOW1nw6Kl.JsH9iIwab.lXV0t2ecaQHby"], ["created_at", "2019-01-20 09:57:24.813877"], ["updated_at", "2019-01-20 09:57:24.813877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pete@collier.io"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pete@collier.io"], ["encrypted_password", "$2a$04$z.ANZ103jY2vwLADcS539e5bet5abKoia0b2Ncb/c1NxD262quKC2"], ["created_at", "2019-01-20 09:57:24.821521"], ["updated_at", "2019-01-20 09:57:24.821521"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cecilosinski@mraz.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cecilosinski@mraz.name"], ["encrypted_password", "$2a$04$HiKqMTezI.4q6omfuX3NOudWU0DNoviKZgAH56tnahsdLAzdz7ETe"], ["created_at", "2019-01-20 09:57:24.829343"], ["updated_at", "2019-01-20 09:57:24.829343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clyde@considinehegmann.net"], ["LIMIT", 1]] User Create (1.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clyde@considinehegmann.net"], ["encrypted_password", "$2a$04$iSMemz8Zy7xDoDDEi0srPeElaNjTbNUmkjAtkWGVCu0yv5LMFdMee"], ["created_at", "2019-01-20 10:02:36.865245"], ["updated_at", "2019-01-20 10:02:36.865245"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.7ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 55ms (ActiveRecord: 1.8ms)  (0.7ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "isobel@bodeschinner.name"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "isobel@bodeschinner.name"], ["encrypted_password", "$2a$04$Aci8xTrbXHVP6zVW4kzdkOc4SyXPfJ0gVs6uFlScdxNXYA7P4xQ8e"], ["created_at", "2019-01-20 10:02:36.967057"], ["updated_at", "2019-01-20 10:02:36.967057"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eleonor@larson.io"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eleonor@larson.io"], ["encrypted_password", "$2a$04$fLZAX1B.bnca1z/gHSWvPemJsThHXM5IC35lwo/4szmQhq5IIrfXq"], ["created_at", "2019-01-20 10:02:36.999456"], ["updated_at", "2019-01-20 10:02:36.999456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shelton@kreigerlindgren.net"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shelton@kreigerlindgren.net"], ["encrypted_password", "$2a$04$3Z4JYW4LgDOjVEbw1eVvYufireJpe/j2A4H5hty0ab1i9I36ShMuy"], ["created_at", "2019-01-20 10:02:37.032337"], ["updated_at", "2019-01-20 10:02:37.032337"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "belen@pfannerstilljacobs.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "belen@pfannerstilljacobs.biz"], ["encrypted_password", "$2a$04$WWRuL/sZX1wZeT17e.uw9udhu0LoYbGcGptuqG.8bFK/j22dmt9Aa"], ["created_at", "2019-01-20 10:02:37.074819"], ["updated_at", "2019-01-20 10:02:37.074819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.3ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "doreatha@schuppe.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "doreatha@schuppe.co"], ["encrypted_password", "$2a$04$oOVNUpksF0muPRyLtE7RJuh/gjSP.dCuqC7p7YA.wnoxcGWZX3Hrq"], ["created_at", "2019-01-20 10:02:37.110555"], ["updated_at", "2019-01-20 10:02:37.110555"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "weldon@boyle.com"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "weldon@boyle.com"], ["encrypted_password", "$2a$04$niyV9VWIbTVXcHAhx0vMvugrWw1K4hKTy5tVFyRs9LyRpAQK6oczu"], ["created_at", "2019-01-20 10:02:37.144010"], ["updated_at", "2019-01-20 10:02:37.144010"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "andy@stehrhegmann.name"], ["LIMIT", 1]] User Create (1.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "andy@stehrhegmann.name"], ["encrypted_password", "$2a$04$VXgtIEjJF3baARLYfK04BOtB4m1tm2pebwxCFLs9sRZ6Uxg1YPdfC"], ["created_at", "2019-01-20 10:07:21.432306"], ["updated_at", "2019-01-20 10:07:21.432306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.6ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 24ms (ActiveRecord: 1.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kris@farrell.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kris@farrell.org"], ["encrypted_password", "$2a$04$5U5x9QSP.OUXbGJ/dihICuz8o/0a1gMEo4kVw//CUtLIsBeQhTJ.W"], ["created_at", "2019-01-20 10:07:21.475452"], ["updated_at", "2019-01-20 10:07:21.475452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tad@lindgrenstrosin.info"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tad@lindgrenstrosin.info"], ["encrypted_password", "$2a$04$TexeE7HzV0BbJXkwK5gJ9.pvgKub.1yKPuaBQLwgLZwB28XTLfq1S"], ["created_at", "2019-01-20 10:07:21.481741"], ["updated_at", "2019-01-20 10:07:21.481741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hilary@hammes.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hilary@hammes.name"], ["encrypted_password", "$2a$04$6XhENm8.tv6RHiMkql5EIu4PHHSadUElPUGgW0EWLcwY4VYaWKHJu"], ["created_at", "2019-01-20 10:07:21.488526"], ["updated_at", "2019-01-20 10:07:21.488526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maryalice@tremblaycarter.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "maryalice@tremblaycarter.com"], ["encrypted_password", "$2a$04$xKaMZy8dWVcPKknvUopBNOeBKitWJQzotbDKqJLq5qtuaMF8NmYQu"], ["created_at", "2019-01-20 10:07:21.500006"], ["updated_at", "2019-01-20 10:07:21.500006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adolfo@jones.name"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "adolfo@jones.name"], ["encrypted_password", "$2a$04$2sY.F42LONOU9O45CB3QM.ohKnqyuZicLrpoGoWXv7ov8r6XwU3Eu"], ["created_at", "2019-01-20 10:07:21.506653"], ["updated_at", "2019-01-20 10:07:21.506653"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "beau@lebsackmiller.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "beau@lebsackmiller.org"], ["encrypted_password", "$2a$04$rKTLDZifkXKtTgSWgGal3.BWKwgZ3j093CZx2jNlLC3HmjJ6/vHLG"], ["created_at", "2019-01-20 10:07:21.514020"], ["updated_at", "2019-01-20 10:07:21.514020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "malcom@willms.net"], ["LIMIT", 1]] User Create (1.9ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "malcom@willms.net"], ["encrypted_password", "$2a$04$qk/6CzjE6R29atfHyryGfOvLCD0kQ/VXiv.psk4ibsgwX7Ya69SE."], ["created_at", "2019-01-20 10:07:43.535610"], ["updated_at", "2019-01-20 10:07:43.535610"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 19ms (Views: 13.5ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yilittle@yost.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "yilittle@yost.name"], ["encrypted_password", "$2a$04$xEylMaVE82v0qEhgr2/z3.C6mlEJrT2kYTB7G1FzFhOZa9vp.N9ZW"], ["created_at", "2019-01-20 10:07:43.623153"], ["updated_at", "2019-01-20 10:07:43.623153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.4ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 2ms (ActiveRecord: 0.7ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yadirabogan@berge.io"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "yadirabogan@berge.io"], ["encrypted_password", "$2a$04$msGX/FVMX15NuFLO4bZ.4.QZpUzqffQldYqrd/5doLWIRgj9bpK7i"], ["created_at", "2019-01-20 10:07:43.632743"], ["updated_at", "2019-01-20 10:07:43.632743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/new.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/new.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 8ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chantemayer@moore.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chantemayer@moore.net"], ["encrypted_password", "$2a$04$you1XgBQA/5wp0MJQgb/y.wlBM8RgvGPJ1uSfaq3YFEe3YYauSLGW"], ["created_at", "2019-01-20 10:07:43.648853"], ["updated_at", "2019-01-20 10:07:43.648853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 400 Bad Request in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "guillermovon@wisozk.org"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "guillermovon@wisozk.org"], ["encrypted_password", "$2a$04$AWDZSraF7SDGvzM/iRMy4.Yn35lPgppymwhv5d7UudrCVDZzbJFdO"], ["created_at", "2019-01-20 10:07:43.662035"], ["updated_at", "2019-01-20 10:07:43.662035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stefania@howe.com"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "stefania@howe.com"], ["encrypted_password", "$2a$04$5cXaDYxFpgjiSCXnjKrf4OLXtZJo2gqIfsIcflCCLjRj3CYLQQTy6"], ["created_at", "2019-01-20 10:07:43.670967"], ["updated_at", "2019-01-20 10:07:43.670967"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "feraynor@schulist.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "feraynor@schulist.net"], ["encrypted_password", "$2a$04$zaTXXi97peDsZRaapuhY.O7mYhDxux9XtlbmJCajyfg.k87yx2OZe"], ["created_at", "2019-01-20 10:07:43.680431"], ["updated_at", "2019-01-20 10:07:43.680431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "idell@dicki.info"], ["LIMIT", 1]] User Create (1.7ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "idell@dicki.info"], ["encrypted_password", "$2a$04$7SAfzOureRlRXFiO9BxBoOQzD/R0eklgFQ29xVxxu.rCf6abePExC"], ["created_at", "2019-01-20 10:11:01.379923"], ["updated_at", "2019-01-20 10:11:01.379923"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application (0.5ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 20ms (Views: 14.5ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roy@dubuque.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "roy@dubuque.co"], ["encrypted_password", "$2a$04$Z5gnw6CxcylBybESyAzsDeECHCFSp2X6Kbg7ZnLpzhTF0we/SZ8Mi"], ["created_at", "2019-01-20 10:11:01.468516"], ["updated_at", "2019-01-20 10:11:01.468516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.5ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 2ms (ActiveRecord: 0.8ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "moses@conn.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "moses@conn.info"], ["encrypted_password", "$2a$04$3Zi06U.EsXHsO/Qaek6HguRzSJI6ju3kozcu/pl3J6LirbpD9k09O"], ["created_at", "2019-01-20 10:11:01.478046"], ["updated_at", "2019-01-20 10:11:01.478046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/new.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/new.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 8ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "buford@mayer.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "buford@mayer.net"], ["encrypted_password", "$2a$04$EzK4agIJvPeoWgoM8NH45Oj9SDsAoYiPlXs1nAT5mvTNoJnilN4q6"], ["created_at", "2019-01-20 10:11:01.493847"], ["updated_at", "2019-01-20 10:11:01.493847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 400 Bad Request in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wallace@gleichner.org"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wallace@gleichner.org"], ["encrypted_password", "$2a$04$myl1lg8i4ZtgFr1IMIj0Eu4DS3Ysg0hFKItTRFyuD6uYEfhm29lmy"], ["created_at", "2019-01-20 10:11:01.505878"], ["updated_at", "2019-01-20 10:11:01.505878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "charlesmarquardt@goldner.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "charlesmarquardt@goldner.name"], ["encrypted_password", "$2a$04$roaKyVnd8g2fxIGeRcQc5uTTuHzzUunW3cQTVsrYcinJ9BiIA2EuW"], ["created_at", "2019-01-20 10:11:01.514028"], ["updated_at", "2019-01-20 10:11:01.514028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gerald@flatley.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gerald@flatley.biz"], ["encrypted_password", "$2a$04$1c8lA.8DdsqMknRtiff9o.eePCob6jfvbDcPOGuyoXpJY0ZQqhbcu"], ["created_at", "2019-01-20 10:11:01.523440"], ["updated_at", "2019-01-20 10:11:01.523440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "katheleencummerata@stokesfeeney.org"], ["LIMIT", 1]] User Create (1.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "katheleencummerata@stokesfeeney.org"], ["encrypted_password", "$2a$04$tBQjulyIlEUST3Fuz9xmOOGPTEL0eqxTPKXY1b/4QCII2.1WzcqTS"], ["created_at", "2019-01-20 10:12:19.694003"], ["updated_at", "2019-01-20 10:12:19.694003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 16ms (Views: 11.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ward@bednarterry.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ward@bednarterry.co"], ["encrypted_password", "$2a$04$dsQ9MYQj0agLqgN2.hcRl.08e7z8UvhZ9fN3OpxN6TTs43kc7XiBu"], ["created_at", "2019-01-20 10:12:19.774700"], ["updated_at", "2019-01-20 10:12:19.774700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.5ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 2ms (ActiveRecord: 0.7ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "thelmawalsh@ritchie.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "thelmawalsh@ritchie.net"], ["encrypted_password", "$2a$04$qIxT7U8lFSWaoJ7Q0RDPEueB9fuUJL2go8MAVQh.CcIKsmVb6C4G."], ["created_at", "2019-01-20 10:12:19.785412"], ["updated_at", "2019-01-20 10:12:19.785412"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/new.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/new.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 10ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "johnie@keebler.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "johnie@keebler.biz"], ["encrypted_password", "$2a$04$mtzwKGMxroESuQb5WE28Auhi7sSglLeNGU.A.91U4buT29Lpf5Ui2"], ["created_at", "2019-01-20 10:12:19.803687"], ["updated_at", "2019-01-20 10:12:19.803687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 400 Bad Request in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "erickanitzsche@hane.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "erickanitzsche@hane.org"], ["encrypted_password", "$2a$04$EVTdKDiuJbIY98gEk9IwC.7cXO3eflonc1iAqXkcZCA8rnhYxvPye"], ["created_at", "2019-01-20 10:12:19.816108"], ["updated_at", "2019-01-20 10:12:19.816108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "venakrajcik@schinner.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "venakrajcik@schinner.co"], ["encrypted_password", "$2a$04$vKY4jENYenb.ajJQlQMaH.3Td/XTQiCKg945E90sGIxaVwyPo6XvW"], ["created_at", "2019-01-20 10:12:19.824379"], ["updated_at", "2019-01-20 10:12:19.824379"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lashandradaugherty@nolan.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lashandradaugherty@nolan.com"], ["encrypted_password", "$2a$04$Hxf/VoGQZxIGSe6KsSip6earW5oiFYo5HRgajN/Ka0Mrkptc2fate"], ["created_at", "2019-01-20 10:12:19.833975"], ["updated_at", "2019-01-20 10:12:19.833975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "albertbins@lynch.info"], ["LIMIT", 1]] User Create (1.7ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "albertbins@lynch.info"], ["encrypted_password", "$2a$04$glsl5bug8ToPZYH0JKgzdObDFX3f3B0cqIER8vcAVHD3kfZD6zedO"], ["created_at", "2019-01-20 10:13:38.025213"], ["updated_at", "2019-01-20 10:13:38.025213"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 14ms (Views: 9.8ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lilisauer@dickenswuckert.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lilisauer@dickenswuckert.org"], ["encrypted_password", "$2a$04$Lnd5PHOp2pC7IDv.kulxJOdTAp6G7go3vfFFXlEZeZVv2zLVQBizq"], ["created_at", "2019-01-20 10:13:38.102308"], ["updated_at", "2019-01-20 10:13:38.102308"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.5ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 2ms (ActiveRecord: 0.8ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "isobel@wuckert.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "isobel@wuckert.co"], ["encrypted_password", "$2a$04$zg0nyCquZkH4Yl44Ty6OE.ObjeHxWFYDaAMiOs884ZGR/LnlkjQVS"], ["created_at", "2019-01-20 10:13:38.111863"], ["updated_at", "2019-01-20 10:13:38.111863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/new.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/new.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 8ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leanoraarmstrong@stammbode.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leanoraarmstrong@stammbode.co"], ["encrypted_password", "$2a$04$NrSEUvoXpk2T3rD14/mtsOJZcEi8MawVLFCHeYwNIYdid0YrAOHoq"], ["created_at", "2019-01-20 10:13:38.127342"], ["updated_at", "2019-01-20 10:13:38.127342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 400 Bad Request in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jerrykuhn@greenfelder.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jerrykuhn@greenfelder.name"], ["encrypted_password", "$2a$04$kBf105EQgJPqfZRGvi9ykugjTHsFNikxnbywua9CdIZeY8IZYxFTO"], ["created_at", "2019-01-20 10:13:38.139815"], ["updated_at", "2019-01-20 10:13:38.139815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "byronkling@schaefer.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "byronkling@schaefer.co"], ["encrypted_password", "$2a$04$Iv2OYJsQWmbGG9daRTMm7uNEVPNU2svEbUhSWjQtAZ9OKHwHdQrmi"], ["created_at", "2019-01-20 10:13:38.148053"], ["updated_at", "2019-01-20 10:13:38.148053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elwanda@will.io"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elwanda@will.io"], ["encrypted_password", "$2a$04$W.PGa5MGWoyVB1KfgNmRSuzx74vPhTS5isgiqJUnbqvNOj4W94O.K"], ["created_at", "2019-01-20 10:13:38.156766"], ["updated_at", "2019-01-20 10:13:38.156766"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nevillecorwin@wolf.name"], ["LIMIT", 1]] User Create (1.7ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nevillecorwin@wolf.name"], ["encrypted_password", "$2a$04$nvYtdQ9jgXaYNaMVB1qjUO6Tzg55wGKB41AS3XHBbtyhNv0bJFwN2"], ["created_at", "2019-01-20 10:16:52.096400"], ["updated_at", "2019-01-20 10:16:52.096400"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 14ms (Views: 9.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shaynewyman@reichert.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shaynewyman@reichert.net"], ["encrypted_password", "$2a$04$EN2KT7wZGksfMW/gqAboO.Cgu5Xe6aULrZRi1IgNYH/rHiYF3jQj6"], ["created_at", "2019-01-20 10:16:52.172652"], ["updated_at", "2019-01-20 10:16:52.172652"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.4ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 2ms (ActiveRecord: 0.7ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maximoupton@mcdermott.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "maximoupton@mcdermott.com"], ["encrypted_password", "$2a$04$47RCQDu0szWQRzUW7gqzHu4wm85P.SCDyk4y/CcVfOm9hB1NNl.7C"], ["created_at", "2019-01-20 10:16:52.182042"], ["updated_at", "2019-01-20 10:16:52.182042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/new.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/new.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 8ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "desmondgoyette@johns.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "desmondgoyette@johns.name"], ["encrypted_password", "$2a$04$Qclvdj2vtSZCjE7jFVzElOKciV0Oj9pbJNCX813W3pRorCRflV1Yu"], ["created_at", "2019-01-20 10:16:52.197011"], ["updated_at", "2019-01-20 10:16:52.197011"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 400 Bad Request in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "charlynschroeder@hahn.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "charlynschroeder@hahn.io"], ["encrypted_password", "$2a$04$sX7fKzL88MrvZYcxGaMqJO9SzRZp4lIFbXoK4Wz4X1cANDlLQZemy"], ["created_at", "2019-01-20 10:16:52.209620"], ["updated_at", "2019-01-20 10:16:52.209620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "julianbotsford@bayer.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "julianbotsford@bayer.net"], ["encrypted_password", "$2a$04$Kh88gqE4IiuRlegw3fYMzedGzDukBQYhfOf3iPCdPZiZfimT8O8om"], ["created_at", "2019-01-20 10:16:52.217504"], ["updated_at", "2019-01-20 10:16:52.217504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tuanpouros@hoppe.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tuanpouros@hoppe.net"], ["encrypted_password", "$2a$04$J6zRs9Q/vfbMRk47mTyZjOfWI1fGh5KzORJrJav5omue3EwLWHJQC"], ["created_at", "2019-01-20 10:16:52.226097"], ["updated_at", "2019-01-20 10:16:52.226097"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stewarthackett@bergstrom.info"], ["LIMIT", 1]] User Create (1.7ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "stewarthackett@bergstrom.info"], ["encrypted_password", "$2a$04$9dXDnYp4.dsYgwtCSBKsQe5Zfs25ErLuXkw7a3V7LNeMt7qUlVvnq"], ["created_at", "2019-01-20 10:17:46.559432"], ["updated_at", "2019-01-20 10:17:46.559432"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Load (0.6ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "visitors"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/sessions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/sessions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/sessions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/passwords"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/passwords"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/passwords"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/passwords"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "cancel"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "active_storage/disk"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "active_storage/direct_uploads"], ["action", "create"], ["LIMIT", 1]]  (0.6ms) SELECT "authz_scoping_rules"."scopable" FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" NOT IN (?, ?, ?) [["scopable", "ScopableByTestCity"], ["scopable", "ScopableByCity"], ["scopable", "ScopableByClearance"]] Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/home/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/home/index.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 23ms (Views: 9.6ms | ActiveRecord: 2.4ms)  (0.3ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alethaconnelly@crooks.net"], ["LIMIT", 1]] User Create (1.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alethaconnelly@crooks.net"], ["encrypted_password", "$2a$04$pBRPqGnNERp3I3dibMFqeeTCVXjE6tBZXExMFD9kGAoA.6zqGDH46"], ["created_at", "2019-01-20 10:19:35.668881"], ["updated_at", "2019-01-20 10:19:35.668881"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#index as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/controller_actions/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/controller_actions/index.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 14ms (Views: 9.4ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mervin@littleframi.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mervin@littleframi.org"], ["encrypted_password", "$2a$04$bkZn9OTkvKhZiW6i.XCCL.9N6RRYtVEl3B0.yV4wywu6EIHCiOTIW"], ["created_at", "2019-01-20 10:19:35.743760"], ["updated_at", "2019-01-20 10:19:35.743760"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#show as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Load (0.4ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 2ms (ActiveRecord: 0.7ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aleida@toy.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "aleida@toy.biz"], ["encrypted_password", "$2a$04$S7QKxpfPV9JuPpaJVmbnveqx6EqM/6IwlVNehGzPUb0uKyFBuK7iS"], ["created_at", "2019-01-20 10:19:35.753623"], ["updated_at", "2019-01-20 10:19:35.753623"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#new as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/controller_actions/new.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/controller_actions/new.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 8ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jonnie@blanda.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jonnie@blanda.com"], ["encrypted_password", "$2a$04$EMbq0dpcpDTJcLJQs3xuYeJYXHu9gMJInHeCWPlWvV1Hov/UPWZS."], ["created_at", "2019-01-20 10:19:35.769321"], ["updated_at", "2019-01-20 10:19:35.769321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#create as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 400 Bad Request in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maris@brakustorp.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "maris@brakustorp.com"], ["encrypted_password", "$2a$04$UxyuTwidV0GKXcbKguNm8.EkJN/nmJpq7F9Ujz3l09YU0Y856kDSy"], ["created_at", "2019-01-20 10:19:35.781499"], ["updated_at", "2019-01-20 10:19:35.781499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#edit as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elvis@friesen.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elvis@friesen.org"], ["encrypted_password", "$2a$04$O/N04Jdkj0bxMwayaJr5ku6hEdiC/bDakeGwANElSu91WVr1hKQpK"], ["created_at", "2019-01-20 10:19:35.789309"], ["updated_at", "2019-01-20 10:19:35.789309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#update as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nicolas@schmitt.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nicolas@schmitt.net"], ["encrypted_password", "$2a$04$PyOtR0xJgSqynGGIgxemhusbfPz45Kinkd2WDn5M8/obueE32zEPu"], ["created_at", "2019-01-20 10:19:35.797660"], ["updated_at", "2019-01-20 10:19:35.797660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#destroy as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reinaldo@gulgowski.net"], ["LIMIT", 1]] User Create (1.7ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "reinaldo@gulgowski.net"], ["encrypted_password", "$2a$04$YHhpdV8BFqw1WJBM7vZnWu8geCg1oagG3nVeSH4GLApg2kJZzjUE2"], ["created_at", "2019-01-20 10:22:02.768817"], ["updated_at", "2019-01-20 10:22:02.768817"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#index as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/rolables/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/rolables/index.html.slim within layouts/authz/application (0.4ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 18ms (Views: 12.7ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lorie@kreiger.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lorie@kreiger.name"], ["encrypted_password", "$2a$04$dGai5xQMqzdtGoNo515SXulsoeG4ELRJnUl4tP1eLeL2lxJLPEolG"], ["created_at", "2019-01-20 10:22:02.856455"], ["updated_at", "2019-01-20 10:22:02.856455"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#show as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/rolables/show.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/rolables/show.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 34ms (Views: 0.8ms | ActiveRecord: 1.0ms)  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lorabreitenberg@breitenbergmurray.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lorabreitenberg@breitenbergmurray.io"], ["encrypted_password", "$2a$04$7lYSFCQLlWspbqnpJ3j4XOeHc/l0oa360wK5qbrgF6KAv6pneUGZ."], ["created_at", "2019-01-20 10:22:02.900037"], ["updated_at", "2019-01-20 10:22:02.900037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#edit as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/rolables/edit.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/rolables/edit.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 5ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "artcronin@sipesmante.io"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "artcronin@sipesmante.io"], ["encrypted_password", "$2a$04$yjWF/EJsSpbXpkdzI22Q7uuuicJ3TDLJHr/Ub72eZcxmEdnVfFtKC"], ["created_at", "2019-01-20 10:22:02.912806"], ["updated_at", "2019-01-20 10:22:02.912806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#update as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 400 Bad Request in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sherlenebruen@cristschimmel.biz"], ["LIMIT", 1]] User Create (1.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sherlenebruen@cristschimmel.biz"], ["encrypted_password", "$2a$04$B3dssRWKiHXsm7BVuryL2umXdQsF2HXH89hFl.Dgww8ZMQQbSV1S2"], ["created_at", "2019-01-20 10:23:43.528030"], ["updated_at", "2019-01-20 10:23:43.528030"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#index as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/roles/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/roles/index.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 17ms (Views: 11.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marshall@watersberge.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marshall@watersberge.org"], ["encrypted_password", "$2a$04$ThjPvoVvi49PODYzAR37puKFhDRxyXS7bEEsivNvpqzLrXlLSDwTW"], ["created_at", "2019-01-20 10:23:43.612868"], ["updated_at", "2019-01-20 10:23:43.612868"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#show as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::Role Load (0.4ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 2ms (ActiveRecord: 0.8ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "burtkreiger@trantow.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "burtkreiger@trantow.io"], ["encrypted_password", "$2a$04$PQgwhiJSSGU9XXh3wgRPMOzWr5xyMfjvO8puGwaK3NpVKpRsQ3qHS"], ["created_at", "2019-01-20 10:23:43.622934"], ["updated_at", "2019-01-20 10:23:43.622934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#new as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/roles/new.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/roles/new.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 8ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "teokeefe@ferryterry.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "teokeefe@ferryterry.com"], ["encrypted_password", "$2a$04$DlbR3Z2GDcQusN4wQkc2su7Akhbh/9/atGpFRohETeWW8UJTI9.xq"], ["created_at", "2019-01-20 10:23:43.638581"], ["updated_at", "2019-01-20 10:23:43.638581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#create as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 400 Bad Request in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "era@boyle.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "era@boyle.com"], ["encrypted_password", "$2a$04$OOzuujB9jrqbB4n5K.91buM10KbFnCCLaXRluOMqVB73XcpUWFag."], ["created_at", "2019-01-20 10:23:43.651442"], ["updated_at", "2019-01-20 10:23:43.651442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#edit as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lawerencemurazik@mertz.name"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lawerencemurazik@mertz.name"], ["encrypted_password", "$2a$04$6.Ati/UOawG7slHM.Xo65.WoCTvtMfjoCdq86OBOw56YSjLqQEGmS"], ["created_at", "2019-01-20 10:23:43.658752"], ["updated_at", "2019-01-20 10:23:43.658752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#update as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jannarodriguez@renner.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jannarodriguez@renner.org"], ["encrypted_password", "$2a$04$4yNm37ObUby27/fsuKXYfOfqgVbNTdAI0seXDG1SFcpHc8IvqnAMK"], ["created_at", "2019-01-20 10:23:43.666908"], ["updated_at", "2019-01-20 10:23:43.666908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#destroy as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pasquale@schmeler.biz"], ["LIMIT", 1]] User Create (1.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pasquale@schmeler.biz"], ["encrypted_password", "$2a$04$5779DLMbAKZYp/Ckp9SxKuz67GJnm4YRbNnKv0g437S.9bxbUmitC"], ["created_at", "2019-01-20 10:25:56.678308"], ["updated_at", "2019-01-20 10:25:56.678308"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "starr@feestdibbert.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "starr@feestdibbert.org"], ["encrypted_password", "$2a$04$sHJ6bLjgxqAjUZAq1J5DLuE0cWURN4Bu0hkQR0SHfC/RdGghtgvGi"], ["created_at", "2019-01-20 10:25:56.740744"], ["updated_at", "2019-01-20 10:25:56.740744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "barton@ankundingnolan.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "barton@ankundingnolan.info"], ["encrypted_password", "$2a$04$wi//xp3icK1mow1aAUe5rOk/73R2y3XdpAhGXA9wENypoiAxO69ma"], ["created_at", "2019-01-20 10:25:56.747444"], ["updated_at", "2019-01-20 10:25:56.747444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "estebanbruen@stromanwilderman.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "estebanbruen@stromanwilderman.co"], ["encrypted_password", "$2a$04$6S3jtLnBZjRmqCQdKw5xY.m5kr1W55qGq2UjcUq7dkdrNmQd4C1XW"], ["created_at", "2019-01-20 10:25:56.754327"], ["updated_at", "2019-01-20 10:25:56.754327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "berrybartell@kingshields.org"], ["LIMIT", 1]] User Create (1.7ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "berrybartell@kingshields.org"], ["encrypted_password", "$2a$04$cetrjImQfT61etWiX9oM4uw6.BASGPKRbDX.NhoOdR7pLpD5wljsC"], ["created_at", "2019-01-20 10:30:08.777067"], ["updated_at", "2019-01-20 10:30:08.777067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "catherynmurray@okon.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "catherynmurray@okon.info"], ["encrypted_password", "$2a$04$kcZTR2yRbQOhTjTa2x.bIOwdk0WIxCBjBOrFdURMGjESZgkU0SFz."], ["created_at", "2019-01-20 10:30:08.840753"], ["updated_at", "2019-01-20 10:30:08.840753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "piperhamill@carter.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "piperhamill@carter.com"], ["encrypted_password", "$2a$04$75huQkhSbvqMZQA6VdVSDO2T.7SEsKPWRb2cJKZ7bDzztFzAhcu1C"], ["created_at", "2019-01-20 10:30:08.847749"], ["updated_at", "2019-01-20 10:30:08.847749"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alfredo@cartwright.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alfredo@cartwright.io"], ["encrypted_password", "$2a$04$j4yCqztfmg4v8MLF2p/M6eUBPRnyq8sw4Yi99OVMX7/uvxCrAlb2W"], ["created_at", "2019-01-20 10:30:08.855159"], ["updated_at", "2019-01-20 10:30:08.855159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eli@nolan.co"], ["LIMIT", 1]] User Create (1.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eli@nolan.co"], ["encrypted_password", "$2a$04$sm1AJUgu9kMO.QvPEY1bVuN.9Mzr.k/INqADTdm7v/AN.Ge7eQQZm"], ["created_at", "2019-01-20 10:30:27.795713"], ["updated_at", "2019-01-20 10:30:27.795713"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#new as HTML Parameters: {"id"=>"4", "role_id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Authz::Role Load (0.6ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 3ms (ActiveRecord: 0.9ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carenprohaska@metz.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carenprohaska@metz.com"], ["encrypted_password", "$2a$04$tBJvLAjmW51G3mW.HBHpNef4t914tqQCZ9ooDxoBhbMW4k8f4iNim"], ["created_at", "2019-01-20 10:30:27.860605"], ["updated_at", "2019-01-20 10:30:27.860605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#create as HTML Parameters: {"id"=>"4", "role_id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mandastreich@bernier.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mandastreich@bernier.com"], ["encrypted_password", "$2a$04$bhGLsgE9urZqXbpdswB7FuulDuUm.BfTj.gc69JRrwJeNEnrZJOVO"], ["created_at", "2019-01-20 10:30:27.874223"], ["updated_at", "2019-01-20 10:30:27.874223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#edit as HTML Parameters: {"role_id"=>"1", "id"=>"4"}  (0.0ms) SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alda@leffler.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alda@leffler.com"], ["encrypted_password", "$2a$04$RqVWp9.pTDHTgyJPMIuU4e9De5Dw4LAyp9Do9s/0tcGjFinXxFw6a"], ["created_at", "2019-01-20 10:30:27.882132"], ["updated_at", "2019-01-20 10:30:27.882132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#update as HTML Parameters: {"role_id"=>"1", "id"=>"4"}  (0.0ms) SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_1"], ["name", "architect 1"], ["description", "architect 1"], ["created_at", "2019-01-20 10:31:38.573591"], ["updated_at", "2019-01-20 10:31:38.573591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_2"], ["name", "philosopher 2"], ["description", "philosopher 2"], ["created_at", "2019-01-20 10:31:38.575506"], ["updated_at", "2019-01-20 10:31:38.575506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elden@dickithompson.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elden@dickithompson.com"], ["encrypted_password", "$2a$04$PFZlvnmey5dV1pO/L8WWauEK/eQ9/M/FHzcSatPLIig9dj2a.IDLK"], ["created_at", "2019-01-20 10:31:38.619977"], ["updated_at", "2019-01-20 10:31:38.619977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "magenta 1"], ["created_at", "2019-01-20 10:31:38.627537"], ["updated_at", "2019-01-20 10:31:38.627537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Randolph 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Randolph 1"], ["created_at", "2019-01-20 10:31:38.635675"], ["updated_at", "2019-01-20 10:31:38.635675"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Cum et hic sint."], ["body", "Illum nulla velit. Corporis deserunt non. Iure animi eveniet."], ["created_at", "2019-01-20 10:31:38.637731"], ["updated_at", "2019-01-20 10:31:38.637731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 3"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_3"], ["name", "chemist 3"], ["description", "chemist 3"], ["created_at", "2019-01-20 10:31:38.645930"], ["updated_at", "2019-01-20 10:31:38.645930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 4"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_4"], ["name", "writer 4"], ["description", "writer 4"], ["created_at", "2019-01-20 10:31:38.647965"], ["updated_at", "2019-01-20 10:31:38.647965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "byron@macgyver.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "byron@macgyver.org"], ["encrypted_password", "$2a$04$3FC3x9xpCPRxU2d.mwoKZ.WLNkm1Kz0B6EBapE4oOAgk/UHd/Hjwq"], ["created_at", "2019-01-20 10:31:38.652291"], ["updated_at", "2019-01-20 10:31:38.652291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 2"], ["created_at", "2019-01-20 10:31:38.654057"], ["updated_at", "2019-01-20 10:31:38.654057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Josetteland 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Josetteland 2"], ["created_at", "2019-01-20 10:31:38.655452"], ["updated_at", "2019-01-20 10:31:38.655452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptas odio consequatur iste."], ["body", "In quia totam. Deserunt enim quos. A ipsam similique."], ["created_at", "2019-01-20 10:31:38.656531"], ["updated_at", "2019-01-20 10:31:38.656531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_5"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_5"], ["name", "chemist 5"], ["description", "chemist 5"], ["created_at", "2019-01-20 10:31:38.677130"], ["updated_at", "2019-01-20 10:31:38.677130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 6"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_6"], ["name", "physicist 6"], ["description", "physicist 6"], ["created_at", "2019-01-20 10:31:38.679061"], ["updated_at", "2019-01-20 10:31:38.679061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "richieebert@kostark.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "richieebert@kostark.co"], ["encrypted_password", "$2a$04$Xdov0vVsRtCHSGM/xVLSG.RS2i3d8RPRK8YT4WFlj4ab1P8x/Grvi"], ["created_at", "2019-01-20 10:31:38.682963"], ["updated_at", "2019-01-20 10:31:38.682963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lavender 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lavender 3"], ["created_at", "2019-01-20 10:31:38.684599"], ["updated_at", "2019-01-20 10:31:38.684599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Paucekmouth 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Paucekmouth 3"], ["created_at", "2019-01-20 10:31:38.685754"], ["updated_at", "2019-01-20 10:31:38.685754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Labore voluptas ut occaecati."], ["body", "Officiis vel deserunt. Doloribus qui nihil. Sunt maiores optio."], ["created_at", "2019-01-20 10:31:38.686813"], ["updated_at", "2019-01-20 10:31:38.686813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_7"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_7"], ["name", "actor 7"], ["description", "actor 7"], ["created_at", "2019-01-20 10:31:38.693918"], ["updated_at", "2019-01-20 10:31:38.693918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 8"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_8"], ["name", "actor 8"], ["description", "actor 8"], ["created_at", "2019-01-20 10:31:38.695656"], ["updated_at", "2019-01-20 10:31:38.695656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "harley@champlin.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "harley@champlin.co"], ["encrypted_password", "$2a$04$qMEeKRGxbAKaMNO1Oi/c1eIX/Q9BhxOOG9yV6WWttnV6BZ6/b.y5W"], ["created_at", "2019-01-20 10:31:38.699546"], ["updated_at", "2019-01-20 10:31:38.699546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "black 4"], ["created_at", "2019-01-20 10:31:38.701561"], ["updated_at", "2019-01-20 10:31:38.701561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Josieland 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Josieland 4"], ["created_at", "2019-01-20 10:31:38.702823"], ["updated_at", "2019-01-20 10:31:38.702823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Dolorum quo temporibus perferendis."], ["body", "Necessitatibus blanditiis tempore. Quod non aperiam. Mollitia repellat maiores."], ["created_at", "2019-01-20 10:31:38.703834"], ["updated_at", "2019-01-20 10:31:38.703834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_9"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 9"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_9"], ["name", "chemist 9"], ["description", "chemist 9"], ["created_at", "2019-01-20 10:31:38.710966"], ["updated_at", "2019-01-20 10:31:38.710966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_10"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 10"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_10"], ["name", "interpreter 10"], ["description", "interpreter 10"], ["created_at", "2019-01-20 10:31:38.712842"], ["updated_at", "2019-01-20 10:31:38.712842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "catalinaconnelly@moriette.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "catalinaconnelly@moriette.com"], ["encrypted_password", "$2a$04$ukvR2SFkXJs4xJaVVwidt.dYkTU.dg1AVNqLNUhoIRziWdayaCWNW"], ["created_at", "2019-01-20 10:31:38.716834"], ["updated_at", "2019-01-20 10:31:38.716834"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 5"], ["created_at", "2019-01-20 10:31:38.724036"], ["updated_at", "2019-01-20 10:31:38.724036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Dickshire 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dickshire 5"], ["created_at", "2019-01-20 10:31:38.725335"], ["updated_at", "2019-01-20 10:31:38.725335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Soluta non quos neque."], ["body", "Et quia porro. Incidunt nobis facere. Et aliquam dolores."], ["created_at", "2019-01-20 10:31:38.726361"], ["updated_at", "2019-01-20 10:31:38.726361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_11"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_11"], ["name", "police officer 11"], ["description", "police officer 11"], ["created_at", "2019-01-20 10:31:38.732007"], ["updated_at", "2019-01-20 10:31:38.732007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_12"], ["name", "biologist 12"], ["description", "biologist 12"], ["created_at", "2019-01-20 10:31:38.733786"], ["updated_at", "2019-01-20 10:31:38.733786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "candance@borer.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "candance@borer.io"], ["encrypted_password", "$2a$04$iszm8n2mmESEeqBeuYjNjePSOr04bkikPZ1ouDUIJu2dWae.McJaS"], ["created_at", "2019-01-20 10:31:38.737261"], ["updated_at", "2019-01-20 10:31:38.737261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 6"], ["created_at", "2019-01-20 10:31:38.738776"], ["updated_at", "2019-01-20 10:31:38.738776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Traceetown 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Traceetown 6"], ["created_at", "2019-01-20 10:31:38.739979"], ["updated_at", "2019-01-20 10:31:38.739979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Iste tenetur magni iusto."], ["body", "Et soluta quo. Dicta eligendi molestiae. Id porro aperiam."], ["created_at", "2019-01-20 10:31:38.740964"], ["updated_at", "2019-01-20 10:31:38.740964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "florentino@oconnerfeest.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "florentino@oconnerfeest.com"], ["encrypted_password", "$2a$04$NSUEz0WB2TAVK.xhOKm9Bu3reX9bIMZstPp50rsI5xslCw4U//F.G"], ["created_at", "2019-01-20 10:31:38.743387"], ["updated_at", "2019-01-20 10:31:38.743387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sharron@gorczany.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sharron@gorczany.net"], ["encrypted_password", "$2a$04$3eHltjLlGRxigrX4r4vAOOurCsrKQ/DxMDiVIXPC3K0ZsmHR3fDzq"], ["created_at", "2019-01-20 10:31:38.825364"], ["updated_at", "2019-01-20 10:31:38.825364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ApplicationController#custom as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "theohaag@goodwinoconnell.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "theohaag@goodwinoconnell.co"], ["encrypted_password", "$2a$04$gbnu5VgMYNGratJkY32M0uf3j65UsCNTw/xkbsWO2JvQGZmosRui6"], ["created_at", "2019-01-20 10:31:38.833574"], ["updated_at", "2019-01-20 10:31:38.833574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/index.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 13ms (Views: 7.9ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "andresjakubowski@zemlakhuel.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "andresjakubowski@zemlakhuel.co"], ["encrypted_password", "$2a$04$6clKV3EjmzN6pR6zASJ.IOE3VgHmWk7zQtrKsgok.8jEdP3aKc9gG"], ["created_at", "2019-01-20 10:31:38.901163"], ["updated_at", "2019-01-20 10:31:38.901163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 2ms (ActiveRecord: 0.4ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shalandabogan@kutch.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shalandabogan@kutch.co"], ["encrypted_password", "$2a$04$oqorHZuV/pIOIvfUt5wR6OmFqOvK4w7KI2JOutmsWTGeg2yTIJAVG"], ["created_at", "2019-01-20 10:31:38.911227"], ["updated_at", "2019-01-20 10:31:38.911227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/new.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/business_processes/new.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 9ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elaynemiller@turnersteuber.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elaynemiller@turnersteuber.io"], ["encrypted_password", "$2a$04$qa3YeCxz0ukUb/dzf8EHEeBtTh9nMXTeI3NTjmPI79wunpPnSlafe"], ["created_at", "2019-01-20 10:31:38.928056"], ["updated_at", "2019-01-20 10:31:38.928056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 400 Bad Request in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tawanamiller@robertshowe.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tawanamiller@robertshowe.co"], ["encrypted_password", "$2a$04$PjyBwW2mO2H/slyrwPrV6O3oXEI2sLVxau8mJ6.IH5yFZybHw7Oem"], ["created_at", "2019-01-20 10:31:38.942627"], ["updated_at", "2019-01-20 10:31:38.942627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ngoc@langosh.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ngoc@langosh.name"], ["encrypted_password", "$2a$04$DWVyxBWZEaIUlnKTfV5BX.4cCXC4dw2cygS0//530vJ1JgwahN1cm"], ["created_at", "2019-01-20 10:31:38.951154"], ["updated_at", "2019-01-20 10:31:38.951154"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "viki@hettingerrenner.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "viki@hettingerrenner.co"], ["encrypted_password", "$2a$04$3XUikJwjgqy00S.XSEdiBOiajuYISkGFg60yy8ENrdfNCn7X/woOS"], ["created_at", "2019-01-20 10:31:38.960148"], ["updated_at", "2019-01-20 10:31:38.960148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "limurphy@heathcoterunolfon.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "limurphy@heathcoterunolfon.org"], ["encrypted_password", "$2a$04$iOZPNxxU13R0RMjHZj5rV.xs2h8mFbpwDv9Hi6dbJU1toz1jaVtgm"], ["created_at", "2019-01-20 10:31:38.969456"], ["updated_at", "2019-01-20 10:31:38.969456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#index as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/controller_actions/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/controller_actions/index.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 10ms (Views: 4.5ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kent@kuvalis.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kent@kuvalis.net"], ["encrypted_password", "$2a$04$lHld4iOmITKQQy1qPiZgt.YbcP8ZR4wsXsVPsbulcR6LHw.sJ7Vzy"], ["created_at", "2019-01-20 10:31:38.987638"], ["updated_at", "2019-01-20 10:31:38.987638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#show as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 2ms (ActiveRecord: 0.4ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eugenehudson@robertsgerhold.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eugenehudson@robertsgerhold.io"], ["encrypted_password", "$2a$04$RPiDDoOuqMxNzAScbFFw7eI4f29TCrjPxNJDdb9ym/9MTVtqZnMwe"], ["created_at", "2019-01-20 10:31:38.996785"], ["updated_at", "2019-01-20 10:31:38.996785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#new as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/controller_actions/new.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/controller_actions/new.html.slim within layouts/authz/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 15ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jimmienitzsche@padberggoyette.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jimmienitzsche@padberggoyette.biz"], ["encrypted_password", "$2a$04$SR.yAejOFfdVEf.foevIzO4hb1SzGgFGSydTjRYvYPNqdCrlbwXfO"], ["created_at", "2019-01-20 10:31:39.019467"], ["updated_at", "2019-01-20 10:31:39.019467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#create as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 400 Bad Request in 1ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kristelturner@becker.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kristelturner@becker.co"], ["encrypted_password", "$2a$04$L2yhDKUsJcCgrb6ye0HsY.5VS2/w2DdS4n4LyNeaEiMxxbz4KgG06"], ["created_at", "2019-01-20 10:31:39.029388"], ["updated_at", "2019-01-20 10:31:39.029388"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#edit as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clifton@pfefferdoyle.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clifton@pfefferdoyle.com"], ["encrypted_password", "$2a$04$flqWMDHFdLayteoaNsLOLumvZ5pNm8stNXEvmjMwaXZApdZ1YK0ay"], ["created_at", "2019-01-20 10:31:39.038421"], ["updated_at", "2019-01-20 10:31:39.038421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#update as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "scottgrant@thompson.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "scottgrant@thompson.net"], ["encrypted_password", "$2a$04$rVwghQQKUizy50U4Hyi/sua2Tqyln5G9pcQZdO1Rc3mlpHsIKhSH."], ["created_at", "2019-01-20 10:31:39.048202"], ["updated_at", "2019-01-20 10:31:39.048202"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#destroy as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cristylemke@miller.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cristylemke@miller.com"], ["encrypted_password", "$2a$04$e7IwJ/YEnJnnxodKw7fU3OL08b2fcAQUNYsTJ7z7346AL9Ky9ZW6i"], ["created_at", "2019-01-20 10:31:39.058250"], ["updated_at", "2019-01-20 10:31:39.058250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "visitors"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/sessions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/sessions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/sessions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/passwords"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/passwords"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/passwords"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/passwords"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "cancel"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "active_storage/disk"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Load (0.0ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "active_storage/direct_uploads"], ["action", "create"], ["LIMIT", 1]]  (0.1ms) SELECT "authz_scoping_rules"."scopable" FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" NOT IN (?, ?, ?) [["scopable", "ScopableByTestCity"], ["scopable", "ScopableByCity"], ["scopable", "ScopableByClearance"]] Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/home/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/home/index.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 16ms (Views: 3.9ms | ActiveRecord: 1.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jed@simonis.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jed@simonis.biz"], ["encrypted_password", "$2a$04$UR5FOZPi3.euXy8/3ImQR.XtiITkaCxik5L0U3oYoBGokZ7JKOVGa"], ["created_at", "2019-01-20 10:31:39.082773"], ["updated_at", "2019-01-20 10:31:39.082773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#index as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/rolables/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/rolables/index.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 8ms (Views: 3.7ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "monique@gorczanyeffertz.name"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "monique@gorczanyeffertz.name"], ["encrypted_password", "$2a$04$nvqgnM3MYQCx85kYGPhpzuoUsLZpgCO5h3tpqeVkQAL6w44uOeWt."], ["created_at", "2019-01-20 10:31:39.098131"], ["updated_at", "2019-01-20 10:31:39.098131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#show as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/rolables/show.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/rolables/show.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 13ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "grettaosinski@lakin.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "grettaosinski@lakin.net"], ["encrypted_password", "$2a$04$Vyl2n7uaJU8ScWsIIZATtOm7I24hJBBo2rpQ5E9LbfkH0mbuzASJa"], ["created_at", "2019-01-20 10:31:39.120452"], ["updated_at", "2019-01-20 10:31:39.120452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#edit as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/rolables/edit.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/rolables/edit.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 5ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eleonoradams@luettgen.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eleonoradams@luettgen.net"], ["encrypted_password", "$2a$04$KTbJsYlv5DCH1OHJ7S3rQO7NZYioF6s62dXwZY0w583UKHeAJ865y"], ["created_at", "2019-01-20 10:31:39.132698"], ["updated_at", "2019-01-20 10:31:39.132698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#update as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 400 Bad Request in 1ms (ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kelvin@christiansenberge.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kelvin@christiansenberge.io"], ["encrypted_password", "$2a$04$U.n4BThFfKwhau2AVO3Zu.Dn7w9v48/f3WA/zs1SL0agrDBAWESaq"], ["created_at", "2019-01-20 10:31:39.142112"], ["updated_at", "2019-01-20 10:31:39.142112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#index as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/roles/index.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/roles/index.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 9ms (Views: 4.6ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "edmond@mccullough.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "edmond@mccullough.biz"], ["encrypted_password", "$2a$04$iSM39dSY5CCQOllr3FYYQelw/8eOQRst0PrqLtUBauqRUUFpwWts."], ["created_at", "2019-01-20 10:31:39.159418"], ["updated_at", "2019-01-20 10:31:39.159418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#show as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "garthstoltenberg@hodkiewiczhomenick.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "garthstoltenberg@hodkiewiczhomenick.name"], ["encrypted_password", "$2a$04$Ns2Mgs6qpN60TETnYYSksOTOlSJIZEkMQ6olNhchw7THwnhPr4sV."], ["created_at", "2019-01-20 10:31:39.168215"], ["updated_at", "2019-01-20 10:31:39.168215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#new as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Rendering /Users/sergio_rodriguez/workspace/authz/app/views/authz/roles/new.html.slim within layouts/authz/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /Users/sergio_rodriguez/workspace/authz/app/views/authz/roles/new.html.slim within layouts/authz/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 5ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jennymoore@herzogratke.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jennymoore@herzogratke.name"], ["encrypted_password", "$2a$04$AdIVbpy/5OzTCBMDo8mCku137YGoUCQP2AIR5iIgA4DAM.5GOw3fC"], ["created_at", "2019-01-20 10:31:39.181095"], ["updated_at", "2019-01-20 10:31:39.181095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#create as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 400 Bad Request in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "erasmo@huels.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "erasmo@huels.name"], ["encrypted_password", "$2a$04$XaIc.DzNOoPli32N8qdQSu3gnaYixNAeXuFeFHKgFjfRGnHjCiS/a"], ["created_at", "2019-01-20 10:31:39.190042"], ["updated_at", "2019-01-20 10:31:39.190042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#edit as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zackarymoen@frami.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zackarymoen@frami.biz"], ["encrypted_password", "$2a$04$aZ3bOQ6ojaZsMVi176iRu.yKh.3doxFS0Y2OLtfEysi4MwaVi7oqu"], ["created_at", "2019-01-20 10:31:39.200189"], ["updated_at", "2019-01-20 10:31:39.200189"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#update as HTML Parameters: {"id"=>"1"}  (0.1ms) SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "quincyconroy@turnerwill.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "quincyconroy@turnerwill.net"], ["encrypted_password", "$2a$04$TwlbLeCYNeTho5N/k16Ff.f3D4uCOeD0bwLnbQ3.3AoyObf96IeNe"], ["created_at", "2019-01-20 10:31:39.209822"], ["updated_at", "2019-01-20 10:31:39.209822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#destroy as HTML Parameters: {"id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "katelyn@oconnell.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "katelyn@oconnell.net"], ["encrypted_password", "$2a$04$N0/0ZmiwvvNhU75Lqxr9rO.NDyadIEO.UxA/sGFqTX7UTWBw8FzoG"], ["created_at", "2019-01-20 10:31:39.219213"], ["updated_at", "2019-01-20 10:31:39.219213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#new as HTML Parameters: {"id"=>"4", "role_id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "coraliesteuber@paucekgutkowski.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "coraliesteuber@paucekgutkowski.net"], ["encrypted_password", "$2a$04$k08SVCaxikzJ/ZQN/mE7t.WohilCDQil5W5gjOOBUH/yoN4EJNto2"], ["created_at", "2019-01-20 10:31:39.232794"], ["updated_at", "2019-01-20 10:31:39.232794"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#create as HTML Parameters: {"id"=>"4", "role_id"=>"1"}  (0.0ms) SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "janey@braun.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "janey@braun.biz"], ["encrypted_password", "$2a$04$MJ432wxpRMEEghdTk2JoPu1IQcffVV4DgCvhOPQXup3FDIgRL1L4a"], ["created_at", "2019-01-20 10:31:39.242356"], ["updated_at", "2019-01-20 10:31:39.242356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#edit as HTML Parameters: {"role_id"=>"1", "id"=>"4"}  (0.1ms) SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "josue@markscasper.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "josue@markscasper.biz"], ["encrypted_password", "$2a$04$y8H1n/0S6k8mH32MYulUp.L9l8WnkybYUZdhH3f2NH9.xvvGApuhC"], ["created_at", "2019-01-20 10:31:39.251891"], ["updated_at", "2019-01-20 10:31:39.251891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#update as HTML Parameters: {"role_id"=>"1", "id"=>"4"}  (0.0ms) SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 13"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_13"], ["name", "librarian 13"], ["description", "librarian 13"], ["created_at", "2019-01-20 10:31:39.260668"], ["updated_at", "2019-01-20 10:31:39.260668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "agriculturist_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "agriculturist 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_1"], ["name", "agriculturist 1"], ["description", "agriculturist 1"], ["created_at", "2019-01-20 10:31:39.263666"], ["updated_at", "2019-01-20 10:31:39.263666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-20 10:31:39.266265"], ["updated_at", "2019-01-20 10:31:39.266265"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 10:31:39.274046"], ["updated_at", "2019-01-20 10:31:39.274046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 10:31:39.280452"], ["updated_at", "2019-01-20 10:31:39.280452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 14"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_14"], ["name", "actor 14"], ["description", "actor 14"], ["created_at", "2019-01-20 10:31:39.287321"], ["updated_at", "2019-01-20 10:31:39.287321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "philosopher_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "philosopher 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_2"], ["name", "philosopher 2"], ["description", "philosopher 2"], ["created_at", "2019-01-20 10:31:39.292799"], ["updated_at", "2019-01-20 10:31:39.292799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-20 10:31:39.295061"], ["updated_at", "2019-01-20 10:31:39.295061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 10:31:39.296762"], ["updated_at", "2019-01-20 10:31:39.296762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 10:31:39.298251"], ["updated_at", "2019-01-20 10:31:39.298251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/controller_actions"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tyreehansen@stehr.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tyreehansen@stehr.net"], ["encrypted_password", "$2a$04$bnwJNYuqgJNRKy9VWd5RNOIqB4qP.VTwpKkf9EM.EahJNjHO9ifvy"], ["created_at", "2019-01-20 10:31:39.304325"], ["updated_at", "2019-01-20 10:31:39.304325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_15"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_15"], ["name", "writer 15"], ["description", "writer 15"], ["created_at", "2019-01-20 10:31:39.306448"], ["updated_at", "2019-01-20 10:31:39.306448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:31:39.308772"], ["updated_at", "2019-01-20 10:31:39.308772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Donnellport 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Donnellport 7"], ["created_at", "2019-01-20 10:31:39.310180"], ["updated_at", "2019-01-20 10:31:39.310180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Marlineton 8"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Marlineton 8"], ["created_at", "2019-01-20 10:31:39.311485"], ["updated_at", "2019-01-20 10:31:39.311485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "turquoise 7"], ["created_at", "2019-01-20 10:31:39.313043"], ["updated_at", "2019-01-20 10:31:39.313043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 8"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "blue 8"], ["created_at", "2019-01-20 10:31:39.314472"], ["updated_at", "2019-01-20 10:31:39.314472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eulalia@collierwolff.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eulalia@collierwolff.biz"], ["encrypted_password", "$2a$04$5z0CzCI2KETDb9plK1ycnuU7kc1eKa/4U13NUeVgeQK7QhE6XmSdm"], ["created_at", "2019-01-20 10:31:39.316993"], ["updated_at", "2019-01-20 10:31:39.316993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Autem quia placeat quidem."], ["body", "Totam laborum esse. In hic dignissimos. Et nam quidem."], ["created_at", "2019-01-20 10:31:39.318156"], ["updated_at", "2019-01-20 10:31:39.318156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Donnellport 7"], ["created_at", "2019-01-20 10:31:39.324161"], ["updated_at", "2019-01-20 10:31:39.324161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "turquoise 7"], ["created_at", "2019-01-20 10:31:39.325839"], ["updated_at", "2019-01-20 10:31:39.325839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'donnellport 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'turquoise 7')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kattieosinski@fisher.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kattieosinski@fisher.io"], ["encrypted_password", "$2a$04$xDBT1kekPFunWTuwrkYSt.rKh2H5XphjfKtcN/Qm2IwasQRuj1lHa"], ["created_at", "2019-01-20 10:31:39.332538"], ["updated_at", "2019-01-20 10:31:39.332538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_16"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_16"], ["name", "attorney at law 16"], ["description", "attorney at law 16"], ["created_at", "2019-01-20 10:31:39.334491"], ["updated_at", "2019-01-20 10:31:39.334491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:31:39.336543"], ["updated_at", "2019-01-20 10:31:39.336543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Legrostown 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Legrostown 9"], ["created_at", "2019-01-20 10:31:39.337791"], ["updated_at", "2019-01-20 10:31:39.337791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Sabinastad 10"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sabinastad 10"], ["created_at", "2019-01-20 10:31:39.338862"], ["updated_at", "2019-01-20 10:31:39.338862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "red 9"], ["created_at", "2019-01-20 10:31:39.340254"], ["updated_at", "2019-01-20 10:31:39.340254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 10"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "violet 10"], ["created_at", "2019-01-20 10:31:39.341638"], ["updated_at", "2019-01-20 10:31:39.341638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jed@zboncak.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jed@zboncak.org"], ["encrypted_password", "$2a$04$cqpOPItn3RtPamg9cOpt5.5.IicMnOEWtnAu3dAX9kjtOLkuhn0Uu"], ["created_at", "2019-01-20 10:31:39.344087"], ["updated_at", "2019-01-20 10:31:39.344087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Qui excepturi eius officia."], ["body", "Maxime illo nam. Consectetur magni ab. Id mollitia laborum."], ["created_at", "2019-01-20 10:31:39.345225"], ["updated_at", "2019-01-20 10:31:39.345225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Sabinastad 10"], ["created_at", "2019-01-20 10:31:39.346818"], ["updated_at", "2019-01-20 10:31:39.346818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "red 9"], ["created_at", "2019-01-20 10:31:39.348243"], ["updated_at", "2019-01-20 10:31:39.348243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'sabinastad 10')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cliff@luettgenrobel.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cliff@luettgenrobel.org"], ["encrypted_password", "$2a$04$a6Lk2JIpCSi0quGVUPYYQOKbkJKAQYqt7ePBkAQjiXqqgTAQHBw22"], ["created_at", "2019-01-20 10:31:39.353172"], ["updated_at", "2019-01-20 10:31:39.353172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_17"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 17"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_17"], ["name", "writer 17"], ["description", "writer 17"], ["created_at", "2019-01-20 10:31:39.355702"], ["updated_at", "2019-01-20 10:31:39.355702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:31:39.358305"], ["updated_at", "2019-01-20 10:31:39.358305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Gustavo 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Gustavo 11"], ["created_at", "2019-01-20 10:31:39.359828"], ["updated_at", "2019-01-20 10:31:39.359828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Ikeburgh 12"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Ikeburgh 12"], ["created_at", "2019-01-20 10:31:39.361039"], ["updated_at", "2019-01-20 10:31:39.361039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 11"], ["created_at", "2019-01-20 10:31:39.362469"], ["updated_at", "2019-01-20 10:31:39.362469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 12"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "plum 12"], ["created_at", "2019-01-20 10:31:39.363859"], ["updated_at", "2019-01-20 10:31:39.363859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leontine@yundtbarton.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leontine@yundtbarton.io"], ["encrypted_password", "$2a$04$Bs4HcBVWW0J/Z9RiKkljeedDhU/Z04HBHXp//ktr0PDrVZXaVj2Oq"], ["created_at", "2019-01-20 10:31:39.366499"], ["updated_at", "2019-01-20 10:31:39.366499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Sed doloribus nostrum facere."], ["body", "Sint enim odit. Aliquid aperiam mollitia. Quis quo voluptatem."], ["created_at", "2019-01-20 10:31:39.367661"], ["updated_at", "2019-01-20 10:31:39.367661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lake Gustavo 11"], ["created_at", "2019-01-20 10:31:39.369388"], ["updated_at", "2019-01-20 10:31:39.369388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake gustavo 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "margherita@oberbrunnerbartoletti.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "margherita@oberbrunnerbartoletti.net"], ["encrypted_password", "$2a$04$1/tF7hACMnxNdbLsUR.FD.jTa0cMqCz5tUKGso5Qow5hB6n8z3ofC"], ["created_at", "2019-01-20 10:31:39.375115"], ["updated_at", "2019-01-20 10:31:39.375115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_18"], ["name", "actor 18"], ["description", "actor 18"], ["created_at", "2019-01-20 10:31:39.377002"], ["updated_at", "2019-01-20 10:31:39.377002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:31:39.378947"], ["updated_at", "2019-01-20 10:31:39.378947"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Armandaview 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Armandaview 13"], ["created_at", "2019-01-20 10:31:39.380375"], ["updated_at", "2019-01-20 10:31:39.380375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Leandro 14"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Leandro 14"], ["created_at", "2019-01-20 10:31:39.381524"], ["updated_at", "2019-01-20 10:31:39.381524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 13"], ["created_at", "2019-01-20 10:31:39.382896"], ["updated_at", "2019-01-20 10:31:39.382896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 14"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "blue 14"], ["created_at", "2019-01-20 10:31:39.384181"], ["updated_at", "2019-01-20 10:31:39.384181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ashleighharvey@roweconn.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ashleighharvey@roweconn.com"], ["encrypted_password", "$2a$04$shUDobtpjutwnwZvT/BqlejM.tSwwqucYbXZinkUCIBXytMv3kVZy"], ["created_at", "2019-01-20 10:31:39.387055"], ["updated_at", "2019-01-20 10:31:39.387055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Totam soluta ad libero."], ["body", "Inventore atque fuga. Magnam error incidunt. Sed libero dolore."], ["created_at", "2019-01-20 10:31:39.388236"], ["updated_at", "2019-01-20 10:31:39.388236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Armandaview 13"], ["created_at", "2019-01-20 10:31:39.389877"], ["updated_at", "2019-01-20 10:31:39.389877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "green 13"], ["created_at", "2019-01-20 10:31:39.391335"], ["updated_at", "2019-01-20 10:31:39.391335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east armandaview 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'green 13')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "karikshlerin@mertz.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "karikshlerin@mertz.io"], ["encrypted_password", "$2a$04$fO87ptiLRtNNxSri1QWHwOaFDcMzsLhLci2QzRz5I4Ft9WYzlE9.W"], ["created_at", "2019-01-20 10:31:39.397526"], ["updated_at", "2019-01-20 10:31:39.397526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_19"], ["name", "musician 19"], ["description", "musician 19"], ["created_at", "2019-01-20 10:31:39.399523"], ["updated_at", "2019-01-20 10:31:39.399523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:31:39.401563"], ["updated_at", "2019-01-20 10:31:39.401563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Michaleshire 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Michaleshire 15"], ["created_at", "2019-01-20 10:31:39.402907"], ["updated_at", "2019-01-20 10:31:39.402907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Moenton 16"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Moenton 16"], ["created_at", "2019-01-20 10:31:39.403941"], ["updated_at", "2019-01-20 10:31:39.403941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "olive 15"], ["created_at", "2019-01-20 10:31:39.405363"], ["updated_at", "2019-01-20 10:31:39.405363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 16"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "red 16"], ["created_at", "2019-01-20 10:31:39.406724"], ["updated_at", "2019-01-20 10:31:39.406724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gary@mitchellpacocha.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gary@mitchellpacocha.io"], ["encrypted_password", "$2a$04$qi7TidlISvGkZOuO54atxub2K5PFekfmrK0nDNgF5x2dA1Ma9P16G"], ["created_at", "2019-01-20 10:31:39.409236"], ["updated_at", "2019-01-20 10:31:39.409236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Molestiae corporis enim molestiae."], ["body", "Voluptatibus fuga et. Autem optio velit. Perferendis consectetur dolores."], ["created_at", "2019-01-20 10:31:39.410371"], ["updated_at", "2019-01-20 10:31:39.410371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "louisrowe@considine.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "louisrowe@considine.org"], ["encrypted_password", "$2a$04$f.oJU6.Eu3DjgFmj5SL4Y.ghCeq7sQlEDPt5WfYt2YJGHq2bTD20C"], ["created_at", "2019-01-20 10:31:39.412931"], ["updated_at", "2019-01-20 10:31:39.412931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Et quam debitis exercitationem."], ["body", "Dolorem cum laudantium. Ex tempore non. Necessitatibus rerum maiores."], ["created_at", "2019-01-20 10:31:39.414023"], ["updated_at", "2019-01-20 10:31:39.414023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vannesa@wizahaag.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vannesa@wizahaag.io"], ["encrypted_password", "$2a$04$LLWJ6fe9q2TY321vE60BSujtlGSTO/o8CFQJ.7r9TvpmIWWu1sVa."], ["created_at", "2019-01-20 10:31:39.416555"], ["updated_at", "2019-01-20 10:31:39.416555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Repudiandae aut velit maxime."], ["body", "Sed dolor iusto. Laudantium quae voluptatem. Mollitia reiciendis dicta."], ["created_at", "2019-01-20 10:31:39.417606"], ["updated_at", "2019-01-20 10:31:39.417606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "enoch@douglas.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "enoch@douglas.org"], ["encrypted_password", "$2a$04$fHecJjDh441/vUsu3JebC.YM1xIqs2ZvAr/0iJSe6TyLIOGvg7MLO"], ["created_at", "2019-01-20 10:31:39.420119"], ["updated_at", "2019-01-20 10:31:39.420119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Rerum officiis aliquid sunt."], ["body", "Autem facere eum. Dolores et eius. Qui qui corporis."], ["created_at", "2019-01-20 10:31:39.421167"], ["updated_at", "2019-01-20 10:31:39.421167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "New Michaleshire 15"], ["created_at", "2019-01-20 10:31:39.422668"], ["updated_at", "2019-01-20 10:31:39.422668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "olive 15"], ["created_at", "2019-01-20 10:31:39.424151"], ["updated_at", "2019-01-20 10:31:39.424151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new michaleshire 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'olive 15')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ruellcrooks@lueilwitzbrakus.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ruellcrooks@lueilwitzbrakus.com"], ["encrypted_password", "$2a$04$5c1/8h0ij.tlaKpgCf2pqejsE34RA6cpnYoZkXeIUcniT57zzqKvW"], ["created_at", "2019-01-20 10:31:39.430420"], ["updated_at", "2019-01-20 10:31:39.430420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_20"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_20"], ["name", "judge 20"], ["description", "judge 20"], ["created_at", "2019-01-20 10:31:39.432384"], ["updated_at", "2019-01-20 10:31:39.432384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:31:39.434380"], ["updated_at", "2019-01-20 10:31:39.434380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Eliseochester 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Eliseochester 17"], ["created_at", "2019-01-20 10:31:39.435703"], ["updated_at", "2019-01-20 10:31:39.435703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Erickmouth 18"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Erickmouth 18"], ["created_at", "2019-01-20 10:31:39.436861"], ["updated_at", "2019-01-20 10:31:39.436861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "yellow 17"], ["created_at", "2019-01-20 10:31:39.438327"], ["updated_at", "2019-01-20 10:31:39.438327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 18"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "ivory 18"], ["created_at", "2019-01-20 10:31:39.439671"], ["updated_at", "2019-01-20 10:31:39.439671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mauricioschaefer@kirlin.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mauricioschaefer@kirlin.biz"], ["encrypted_password", "$2a$04$QabD46.Yg/7IGdXk7.NwF.4OUZbZG0n1P7uyr7lLHblynjgMbH08e"], ["created_at", "2019-01-20 10:31:39.442191"], ["updated_at", "2019-01-20 10:31:39.442191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Iste ducimus provident sed."], ["body", "Autem in nostrum. Doloribus ut suscipit. Omnis eum qui."], ["created_at", "2019-01-20 10:31:39.443304"], ["updated_at", "2019-01-20 10:31:39.443304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kira@nienowwyman.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kira@nienowwyman.info"], ["encrypted_password", "$2a$04$BmtzqHuOV.2reawtSiVfY.tNB5jZY1ZYpToJkgnYHBt3ImPDhS12q"], ["created_at", "2019-01-20 10:31:39.445954"], ["updated_at", "2019-01-20 10:31:39.445954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Sit facere similique qui."], ["body", "Accusamus culpa facere. Amet laudantium inventore. Consequatur deleniti et."], ["created_at", "2019-01-20 10:31:39.447108"], ["updated_at", "2019-01-20 10:31:39.447108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "julesmraz@schultzbechtelar.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "julesmraz@schultzbechtelar.org"], ["encrypted_password", "$2a$04$hmSZ0mFmNqUD9Rgiv8wjGuVH8eeiWtGTaOT/RbmatUQhwRdaprb.m"], ["created_at", "2019-01-20 10:31:39.450089"], ["updated_at", "2019-01-20 10:31:39.450089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Vel est id unde."], ["body", "Quia sunt qui. Eligendi non laboriosam. Aut dolorem dolorem."], ["created_at", "2019-01-20 10:31:39.451273"], ["updated_at", "2019-01-20 10:31:39.451273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alixemard@mccullough.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alixemard@mccullough.co"], ["encrypted_password", "$2a$04$/ETa2hyLt1QNi00kfGuOGeJBVWIWphscT1c1iPO5LGWvgnXLJuScG"], ["created_at", "2019-01-20 10:31:39.453878"], ["updated_at", "2019-01-20 10:31:39.453878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Aut quam nesciunt nulla."], ["body", "Aut doloremque illum. Soluta quia consequatur. Culpa deserunt voluptatem."], ["created_at", "2019-01-20 10:31:39.454897"], ["updated_at", "2019-01-20 10:31:39.454897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "West Eliseochester 17"], ["created_at", "2019-01-20 10:31:39.456425"], ["updated_at", "2019-01-20 10:31:39.456425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west eliseochester 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "whitneyhilpert@gleichnerrippin.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "whitneyhilpert@gleichnerrippin.org"], ["encrypted_password", "$2a$04$OCmx8Uo2ZPWTy2HDZJiAeOMhWLCPpWaYq5J8TaOE0YwJyFRpLPhva"], ["created_at", "2019-01-20 10:31:39.462121"], ["updated_at", "2019-01-20 10:31:39.462121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_21"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_21"], ["name", "accountant 21"], ["description", "accountant 21"], ["created_at", "2019-01-20 10:31:39.464196"], ["updated_at", "2019-01-20 10:31:39.464196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:31:39.466199"], ["updated_at", "2019-01-20 10:31:39.466199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Tanaville 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Tanaville 19"], ["created_at", "2019-01-20 10:31:39.467499"], ["updated_at", "2019-01-20 10:31:39.467499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Suzannefurt 20"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Suzannefurt 20"], ["created_at", "2019-01-20 10:31:39.468640"], ["updated_at", "2019-01-20 10:31:39.468640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 19"], ["created_at", "2019-01-20 10:31:39.470194"], ["updated_at", "2019-01-20 10:31:39.470194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 20"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "black 20"], ["created_at", "2019-01-20 10:31:39.471591"], ["updated_at", "2019-01-20 10:31:39.471591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lalabayer@feeney.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lalabayer@feeney.info"], ["encrypted_password", "$2a$04$B.2908SLUl2oPdu78S9YBOTu0CjU1oskOfDscu.klUyc4HkSW6Zvq"], ["created_at", "2019-01-20 10:31:39.474176"], ["updated_at", "2019-01-20 10:31:39.474176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Deserunt aut quaerat impedit."], ["body", "Enim sit et. Rerum nulla maxime. Est quia molestiae."], ["created_at", "2019-01-20 10:31:39.475309"], ["updated_at", "2019-01-20 10:31:39.475309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "erniewalker@torp.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "erniewalker@torp.biz"], ["encrypted_password", "$2a$04$z2l5z9IYWyv09kyZU2rkx.Tn0dBdbGcMgvKUwsaPhe/JG5Po/HLN2"], ["created_at", "2019-01-20 10:31:39.477893"], ["updated_at", "2019-01-20 10:31:39.477893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Officiis recusandae et rerum."], ["body", "Aut exercitationem eligendi. Omnis facere nulla. Deserunt ducimus quo."], ["created_at", "2019-01-20 10:31:39.478937"], ["updated_at", "2019-01-20 10:31:39.478937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "talia@wyman.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "talia@wyman.com"], ["encrypted_password", "$2a$04$Ll9jdCHdOAzCS1Vd1tUILeS6AAf.yOfL4lcssrfvjh6Bbw.2mE982"], ["created_at", "2019-01-20 10:31:39.481452"], ["updated_at", "2019-01-20 10:31:39.481452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Distinctio esse quod alias."], ["body", "Asperiores hic ex. Dolore placeat aperiam. Repellat et dolores."], ["created_at", "2019-01-20 10:31:39.482560"], ["updated_at", "2019-01-20 10:31:39.482560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "melidakohler@croninstroman.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "melidakohler@croninstroman.com"], ["encrypted_password", "$2a$04$Qgnm27zKDZy/FFCdY8fuuuC3EjXaXH8accg6jVY/bsbSxzaQII3Ge"], ["created_at", "2019-01-20 10:31:39.485103"], ["updated_at", "2019-01-20 10:31:39.485103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Asperiores et nulla ipsa."], ["body", "Vero doloremque est. Voluptatum veniam eius. Sit fuga consequatur."], ["created_at", "2019-01-20 10:31:39.488665"], ["updated_at", "2019-01-20 10:31:39.488665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Tanaville 19"], ["created_at", "2019-01-20 10:31:39.490398"], ["updated_at", "2019-01-20 10:31:39.490398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "orange 19"], ["created_at", "2019-01-20 10:31:39.491936"], ["updated_at", "2019-01-20 10:31:39.491936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'tanaville 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orange 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.3ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "providenciamoriette@braun.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "providenciamoriette@braun.org"], ["encrypted_password", "$2a$04$E3ga8tZ.yg20pXcMXiAAq.IOluvFiOatcinspdadBSkqJgwIbWPWC"], ["created_at", "2019-01-20 10:31:39.504826"], ["updated_at", "2019-01-20 10:31:39.504826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_22"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_22"], ["name", "engineer 22"], ["description", "engineer 22"], ["created_at", "2019-01-20 10:31:39.507344"], ["updated_at", "2019-01-20 10:31:39.507344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:31:39.510012"], ["updated_at", "2019-01-20 10:31:39.510012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Nobukobury 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Nobukobury 21"], ["created_at", "2019-01-20 10:31:39.511626"], ["updated_at", "2019-01-20 10:31:39.511626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Staciashire 22"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Staciashire 22"], ["created_at", "2019-01-20 10:31:39.513084"], ["updated_at", "2019-01-20 10:31:39.513084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "yellow 21"], ["created_at", "2019-01-20 10:31:39.514706"], ["updated_at", "2019-01-20 10:31:39.514706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lavender 22"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "lavender 22"], ["created_at", "2019-01-20 10:31:39.516221"], ["updated_at", "2019-01-20 10:31:39.516221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vanvon@buckridge.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vanvon@buckridge.net"], ["encrypted_password", "$2a$04$h6fKKLsf2kc8X9JJRukB7.40CpMy3idTKSwgOv/USwMb8SD6WB/JW"], ["created_at", "2019-01-20 10:31:39.519173"], ["updated_at", "2019-01-20 10:31:39.519173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Numquam deleniti asperiores molestias."], ["body", "Porro maiores nam. Expedita minima perferendis. Sed vero excepturi."], ["created_at", "2019-01-20 10:31:39.520354"], ["updated_at", "2019-01-20 10:31:39.520354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ronoreilly@hills.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ronoreilly@hills.com"], ["encrypted_password", "$2a$04$LXgYcYDYBzWWkPUfwV./muIuQvTmPutr9NDc6gNHdxlFWrSJiGC.C"], ["created_at", "2019-01-20 10:31:39.523132"], ["updated_at", "2019-01-20 10:31:39.523132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Dolorem nihil necessitatibus dolorum."], ["body", "Hic minus dolorem. Ducimus sequi dolores. Et aut possimus."], ["created_at", "2019-01-20 10:31:39.524238"], ["updated_at", "2019-01-20 10:31:39.524238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "karinehammes@boylebashirian.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "karinehammes@boylebashirian.info"], ["encrypted_password", "$2a$04$sijOqbteU3HHywW.L/609u/NRj948YhaFlprGJMVATljx/9LPv2Wy"], ["created_at", "2019-01-20 10:31:39.526757"], ["updated_at", "2019-01-20 10:31:39.526757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Cumque aut odit ipsum."], ["body", "Itaque labore excepturi. Quidem repudiandae eos. Est incidunt iste."], ["created_at", "2019-01-20 10:31:39.527772"], ["updated_at", "2019-01-20 10:31:39.527772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mandie@douglaskuphal.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mandie@douglaskuphal.org"], ["encrypted_password", "$2a$04$RxfRUuVONmH3SgMWecUqYuzRpmPIWmJqcv/BnzY2fLstjWtODRGhi"], ["created_at", "2019-01-20 10:31:39.530167"], ["updated_at", "2019-01-20 10:31:39.530167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Omnis labore assumenda incidunt."], ["body", "Maiores dolor similique. Quasi praesentium est. At alias explicabo."], ["created_at", "2019-01-20 10:31:39.531165"], ["updated_at", "2019-01-20 10:31:39.531165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Nobukobury 21"], ["created_at", "2019-01-20 10:31:39.532760"], ["updated_at", "2019-01-20 10:31:39.532760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "yellow 21"], ["created_at", "2019-01-20 10:31:39.534224"], ["updated_at", "2019-01-20 10:31:39.534224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'nobukobury 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'yellow 21') Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'nobukobury 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'yellow 21') Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'nobukobury 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'yellow 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "porfirio@block.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "porfirio@block.com"], ["encrypted_password", "$2a$04$ZZBkKk3m4iK8pt/8rlvqLu1ZHAkPxH.xOtwbl4m6SlfekN3up4dZC"], ["created_at", "2019-01-20 10:31:39.547674"], ["updated_at", "2019-01-20 10:31:39.547674"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "angel@schultz.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "angel@schultz.info"], ["encrypted_password", "$2a$04$ErKQu.EtYqrFWx7MGUGSKeY7qfNJ.Qq31bsouHCDjQ3uG2CNjTXie"], ["created_at", "2019-01-20 10:31:39.550610"], ["updated_at", "2019-01-20 10:31:39.550610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 23"], ["created_at", "2019-01-20 10:31:39.552098"], ["updated_at", "2019-01-20 10:31:39.552098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Shirleytown 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Shirleytown 23"], ["created_at", "2019-01-20 10:31:39.553376"], ["updated_at", "2019-01-20 10:31:39.553376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Est quam alias rerum."], ["body", "Eveniet vel quia. Sint sunt recusandae. Minus aperiam error."], ["created_at", "2019-01-20 10:31:39.554392"], ["updated_at", "2019-01-20 10:31:39.554392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tishalakin@beahan.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tishalakin@beahan.org"], ["encrypted_password", "$2a$04$SemyzeBwu.x.4WkefhhiMudcMIBTuHDKSqX.B.Rf/SYCweL.yiX3a"], ["created_at", "2019-01-20 10:31:39.559946"], ["updated_at", "2019-01-20 10:31:39.559946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_23"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_23"], ["name", "astronomer 23"], ["description", "astronomer 23"], ["created_at", "2019-01-20 10:31:39.561804"], ["updated_at", "2019-01-20 10:31:39.561804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_24"], ["name", "physicist 24"], ["description", "physicist 24"], ["created_at", "2019-01-20 10:31:39.563283"], ["updated_at", "2019-01-20 10:31:39.563283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:31:39.565119"], ["updated_at", "2019-01-20 10:31:39.565119"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:31:39.566290"], ["updated_at", "2019-01-20 10:31:39.566290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Mitchel 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Mitchel 24"], ["created_at", "2019-01-20 10:31:39.567542"], ["updated_at", "2019-01-20 10:31:39.567542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Vernon 25"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Vernon 25"], ["created_at", "2019-01-20 10:31:39.568668"], ["updated_at", "2019-01-20 10:31:39.568668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orchid 24"], ["created_at", "2019-01-20 10:31:39.569965"], ["updated_at", "2019-01-20 10:31:39.569965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 25"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "salmon 25"], ["created_at", "2019-01-20 10:31:39.571205"], ["updated_at", "2019-01-20 10:31:39.571205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sharmaine@mayert.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sharmaine@mayert.com"], ["encrypted_password", "$2a$04$leyqHDMqLZDn3p4BhEGnM.BtvyeMhPQDHtF0kq/8o4ns1WveiakN6"], ["created_at", "2019-01-20 10:31:39.573576"], ["updated_at", "2019-01-20 10:31:39.573576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Culpa sunt laudantium eos."], ["body", "Veniam placeat sit. Doloribus dolores veritatis. Quidem consequatur vitae."], ["created_at", "2019-01-20 10:31:39.574650"], ["updated_at", "2019-01-20 10:31:39.574650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jewellemmerich@ernserwehner.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jewellemmerich@ernserwehner.net"], ["encrypted_password", "$2a$04$/Ea9yGIRyh1ZoEaoSL8x/OLMWniZHO6eEvWl.3vpWOk9YQLW.xhxG"], ["created_at", "2019-01-20 10:31:39.577065"], ["updated_at", "2019-01-20 10:31:39.577065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Dignissimos eos alias velit."], ["body", "Consequuntur doloremque quos. Culpa quis fugit. Corrupti totam quam."], ["created_at", "2019-01-20 10:31:39.578067"], ["updated_at", "2019-01-20 10:31:39.578067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jillpagac@krajcik.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jillpagac@krajcik.org"], ["encrypted_password", "$2a$04$wkUt38mVS4r44AXrPRPhWepuNkWLbn16C5bueaG0B2G2clKRdEvDO"], ["created_at", "2019-01-20 10:31:39.580452"], ["updated_at", "2019-01-20 10:31:39.580452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Consequatur deleniti repellendus quia."], ["body", "Veritatis cupiditate sint. Et repudiandae autem. Eligendi sed ipsum."], ["created_at", "2019-01-20 10:31:39.581434"], ["updated_at", "2019-01-20 10:31:39.581434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chris@spencer.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chris@spencer.info"], ["encrypted_password", "$2a$04$lG8x0RBjK9lC9vG1Y8iCEe3JdhvfbdaI7JAhXcnyVV9hwCoAPlmG6"], ["created_at", "2019-01-20 10:31:39.583772"], ["updated_at", "2019-01-20 10:31:39.583772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Ut nulla ducimus quia."], ["body", "Cumque ab quae. Inventore sit et. Numquam quia qui."], ["created_at", "2019-01-20 10:31:39.584732"], ["updated_at", "2019-01-20 10:31:39.584732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Mitchel 24"], ["created_at", "2019-01-20 10:31:39.586234"], ["updated_at", "2019-01-20 10:31:39.586234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "orchid 24"], ["created_at", "2019-01-20 10:31:39.587654"], ["updated_at", "2019-01-20 10:31:39.587654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "New Vernon 25"], ["created_at", "2019-01-20 10:31:39.588922"], ["updated_at", "2019-01-20 10:31:39.588922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "salmon 25"], ["created_at", "2019-01-20 10:31:39.590208"], ["updated_at", "2019-01-20 10:31:39.590208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south mitchel 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orchid 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new vernon 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'salmon 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aminader@von.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "aminader@von.biz"], ["encrypted_password", "$2a$04$jlt1UpwTP93sJU6tnxiyPuNWYDcInKKZ9FBHdpRI4W39Tg8DCEu4u"], ["created_at", "2019-01-20 10:31:39.598759"], ["updated_at", "2019-01-20 10:31:39.598759"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_25"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_25"], ["name", "accountant 25"], ["description", "accountant 25"], ["created_at", "2019-01-20 10:31:39.601151"], ["updated_at", "2019-01-20 10:31:39.601151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_26"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_26"], ["name", "advocate 26"], ["description", "advocate 26"], ["created_at", "2019-01-20 10:31:39.602650"], ["updated_at", "2019-01-20 10:31:39.602650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:31:39.604553"], ["updated_at", "2019-01-20 10:31:39.604553"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:31:39.605730"], ["updated_at", "2019-01-20 10:31:39.605730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Gaylefort 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Gaylefort 26"], ["created_at", "2019-01-20 10:31:39.607032"], ["updated_at", "2019-01-20 10:31:39.607032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Shieldsstad 27"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Shieldsstad 27"], ["created_at", "2019-01-20 10:31:39.608092"], ["updated_at", "2019-01-20 10:31:39.608092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 26"], ["created_at", "2019-01-20 10:31:39.609384"], ["updated_at", "2019-01-20 10:31:39.609384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 27"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "cyan 27"], ["created_at", "2019-01-20 10:31:39.610615"], ["updated_at", "2019-01-20 10:31:39.610615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "phyliciakunze@purdyrunte.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "phyliciakunze@purdyrunte.com"], ["encrypted_password", "$2a$04$gmolEOL6UY/qBCfqjPaWSO7xA.7nu1PJXcR7olm4/WwI5iTamSdcC"], ["created_at", "2019-01-20 10:31:39.613003"], ["updated_at", "2019-01-20 10:31:39.613003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Non a quasi totam."], ["body", "Quo esse quia. Placeat facere magnam. Ducimus iusto voluptas."], ["created_at", "2019-01-20 10:31:39.614062"], ["updated_at", "2019-01-20 10:31:39.614062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adelle@conn.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "adelle@conn.io"], ["encrypted_password", "$2a$04$RmrrA4VblJeF5SPydn5PwuvxfgRiZUt6mkf8vXOyx5v47Keule8g."], ["created_at", "2019-01-20 10:31:39.616507"], ["updated_at", "2019-01-20 10:31:39.616507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Ipsum hic eos quae."], ["body", "Laboriosam quaerat tempore. Ea autem dolores. Minima ipsa id."], ["created_at", "2019-01-20 10:31:39.617516"], ["updated_at", "2019-01-20 10:31:39.617516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shon@towne.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shon@towne.name"], ["encrypted_password", "$2a$04$3yE0fNB/PNGCQZUvxmLwnughpUc8o5ljAksQTPiWpaWQa5CuGENxu"], ["created_at", "2019-01-20 10:31:39.619834"], ["updated_at", "2019-01-20 10:31:39.619834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Nihil corrupti error ratione."], ["body", "Nisi exercitationem vero. Fugit autem est. Nemo delectus dignissimos."], ["created_at", "2019-01-20 10:31:39.620813"], ["updated_at", "2019-01-20 10:31:39.620813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jerryborer@jacobsroob.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jerryborer@jacobsroob.io"], ["encrypted_password", "$2a$04$VI2rxeShkprxrAE3npWMOu605DVRrkG/b5DV4AbFkHNOSLkZaSyVu"], ["created_at", "2019-01-20 10:31:39.623206"], ["updated_at", "2019-01-20 10:31:39.623206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Expedita dolores dignissimos voluptatem."], ["body", "Et animi dolorem. Blanditiis quis deleniti. Reprehenderit ea iusto."], ["created_at", "2019-01-20 10:31:39.624282"], ["updated_at", "2019-01-20 10:31:39.624282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Gaylefort 26"], ["created_at", "2019-01-20 10:31:39.625885"], ["updated_at", "2019-01-20 10:31:39.625885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "mint green 26"], ["created_at", "2019-01-20 10:31:39.627361"], ["updated_at", "2019-01-20 10:31:39.627361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Shieldsstad 27"], ["created_at", "2019-01-20 10:31:39.628686"], ["updated_at", "2019-01-20 10:31:39.628686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "cyan 27"], ["created_at", "2019-01-20 10:31:39.630051"], ["updated_at", "2019-01-20 10:31:39.630051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east gaylefort 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'mint green 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'shieldsstad 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'cyan 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east gaylefort 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'mint green 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'shieldsstad 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'cyan 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "quinton@oconnerkshlerin.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "quinton@oconnerkshlerin.org"], ["encrypted_password", "$2a$04$A3gitHMNW7AEzRw9MNxNFumy.YiVdyeqkOISZZ0Z5ZYWs28B4iXUW"], ["created_at", "2019-01-20 10:31:39.642084"], ["updated_at", "2019-01-20 10:31:39.642084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_27"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_27"], ["name", "human resources 27"], ["description", "human resources 27"], ["created_at", "2019-01-20 10:31:39.644054"], ["updated_at", "2019-01-20 10:31:39.644054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_28"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 28"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_28"], ["name", "physicist 28"], ["description", "physicist 28"], ["created_at", "2019-01-20 10:31:39.645464"], ["updated_at", "2019-01-20 10:31:39.645464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:31:39.647439"], ["updated_at", "2019-01-20 10:31:39.647439"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:31:39.648687"], ["updated_at", "2019-01-20 10:31:39.648687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Maganstad 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Maganstad 28"], ["created_at", "2019-01-20 10:31:39.649899"], ["updated_at", "2019-01-20 10:31:39.649899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Blaineburgh 29"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Blaineburgh 29"], ["created_at", "2019-01-20 10:31:39.651033"], ["updated_at", "2019-01-20 10:31:39.651033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 28"], ["created_at", "2019-01-20 10:31:39.652361"], ["updated_at", "2019-01-20 10:31:39.652361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 29"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "plum 29"], ["created_at", "2019-01-20 10:31:39.653630"], ["updated_at", "2019-01-20 10:31:39.653630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tyler@dach.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tyler@dach.com"], ["encrypted_password", "$2a$04$vgIY4AfRBasIAsOH/tKXne5UGn5yHhF4o6KK035i4xAzeq8JqlMwC"], ["created_at", "2019-01-20 10:31:39.656078"], ["updated_at", "2019-01-20 10:31:39.656078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Qui aut suscipit sint."], ["body", "Voluptatem qui quas. Molestiae vel voluptatem. Laudantium consequuntur esse."], ["created_at", "2019-01-20 10:31:39.657193"], ["updated_at", "2019-01-20 10:31:39.657193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jayna@sipes.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jayna@sipes.com"], ["encrypted_password", "$2a$04$9W39/ADLIGhwe7EeUnpLKO67fv/Qd1y.zAA/42J.xFiR4OOrddFfG"], ["created_at", "2019-01-20 10:31:39.659774"], ["updated_at", "2019-01-20 10:31:39.659774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Facilis cumque distinctio ea."], ["body", "Quis soluta et. Ea aut commodi. Corporis adipisci quod."], ["created_at", "2019-01-20 10:31:39.660825"], ["updated_at", "2019-01-20 10:31:39.660825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "thanhhirthe@thielrohan.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "thanhhirthe@thielrohan.net"], ["encrypted_password", "$2a$04$ag3HNFm3XXsCTUHa2ZSUT.deHZ6IanmeS4qw4GjE7/GRiBqF9sZy."], ["created_at", "2019-01-20 10:31:39.663284"], ["updated_at", "2019-01-20 10:31:39.663284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Ipsum quaerat ut nostrum."], ["body", "Odit sunt qui. Nisi architecto fugiat. Dolorum cum eos."], ["created_at", "2019-01-20 10:31:39.664330"], ["updated_at", "2019-01-20 10:31:39.664330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alan@marquardt.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alan@marquardt.org"], ["encrypted_password", "$2a$04$QSfA6in1bwo/NBzuvu9YSOUPqMpuAV5IftHDADB5CVN6bKrVsZwuq"], ["created_at", "2019-01-20 10:31:39.666770"], ["updated_at", "2019-01-20 10:31:39.666770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Impedit vel id nisi."], ["body", "Qui vel velit. Unde voluptatem ea. Est fugit reprehenderit."], ["created_at", "2019-01-20 10:31:39.667810"], ["updated_at", "2019-01-20 10:31:39.667810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Maganstad 28"], ["created_at", "2019-01-20 10:31:39.669366"], ["updated_at", "2019-01-20 10:31:39.669366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "mint green 28"], ["created_at", "2019-01-20 10:31:39.670888"], ["updated_at", "2019-01-20 10:31:39.670888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-20 10:31:39.672307"], ["updated_at", "2019-01-20 10:31:39.672307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "plum 29"], ["created_at", "2019-01-20 10:31:39.675935"], ["updated_at", "2019-01-20 10:31:39.675935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'maganstad 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'mint green 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'plum 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.4ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-20 10:31:39.701109"], ["updated_at", "2019-01-20 10:31:39.701109"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "teacher_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "teacher 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_3"], ["name", "teacher 3"], ["description", "teacher 3"], ["created_at", "2019-01-20 10:31:39.704375"], ["updated_at", "2019-01-20 10:31:39.704375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 10:31:39.706169"], ["updated_at", "2019-01-20 10:31:39.706169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 10:31:39.732396"], ["updated_at", "2019-01-20 10:31:39.732396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 10:31:39.733692"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Load (0.2ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 10:31:39.748950"], ["updated_at", "2019-01-20 10:31:39.748950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 10:31:39.750276"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.3ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-20 10:31:39.774442"], ["updated_at", "2019-01-20 10:31:39.774442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 10:31:39.806140"], ["updated_at", "2019-01-20 10:31:39.806140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-20 10:31:39.807455"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "designer_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "designer 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_4"], ["name", "designer 4"], ["description", "designer 4"], ["created_at", "2019-01-20 10:31:39.918418"], ["updated_at", "2019-01-20 10:31:39.918418"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 29"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_29"], ["name", "musician 29"], ["description", "musician 29"], ["created_at", "2019-01-20 10:31:39.921309"], ["updated_at", "2019-01-20 10:31:39.921309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-20 10:31:39.923063"], ["updated_at", "2019-01-20 10:31:39.923063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "judge_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "judge 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_5"], ["name", "judge 5"], ["description", "judge 5"], ["created_at", "2019-01-20 10:31:39.939156"], ["updated_at", "2019-01-20 10:31:39.939156"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 30"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_30"], ["name", "attorney at law 30"], ["description", "attorney at law 30"], ["created_at", "2019-01-20 10:31:39.942954"], ["updated_at", "2019-01-20 10:31:39.942954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 10:31:39.944694"], ["updated_at", "2019-01-20 10:31:39.944694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 10:31:39.970005"], ["updated_at", "2019-01-20 10:31:39.970005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 10:31:39.971428"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 10:31:39.984718"], ["updated_at", "2019-01-20 10:31:39.984718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 10:31:39.986010"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.3ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-20 10:31:40.008371"], ["updated_at", "2019-01-20 10:31:40.008371"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.3ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 31"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_31"], ["name", "philosopher 31"], ["description", "philosopher 31"], ["created_at", "2019-01-20 10:31:40.041034"], ["updated_at", "2019-01-20 10:31:40.041034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-20 10:31:40.043062"], ["updated_at", "2019-01-20 10:31:40.043062"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-20 10:31:40.156773"], ["updated_at", "2019-01-20 10:31:40.156773"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-20 10:31:40.159552"], ["updated_at", "2019-01-20 10:31:40.159552"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:31:40.165779"], ["updated_at", "2019-01-20 10:31:40.165779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:31:40.168323"], ["updated_at", "2019-01-20 10:31:40.168323"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 10:31:40.170695"], ["updated_at", "2019-01-20 10:31:40.170695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nora@barton.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nora@barton.biz"], ["encrypted_password", "$2a$04$k4SfcsBI5Xd13cLIAHafwOo/qb9TVh85AtuVZZsMEJX3EiM4eLIYC"], ["created_at", "2019-01-20 10:31:40.174545"], ["updated_at", "2019-01-20 10:31:40.174545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Aut magnam aspernatur consectetur."], ["body", "Possimus molestiae dolorem. Iure consequatur repellendus. Deleniti saepe magni."], ["created_at", "2019-01-20 10:31:40.176244"], ["updated_at", "2019-01-20 10:31:40.176244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "karlenehoppe@reinger.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "karlenehoppe@reinger.co"], ["encrypted_password", "$2a$04$iEWNOyn7yRq8MgKEZgh/Se6ZX28ONrldE5OBWxGx2X7/p0hViwdLK"], ["created_at", "2019-01-20 10:31:40.181254"], ["updated_at", "2019-01-20 10:31:40.181254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "At dicta voluptates ex."], ["body", "Voluptatem rerum quas. Tempora aut autem. Unde sed saepe."], ["created_at", "2019-01-20 10:31:40.183586"], ["updated_at", "2019-01-20 10:31:40.183586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:31:40.189681"], ["updated_at", "2019-01-20 10:31:40.189681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:31:40.191897"], ["updated_at", "2019-01-20 10:31:40.191897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 10:31:40.194104"], ["updated_at", "2019-01-20 10:31:40.194104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brunokozey@baumbach.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "brunokozey@baumbach.net"], ["encrypted_password", "$2a$04$5ehVE4R9waEUa7nj1aECO.l0fk5A6JYBMLHTX8Dhpnwyp5WjDXbsu"], ["created_at", "2019-01-20 10:31:40.198984"], ["updated_at", "2019-01-20 10:31:40.198984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Veniam ab ea nihil."], ["body", "Dolor dolores et. At facere dicta. Maxime et esse."], ["created_at", "2019-01-20 10:31:40.200881"], ["updated_at", "2019-01-20 10:31:40.200881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "prince@mayert.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "prince@mayert.net"], ["encrypted_password", "$2a$04$XytELf4FobHanO6cUIa4L.U89IyLAtFTV51MB5OpXr3bxQ2wt7qA."], ["created_at", "2019-01-20 10:31:40.204974"], ["updated_at", "2019-01-20 10:31:40.204974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Ab ipsam sapiente non."], ["body", "Velit pariatur voluptatem. Est voluptatem cum. Ut optio qui."], ["created_at", "2019-01-20 10:31:40.206290"], ["updated_at", "2019-01-20 10:31:40.206290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:31:40.210420"], ["updated_at", "2019-01-20 10:31:40.210420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:31:40.212557"], ["updated_at", "2019-01-20 10:31:40.212557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 10:31:40.214425"], ["updated_at", "2019-01-20 10:31:40.214425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "samondricka@johnson.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "samondricka@johnson.biz"], ["encrypted_password", "$2a$04$kjIjppD5zpdnsvM9KKl1F.jhDsCtUcGa5eTqAJshaYJ2MMpPa68sG"], ["created_at", "2019-01-20 10:31:40.217660"], ["updated_at", "2019-01-20 10:31:40.217660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Et accusantium corrupti tempora."], ["body", "Ducimus nostrum maxime. Et accusantium enim. Itaque voluptatem ea."], ["created_at", "2019-01-20 10:31:40.219134"], ["updated_at", "2019-01-20 10:31:40.219134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "averymarquardt@aufderhar.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "averymarquardt@aufderhar.info"], ["encrypted_password", "$2a$04$ilIA8Fe4QLx672kOHoxz/.nIC82IDeMzaejrztUE4aR5ehx3bcXzW"], ["created_at", "2019-01-20 10:31:40.222369"], ["updated_at", "2019-01-20 10:31:40.222369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Unde qui impedit quisquam."], ["body", "Et voluptas laborum. Odit voluptatem iure. Qui ipsam blanditiis."], ["created_at", "2019-01-20 10:31:40.223584"], ["updated_at", "2019-01-20 10:31:40.223584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:31:40.227181"], ["updated_at", "2019-01-20 10:31:40.227181"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:31:40.229098"], ["updated_at", "2019-01-20 10:31:40.229098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 10:31:40.230637"], ["updated_at", "2019-01-20 10:31:40.230637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "weldon@abbott.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "weldon@abbott.name"], ["encrypted_password", "$2a$04$z4b6Cjxwuz5QsiTDJn.PC.8ClivUTp9KKDSr.d4ma.VbVdlhTlfz."], ["created_at", "2019-01-20 10:31:40.233891"], ["updated_at", "2019-01-20 10:31:40.233891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Nam velit consequatur non."], ["body", "Voluptas occaecati dolore. Ipsa ex qui. Pariatur eum doloremque."], ["created_at", "2019-01-20 10:31:40.235193"], ["updated_at", "2019-01-20 10:31:40.235193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "queen@donnelly.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "queen@donnelly.info"], ["encrypted_password", "$2a$04$46QseRDJYt1zez823korDejkXNRH8dyo5MKtntZw/1UMb.HAFhi5i"], ["created_at", "2019-01-20 10:31:40.239043"], ["updated_at", "2019-01-20 10:31:40.239043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Sed beatae voluptate occaecati."], ["body", "Voluptatem dignissimos id. Quaerat laudantium repellat. Et cumque magnam."], ["created_at", "2019-01-20 10:31:40.240434"], ["updated_at", "2019-01-20 10:31:40.240434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kermitoberbrunner@abshire.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kermitoberbrunner@abshire.org"], ["encrypted_password", "$2a$04$/O.Yv8K9fhkiwY6LxZx.1u860.eXI69Jc.HgAUwVEoediuKxnVzJe"], ["created_at", "2019-01-20 10:31:40.243700"], ["updated_at", "2019-01-20 10:31:40.243700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Quia enim est praesentium."], ["body", "Voluptatem aut dolore. Ducimus eligendi error. Excepturi recusandae voluptatem."], ["created_at", "2019-01-20 10:31:40.245336"], ["updated_at", "2019-01-20 10:31:40.245336"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:31:40.253889"], ["updated_at", "2019-01-20 10:31:40.253889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:31:40.255978"], ["updated_at", "2019-01-20 10:31:40.255978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 10:31:40.258092"], ["updated_at", "2019-01-20 10:31:40.258092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 10:31:40.259974"], ["updated_at", "2019-01-20 10:31:40.259974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sterlinggoldner@boyle.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sterlinggoldner@boyle.co"], ["encrypted_password", "$2a$04$PB9RAHPkR2UGWhtazzI1KuskabElikuePCzwLwsndHDzx202pJ/vK"], ["created_at", "2019-01-20 10:31:40.263936"], ["updated_at", "2019-01-20 10:31:40.263936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Distinctio deleniti sunt earum."], ["body", "Ab perferendis dolor. Similique iste beatae. Non excepturi qui."], ["created_at", "2019-01-20 10:31:40.265588"], ["updated_at", "2019-01-20 10:31:40.265588"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arnold@okeefe.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "arnold@okeefe.net"], ["encrypted_password", "$2a$04$cQsAP3vios9COOR0gdaoreqzM5b64wAVl2K9e6sZrrtT4NgC6PJR6"], ["created_at", "2019-01-20 10:31:40.269941"], ["updated_at", "2019-01-20 10:31:40.269941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Quis eveniet saepe consectetur."], ["body", "Molestias consequatur ipsam. Fuga qui dolor. Repudiandae reprehenderit minus."], ["created_at", "2019-01-20 10:31:40.271495"], ["updated_at", "2019-01-20 10:31:40.271495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "justin@hauck.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "justin@hauck.biz"], ["encrypted_password", "$2a$04$39yL7nFZWQkb4mZ2DiXVZunnvYQxTChir.AL1u8s3gcPlxG9yfp3m"], ["created_at", "2019-01-20 10:31:40.275222"], ["updated_at", "2019-01-20 10:31:40.275222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Alias perferendis quam est."], ["body", "Doloribus inventore expedita. Sunt quia molestias. Doloribus deserunt ratione."], ["created_at", "2019-01-20 10:31:40.276968"], ["updated_at", "2019-01-20 10:31:40.276968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "buenalangworth@leschbayer.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "buenalangworth@leschbayer.org"], ["encrypted_password", "$2a$04$Asyqb0CKvFeMB8P8ZxYwYOrWUoitun/cTAva/dbAqzUIaJYXjWXMC"], ["created_at", "2019-01-20 10:31:40.280621"], ["updated_at", "2019-01-20 10:31:40.280621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Soluta doloribus optio quia."], ["body", "Iusto pariatur consequatur. Inventore accusantium quo. Libero perspiciatis ut."], ["created_at", "2019-01-20 10:31:40.282030"], ["updated_at", "2019-01-20 10:31:40.282030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:31:40.288991"], ["updated_at", "2019-01-20 10:31:40.288991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:31:40.290964"], ["updated_at", "2019-01-20 10:31:40.290964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 10:31:40.293146"], ["updated_at", "2019-01-20 10:31:40.293146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.4ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 10:31:40.295200"], ["updated_at", "2019-01-20 10:31:40.295200"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "trearowe@hills.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "trearowe@hills.org"], ["encrypted_password", "$2a$04$WcDqcMNW3NQDzYLCOzEv0OCudNcIBEimENAIRoWs3fRy3DDY1dWia"], ["created_at", "2019-01-20 10:31:40.299174"], ["updated_at", "2019-01-20 10:31:40.299174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ullam veritatis et incidunt."], ["body", "Ab adipisci qui. Sint voluptas voluptatem. Omnis quos velit."], ["created_at", "2019-01-20 10:31:40.300665"], ["updated_at", "2019-01-20 10:31:40.300665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kandiceport 30"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kandiceport 30"], ["created_at", "2019-01-20 10:31:40.304156"], ["updated_at", "2019-01-20 10:31:40.304156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Marhtastad 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Marhtastad 31"], ["created_at", "2019-01-20 10:31:40.306292"], ["updated_at", "2019-01-20 10:31:40.306292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Alexia 32"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Alexia 32"], ["created_at", "2019-01-20 10:31:40.308325"], ["updated_at", "2019-01-20 10:31:40.308325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Blanditiis alias tenetur vel."], ["created_at", "2019-01-20 10:31:40.323833"], ["updated_at", "2019-01-20 10:31:40.323833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 10:31:40.333590"], ["updated_at", "2019-01-20 10:31:40.333590"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 10:31:40.334730"], ["updated_at", "2019-01-20 10:31:40.334730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:31:40.338429"], ["updated_at", "2019-01-20 10:31:40.338429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 10:31:40.340600"], ["updated_at", "2019-01-20 10:31:40.340600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eliseowyman@stroman.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eliseowyman@stroman.net"], ["encrypted_password", "$2a$04$GkEFbF.KlNhVm27ZIQ6rAu.EjYP99D8QVkGCl3JVCFw7Bv6jGnWR."], ["created_at", "2019-01-20 10:31:40.343456"], ["updated_at", "2019-01-20 10:31:40.343456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Mollitia magni et autem."], ["body", "Placeat vel non. Dolor nulla ut. Ut sunt quaerat."], ["created_at", "2019-01-20 10:31:40.344734"], ["updated_at", "2019-01-20 10:31:40.344734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Announcement Create (0.3ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Enim est ipsum dolores."], ["created_at", "2019-01-20 10:31:40.347623"], ["updated_at", "2019-01-20 10:31:40.347623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "loidarunte@mayer.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "loidarunte@mayer.net"], ["encrypted_password", "$2a$04$fAMgRHC975cWQ6Ds9QTvs.5eNWsH7xVuMDo6iwDEOz1hZNkKOOUR2"], ["created_at", "2019-01-20 10:31:40.354006"], ["updated_at", "2019-01-20 10:31:40.354006"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 30"], ["created_at", "2019-01-20 10:31:40.356226"], ["updated_at", "2019-01-20 10:31:40.356226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Toby 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Toby 33"], ["created_at", "2019-01-20 10:31:40.357505"], ["updated_at", "2019-01-20 10:31:40.357505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Incidunt occaecati delectus rerum."], ["body", "Sequi cupiditate omnis. Facilis et quisquam. Molestiae quis quia."], ["created_at", "2019-01-20 10:31:40.358642"], ["updated_at", "2019-01-20 10:31:40.358642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Abelfurt 34"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Abelfurt 34"], ["created_at", "2019-01-20 10:31:40.362208"], ["updated_at", "2019-01-20 10:31:40.362208"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Clifton 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Clifton 35"], ["created_at", "2019-01-20 10:31:40.364168"], ["updated_at", "2019-01-20 10:31:40.364168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:31:40.367282"], ["updated_at", "2019-01-20 10:31:40.367282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:31:40.368935"], ["updated_at", "2019-01-20 10:31:40.368935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lajuana@parkerwuckert.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lajuana@parkerwuckert.net"], ["encrypted_password", "$2a$04$SCZ1SlrsJ.Sj6qznhIfnzOiSR9Jm6R2INQZkHKJD4CDoVAns9FFNG"], ["created_at", "2019-01-20 10:31:40.371837"], ["updated_at", "2019-01-20 10:31:40.371837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "plum 31"], ["created_at", "2019-01-20 10:31:40.373476"], ["updated_at", "2019-01-20 10:31:40.373476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quo id sed delectus."], ["body", "Molestias blanditiis qui. Sed beatae delectus. Placeat aut ducimus."], ["created_at", "2019-01-20 10:31:40.374547"], ["updated_at", "2019-01-20 10:31:40.374547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:31:40.377394"], ["updated_at", "2019-01-20 10:31:40.377394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:31:40.379330"], ["updated_at", "2019-01-20 10:31:40.379330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mickeymante@berniermayert.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mickeymante@berniermayert.biz"], ["encrypted_password", "$2a$04$IuJ0Rj.O5zKHGXAgDJf7u.SiaxFY2ITox7TSTO0k0zf.JCtDDAOwO"], ["created_at", "2019-01-20 10:31:40.382117"], ["updated_at", "2019-01-20 10:31:40.382117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "azure 32"], ["created_at", "2019-01-20 10:31:40.383667"], ["updated_at", "2019-01-20 10:31:40.383667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Perferendis neque quidem veniam."], ["body", "Sapiente nemo laborum. Autem velit voluptatem. Sint sed nihil."], ["created_at", "2019-01-20 10:31:40.384724"], ["updated_at", "2019-01-20 10:31:40.384724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Budshire 36"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Budshire 36"], ["created_at", "2019-01-20 10:31:40.388300"], ["updated_at", "2019-01-20 10:31:40.388300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Chesterbury 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Chesterbury 37"], ["created_at", "2019-01-20 10:31:40.390001"], ["updated_at", "2019-01-20 10:31:40.390001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Victor 38"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Victor 38"], ["created_at", "2019-01-20 10:31:40.391115"], ["updated_at", "2019-01-20 10:31:40.391115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Voluptates ipsa error vel."], ["created_at", "2019-01-20 10:31:40.391870"], ["updated_at", "2019-01-20 10:31:40.391870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 10:31:40.393346"], ["updated_at", "2019-01-20 10:31:40.393346"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 10:31:40.394169"], ["updated_at", "2019-01-20 10:31:40.394169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Voncile 39"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Voncile 39"], ["created_at", "2019-01-20 10:31:40.397555"], ["updated_at", "2019-01-20 10:31:40.397555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kamalaburgh 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kamalaburgh 40"], ["created_at", "2019-01-20 10:31:40.398957"], ["updated_at", "2019-01-20 10:31:40.398957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Langberg 41"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Langberg 41"], ["created_at", "2019-01-20 10:31:40.400377"], ["updated_at", "2019-01-20 10:31:40.400377"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Malisaport 42"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Malisaport 42"], ["created_at", "2019-01-20 10:31:40.401931"], ["updated_at", "2019-01-20 10:31:40.401931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Quis voluptatum asperiores consequatur."], ["created_at", "2019-01-20 10:31:40.402780"], ["updated_at", "2019-01-20 10:31:40.402780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 10:31:40.404239"], ["updated_at", "2019-01-20 10:31:40.404239"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 10:31:40.405084"], ["updated_at", "2019-01-20 10:31:40.405084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Eloy 43"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Eloy 43"], ["created_at", "2019-01-20 10:31:40.408644"], ["updated_at", "2019-01-20 10:31:40.408644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "abe@beckerdach.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "abe@beckerdach.com"], ["encrypted_password", "$2a$04$B1LIlvMr81ka5aSs6qwGY.R8sqCY4dMuYjA1e9HPua4npHKDcZQXW"], ["created_at", "2019-01-20 10:31:40.411871"], ["updated_at", "2019-01-20 10:31:40.411871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "magenta 33"], ["created_at", "2019-01-20 10:31:40.413573"], ["updated_at", "2019-01-20 10:31:40.413573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Westland 44"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Westland 44"], ["created_at", "2019-01-20 10:31:40.414779"], ["updated_at", "2019-01-20 10:31:40.414779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Ad ratione non adipisci."], ["body", "Molestias non ullam. Alias reprehenderit voluptatibus. Iste sunt repellendus."], ["created_at", "2019-01-20 10:31:40.415742"], ["updated_at", "2019-01-20 10:31:40.415742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Lanceport 45"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Lanceport 45"], ["created_at", "2019-01-20 10:31:40.418942"], ["updated_at", "2019-01-20 10:31:40.418942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clint@pacocha.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clint@pacocha.biz"], ["encrypted_password", "$2a$04$YMNplqEXphosabcSHmWxmOUqNjLKlkxnXgdGzfOgcSsFaTcNAUesO"], ["created_at", "2019-01-20 10:31:40.422275"], ["updated_at", "2019-01-20 10:31:40.422275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 34"], ["created_at", "2019-01-20 10:31:40.423971"], ["updated_at", "2019-01-20 10:31:40.423971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Magaliside 46"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Magaliside 46"], ["created_at", "2019-01-20 10:31:40.425140"], ["updated_at", "2019-01-20 10:31:40.425140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Eum nulla velit consequatur."], ["body", "Quo quia inventore. Eos facilis fugiat. Ratione ut ab."], ["created_at", "2019-01-20 10:31:40.426116"], ["updated_at", "2019-01-20 10:31:40.426116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Doyle 47"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Doyle 47"], ["created_at", "2019-01-20 10:31:40.430033"], ["updated_at", "2019-01-20 10:31:40.430033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Mildaborough 49"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Mildaborough 49"], ["created_at", "2019-01-20 10:31:40.433081"], ["updated_at", "2019-01-20 10:31:40.433081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kleinview 51"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kleinview 51"], ["created_at", "2019-01-20 10:31:40.437061"], ["updated_at", "2019-01-20 10:31:40.437061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alberta@ritchiekemmer.info"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alberta@ritchiekemmer.info"], ["encrypted_password", "$2a$04$I/YDDQv4.hBnR8HB.y3c6.Eb5SXuOsnIOBDwUMxsyBTRaGAs.MImu"], ["created_at", "2019-01-20 10:31:40.444033"], ["updated_at", "2019-01-20 10:31:40.444033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_1"], ["name", "teacher 1"], ["description", "teacher 1"], ["created_at", "2019-01-20 10:32:26.512780"], ["updated_at", "2019-01-20 10:32:26.512780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_2"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_2"], ["name", "designer 2"], ["description", "designer 2"], ["created_at", "2019-01-20 10:32:26.514868"], ["updated_at", "2019-01-20 10:32:26.514868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hyun@greenfelder.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hyun@greenfelder.io"], ["encrypted_password", "$2a$04$ukPz9Xso1AlgXekgZ9YjhOYUqSVODb9pWVlt1xNXL9/0rppottKnm"], ["created_at", "2019-01-20 10:32:26.542922"], ["updated_at", "2019-01-20 10:32:26.542922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 1"], ["created_at", "2019-01-20 10:32:26.549614"], ["updated_at", "2019-01-20 10:32:26.549614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Gastonbury 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Gastonbury 1"], ["created_at", "2019-01-20 10:32:26.555368"], ["updated_at", "2019-01-20 10:32:26.555368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Nihil pariatur magni qui."], ["body", "Quas non et. Magnam earum quidem. Laudantium quo rem."], ["created_at", "2019-01-20 10:32:26.557043"], ["updated_at", "2019-01-20 10:32:26.557043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 3"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_3"], ["name", "firefighter 3"], ["description", "firefighter 3"], ["created_at", "2019-01-20 10:32:26.564308"], ["updated_at", "2019-01-20 10:32:26.564308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 4"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_4"], ["name", "doctor 4"], ["description", "doctor 4"], ["created_at", "2019-01-20 10:32:26.566232"], ["updated_at", "2019-01-20 10:32:26.566232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "florettayundt@gislason.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "florettayundt@gislason.name"], ["encrypted_password", "$2a$04$yqSmrVDyash5X4SR/ALDuO6jPWHFxQaaDK/WpdfuZJ6vwWGr/Yg86"], ["created_at", "2019-01-20 10:32:26.570330"], ["updated_at", "2019-01-20 10:32:26.570330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 2"], ["created_at", "2019-01-20 10:32:26.571909"], ["updated_at", "2019-01-20 10:32:26.571909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Tosha 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Tosha 2"], ["created_at", "2019-01-20 10:32:26.573188"], ["updated_at", "2019-01-20 10:32:26.573188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ut voluptatem qui maxime."], ["body", "Sit dignissimos asperiores. Accusantium ut eum. Sint quis corporis."], ["created_at", "2019-01-20 10:32:26.574233"], ["updated_at", "2019-01-20 10:32:26.574233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_5"], ["name", "firefighter 5"], ["description", "firefighter 5"], ["created_at", "2019-01-20 10:32:26.585095"], ["updated_at", "2019-01-20 10:32:26.585095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 6"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_6"], ["name", "agriculturist 6"], ["description", "agriculturist 6"], ["created_at", "2019-01-20 10:32:26.586734"], ["updated_at", "2019-01-20 10:32:26.586734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jericaschoen@streichbosco.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jericaschoen@streichbosco.org"], ["encrypted_password", "$2a$04$F/JOMvhyrKks0K.VUARuSOCA.Q9uS4GbYZ2VAlBA411rPV5QtFP2m"], ["created_at", "2019-01-20 10:32:26.590228"], ["updated_at", "2019-01-20 10:32:26.590228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 3"], ["created_at", "2019-01-20 10:32:26.591652"], ["updated_at", "2019-01-20 10:32:26.591652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Beahanbury 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Beahanbury 3"], ["created_at", "2019-01-20 10:32:26.592883"], ["updated_at", "2019-01-20 10:32:26.592883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Et ab quos blanditiis."], ["body", "Occaecati tenetur consequatur. Dolorem pariatur dolores. Nobis sint aliquid."], ["created_at", "2019-01-20 10:32:26.593844"], ["updated_at", "2019-01-20 10:32:26.593844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_7"], ["name", "teacher 7"], ["description", "teacher 7"], ["created_at", "2019-01-20 10:32:26.599594"], ["updated_at", "2019-01-20 10:32:26.599594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 8"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_8"], ["name", "advocate 8"], ["description", "advocate 8"], ["created_at", "2019-01-20 10:32:26.601190"], ["updated_at", "2019-01-20 10:32:26.601190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kayceekuhic@purdyrau.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kayceekuhic@purdyrau.info"], ["encrypted_password", "$2a$04$FxfQ0ZvyVY1kUqh6FXidEu5/MrcnwPeMyrwwbr7yx/36i2b40KvWm"], ["created_at", "2019-01-20 10:32:26.604736"], ["updated_at", "2019-01-20 10:32:26.604736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "grey 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "grey 4"], ["created_at", "2019-01-20 10:32:26.606334"], ["updated_at", "2019-01-20 10:32:26.606334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Geraldo 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Geraldo 4"], ["created_at", "2019-01-20 10:32:26.607513"], ["updated_at", "2019-01-20 10:32:26.607513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Repellendus illum at ut."], ["body", "Qui ea voluptatibus. Rem itaque nesciunt. Odit dolorum voluptas."], ["created_at", "2019-01-20 10:32:26.608440"], ["updated_at", "2019-01-20 10:32:26.608440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_9"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 9"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_9"], ["name", "interpreter 9"], ["description", "interpreter 9"], ["created_at", "2019-01-20 10:32:26.614670"], ["updated_at", "2019-01-20 10:32:26.614670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 10"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_10"], ["name", "attorney at law 10"], ["description", "attorney at law 10"], ["created_at", "2019-01-20 10:32:26.616706"], ["updated_at", "2019-01-20 10:32:26.616706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dalton@kihn.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dalton@kihn.com"], ["encrypted_password", "$2a$04$LrH9eHMbivBtXW0VVoSYWOxxz/O0IanaHN9bRYuq9OELGhwBf9VGi"], ["created_at", "2019-01-20 10:32:26.620522"], ["updated_at", "2019-01-20 10:32:26.620522"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 5"], ["created_at", "2019-01-20 10:32:26.622302"], ["updated_at", "2019-01-20 10:32:26.622302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Tainafort 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Tainafort 5"], ["created_at", "2019-01-20 10:32:26.623789"], ["updated_at", "2019-01-20 10:32:26.623789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eos molestias dolor illum."], ["body", "Voluptas sit eaque. Totam repellat assumenda. Rem error doloremque."], ["created_at", "2019-01-20 10:32:26.629682"], ["updated_at", "2019-01-20 10:32:26.629682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_11"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_11"], ["name", "human resources 11"], ["description", "human resources 11"], ["created_at", "2019-01-20 10:32:26.635378"], ["updated_at", "2019-01-20 10:32:26.635378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_12"], ["name", "chemist 12"], ["description", "chemist 12"], ["created_at", "2019-01-20 10:32:26.637134"], ["updated_at", "2019-01-20 10:32:26.637134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cleo@wolffhackett.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cleo@wolffhackett.biz"], ["encrypted_password", "$2a$04$6iW3rFTD8Aes3zmJ/ZWGJ.gkBH8R.B1R7WCeuwYrtkd1LQW.NaLQG"], ["created_at", "2019-01-20 10:32:26.640682"], ["updated_at", "2019-01-20 10:32:26.640682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 6"], ["created_at", "2019-01-20 10:32:26.642252"], ["updated_at", "2019-01-20 10:32:26.642252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Tobiasshire 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Tobiasshire 6"], ["created_at", "2019-01-20 10:32:26.643466"], ["updated_at", "2019-01-20 10:32:26.643466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Delectus soluta qui labore."], ["body", "Recusandae magnam sed. Voluptatem sed earum. Mollitia voluptatibus delectus."], ["created_at", "2019-01-20 10:32:26.644461"], ["updated_at", "2019-01-20 10:32:26.644461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "renemaggio@okunevahegmann.co"], ["LIMIT", 1]] User Create (0.0ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "renemaggio@okunevahegmann.co"], ["encrypted_password", "$2a$04$BvxyI.pAQ25WTBDHDlDZgegfA43pw//U5/KoR.2OJv0Wv9xUiNkCO"], ["created_at", "2019-01-20 10:32:26.646833"], ["updated_at", "2019-01-20 10:32:26.646833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shakira@donnelly.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shakira@donnelly.info"], ["encrypted_password", "$2a$04$ZHVtaqyN4Wp745/bLCENv.I5DQ04eLi7l8NN79bdJlIHSW8Aax6GK"], ["created_at", "2019-01-20 10:32:26.753749"], ["updated_at", "2019-01-20 10:32:26.753749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ApplicationController#custom as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Redirected to http://test.host/ Completed 302 Found in 6ms (ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tea@bradtke.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tea@bradtke.org"], ["encrypted_password", "$2a$04$YnV5/DlJB62TSm7y3UwzKu0uMVrsIQdsL.qNtJ2Zkn7Piivjyr7di"], ["created_at", "2019-01-20 10:32:26.779101"], ["updated_at", "2019-01-20 10:32:26.779101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alexanderzieme@kozey.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alexanderzieme@kozey.io"], ["encrypted_password", "$2a$04$YahTJmlWYqJ/OqbeUQOPXeXw87CHbciAmRG.3HbGi687J259KUnuS"], ["created_at", "2019-01-20 10:32:26.787429"], ["updated_at", "2019-01-20 10:32:26.787429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rorybergnaum@dickens.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rorybergnaum@dickens.info"], ["encrypted_password", "$2a$04$9DuAy5BiH./Fe.k.mmbMi.8yQEQ/STcZgueRfFN0rEj4az.0waSqm"], ["created_at", "2019-01-20 10:32:26.795366"], ["updated_at", "2019-01-20 10:32:26.795366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vernonbechtelar@rice.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vernonbechtelar@rice.com"], ["encrypted_password", "$2a$04$PkGqYylH45D6y8.VMAj53eyjcbOZqszBS59G002QoqVgmswwZS7cK"], ["created_at", "2019-01-20 10:32:26.802700"], ["updated_at", "2019-01-20 10:32:26.802700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tracy@langworth.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tracy@langworth.net"], ["encrypted_password", "$2a$04$mJ82xSk6zVYpu2wrcBeMe.Nq.BYLE96.zE34c4CltE82mcKENXBzC"], ["created_at", "2019-01-20 10:32:26.815211"], ["updated_at", "2019-01-20 10:32:26.815211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arnoldo@macgyver.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "arnoldo@macgyver.info"], ["encrypted_password", "$2a$04$3r9kYgsf639B2lGPG79dkOhwvVzDS8NBJ30ajkPZCrHj2gJwGoVCW"], ["created_at", "2019-01-20 10:32:26.822306"], ["updated_at", "2019-01-20 10:32:26.822306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "evangelinehansen@marquardt.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "evangelinehansen@marquardt.org"], ["encrypted_password", "$2a$04$AQ79fHdbsBI8BeWbx.wQeOlw.SZHDWdgoPKZkTuFaUHS8/RvkxJ8u"], ["created_at", "2019-01-20 10:32:26.830666"], ["updated_at", "2019-01-20 10:32:26.830666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "coreen@dibbertlemke.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "coreen@dibbertlemke.biz"], ["encrypted_password", "$2a$04$U374eY0a9MLJkTQXDzxIB..lC8JL2lIxHH3YtzhcBLFrzG0BGpzwy"], ["created_at", "2019-01-20 10:32:26.839065"], ["updated_at", "2019-01-20 10:32:26.839065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ranee@konopelskiwatsica.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ranee@konopelskiwatsica.net"], ["encrypted_password", "$2a$04$lkYZZ3lAaT76BUhxayiDUensP41paQ/IEkHlYFUMYT.Rstwbjacgi"], ["created_at", "2019-01-20 10:32:26.853862"], ["updated_at", "2019-01-20 10:32:26.853862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "spencer@schamberger.info"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "spencer@schamberger.info"], ["encrypted_password", "$2a$04$c1Xy72h.wFm1q.Ltj39GseBQCo6l1Gc9h8t8JLMwuQGDR9sZRjvpm"], ["created_at", "2019-01-20 10:32:26.861875"], ["updated_at", "2019-01-20 10:32:26.861875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hilaria@heidenreich.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hilaria@heidenreich.biz"], ["encrypted_password", "$2a$04$71zl07xBgQtweBnqXpSJ6ec8CJcVMBh9HH8/rRG2zK5BL.aMhgsj2"], ["created_at", "2019-01-20 10:32:26.870051"], ["updated_at", "2019-01-20 10:32:26.870051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#create as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "claieprosacco@white.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "claieprosacco@white.net"], ["encrypted_password", "$2a$04$9hekk8DRYTTgjVrfo6flKe7VaB.NbL0UIIK7n9q6B8Y3Dqs/iicOa"], ["created_at", "2019-01-20 10:32:26.877843"], ["updated_at", "2019-01-20 10:32:26.877843"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#edit as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leta@schulist.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leta@schulist.net"], ["encrypted_password", "$2a$04$rIBesJ0defx2ocqMS82liOTx0gywQoBvXs0Vc2gRS80LDUEH038FC"], ["created_at", "2019-01-20 10:32:26.886112"], ["updated_at", "2019-01-20 10:32:26.886112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#update as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jong@kuvalis.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jong@kuvalis.biz"], ["encrypted_password", "$2a$04$TNXuRR2xif6/AJkKwp0D/.4BugV3N6Ffwa5r1kgbo5QOntfPaqFzG"], ["created_at", "2019-01-20 10:32:26.894486"], ["updated_at", "2019-01-20 10:32:26.894486"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ouidadickens@quitzon.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ouidadickens@quitzon.info"], ["encrypted_password", "$2a$04$oXTt5aTwRoUMKMhOARTzPuIKWK0NdADScEXjCJpLE.nyvsOxa.tMe"], ["created_at", "2019-01-20 10:32:26.903015"], ["updated_at", "2019-01-20 10:32:26.903015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maiachristiansen@oreilly.info"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "maiachristiansen@oreilly.info"], ["encrypted_password", "$2a$04$zWJNRHp71C8H/CpDrvLltufQ8QCG4z3Hjx0om5OT0eRfa4E1yC75y"], ["created_at", "2019-01-20 10:32:26.911506"], ["updated_at", "2019-01-20 10:32:26.911506"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ernestohansen@koepp.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ernestohansen@koepp.org"], ["encrypted_password", "$2a$04$IdZPdIJ0j4t5Yv1pZXpFlOWZ5eZ2uuXlF7tDHCmG6q7MWiwodRoTK"], ["created_at", "2019-01-20 10:32:26.919824"], ["updated_at", "2019-01-20 10:32:26.919824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nelidaparker@gleichner.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nelidaparker@gleichner.io"], ["encrypted_password", "$2a$04$bWa0Z4Uqj/yEFvcqxPFV7u/A/vbSxlVAS6u0cMJfguWUOPs.Ca/Ze"], ["created_at", "2019-01-20 10:32:26.926643"], ["updated_at", "2019-01-20 10:32:26.926643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "charlessenger@fisher.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "charlessenger@fisher.info"], ["encrypted_password", "$2a$04$xWJZh7oxVeCX8i0Zg946keMrJa.Eg9H2Nea/CkW7.ZCc.LvDM85D2"], ["created_at", "2019-01-20 10:32:26.934545"], ["updated_at", "2019-01-20 10:32:26.934545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "moonaufderhar@smith.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "moonaufderhar@smith.com"], ["encrypted_password", "$2a$04$hqeT6W1uSkoIG9DneZc.JeMc9qqEuQFtZcp/EUJoaKBRqt/U9Qm66"], ["created_at", "2019-01-20 10:32:26.942829"], ["updated_at", "2019-01-20 10:32:26.942829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "berry@vandervortyost.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "berry@vandervortyost.io"], ["encrypted_password", "$2a$04$w2FJyEK5dPFCZ2eUnpufaOYpuqEpdEGQ8P3wAbtBSPnwwOOR9vL26"], ["created_at", "2019-01-20 10:32:26.950824"], ["updated_at", "2019-01-20 10:32:26.950824"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "colby@wiegandkemmer.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "colby@wiegandkemmer.biz"], ["encrypted_password", "$2a$04$coGq4FAXBO4SBs0wopODsOyOFf5nTqWyUgxrC510AijSSJexh0gOO"], ["created_at", "2019-01-20 10:32:26.958825"], ["updated_at", "2019-01-20 10:32:26.958825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "johnnie@bauch.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "johnnie@bauch.io"], ["encrypted_password", "$2a$04$Q8YARr0Y1UXHv4QBG0VrDOA4PVEMrmrSJCez29v79eA6pgrxmWaPK"], ["created_at", "2019-01-20 10:32:26.966216"], ["updated_at", "2019-01-20 10:32:26.966216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#create as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "viki@hilllmoore.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "viki@hilllmoore.net"], ["encrypted_password", "$2a$04$xb7xVeJEzNyDUAy3iUPVReDH7bXsizScVTRG/XSDL40SiRZaP7DlG"], ["created_at", "2019-01-20 10:32:26.973358"], ["updated_at", "2019-01-20 10:32:26.973358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "major@bosco.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "major@bosco.info"], ["encrypted_password", "$2a$04$u8YgnAkBd3cmRDEHwzIqHetp3UCnCGhCDcGMHkIP.R/GnCruk8Ace"], ["created_at", "2019-01-20 10:32:26.980607"], ["updated_at", "2019-01-20 10:32:26.980607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mieshaspencer@herman.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mieshaspencer@herman.info"], ["encrypted_password", "$2a$04$zyPKmsLbDh.bMRqgHhv0Fuzx96JIC5FVeSbdFHau04Wh/ZuhAwuCO"], ["created_at", "2019-01-20 10:32:26.988028"], ["updated_at", "2019-01-20 10:32:26.988028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mauriceharvey@bergemann.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mauriceharvey@bergemann.biz"], ["encrypted_password", "$2a$04$ET66mTZJBkH.xh13eGzDYOtrj/KJrpIn/2Re0o2E2PHDVi2CQBiw."], ["created_at", "2019-01-20 10:32:26.995973"], ["updated_at", "2019-01-20 10:32:26.995973"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#new as HTML Parameters: {"id"=>"4", "role_id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "terrancezulauf@mccullough.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "terrancezulauf@mccullough.co"], ["encrypted_password", "$2a$04$MAK3olS4TYCE20LksNs0OOiEPXvsWjU.4jkSmRnNvGRN6gZAxiLSi"], ["created_at", "2019-01-20 10:32:27.003633"], ["updated_at", "2019-01-20 10:32:27.003633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#create as HTML Parameters: {"id"=>"4", "role_id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "erichbernier@kleinwindler.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "erichbernier@kleinwindler.name"], ["encrypted_password", "$2a$04$LW0rsUoDM039dGA6XE1Rq.0l1hJ51LBPYN06ZR8APdkrFL6ZvyZqu"], ["created_at", "2019-01-20 10:32:27.011053"], ["updated_at", "2019-01-20 10:32:27.011053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#edit as HTML Parameters: {"role_id"=>"1", "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sebastianwindler@bailey.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sebastianwindler@bailey.org"], ["encrypted_password", "$2a$04$U149gd8UpkUmg6ZlXuGT1upwCT9r3DEWER/LJ0tM.MAa0D3tQQrpi"], ["created_at", "2019-01-20 10:32:27.018969"], ["updated_at", "2019-01-20 10:32:27.018969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#update as HTML Parameters: {"role_id"=>"1", "id"=>"4"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_13"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 13"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_13"], ["name", "physicist 13"], ["description", "physicist 13"], ["created_at", "2019-01-20 10:32:27.026011"], ["updated_at", "2019-01-20 10:32:27.026011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "web_developer_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "web developer 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_1"], ["name", "web developer 1"], ["description", "web developer 1"], ["created_at", "2019-01-20 10:32:27.032965"], ["updated_at", "2019-01-20 10:32:27.032965"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "announcements"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "announcements"], ["action", "create"], ["created_at", "2019-01-20 10:32:27.038011"], ["updated_at", "2019-01-20 10:32:27.038011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 10:32:27.044476"], ["updated_at", "2019-01-20 10:32:27.044476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 10:32:27.051104"], ["updated_at", "2019-01-20 10:32:27.051104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "announcements"], ["action", "create"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 14"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_14"], ["name", "statistician 14"], ["description", "statistician 14"], ["created_at", "2019-01-20 10:32:27.058724"], ["updated_at", "2019-01-20 10:32:27.058724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "doctor_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "doctor 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_2"], ["name", "doctor 2"], ["description", "doctor 2"], ["created_at", "2019-01-20 10:32:27.060607"], ["updated_at", "2019-01-20 10:32:27.060607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "visitors"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "visitors"], ["action", "index"], ["created_at", "2019-01-20 10:32:27.062725"], ["updated_at", "2019-01-20 10:32:27.062725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 10:32:27.064151"], ["updated_at", "2019-01-20 10:32:27.064151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 10:32:27.065412"], ["updated_at", "2019-01-20 10:32:27.065412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "visitors"], ["action", "foo"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "valentinhayes@kling.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "valentinhayes@kling.co"], ["encrypted_password", "$2a$04$XbEGbdCfAeyfMlOnQrm5SeArGcDjNcu88hP2bHbe6cyF0Q//cnE2u"], ["created_at", "2019-01-20 10:32:27.071360"], ["updated_at", "2019-01-20 10:32:27.071360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_15"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_15"], ["name", "philosopher 15"], ["description", "philosopher 15"], ["created_at", "2019-01-20 10:32:27.073273"], ["updated_at", "2019-01-20 10:32:27.073273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:32:27.075359"], ["updated_at", "2019-01-20 10:32:27.075359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Leroybury 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Leroybury 7"], ["created_at", "2019-01-20 10:32:27.076732"], ["updated_at", "2019-01-20 10:32:27.076732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "O'Haraborough 8"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "O'Haraborough 8"], ["created_at", "2019-01-20 10:32:27.077832"], ["updated_at", "2019-01-20 10:32:27.077832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 7"], ["created_at", "2019-01-20 10:32:27.079335"], ["updated_at", "2019-01-20 10:32:27.079335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 8"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "violet 8"], ["created_at", "2019-01-20 10:32:27.080794"], ["updated_at", "2019-01-20 10:32:27.080794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rayford@mrazwillms.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rayford@mrazwillms.info"], ["encrypted_password", "$2a$04$SqC01Vcybzaj/HGvLOQqm.jyxrHe49KTEktPRrf6.g.IWrkUmoYDu"], ["created_at", "2019-01-20 10:32:27.083427"], ["updated_at", "2019-01-20 10:32:27.083427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Blanditiis incidunt ipsum inventore."], ["body", "Assumenda et nihil. Maiores voluptatibus ut. Dolorum ullam ut."], ["created_at", "2019-01-20 10:32:27.087224"], ["updated_at", "2019-01-20 10:32:27.087224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lake Leroybury 7"], ["created_at", "2019-01-20 10:32:27.093557"], ["updated_at", "2019-01-20 10:32:27.093557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "purple 7"], ["created_at", "2019-01-20 10:32:27.095167"], ["updated_at", "2019-01-20 10:32:27.095167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake leroybury 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'purple 7')  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "trey@blickjohnston.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "trey@blickjohnston.io"], ["encrypted_password", "$2a$04$Bh8dTTRvg8W4DXx8ZfLuTu/yH6JSRNUdq8ToCYBF2qDUpyHGzCJgG"], ["created_at", "2019-01-20 10:32:27.102069"], ["updated_at", "2019-01-20 10:32:27.102069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_16"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_16"], ["name", "musician 16"], ["description", "musician 16"], ["created_at", "2019-01-20 10:32:27.104066"], ["updated_at", "2019-01-20 10:32:27.104066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:32:27.106077"], ["updated_at", "2019-01-20 10:32:27.106077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kuvalisfort 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kuvalisfort 9"], ["created_at", "2019-01-20 10:32:27.107326"], ["updated_at", "2019-01-20 10:32:27.107326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Lewis 10"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Lewis 10"], ["created_at", "2019-01-20 10:32:27.108358"], ["updated_at", "2019-01-20 10:32:27.108358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 9"], ["created_at", "2019-01-20 10:32:27.109867"], ["updated_at", "2019-01-20 10:32:27.109867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 10"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "blue 10"], ["created_at", "2019-01-20 10:32:27.111226"], ["updated_at", "2019-01-20 10:32:27.111226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mariselakonopelski@streich.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mariselakonopelski@streich.name"], ["encrypted_password", "$2a$04$5P1T1JPhvSMJaZsAfFQpJ.1HGxKGXMF7JT/BhiLZvFqfy5pG.FBFW"], ["created_at", "2019-01-20 10:32:27.113643"], ["updated_at", "2019-01-20 10:32:27.113643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Quisquam ab culpa reiciendis."], ["body", "Quo animi reprehenderit. Sed non optio. Sunt optio perferendis."], ["created_at", "2019-01-20 10:32:27.114702"], ["updated_at", "2019-01-20 10:32:27.114702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "North Lewis 10"], ["created_at", "2019-01-20 10:32:27.116289"], ["updated_at", "2019-01-20 10:32:27.116289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "green 9"], ["created_at", "2019-01-20 10:32:27.117684"], ["updated_at", "2019-01-20 10:32:27.117684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north lewis 10')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lorengorczany@heeldietrich.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lorengorczany@heeldietrich.info"], ["encrypted_password", "$2a$04$wITv02vL/7W/xav9Q.Yn2.rRnQgk8JrCZSAdMJQwUW0sXFdhYZaYm"], ["created_at", "2019-01-20 10:32:27.122560"], ["updated_at", "2019-01-20 10:32:27.122560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_17"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_17"], ["name", "musician 17"], ["description", "musician 17"], ["created_at", "2019-01-20 10:32:27.124628"], ["updated_at", "2019-01-20 10:32:27.124628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:32:27.126632"], ["updated_at", "2019-01-20 10:32:27.126632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Alfredburgh 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Alfredburgh 11"], ["created_at", "2019-01-20 10:32:27.127954"], ["updated_at", "2019-01-20 10:32:27.127954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Kerryburgh 12"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Kerryburgh 12"], ["created_at", "2019-01-20 10:32:27.129079"], ["updated_at", "2019-01-20 10:32:27.129079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 11"], ["created_at", "2019-01-20 10:32:27.130534"], ["updated_at", "2019-01-20 10:32:27.130534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 12"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "lime 12"], ["created_at", "2019-01-20 10:32:27.131971"], ["updated_at", "2019-01-20 10:32:27.131971"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deltahermiston@predovic.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "deltahermiston@predovic.info"], ["encrypted_password", "$2a$04$aweRT89RIFWqW3r.GyA/s.dk7lrn73si4BfBELXnEsX.lJ4MwabJ6"], ["created_at", "2019-01-20 10:32:27.134405"], ["updated_at", "2019-01-20 10:32:27.134405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Magni omnis sed aut."], ["body", "Error voluptatem quas. Excepturi eius eaque. Libero eum praesentium."], ["created_at", "2019-01-20 10:32:27.135491"], ["updated_at", "2019-01-20 10:32:27.135491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lake Alfredburgh 11"], ["created_at", "2019-01-20 10:32:27.137073"], ["updated_at", "2019-01-20 10:32:27.137073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake alfredburgh 11') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "moonpollich@jones.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "moonpollich@jones.com"], ["encrypted_password", "$2a$04$KB/7QHbv6S4rMLynw6q6yeWS/16TXh9/OLcZeWJ122Vsbj6OoMi9y"], ["created_at", "2019-01-20 10:32:27.142554"], ["updated_at", "2019-01-20 10:32:27.142554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_18"], ["name", "librarian 18"], ["description", "librarian 18"], ["created_at", "2019-01-20 10:32:27.144442"], ["updated_at", "2019-01-20 10:32:27.144442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:32:27.146369"], ["updated_at", "2019-01-20 10:32:27.146369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Leila 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Leila 13"], ["created_at", "2019-01-20 10:32:27.147590"], ["updated_at", "2019-01-20 10:32:27.147590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Maribethhaven 14"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Maribethhaven 14"], ["created_at", "2019-01-20 10:32:27.148616"], ["updated_at", "2019-01-20 10:32:27.148616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 13"], ["created_at", "2019-01-20 10:32:27.149886"], ["updated_at", "2019-01-20 10:32:27.149886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "teal 14"], ["created_at", "2019-01-20 10:32:27.151295"], ["updated_at", "2019-01-20 10:32:27.151295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hilary@buckridge.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hilary@buckridge.net"], ["encrypted_password", "$2a$04$BIySXbDRQpJQsZY52Z9fTut/9fHTh3vGhbiy2IeA7ExEJwew5Xe8e"], ["created_at", "2019-01-20 10:32:27.153755"], ["updated_at", "2019-01-20 10:32:27.153755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Ea doloremque qui asperiores."], ["body", "Illo voluptatem neque. Eos odio eum. Temporibus assumenda ea."], ["created_at", "2019-01-20 10:32:27.154828"], ["updated_at", "2019-01-20 10:32:27.154828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "West Leila 13"], ["created_at", "2019-01-20 10:32:27.156547"], ["updated_at", "2019-01-20 10:32:27.156547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "maroon 13"], ["created_at", "2019-01-20 10:32:27.157986"], ["updated_at", "2019-01-20 10:32:27.157986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west leila 13') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'maroon 13')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rafael@becker.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rafael@becker.info"], ["encrypted_password", "$2a$04$7acKpwNT2Rcr6j66BxVtE.L1ipNb3LE7x0aK.BefoWS1C7YZe9RAG"], ["created_at", "2019-01-20 10:32:27.164241"], ["updated_at", "2019-01-20 10:32:27.164241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_19"], ["name", "designer 19"], ["description", "designer 19"], ["created_at", "2019-01-20 10:32:27.166120"], ["updated_at", "2019-01-20 10:32:27.166120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:32:27.168037"], ["updated_at", "2019-01-20 10:32:27.168037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Jaunita 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Jaunita 15"], ["created_at", "2019-01-20 10:32:27.169241"], ["updated_at", "2019-01-20 10:32:27.169241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Wilburport 16"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Wilburport 16"], ["created_at", "2019-01-20 10:32:27.170414"], ["updated_at", "2019-01-20 10:32:27.170414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 15"], ["created_at", "2019-01-20 10:32:27.171864"], ["updated_at", "2019-01-20 10:32:27.171864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 16"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "orange 16"], ["created_at", "2019-01-20 10:32:27.173265"], ["updated_at", "2019-01-20 10:32:27.173265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kayrolfson@flatley.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kayrolfson@flatley.co"], ["encrypted_password", "$2a$04$l7lGNf.ezuPVmN5aGC2rkuMvOvxaDnHdMZM//GYvmHGeNahyZM3Um"], ["created_at", "2019-01-20 10:32:27.175705"], ["updated_at", "2019-01-20 10:32:27.175705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Placeat incidunt aspernatur qui."], ["body", "Aut consequuntur porro. Quia voluptas non. Officia voluptatem repellendus."], ["created_at", "2019-01-20 10:32:27.176788"], ["updated_at", "2019-01-20 10:32:27.176788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bretvonrueden@pricegaylord.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bretvonrueden@pricegaylord.org"], ["encrypted_password", "$2a$04$zQw6UTin5BuGs8CfaIzqheSzSmEdYLoN5awihSXFFM68/4p0UdCte"], ["created_at", "2019-01-20 10:32:27.179297"], ["updated_at", "2019-01-20 10:32:27.179297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Eum neque sunt dolorem."], ["body", "Voluptas blanditiis quo. Provident voluptatum veritatis. Quibusdam eos aliquam."], ["created_at", "2019-01-20 10:32:27.180316"], ["updated_at", "2019-01-20 10:32:27.180316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mitsueortiz@willrunolfsdottir.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mitsueortiz@willrunolfsdottir.io"], ["encrypted_password", "$2a$04$JeNEf62BITR6MAcsfTeQbO3MLg9aUWmYe.tNq1QGtTxP3p7Xal5ba"], ["created_at", "2019-01-20 10:32:27.182649"], ["updated_at", "2019-01-20 10:32:27.182649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Quasi asperiores sapiente mollitia."], ["body", "Fuga nisi tempore. Unde est ea. Qui officia id."], ["created_at", "2019-01-20 10:32:27.183690"], ["updated_at", "2019-01-20 10:32:27.183690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leonardowillms@kling.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leonardowillms@kling.io"], ["encrypted_password", "$2a$04$1zGF/1d3Wh3gRHlgnRu2eO1OX7EEc7YRdyYRYIEjBBE3JUWaNiTnW"], ["created_at", "2019-01-20 10:32:27.186218"], ["updated_at", "2019-01-20 10:32:27.186218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Nobis consequatur nemo nulla."], ["body", "Sit accusamus repellendus. Accusantium ducimus architecto. Harum et consequatur."], ["created_at", "2019-01-20 10:32:27.187232"], ["updated_at", "2019-01-20 10:32:27.187232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "New Jaunita 15"], ["created_at", "2019-01-20 10:32:27.188801"], ["updated_at", "2019-01-20 10:32:27.188801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "lime 15"], ["created_at", "2019-01-20 10:32:27.190311"], ["updated_at", "2019-01-20 10:32:27.190311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new jaunita 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lime 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nidasanford@gusikowski.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nidasanford@gusikowski.biz"], ["encrypted_password", "$2a$04$DSJgli7EVYvdBQb3rq/Lc.ebZadzM7sZL5aBC.HyT6PbpBq44cKAG"], ["created_at", "2019-01-20 10:32:27.196533"], ["updated_at", "2019-01-20 10:32:27.196533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_20"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_20"], ["name", "biologist 20"], ["description", "biologist 20"], ["created_at", "2019-01-20 10:32:27.198452"], ["updated_at", "2019-01-20 10:32:27.198452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:32:27.200401"], ["updated_at", "2019-01-20 10:32:27.200401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Gennyfort 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Gennyfort 17"], ["created_at", "2019-01-20 10:32:27.201649"], ["updated_at", "2019-01-20 10:32:27.201649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Tiffanybury 18"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Tiffanybury 18"], ["created_at", "2019-01-20 10:32:27.202751"], ["updated_at", "2019-01-20 10:32:27.202751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 17"], ["created_at", "2019-01-20 10:32:27.204230"], ["updated_at", "2019-01-20 10:32:27.204230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 18"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "white 18"], ["created_at", "2019-01-20 10:32:27.205637"], ["updated_at", "2019-01-20 10:32:27.205637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "corydooley@macejkovic.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "corydooley@macejkovic.io"], ["encrypted_password", "$2a$04$RlbVqf2kU4W8fMXMmAQEOuvAtSbHXOgqOhbLUTnR1VKoumnE7zS3i"], ["created_at", "2019-01-20 10:32:27.208053"], ["updated_at", "2019-01-20 10:32:27.208053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Recusandae magnam distinctio fuga."], ["body", "Sed voluptatem consequatur. Perspiciatis libero corrupti. Id quae nobis."], ["created_at", "2019-01-20 10:32:27.209164"], ["updated_at", "2019-01-20 10:32:27.209164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nakia@gaylord.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nakia@gaylord.io"], ["encrypted_password", "$2a$04$9YP8s.AhIzJYNbaHMKoA3.ICTdHtHqEUG7grs9VFJEZyJim.yCmSC"], ["created_at", "2019-01-20 10:32:27.211773"], ["updated_at", "2019-01-20 10:32:27.211773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Nemo voluptatibus non architecto."], ["body", "Ea fugiat consequatur. Distinctio delectus reiciendis. Occaecati repellat totam."], ["created_at", "2019-01-20 10:32:27.212884"], ["updated_at", "2019-01-20 10:32:27.212884"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "barbiecollier@bauch.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "barbiecollier@bauch.io"], ["encrypted_password", "$2a$04$ZSj4VT0b8VBjgJPFlx8D5eJzw5jJi0zONzeFDut9IGFbt4Br6Qmoy"], ["created_at", "2019-01-20 10:32:27.215921"], ["updated_at", "2019-01-20 10:32:27.215921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Tempora voluptatem iste expedita."], ["body", "Et ratione doloremque. Aut eius qui. Architecto omnis laboriosam."], ["created_at", "2019-01-20 10:32:27.217115"], ["updated_at", "2019-01-20 10:32:27.217115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jesusaterry@simonis.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jesusaterry@simonis.info"], ["encrypted_password", "$2a$04$gBzOBAN31WPIGIiDM3dEyOweaHRmXc3..8a43rPQpREBxOH/oRSwy"], ["created_at", "2019-01-20 10:32:27.219761"], ["updated_at", "2019-01-20 10:32:27.219761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Possimus aperiam sapiente tenetur."], ["body", "Molestiae est consequatur. Et aut nihil. Voluptatum quae dignissimos."], ["created_at", "2019-01-20 10:32:27.221017"], ["updated_at", "2019-01-20 10:32:27.221017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lake Gennyfort 17"], ["created_at", "2019-01-20 10:32:27.222682"], ["updated_at", "2019-01-20 10:32:27.222682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake gennyfort 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alisawilderman@murphy.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alisawilderman@murphy.net"], ["encrypted_password", "$2a$04$FvRf/rVw8hLYcJTWYtHVG.kelqnu9TaWjIV7Axx45iIHkRnIXmN06"], ["created_at", "2019-01-20 10:32:27.228754"], ["updated_at", "2019-01-20 10:32:27.228754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_21"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_21"], ["name", "judge 21"], ["description", "judge 21"], ["created_at", "2019-01-20 10:32:27.230731"], ["updated_at", "2019-01-20 10:32:27.230731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:32:27.232714"], ["updated_at", "2019-01-20 10:32:27.232714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Dorothaview 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dorothaview 19"], ["created_at", "2019-01-20 10:32:27.233981"], ["updated_at", "2019-01-20 10:32:27.233981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Arronview 20"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Arronview 20"], ["created_at", "2019-01-20 10:32:27.235074"], ["updated_at", "2019-01-20 10:32:27.235074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 19"], ["created_at", "2019-01-20 10:32:27.236513"], ["updated_at", "2019-01-20 10:32:27.236513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 20"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "orange 20"], ["created_at", "2019-01-20 10:32:27.237875"], ["updated_at", "2019-01-20 10:32:27.237875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joellenhoppe@waters.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "joellenhoppe@waters.co"], ["encrypted_password", "$2a$04$d1gnBQVH31BFKC0j2x6Lb.FADtmmFxAiVWLGgbGSxLWiDs99m05yi"], ["created_at", "2019-01-20 10:32:27.240399"], ["updated_at", "2019-01-20 10:32:27.240399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Omnis qui ex dolorem."], ["body", "Pariatur ex et. Voluptas ipsa aut. Itaque qui laboriosam."], ["created_at", "2019-01-20 10:32:27.241487"], ["updated_at", "2019-01-20 10:32:27.241487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kenneth@wizajohnston.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kenneth@wizajohnston.co"], ["encrypted_password", "$2a$04$mDskjFLiX9rnUL5jyyYkF.kr/tSa6gCc5pknDmeRRcFHYQZGgC9pa"], ["created_at", "2019-01-20 10:32:27.244012"], ["updated_at", "2019-01-20 10:32:27.244012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Assumenda placeat iure modi."], ["body", "Velit tempora consequuntur. Est non magnam. Culpa qui magnam."], ["created_at", "2019-01-20 10:32:27.245067"], ["updated_at", "2019-01-20 10:32:27.245067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aniawyman@murphy.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "aniawyman@murphy.com"], ["encrypted_password", "$2a$04$xEy/uknb6KThm93wfYoZoekkoDTlptmp3eTQmEweK3FoAatNfZo4C"], ["created_at", "2019-01-20 10:32:27.247485"], ["updated_at", "2019-01-20 10:32:27.247485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Quis vero in ea."], ["body", "Sed eveniet amet. Quisquam unde laboriosam. Iste vero eos."], ["created_at", "2019-01-20 10:32:27.248526"], ["updated_at", "2019-01-20 10:32:27.248526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "beverleeoconner@padberg.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "beverleeoconner@padberg.co"], ["encrypted_password", "$2a$04$dhbx55nQJbP1brInqncxieQNQPlWUARY9P5dSF00B/yMF67K53Bse"], ["created_at", "2019-01-20 10:32:27.250927"], ["updated_at", "2019-01-20 10:32:27.250927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Corporis eos neque qui."], ["body", "Esse labore dignissimos. Quisquam et perferendis. Illum atque ut."], ["created_at", "2019-01-20 10:32:27.251951"], ["updated_at", "2019-01-20 10:32:27.251951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Dorothaview 19"], ["created_at", "2019-01-20 10:32:27.253524"], ["updated_at", "2019-01-20 10:32:27.253524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "sky blue 19"], ["created_at", "2019-01-20 10:32:27.255059"], ["updated_at", "2019-01-20 10:32:27.255059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'dorothaview 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'sky blue 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clay@robertswaelchi.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clay@robertswaelchi.com"], ["encrypted_password", "$2a$04$3eJxIuC5r198chWigG8e6.RcIaP4zdbKMWy4sGKvaOfqP9ylYchsW"], ["created_at", "2019-01-20 10:32:27.262991"], ["updated_at", "2019-01-20 10:32:27.262991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_22"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_22"], ["name", "astronomer 22"], ["description", "astronomer 22"], ["created_at", "2019-01-20 10:32:27.264910"], ["updated_at", "2019-01-20 10:32:27.264910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:32:27.266882"], ["updated_at", "2019-01-20 10:32:27.266882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Terencefort 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Terencefort 21"], ["created_at", "2019-01-20 10:32:27.270702"], ["updated_at", "2019-01-20 10:32:27.270702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Clorinda 22"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Clorinda 22"], ["created_at", "2019-01-20 10:32:27.271888"], ["updated_at", "2019-01-20 10:32:27.271888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 21"], ["created_at", "2019-01-20 10:32:27.273265"], ["updated_at", "2019-01-20 10:32:27.273265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 22"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "orchid 22"], ["created_at", "2019-01-20 10:32:27.274590"], ["updated_at", "2019-01-20 10:32:27.274590"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "willymosciski@westbalistreri.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "willymosciski@westbalistreri.net"], ["encrypted_password", "$2a$04$T5Q65HkVke1UCNkEd8.uzu64L0rS93BOHyg5U/U92e4yAyntji016"], ["created_at", "2019-01-20 10:32:27.277009"], ["updated_at", "2019-01-20 10:32:27.277009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Laborum qui quaerat occaecati."], ["body", "Corporis neque voluptate. Laboriosam sint sequi. Sint rerum animi."], ["created_at", "2019-01-20 10:32:27.278079"], ["updated_at", "2019-01-20 10:32:27.278079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "suzie@metz.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "suzie@metz.org"], ["encrypted_password", "$2a$04$En/ybue.zXNpKbh.ILBqluew8UKx9qoc2JR1Ih1sg4bz6/ILON1fy"], ["created_at", "2019-01-20 10:32:27.280493"], ["updated_at", "2019-01-20 10:32:27.280493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Aut nobis sint eaque."], ["body", "Culpa quidem temporibus. Cupiditate soluta deleniti. Qui autem et."], ["created_at", "2019-01-20 10:32:27.281483"], ["updated_at", "2019-01-20 10:32:27.281483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bradleyfarrell@windler.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bradleyfarrell@windler.co"], ["encrypted_password", "$2a$04$Etva4fwKLqPZ3Jqru/sG7u66QKXy4XMljwAQ8lvHCd4kA7G7chBjq"], ["created_at", "2019-01-20 10:32:27.283791"], ["updated_at", "2019-01-20 10:32:27.283791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Quas incidunt quaerat sit."], ["body", "Culpa quas quae. Ipsum quia iste. Laboriosam a distinctio."], ["created_at", "2019-01-20 10:32:27.284776"], ["updated_at", "2019-01-20 10:32:27.284776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rodrigohaag@raufeeney.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rodrigohaag@raufeeney.name"], ["encrypted_password", "$2a$04$6BFhAvsyI5DhgQcNS3doJOJPt2jU2r56aHTtHCi8IIYDc0MTlneXa"], ["created_at", "2019-01-20 10:32:27.287095"], ["updated_at", "2019-01-20 10:32:27.287095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Eos dolores qui assumenda."], ["body", "Rerum et nam. Aspernatur saepe ab. Atque id earum."], ["created_at", "2019-01-20 10:32:27.288070"], ["updated_at", "2019-01-20 10:32:27.288070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Port Terencefort 21"], ["created_at", "2019-01-20 10:32:27.289526"], ["updated_at", "2019-01-20 10:32:27.289526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "lime 21"], ["created_at", "2019-01-20 10:32:27.290944"], ["updated_at", "2019-01-20 10:32:27.290944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port terencefort 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lime 21') Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port terencefort 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lime 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port terencefort 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lime 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lonnieheidenreich@bergstromgerlach.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lonnieheidenreich@bergstromgerlach.org"], ["encrypted_password", "$2a$04$1Ts1PxqNXYY6BX9xHV73bOvQaUPxH7Jw/Vj.dFD/xWUdXJYNBapfS"], ["created_at", "2019-01-20 10:32:27.303236"], ["updated_at", "2019-01-20 10:32:27.303236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vance@gerlach.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vance@gerlach.com"], ["encrypted_password", "$2a$04$hg3QdvsmaIV/0PO0nBO4DeNHwWWXoQ0P5XO/Hxl8hYVeMjqUYVf8y"], ["created_at", "2019-01-20 10:32:27.306067"], ["updated_at", "2019-01-20 10:32:27.306067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "cyan 23"], ["created_at", "2019-01-20 10:32:27.307521"], ["updated_at", "2019-01-20 10:32:27.307521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Shennatown 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Shennatown 23"], ["created_at", "2019-01-20 10:32:27.308676"], ["updated_at", "2019-01-20 10:32:27.308676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Qui velit illo voluptas."], ["body", "Consequatur illo ea. Maxime molestiae nihil. Deserunt velit laboriosam."], ["created_at", "2019-01-20 10:32:27.309795"], ["updated_at", "2019-01-20 10:32:27.309795"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "iluminadajacobson@welch.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "iluminadajacobson@welch.com"], ["encrypted_password", "$2a$04$.yeBQNXYKE6nP3klmYowd.ZdQgwlBQxtvekANVc/juiCYeV3yoZXm"], ["created_at", "2019-01-20 10:32:27.315369"], ["updated_at", "2019-01-20 10:32:27.315369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_23"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_23"], ["name", "doctor 23"], ["description", "doctor 23"], ["created_at", "2019-01-20 10:32:27.317280"], ["updated_at", "2019-01-20 10:32:27.317280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_24"], ["name", "statistician 24"], ["description", "statistician 24"], ["created_at", "2019-01-20 10:32:27.318704"], ["updated_at", "2019-01-20 10:32:27.318704"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:32:27.320657"], ["updated_at", "2019-01-20 10:32:27.320657"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:32:27.321846"], ["updated_at", "2019-01-20 10:32:27.321846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Wilsonborough 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Wilsonborough 24"], ["created_at", "2019-01-20 10:32:27.323175"], ["updated_at", "2019-01-20 10:32:27.323175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Cruz 25"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Cruz 25"], ["created_at", "2019-01-20 10:32:27.324309"], ["updated_at", "2019-01-20 10:32:27.324309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "magenta 24"], ["created_at", "2019-01-20 10:32:27.325567"], ["updated_at", "2019-01-20 10:32:27.325567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 25"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "maroon 25"], ["created_at", "2019-01-20 10:32:27.326810"], ["updated_at", "2019-01-20 10:32:27.326810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "indiafarrell@carter.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "indiafarrell@carter.biz"], ["encrypted_password", "$2a$04$nYQStMi3Y.RNCXRQ0FQJS.OVqM9mxIBbaUvEB8KiSMIJHrwssxSK6"], ["created_at", "2019-01-20 10:32:27.329164"], ["updated_at", "2019-01-20 10:32:27.329164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Dolore iste quod a."], ["body", "Aliquam neque reprehenderit. Ipsam qui et. Repellat laudantium quis."], ["created_at", "2019-01-20 10:32:27.330238"], ["updated_at", "2019-01-20 10:32:27.330238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lorenjakubowski@rodriguez.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lorenjakubowski@rodriguez.com"], ["encrypted_password", "$2a$04$Nx2stzlnwAzNufcMHkH0BuAxfTYsvmEElJclVRCKRXR17XM2gVY0e"], ["created_at", "2019-01-20 10:32:27.332699"], ["updated_at", "2019-01-20 10:32:27.332699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Neque aspernatur deleniti fugit."], ["body", "Velit maxime non. Qui aspernatur fugiat. Vitae dolores incidunt."], ["created_at", "2019-01-20 10:32:27.333711"], ["updated_at", "2019-01-20 10:32:27.333711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "careyraynor@bergnaum.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "careyraynor@bergnaum.io"], ["encrypted_password", "$2a$04$oe27q9XCfkbEOw7sJ/G6PetNzkbKDiAYNpaHDrEBmLnlgZ85zoLfK"], ["created_at", "2019-01-20 10:32:27.336041"], ["updated_at", "2019-01-20 10:32:27.336041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Sunt aperiam vel et."], ["body", "Ad eaque asperiores. Numquam animi cumque. Eligendi ab et."], ["created_at", "2019-01-20 10:32:27.337018"], ["updated_at", "2019-01-20 10:32:27.337018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kimberly@yundtgreen.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kimberly@yundtgreen.co"], ["encrypted_password", "$2a$04$vyfVStcXGMMdH6oql6mZLuxkNZuFV1SMi5BEGso2dIzRuQJTdTlk6"], ["created_at", "2019-01-20 10:32:27.339367"], ["updated_at", "2019-01-20 10:32:27.339367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Adipisci voluptatibus reprehenderit consequatur."], ["body", "Assumenda nulla sunt. Reiciendis quia tempore. Sapiente id laboriosam."], ["created_at", "2019-01-20 10:32:27.340416"], ["updated_at", "2019-01-20 10:32:27.340416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Wilsonborough 24"], ["created_at", "2019-01-20 10:32:27.341924"], ["updated_at", "2019-01-20 10:32:27.341924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "magenta 24"], ["created_at", "2019-01-20 10:32:27.343357"], ["updated_at", "2019-01-20 10:32:27.343357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Port Cruz 25"], ["created_at", "2019-01-20 10:32:27.344654"], ["updated_at", "2019-01-20 10:32:27.344654"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "maroon 25"], ["created_at", "2019-01-20 10:32:27.346602"], ["updated_at", "2019-01-20 10:32:27.346602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'wilsonborough 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'magenta 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port cruz 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'maroon 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "louannerippin@trantow.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "louannerippin@trantow.name"], ["encrypted_password", "$2a$04$3ZXTZuB2XO8YNR3zO60FceKYs/zbhwE4./gd.fS10qBRUsWDAxGKe"], ["created_at", "2019-01-20 10:32:27.355881"], ["updated_at", "2019-01-20 10:32:27.355881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_25"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_25"], ["name", "judge 25"], ["description", "judge 25"], ["created_at", "2019-01-20 10:32:27.358475"], ["updated_at", "2019-01-20 10:32:27.358475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_26"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_26"], ["name", "advocate 26"], ["description", "advocate 26"], ["created_at", "2019-01-20 10:32:27.360114"], ["updated_at", "2019-01-20 10:32:27.360114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:32:27.362123"], ["updated_at", "2019-01-20 10:32:27.362123"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:32:27.363260"], ["updated_at", "2019-01-20 10:32:27.363260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Milanport 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Milanport 26"], ["created_at", "2019-01-20 10:32:27.364508"], ["updated_at", "2019-01-20 10:32:27.364508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Delphaton 27"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Delphaton 27"], ["created_at", "2019-01-20 10:32:27.365604"], ["updated_at", "2019-01-20 10:32:27.365604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "silver 26"], ["created_at", "2019-01-20 10:32:27.366864"], ["updated_at", "2019-01-20 10:32:27.366864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 27"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "teal 27"], ["created_at", "2019-01-20 10:32:27.368102"], ["updated_at", "2019-01-20 10:32:27.368102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "griselwalker@prosacco.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "griselwalker@prosacco.net"], ["encrypted_password", "$2a$04$bdg0yJxKXQfWYkezm4zdE.skqXvKu99T0REAycsIb6vfWEfmimzni"], ["created_at", "2019-01-20 10:32:27.370464"], ["updated_at", "2019-01-20 10:32:27.370464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Asperiores corporis iste modi."], ["body", "Eos ducimus aperiam. Ut qui dignissimos. Facere doloremque iusto."], ["created_at", "2019-01-20 10:32:27.371508"], ["updated_at", "2019-01-20 10:32:27.371508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sammie@tremblay.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sammie@tremblay.net"], ["encrypted_password", "$2a$04$lihyisDJ/j1VNGdMuRigpelu7V2vn9bLIwjpVKgYTVqqJv.2VLwXK"], ["created_at", "2019-01-20 10:32:27.373962"], ["updated_at", "2019-01-20 10:32:27.373962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Porro dolor alias voluptas."], ["body", "Excepturi et fugit. Eaque est culpa. Accusamus fuga aliquam."], ["created_at", "2019-01-20 10:32:27.374957"], ["updated_at", "2019-01-20 10:32:27.374957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marco@champlin.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marco@champlin.net"], ["encrypted_password", "$2a$04$AIWOGR1esaR7FUnO3ik49.Qdknanke2/SkrJkodyNC8p8xRkt34qO"], ["created_at", "2019-01-20 10:32:27.377343"], ["updated_at", "2019-01-20 10:32:27.377343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Neque ex nihil veniam."], ["body", "Voluptate hic laboriosam. Quis officia mollitia. Est hic est."], ["created_at", "2019-01-20 10:32:27.378337"], ["updated_at", "2019-01-20 10:32:27.378337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "melisasmitham@bernier.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "melisasmitham@bernier.name"], ["encrypted_password", "$2a$04$9J36H.g47RhE9FGdM9Y62uHhza1dTRRP1Wch9whrpujLRXC5osV/a"], ["created_at", "2019-01-20 10:32:27.380684"], ["updated_at", "2019-01-20 10:32:27.380684"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Ipsam voluptas rem rerum."], ["body", "Facilis ipsum dolores. Rerum minus excepturi. Nihil officia assumenda."], ["created_at", "2019-01-20 10:32:27.381664"], ["updated_at", "2019-01-20 10:32:27.381664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Milanport 26"], ["created_at", "2019-01-20 10:32:27.383119"], ["updated_at", "2019-01-20 10:32:27.383119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "silver 26"], ["created_at", "2019-01-20 10:32:27.384520"], ["updated_at", "2019-01-20 10:32:27.384520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Delphaton 27"], ["created_at", "2019-01-20 10:32:27.386006"], ["updated_at", "2019-01-20 10:32:27.386006"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "teal 27"], ["created_at", "2019-01-20 10:32:27.387268"], ["updated_at", "2019-01-20 10:32:27.387268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'milanport 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'silver 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'delphaton 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 27') Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'milanport 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'silver 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'delphaton 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shizue@boylefeil.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shizue@boylefeil.net"], ["encrypted_password", "$2a$04$moKj6oCO7DdsyJfuszYXyunkGWRKih1ouTJ7tgeeQRhCuKkmF1hU2"], ["created_at", "2019-01-20 10:32:27.398949"], ["updated_at", "2019-01-20 10:32:27.398949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_27"], ["name", "judge 27"], ["description", "judge 27"], ["created_at", "2019-01-20 10:32:27.400846"], ["updated_at", "2019-01-20 10:32:27.400846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_28"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_28"], ["name", "architect 28"], ["description", "architect 28"], ["created_at", "2019-01-20 10:32:27.402253"], ["updated_at", "2019-01-20 10:32:27.402253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:32:27.404274"], ["updated_at", "2019-01-20 10:32:27.404274"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:32:27.405517"], ["updated_at", "2019-01-20 10:32:27.405517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Sonnyland 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Sonnyland 28"], ["created_at", "2019-01-20 10:32:27.406833"], ["updated_at", "2019-01-20 10:32:27.406833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Nellie 29"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Nellie 29"], ["created_at", "2019-01-20 10:32:27.407911"], ["updated_at", "2019-01-20 10:32:27.407911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 28"], ["created_at", "2019-01-20 10:32:27.409168"], ["updated_at", "2019-01-20 10:32:27.409168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 29"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "pink 29"], ["created_at", "2019-01-20 10:32:27.410375"], ["updated_at", "2019-01-20 10:32:27.410375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "greta@oconnellreichel.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "greta@oconnellreichel.biz"], ["encrypted_password", "$2a$04$9CDZGEpfGzHuWpr36UkmsOgAmYJbB3Z.rnjxrFbg0TVtH2zcupcqq"], ["created_at", "2019-01-20 10:32:27.412773"], ["updated_at", "2019-01-20 10:32:27.412773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Quae sed quis consequatur."], ["body", "Molestiae vel delectus. Quisquam quibusdam quia. Id voluptate delectus."], ["created_at", "2019-01-20 10:32:27.413845"], ["updated_at", "2019-01-20 10:32:27.413845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "riva@schmidt.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "riva@schmidt.com"], ["encrypted_password", "$2a$04$WeFS4Vkvc4LxPn9E/dWal.QylX1bQu.B253Ic/3KGcXSSIsmxpO/a"], ["created_at", "2019-01-20 10:32:27.416283"], ["updated_at", "2019-01-20 10:32:27.416283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Deserunt ratione et sint."], ["body", "Aliquid aspernatur fugiat. Doloribus voluptatem suscipit. Quas fugit non."], ["created_at", "2019-01-20 10:32:27.417318"], ["updated_at", "2019-01-20 10:32:27.417318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wavaharvey@robel.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wavaharvey@robel.io"], ["encrypted_password", "$2a$04$Y/62240HLmLlOeJ./qck4OTXKljaHoykdmDX0uDcn6izvYYtozJRK"], ["created_at", "2019-01-20 10:32:27.419664"], ["updated_at", "2019-01-20 10:32:27.419664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Omnis velit repellat saepe."], ["body", "Error blanditiis asperiores. Earum et cupiditate. Quo quaerat quas."], ["created_at", "2019-01-20 10:32:27.420682"], ["updated_at", "2019-01-20 10:32:27.420682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "armandzemlak@smith.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "armandzemlak@smith.name"], ["encrypted_password", "$2a$04$hqYaUEjSHI/ncVU6sQsEW.IxR1JbdqwcRBrxS6X2NDgfJCZRTJ9d."], ["created_at", "2019-01-20 10:32:27.423059"], ["updated_at", "2019-01-20 10:32:27.423059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Harum et non sunt."], ["body", "Mollitia eum praesentium. Natus et recusandae. Eaque cum culpa."], ["created_at", "2019-01-20 10:32:27.424053"], ["updated_at", "2019-01-20 10:32:27.424053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "North Sonnyland 28"], ["created_at", "2019-01-20 10:32:27.425552"], ["updated_at", "2019-01-20 10:32:27.425552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "teal 28"], ["created_at", "2019-01-20 10:32:27.427015"], ["updated_at", "2019-01-20 10:32:27.427015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-20 10:32:27.428507"], ["updated_at", "2019-01-20 10:32:27.428507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "pink 29"], ["created_at", "2019-01-20 10:32:27.429876"], ["updated_at", "2019-01-20 10:32:27.429876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north sonnyland 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'pink 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.3ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.4ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-20 10:32:27.458340"], ["updated_at", "2019-01-20 10:32:27.458340"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "economist_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "economist 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_3"], ["name", "economist 3"], ["description", "economist 3"], ["created_at", "2019-01-20 10:32:27.461399"], ["updated_at", "2019-01-20 10:32:27.461399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 10:32:27.462911"], ["updated_at", "2019-01-20 10:32:27.462911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.2ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 10:32:27.487083"], ["updated_at", "2019-01-20 10:32:27.487083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 10:32:27.488522"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 10:32:27.501297"], ["updated_at", "2019-01-20 10:32:27.501297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 10:32:27.502512"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-20 10:32:27.525075"], ["updated_at", "2019-01-20 10:32:27.525075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 10:32:27.555609"], ["updated_at", "2019-01-20 10:32:27.555609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-20 10:32:27.556928"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "biologist_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "biologist 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_4"], ["name", "biologist 4"], ["description", "biologist 4"], ["created_at", "2019-01-20 10:32:27.666212"], ["updated_at", "2019-01-20 10:32:27.666212"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 29"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_29"], ["name", "chemist 29"], ["description", "chemist 29"], ["created_at", "2019-01-20 10:32:27.669439"], ["updated_at", "2019-01-20 10:32:27.669439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-20 10:32:27.671430"], ["updated_at", "2019-01-20 10:32:27.671430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "attorney_at_law_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "attorney at law 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_5"], ["name", "attorney at law 5"], ["description", "attorney at law 5"], ["created_at", "2019-01-20 10:32:27.689448"], ["updated_at", "2019-01-20 10:32:27.689448"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 30"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_30"], ["name", "teacher 30"], ["description", "teacher 30"], ["created_at", "2019-01-20 10:32:27.692905"], ["updated_at", "2019-01-20 10:32:27.692905"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 10:32:27.694849"], ["updated_at", "2019-01-20 10:32:27.694849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 10:32:27.727599"], ["updated_at", "2019-01-20 10:32:27.727599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 10:32:27.729303"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.5ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 10:32:27.742674"], ["updated_at", "2019-01-20 10:32:27.742674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 10:32:27.744158"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-20 10:32:27.770858"], ["updated_at", "2019-01-20 10:32:27.770858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 31"], ["LIMIT", 1]] Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_31"], ["name", "architect 31"], ["description", "architect 31"], ["created_at", "2019-01-20 10:32:27.813252"], ["updated_at", "2019-01-20 10:32:27.813252"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-20 10:32:27.816330"], ["updated_at", "2019-01-20 10:32:27.816330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.5ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.3ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-20 10:32:27.937889"], ["updated_at", "2019-01-20 10:32:27.937889"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-20 10:32:27.940192"], ["updated_at", "2019-01-20 10:32:27.940192"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:32:27.945507"], ["updated_at", "2019-01-20 10:32:27.945507"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:32:27.947563"], ["updated_at", "2019-01-20 10:32:27.947563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.2ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 10:32:27.949353"], ["updated_at", "2019-01-20 10:32:27.949353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "emerybogan@cummerata.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "emerybogan@cummerata.name"], ["encrypted_password", "$2a$04$TSZ8E4.egQbapW/pBEvT2.2uYXNi4hOt/04lnhmw7/1IKA29HmYs2"], ["created_at", "2019-01-20 10:32:27.953448"], ["updated_at", "2019-01-20 10:32:27.953448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ex ducimus eveniet est."], ["body", "Omnis debitis quidem. Natus numquam et. Molestiae nobis necessitatibus."], ["created_at", "2019-01-20 10:32:27.955034"], ["updated_at", "2019-01-20 10:32:27.955034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mistie@rau.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mistie@rau.biz"], ["encrypted_password", "$2a$04$KRhbwKX9EK65z5pM.BIGoeVLksj3YyVyYLzIoZDPUr7XbsmZfJTtS"], ["created_at", "2019-01-20 10:32:27.958175"], ["updated_at", "2019-01-20 10:32:27.958175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Fugit et quia repellat."], ["body", "Nisi architecto modi. Natus beatae in. Accusantium ut velit."], ["created_at", "2019-01-20 10:32:27.959416"], ["updated_at", "2019-01-20 10:32:27.959416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:32:27.963930"], ["updated_at", "2019-01-20 10:32:27.963930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:32:27.965967"], ["updated_at", "2019-01-20 10:32:27.965967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 10:32:27.967913"], ["updated_at", "2019-01-20 10:32:27.967913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ioneeffertz@hickle.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ioneeffertz@hickle.name"], ["encrypted_password", "$2a$04$LFCFG5C1SOMlRxHeeAhCQuAtmEa.XZvLsEP.kikXpEWcomhE75pe2"], ["created_at", "2019-01-20 10:32:27.970900"], ["updated_at", "2019-01-20 10:32:27.970900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Maiores nihil similique modi."], ["body", "Consequatur aut ad. Aut ea possimus. Porro aut voluptatem."], ["created_at", "2019-01-20 10:32:27.972240"], ["updated_at", "2019-01-20 10:32:27.972240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "borisgreenfelder@koelpinmohr.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "borisgreenfelder@koelpinmohr.name"], ["encrypted_password", "$2a$04$BU9KDkqTw4POLohv0OTSn.v6MTD8qR.hBlpxERg6mC6D/51JcTvBi"], ["created_at", "2019-01-20 10:32:27.975380"], ["updated_at", "2019-01-20 10:32:27.975380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Neque modi voluptatem libero."], ["body", "Sit ut mollitia. Voluptate aut et. Tenetur aut quia."], ["created_at", "2019-01-20 10:32:27.976587"], ["updated_at", "2019-01-20 10:32:27.976587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:32:27.980230"], ["updated_at", "2019-01-20 10:32:27.980230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:32:27.982031"], ["updated_at", "2019-01-20 10:32:27.982031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 10:32:27.983618"], ["updated_at", "2019-01-20 10:32:27.983618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "peter@trompauer.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "peter@trompauer.org"], ["encrypted_password", "$2a$04$9vWHCy2KKO3xtNZVWNwYM.rsgDMj63.heGrvVHDRQSvziKPCikLa6"], ["created_at", "2019-01-20 10:32:27.986354"], ["updated_at", "2019-01-20 10:32:27.986354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Natus velit ex laudantium."], ["body", "In commodi molestiae. Culpa ut aspernatur. Aut expedita quam."], ["created_at", "2019-01-20 10:32:27.987551"], ["updated_at", "2019-01-20 10:32:27.987551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lelandschmeler@oharaschamberger.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lelandschmeler@oharaschamberger.io"], ["encrypted_password", "$2a$04$tYbcTfplLFk/NTtzypWfe.hkYcNe2c2/ETiOiLt8zYS5j2D3V2uCi"], ["created_at", "2019-01-20 10:32:27.990225"], ["updated_at", "2019-01-20 10:32:27.990225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Et eligendi quos omnis."], ["body", "Rerum est id. Eum itaque culpa. Recusandae sit ipsum."], ["created_at", "2019-01-20 10:32:27.991287"], ["updated_at", "2019-01-20 10:32:27.991287"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:32:27.994753"], ["updated_at", "2019-01-20 10:32:27.994753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:32:27.996410"], ["updated_at", "2019-01-20 10:32:27.996410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 10:32:27.997834"], ["updated_at", "2019-01-20 10:32:27.997834"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gena@west.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gena@west.info"], ["encrypted_password", "$2a$04$OFhGJxpsDK96mlmY//aqUujy7Li0ka36pWlrTRhyJTOG8RhMGJbbK"], ["created_at", "2019-01-20 10:32:28.000418"], ["updated_at", "2019-01-20 10:32:28.000418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptas corporis aut quas."], ["body", "Doloremque pariatur sunt. Et inventore commodi. Est quam veniam."], ["created_at", "2019-01-20 10:32:28.001547"], ["updated_at", "2019-01-20 10:32:28.001547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nathanael@mcclureschulist.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nathanael@mcclureschulist.biz"], ["encrypted_password", "$2a$04$wmI53cX0Qa7/agii2OG35Orwq6HSIFtpOPBgFTr1cDjxBogEbm2V2"], ["created_at", "2019-01-20 10:32:28.004072"], ["updated_at", "2019-01-20 10:32:28.004072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Accusantium voluptatibus voluptas atque."], ["body", "Aut quo distinctio. Amet vero voluptatem. At est veniam."], ["created_at", "2019-01-20 10:32:28.005187"], ["updated_at", "2019-01-20 10:32:28.005187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "andre@sauerschneider.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "andre@sauerschneider.net"], ["encrypted_password", "$2a$04$E/JxSCbz88rXiHFBqUbtoeRtxLkAPXnogrhE/XVGawGYCZK1NI5Ze"], ["created_at", "2019-01-20 10:32:28.007706"], ["updated_at", "2019-01-20 10:32:28.007706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Non ullam quam quis."], ["body", "Qui labore voluptatem. Dolorem dolores nemo. Architecto sint ut."], ["created_at", "2019-01-20 10:32:28.008802"], ["updated_at", "2019-01-20 10:32:28.008802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:32:28.015330"], ["updated_at", "2019-01-20 10:32:28.015330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:32:28.017012"], ["updated_at", "2019-01-20 10:32:28.017012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 10:32:28.018396"], ["updated_at", "2019-01-20 10:32:28.018396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 10:32:28.019682"], ["updated_at", "2019-01-20 10:32:28.019682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cliff@ondricka.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cliff@ondricka.co"], ["encrypted_password", "$2a$04$uJUEFR8xzDVCM1hRZgvrF.h/Rs68MWsLF83/nAkfLUPFtpPpvSdtK"], ["created_at", "2019-01-20 10:32:28.022251"], ["updated_at", "2019-01-20 10:32:28.022251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Fuga voluptatem atque eius."], ["body", "Perferendis sunt ullam. Rerum et ut. Autem vel iure."], ["created_at", "2019-01-20 10:32:28.023458"], ["updated_at", "2019-01-20 10:32:28.023458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "craigreinger@murazik.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "craigreinger@murazik.info"], ["encrypted_password", "$2a$04$HgGUhZetMuOLY6nXDXMtouJ57.CfRRQVR63rzsMPeiA6nkIss5cr."], ["created_at", "2019-01-20 10:32:28.026029"], ["updated_at", "2019-01-20 10:32:28.026029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Vero ea possimus qui."], ["body", "Voluptatem consectetur in. Quasi ea occaecati. At eligendi dolores."], ["created_at", "2019-01-20 10:32:28.027100"], ["updated_at", "2019-01-20 10:32:28.027100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "talithalockman@roob.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "talithalockman@roob.io"], ["encrypted_password", "$2a$04$.kTFt5/Lbh2meoU2F8xbXeSsnTS9i.6B2FpNQwuZoo3Mwvri26k2C"], ["created_at", "2019-01-20 10:32:28.029672"], ["updated_at", "2019-01-20 10:32:28.029672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Inventore hic earum ratione."], ["body", "Ea ut omnis. Assumenda non inventore. Quidem nam quisquam."], ["created_at", "2019-01-20 10:32:28.030708"], ["updated_at", "2019-01-20 10:32:28.030708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lacey@schaefercasper.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lacey@schaefercasper.biz"], ["encrypted_password", "$2a$04$e.Zdmq6QIdcqqWKOGfJYru60xokUbL.46xTHQnGbpUFNimxa4aJ7W"], ["created_at", "2019-01-20 10:32:28.033108"], ["updated_at", "2019-01-20 10:32:28.033108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Est et in aut."], ["body", "Vel mollitia deserunt. Dolores rem harum. Tenetur nobis sed."], ["created_at", "2019-01-20 10:32:28.034109"], ["updated_at", "2019-01-20 10:32:28.034109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:32:28.038651"], ["updated_at", "2019-01-20 10:32:28.038651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:32:28.040546"], ["updated_at", "2019-01-20 10:32:28.040546"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 10:32:28.042060"], ["updated_at", "2019-01-20 10:32:28.042060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 10:32:28.043327"], ["updated_at", "2019-01-20 10:32:28.043327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeffie@lakin.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jeffie@lakin.org"], ["encrypted_password", "$2a$04$JD6w4FG4wD57rhbc7E4sIeDcjAfccI.BU2mhXc4fWrn0tU7Iu6roa"], ["created_at", "2019-01-20 10:32:28.045884"], ["updated_at", "2019-01-20 10:32:28.045884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Est et itaque et."], ["body", "Molestiae quos dolor. Reprehenderit perferendis ipsum. Ex nemo vel."], ["created_at", "2019-01-20 10:32:28.047159"], ["updated_at", "2019-01-20 10:32:28.047159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Considinebury 30"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Considinebury 30"], ["created_at", "2019-01-20 10:32:28.050523"], ["updated_at", "2019-01-20 10:32:28.050523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Shaquitaberg 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Shaquitaberg 31"], ["created_at", "2019-01-20 10:32:28.052276"], ["updated_at", "2019-01-20 10:32:28.052276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Violette 32"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Violette 32"], ["created_at", "2019-01-20 10:32:28.053386"], ["updated_at", "2019-01-20 10:32:28.053386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Itaque quae qui sed."], ["created_at", "2019-01-20 10:32:28.059038"], ["updated_at", "2019-01-20 10:32:28.059038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 10:32:28.067773"], ["updated_at", "2019-01-20 10:32:28.067773"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 10:32:28.071647"], ["updated_at", "2019-01-20 10:32:28.071647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:32:28.074980"], ["updated_at", "2019-01-20 10:32:28.074980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 10:32:28.076698"], ["updated_at", "2019-01-20 10:32:28.076698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "howard@yundt.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "howard@yundt.name"], ["encrypted_password", "$2a$04$I779PaSClJSlug/kGN12ZO6Sker6BkRt68GTNsCQLcmtttm2QY6mK"], ["created_at", "2019-01-20 10:32:28.079814"], ["updated_at", "2019-01-20 10:32:28.079814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Earum nisi quibusdam totam."], ["body", "Non nemo quis. Vitae nesciunt non. Et sunt voluptas."], ["created_at", "2019-01-20 10:32:28.081087"], ["updated_at", "2019-01-20 10:32:28.081087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.4ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Corrupti dolorum reprehenderit voluptates."], ["created_at", "2019-01-20 10:32:28.083356"], ["updated_at", "2019-01-20 10:32:28.083356"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clementinadach@waltertrantow.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clementinadach@waltertrantow.io"], ["encrypted_password", "$2a$04$VZhiQw2pcwglkjh8ndYnP.tA3RbHoKdGNuFqcccrC3FlvhcfJbbDa"], ["created_at", "2019-01-20 10:32:28.089494"], ["updated_at", "2019-01-20 10:32:28.089494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 30"], ["created_at", "2019-01-20 10:32:28.091419"], ["updated_at", "2019-01-20 10:32:28.091419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Shantelleshire 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Shantelleshire 33"], ["created_at", "2019-01-20 10:32:28.092734"], ["updated_at", "2019-01-20 10:32:28.092734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eaque doloremque omnis facilis."], ["body", "Sit minus temporibus. Voluptas eveniet mollitia. Alias maiores laborum."], ["created_at", "2019-01-20 10:32:28.093759"], ["updated_at", "2019-01-20 10:32:28.093759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Cormierland 34"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Cormierland 34"], ["created_at", "2019-01-20 10:32:28.097259"], ["updated_at", "2019-01-20 10:32:28.097259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Hailey 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Hailey 35"], ["created_at", "2019-01-20 10:32:28.099035"], ["updated_at", "2019-01-20 10:32:28.099035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:32:28.102185"], ["updated_at", "2019-01-20 10:32:28.102185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:32:28.103975"], ["updated_at", "2019-01-20 10:32:28.103975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lyle@renner.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lyle@renner.com"], ["encrypted_password", "$2a$04$7SrnWYpEHQVBY6/2B9cGNeZlZ5j68NK7ZgFVNdqLUQdQ1jf.j8rxe"], ["created_at", "2019-01-20 10:32:28.106952"], ["updated_at", "2019-01-20 10:32:28.106952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "magenta 31"], ["created_at", "2019-01-20 10:32:28.108758"], ["updated_at", "2019-01-20 10:32:28.108758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Id et molestias aut."], ["body", "Quia totam atque. Delectus aut et. Quia praesentium non."], ["created_at", "2019-01-20 10:32:28.109907"], ["updated_at", "2019-01-20 10:32:28.109907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:32:28.112912"], ["updated_at", "2019-01-20 10:32:28.112912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:32:28.114816"], ["updated_at", "2019-01-20 10:32:28.114816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "simajohnston@howe.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "simajohnston@howe.name"], ["encrypted_password", "$2a$04$hPu23Et9n2WMnT0KsJtWWOCPUq1jaA/tHQRLPDlAwqch6RhfucFaC"], ["created_at", "2019-01-20 10:32:28.117603"], ["updated_at", "2019-01-20 10:32:28.117603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "indigo 32"], ["created_at", "2019-01-20 10:32:28.119089"], ["updated_at", "2019-01-20 10:32:28.119089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Commodi est maiores optio."], ["body", "Earum odit in. Est aliquid iste. Id aut ipsa."], ["created_at", "2019-01-20 10:32:28.120150"], ["updated_at", "2019-01-20 10:32:28.120150"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Lavonaland 36"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Lavonaland 36"], ["created_at", "2019-01-20 10:32:28.123682"], ["updated_at", "2019-01-20 10:32:28.123682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Cruzland 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Cruzland 37"], ["created_at", "2019-01-20 10:32:28.125381"], ["updated_at", "2019-01-20 10:32:28.125381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Oswaldoborough 38"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Oswaldoborough 38"], ["created_at", "2019-01-20 10:32:28.126475"], ["updated_at", "2019-01-20 10:32:28.126475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Sapiente aut eveniet ullam."], ["created_at", "2019-01-20 10:32:28.127280"], ["updated_at", "2019-01-20 10:32:28.127280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 10:32:28.128779"], ["updated_at", "2019-01-20 10:32:28.128779"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 10:32:28.129595"], ["updated_at", "2019-01-20 10:32:28.129595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Mitchelltown 39"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mitchelltown 39"], ["created_at", "2019-01-20 10:32:28.132606"], ["updated_at", "2019-01-20 10:32:28.132606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Ramonitaberg 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Ramonitaberg 40"], ["created_at", "2019-01-20 10:32:28.134495"], ["updated_at", "2019-01-20 10:32:28.134495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Timmyfort 41"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Timmyfort 41"], ["created_at", "2019-01-20 10:32:28.135799"], ["updated_at", "2019-01-20 10:32:28.135799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Klingside 42"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Klingside 42"], ["created_at", "2019-01-20 10:32:28.136788"], ["updated_at", "2019-01-20 10:32:28.136788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Velit ut iste rerum."], ["created_at", "2019-01-20 10:32:28.137509"], ["updated_at", "2019-01-20 10:32:28.137509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 10:32:28.138913"], ["updated_at", "2019-01-20 10:32:28.138913"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 10:32:28.139773"], ["updated_at", "2019-01-20 10:32:28.139773"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Chesterton 43"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Chesterton 43"], ["created_at", "2019-01-20 10:32:28.143259"], ["updated_at", "2019-01-20 10:32:28.143259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ronniecorwin@altenwerthdenesik.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ronniecorwin@altenwerthdenesik.org"], ["encrypted_password", "$2a$04$PtjT4qNYf8xoij7BWsQF.ujJfWc9lb.9vEV4fY049CvWdeYPY2SoG"], ["created_at", "2019-01-20 10:32:28.146503"], ["updated_at", "2019-01-20 10:32:28.146503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 33"], ["created_at", "2019-01-20 10:32:28.148105"], ["updated_at", "2019-01-20 10:32:28.148105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Wilburn 44"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Wilburn 44"], ["created_at", "2019-01-20 10:32:28.149309"], ["updated_at", "2019-01-20 10:32:28.149309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Et facere nulla labore."], ["body", "Veniam ducimus deserunt. Molestiae pariatur dolorem. Dolores sed dolorem."], ["created_at", "2019-01-20 10:32:28.150275"], ["updated_at", "2019-01-20 10:32:28.150275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Littelshire 45"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Littelshire 45"], ["created_at", "2019-01-20 10:32:28.153841"], ["updated_at", "2019-01-20 10:32:28.153841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carmella@trantow.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carmella@trantow.io"], ["encrypted_password", "$2a$04$XPee/3rvrGPxgejK8PlOV.kdnw.0QgxKqo58.jlCYrXlZx9bMYqGW"], ["created_at", "2019-01-20 10:32:28.157089"], ["updated_at", "2019-01-20 10:32:28.157089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 34"], ["created_at", "2019-01-20 10:32:28.158775"], ["updated_at", "2019-01-20 10:32:28.158775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Venetta 46"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Venetta 46"], ["created_at", "2019-01-20 10:32:28.159944"], ["updated_at", "2019-01-20 10:32:28.159944"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Quia quisquam voluptas molestiae."], ["body", "Repellendus cupiditate enim. Excepturi magnam ut. Voluptas quidem voluptatibus."], ["created_at", "2019-01-20 10:32:28.160947"], ["updated_at", "2019-01-20 10:32:28.160947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Garrymouth 47"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Garrymouth 47"], ["created_at", "2019-01-20 10:32:28.164685"], ["updated_at", "2019-01-20 10:32:28.164685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Delphinemouth 49"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Delphinemouth 49"], ["created_at", "2019-01-20 10:32:28.167819"], ["updated_at", "2019-01-20 10:32:28.167819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Homershire 51"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Homershire 51"], ["created_at", "2019-01-20 10:32:28.171488"], ["updated_at", "2019-01-20 10:32:28.171488"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mee@hammesroob.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mee@hammesroob.org"], ["encrypted_password", "$2a$04$Bzzfezulbnj3WwK8hDd3rOTUjw049frJNyvFVid4AeTX623o1t/B2"], ["created_at", "2019-01-20 10:32:28.178093"], ["updated_at", "2019-01-20 10:32:28.178093"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "halina@predovic.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "halina@predovic.info"], ["encrypted_password", "$2a$04$4okiCA0rQHdm0HxvlFij0.hFljX/9aakgVNnr/D89hPbVHFMyq81O"], ["created_at", "2019-01-20 10:33:28.022018"], ["updated_at", "2019-01-20 10:33:28.022018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ApplicationController#custom as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Redirected to http://test.host/ Completed 302 Found in 19ms (ActiveRecord: 0.4ms)  (0.6ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 67600ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mindylarson@willms.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mindylarson@willms.name"], ["encrypted_password", "$2a$04$8JbCJXdLXj.N6.3Y99y.B.jFRGWj6u6k4MLa8SGdS1h0/76SnXq5W"], ["created_at", "2019-01-20 10:40:27.335129"], ["updated_at", "2019-01-20 10:40:27.335129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ApplicationController#custom as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "holley@gutmann.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "holley@gutmann.co"], ["encrypted_password", "$2a$04$E2ApBRQater5GWienyKU9esXPYl8hIJDtK5z/MXMROyk3aUia0coa"], ["created_at", "2019-01-20 10:40:41.523777"], ["updated_at", "2019-01-20 10:40:41.523777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ApplicationController#custom as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_1"], ["name", "engineer 1"], ["description", "engineer 1"], ["created_at", "2019-01-20 10:40:51.183490"], ["updated_at", "2019-01-20 10:40:51.183490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 2"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_2"], ["name", "attorney at law 2"], ["description", "attorney at law 2"], ["created_at", "2019-01-20 10:40:51.185445"], ["updated_at", "2019-01-20 10:40:51.185445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "migdaliawolff@lubowitz.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "migdaliawolff@lubowitz.co"], ["encrypted_password", "$2a$04$JhZpdycxakTNnESNe8s92uGhdGW1BnDlONs5bFLjez.cQNhL.jZyO"], ["created_at", "2019-01-20 10:40:51.230554"], ["updated_at", "2019-01-20 10:40:51.230554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "red 1"], ["created_at", "2019-01-20 10:40:51.239325"], ["updated_at", "2019-01-20 10:40:51.239325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.5ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Jennifferstad 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jennifferstad 1"], ["created_at", "2019-01-20 10:40:51.246135"], ["updated_at", "2019-01-20 10:40:51.246135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eaque molestiae voluptate esse."], ["body", "Aliquid cumque sint. Consequatur necessitatibus eos. Voluptatem et aliquid."], ["created_at", "2019-01-20 10:40:51.247847"], ["updated_at", "2019-01-20 10:40:51.247847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_3"], ["name", "chemist 3"], ["description", "chemist 3"], ["created_at", "2019-01-20 10:40:51.254030"], ["updated_at", "2019-01-20 10:40:51.254030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_4"], ["name", "chemist 4"], ["description", "chemist 4"], ["created_at", "2019-01-20 10:40:51.255693"], ["updated_at", "2019-01-20 10:40:51.255693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "allegra@sporergreen.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "allegra@sporergreen.co"], ["encrypted_password", "$2a$04$oGYc4UUiPhaZnxFQ76i90e8dUNPSlywl/zVsUbiggiQ5dGlY8vma2"], ["created_at", "2019-01-20 10:40:51.259166"], ["updated_at", "2019-01-20 10:40:51.259166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 2"], ["created_at", "2019-01-20 10:40:51.260707"], ["updated_at", "2019-01-20 10:40:51.260707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Nathanialshire 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Nathanialshire 2"], ["created_at", "2019-01-20 10:40:51.261946"], ["updated_at", "2019-01-20 10:40:51.261946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Qui veritatis dolorem eum."], ["body", "Sapiente et tempore. Impedit rem inventore. Voluptatem illum consequatur."], ["created_at", "2019-01-20 10:40:51.262942"], ["updated_at", "2019-01-20 10:40:51.262942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_5"], ["name", "attorney at law 5"], ["description", "attorney at law 5"], ["created_at", "2019-01-20 10:40:51.278888"], ["updated_at", "2019-01-20 10:40:51.278888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 6"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_6"], ["name", "firefighter 6"], ["description", "firefighter 6"], ["created_at", "2019-01-20 10:40:51.280551"], ["updated_at", "2019-01-20 10:40:51.280551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jewell@hoeger.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jewell@hoeger.biz"], ["encrypted_password", "$2a$04$1ceGEfh4MHweRthGvoMaROUDpv6s4Ayr8qPVDDMaThEFlTbHXWDTS"], ["created_at", "2019-01-20 10:40:51.284139"], ["updated_at", "2019-01-20 10:40:51.284139"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "plum 3"], ["created_at", "2019-01-20 10:40:51.285660"], ["updated_at", "2019-01-20 10:40:51.285660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Jeannettaland 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Jeannettaland 3"], ["created_at", "2019-01-20 10:40:51.286865"], ["updated_at", "2019-01-20 10:40:51.286865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Reiciendis dolor ipsa recusandae."], ["body", "Iure atque fuga. Ea aut sunt. Dolorem dolorem perspiciatis."], ["created_at", "2019-01-20 10:40:51.287874"], ["updated_at", "2019-01-20 10:40:51.287874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_7"], ["name", "doctor 7"], ["description", "doctor 7"], ["created_at", "2019-01-20 10:40:51.293920"], ["updated_at", "2019-01-20 10:40:51.293920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 8"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_8"], ["name", "statistician 8"], ["description", "statistician 8"], ["created_at", "2019-01-20 10:40:51.295502"], ["updated_at", "2019-01-20 10:40:51.295502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "je@hane.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "je@hane.biz"], ["encrypted_password", "$2a$04$IpIKNzc1q57GY2Os0L7.W.cHwLb9uZd6cRa5TtWOmVV0k8RMdiV2W"], ["created_at", "2019-01-20 10:40:51.298810"], ["updated_at", "2019-01-20 10:40:51.298810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 4"], ["created_at", "2019-01-20 10:40:51.300357"], ["updated_at", "2019-01-20 10:40:51.300357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Maxfort 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Maxfort 4"], ["created_at", "2019-01-20 10:40:51.301633"], ["updated_at", "2019-01-20 10:40:51.301633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Consequatur expedita voluptatem aut."], ["body", "Qui sint ipsum. Ut eius qui. Et sapiente eligendi."], ["created_at", "2019-01-20 10:40:51.302695"], ["updated_at", "2019-01-20 10:40:51.302695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_9"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 9"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_9"], ["name", "engineer 9"], ["description", "engineer 9"], ["created_at", "2019-01-20 10:40:51.310027"], ["updated_at", "2019-01-20 10:40:51.310027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 10"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_10"], ["name", "astronomer 10"], ["description", "astronomer 10"], ["created_at", "2019-01-20 10:40:51.311696"], ["updated_at", "2019-01-20 10:40:51.311696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brandonjast@okuneva.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "brandonjast@okuneva.biz"], ["encrypted_password", "$2a$04$FhBlNzhOuh9TlR45g6./qecTsfT1FGV/I5qo/1i2NX.U2PzRibQF6"], ["created_at", "2019-01-20 10:40:51.315390"], ["updated_at", "2019-01-20 10:40:51.315390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 5"], ["LIMIT", 1]] Clearance Create (0.2ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 5"], ["created_at", "2019-01-20 10:40:51.317139"], ["updated_at", "2019-01-20 10:40:51.317139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Veronikaland 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Veronikaland 5"], ["created_at", "2019-01-20 10:40:51.318741"], ["updated_at", "2019-01-20 10:40:51.318741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eos alias aliquam voluptatem."], ["body", "Earum natus ratione. Non quae in. Labore veniam quae."], ["created_at", "2019-01-20 10:40:51.326343"], ["updated_at", "2019-01-20 10:40:51.326343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_11"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_11"], ["name", "firefighter 11"], ["description", "firefighter 11"], ["created_at", "2019-01-20 10:40:51.332303"], ["updated_at", "2019-01-20 10:40:51.332303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_12"], ["name", "writer 12"], ["description", "writer 12"], ["created_at", "2019-01-20 10:40:51.334096"], ["updated_at", "2019-01-20 10:40:51.334096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mohammad@lebsackkshlerin.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mohammad@lebsackkshlerin.name"], ["encrypted_password", "$2a$04$vV4cX1WulEplxBy7Jy3Dqeb9PpnwQUF/YtYZCTR7.8uKiYfBV62BW"], ["created_at", "2019-01-20 10:40:51.337777"], ["updated_at", "2019-01-20 10:40:51.337777"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 6"], ["created_at", "2019-01-20 10:40:51.339614"], ["updated_at", "2019-01-20 10:40:51.339614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Tawannachester 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Tawannachester 6"], ["created_at", "2019-01-20 10:40:51.340907"], ["updated_at", "2019-01-20 10:40:51.340907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptatem quo qui tempora."], ["body", "Dolores repellat nobis. Sit et vero. Sed porro quasi."], ["created_at", "2019-01-20 10:40:51.342015"], ["updated_at", "2019-01-20 10:40:51.342015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reba@luettgen.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "reba@luettgen.org"], ["encrypted_password", "$2a$04$lRO8jDA5xsutCVPQVccSmeIf0I/GAByVzxom1SjSnXYSf0yzawawK"], ["created_at", "2019-01-20 10:40:51.345016"], ["updated_at", "2019-01-20 10:40:51.345016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 4.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "genaro@cainpowlowski.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "genaro@cainpowlowski.com"], ["encrypted_password", "$2a$04$uFstBslFUHH1ZcSrCy8fYOZnUClXOr.qJh8HpIal8kucrml5ZZxl."], ["created_at", "2019-01-20 10:40:51.424055"], ["updated_at", "2019-01-20 10:40:51.424055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ApplicationController#custom as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yong@kirlin.io"], ["LIMIT", 1]] User Create (1.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "yong@kirlin.io"], ["encrypted_password", "$2a$04$AThIG9rJwK6BhiKhpBaDTOmwZ1xMCFoq.F92QOde/8naiX8hSqtfm"], ["created_at", "2019-01-20 10:40:51.431966"], ["updated_at", "2019-01-20 10:40:51.431966"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cordell@swiftconn.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cordell@swiftconn.com"], ["encrypted_password", "$2a$04$wJntaMLfBjeVmCoYq2MEE.5FX.WoHIhap9NZ.fEf9DRHVAA0Z01Om"], ["created_at", "2019-01-20 10:40:51.441526"], ["updated_at", "2019-01-20 10:40:51.441526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "broderickwiza@kuhic.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "broderickwiza@kuhic.info"], ["encrypted_password", "$2a$04$.SWcNSlB1MDBuRAaBnYHduHlRH5Gl7fp0QfUF5a/04Rvb4AJzV0ja"], ["created_at", "2019-01-20 10:40:51.449059"], ["updated_at", "2019-01-20 10:40:51.449059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lorenzokirlin@schmeler.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lorenzokirlin@schmeler.biz"], ["encrypted_password", "$2a$04$h9RyDWYVNswGB3O5vTvOsu612pwbSD0e14ltCReINIMMRrmsVoH2i"], ["created_at", "2019-01-20 10:40:51.457158"], ["updated_at", "2019-01-20 10:40:51.457158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ezra@damore.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ezra@damore.name"], ["encrypted_password", "$2a$04$Nj7r4PXAf9Rv1cE08MEyHOYomfoGGXUJ8KFzI6QYj8ba8Uu0H74fe"], ["created_at", "2019-01-20 10:40:51.470656"], ["updated_at", "2019-01-20 10:40:51.470656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shanekerluke@cartwrightreichel.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shanekerluke@cartwrightreichel.org"], ["encrypted_password", "$2a$04$QGb79KiqIZVYKgyn2.JoX.fl1neh0Yg1zsGODYZff3ltNQCM2S7om"], ["created_at", "2019-01-20 10:40:51.478210"], ["updated_at", "2019-01-20 10:40:51.478210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "winfred@ko.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "winfred@ko.net"], ["encrypted_password", "$2a$04$LnKEl6De/bj.y41HUwd2MenKgKlKyRGDBzKSAvskfuFIeYgUFN61S"], ["created_at", "2019-01-20 10:40:51.485540"], ["updated_at", "2019-01-20 10:40:51.485540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "greg@predovickunde.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "greg@predovickunde.biz"], ["encrypted_password", "$2a$04$8y.zRYLGh2YbprVG5als.OgwezaNZ9QTc8TLOGH6GcyZEOPxbyNhq"], ["created_at", "2019-01-20 10:40:51.493746"], ["updated_at", "2019-01-20 10:40:51.493746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jackqueline@jerdehane.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jackqueline@jerdehane.io"], ["encrypted_password", "$2a$04$OxSMD3lDThkD3KfcrVf4mecpbvXXycVxdCNtC8dPMuU2lOOSV22u."], ["created_at", "2019-01-20 10:40:51.501300"], ["updated_at", "2019-01-20 10:40:51.501300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bill@jones.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bill@jones.net"], ["encrypted_password", "$2a$04$TDPqCo4PcbTwpYKTpnORDeJwWK4ST4zVpmyvc/Nfg2yRW5gsRfLiq"], ["created_at", "2019-01-20 10:40:51.508850"], ["updated_at", "2019-01-20 10:40:51.508850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "casandramann@flatleyherzog.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "casandramann@flatleyherzog.info"], ["encrypted_password", "$2a$04$u4t..b1uoaJ.okcd2KLSf.mdE1IjhHwWn7gIaQLjF4Zw4M1gpeVDG"], ["created_at", "2019-01-20 10:40:51.516480"], ["updated_at", "2019-01-20 10:40:51.516480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#create as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mallorylakin@prohaska.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mallorylakin@prohaska.com"], ["encrypted_password", "$2a$04$JHkxZhY917iQX418qxr2qOwqcOL0A6C0zx7dxfDvlJAZpJgZSI4cq"], ["created_at", "2019-01-20 10:40:51.524868"], ["updated_at", "2019-01-20 10:40:51.524868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jamarlubowitz@torphy.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jamarlubowitz@torphy.net"], ["encrypted_password", "$2a$04$m7VXz2wPuUs4O9LYIen.lecPGKOE6fcaNRT5prfSzjxqKeL3IP15e"], ["created_at", "2019-01-20 10:40:51.532078"], ["updated_at", "2019-01-20 10:40:51.532078"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pilar@jonesokon.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pilar@jonesokon.net"], ["encrypted_password", "$2a$04$xlmNX2VW5y5e6iea.XRq2eTHLd2HweiWYLT32K.2cKC.0blW9cfWm"], ["created_at", "2019-01-20 10:40:51.540949"], ["updated_at", "2019-01-20 10:40:51.540949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tatiana@mante.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tatiana@mante.com"], ["encrypted_password", "$2a$04$ETwq8l5W/rx3csMMpSu52.DuXkhaz1nnYrbMIN5Hsi7ACo2cS6TVi"], ["created_at", "2019-01-20 10:40:51.549899"], ["updated_at", "2019-01-20 10:40:51.549899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elvera@graham.io"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elvera@graham.io"], ["encrypted_password", "$2a$04$fp.H6LhOXksozzzxYnUc/OKp2BJFiMc/Gp0z09VasPmj5o8GuxUp6"], ["created_at", "2019-01-20 10:40:51.558735"], ["updated_at", "2019-01-20 10:40:51.558735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arnoldpagac@tromp.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "arnoldpagac@tromp.com"], ["encrypted_password", "$2a$04$OqZ5AesqVE2m4rySr8XyeOx1MacOFnOQR9uolGMsJoXESKYhUFCPG"], ["created_at", "2019-01-20 10:40:51.567011"], ["updated_at", "2019-01-20 10:40:51.567011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#show as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "geri@hilll.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "geri@hilll.org"], ["encrypted_password", "$2a$04$LZozHgeBZrxfPD6kgc.T9.ktUJiq212yBwDywrzyOP.0J7bSbjPqW"], ["created_at", "2019-01-20 10:40:51.574632"], ["updated_at", "2019-01-20 10:40:51.574632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "corrinne@webercormier.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "corrinne@webercormier.biz"], ["encrypted_password", "$2a$04$cHs67lKG2kYXtquXAd6YFOvdKkkYeCZJs9MwNprgK48HEEJdYOD2W"], ["created_at", "2019-01-20 10:40:51.582052"], ["updated_at", "2019-01-20 10:40:51.582052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nelleschmidt@larkin.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nelleschmidt@larkin.org"], ["encrypted_password", "$2a$04$PnuVAxDbx/KMA6H2/U4MR.YLcFVooKEDa5fdSPny1PVGCjBNGoX02"], ["created_at", "2019-01-20 10:40:51.590133"], ["updated_at", "2019-01-20 10:40:51.590133"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carolakozey@ornromaguera.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carolakozey@ornromaguera.co"], ["encrypted_password", "$2a$04$LBfM4YIhfPmQMBTSaOIA6eXZgLBzVMMWzCjZaq/Nx3oGqMSHd3N/e"], ["created_at", "2019-01-20 10:40:51.598738"], ["updated_at", "2019-01-20 10:40:51.598738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#show as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dorothea@marvinheaney.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dorothea@marvinheaney.com"], ["encrypted_password", "$2a$04$uGSROE.GbT5FDFikloxy5.ykwlUX2.gqUE0p13teskli4HlxQGhb6"], ["created_at", "2019-01-20 10:40:51.612348"], ["updated_at", "2019-01-20 10:40:51.612348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ahmad@bailey.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ahmad@bailey.co"], ["encrypted_password", "$2a$04$YBagluBPGwTztnI.GeISw.kW4tjKrWZq.XVWGANFYOIYFqJuc08Ne"], ["created_at", "2019-01-20 10:40:51.620147"], ["updated_at", "2019-01-20 10:40:51.620147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#create as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "teodoro@smithamcruickshank.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "teodoro@smithamcruickshank.info"], ["encrypted_password", "$2a$04$onQNlDMI2dKNqeGkbSkYoemiNNuZ8/JxH4BFEYkUS4MusABoD90Wi"], ["created_at", "2019-01-20 10:40:51.628123"], ["updated_at", "2019-01-20 10:40:51.628123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pingkulas@haaggreenfelder.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pingkulas@haaggreenfelder.biz"], ["encrypted_password", "$2a$04$TyiWW4lOYxRybz.Xd0/LweWyTsjFx3gljLUqRw9fjKyU5dUsWH0FK"], ["created_at", "2019-01-20 10:40:51.635768"], ["updated_at", "2019-01-20 10:40:51.635768"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "freddie@jenkins.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "freddie@jenkins.info"], ["encrypted_password", "$2a$04$lVPA1FMhcKok5surqm4yseebo3Tm3dgyLxN9lrh2PzLAyyQQSUrTO"], ["created_at", "2019-01-20 10:40:51.643302"], ["updated_at", "2019-01-20 10:40:51.643302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mohammad@oconner.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mohammad@oconner.info"], ["encrypted_password", "$2a$04$MuU4OwrvrfkSwFdzeGPi1.bmM7.GgNZNbYqiuFx3l1EfiKO1oVqcG"], ["created_at", "2019-01-20 10:40:51.651640"], ["updated_at", "2019-01-20 10:40:51.651640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#new as HTML Parameters: {"id"=>"4", "role_id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "malikwunsch@ferrybrakus.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "malikwunsch@ferrybrakus.name"], ["encrypted_password", "$2a$04$fdZJPhWQJ2Cydpm8l.xJD.ZWtl7e2VlGda92YQuTBP3qhCMqeS8gC"], ["created_at", "2019-01-20 10:40:51.660147"], ["updated_at", "2019-01-20 10:40:51.660147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#create as HTML Parameters: {"id"=>"4", "role_id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elisapadberg@grimesbaumbach.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elisapadberg@grimesbaumbach.info"], ["encrypted_password", "$2a$04$nQ7NniEAVKGPimdb6GUmXe3Rk40050pvacbSBL9T2PNmsqcgK1t42"], ["created_at", "2019-01-20 10:40:51.667508"], ["updated_at", "2019-01-20 10:40:51.667508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#edit as HTML Parameters: {"role_id"=>"1", "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donwisoky@gottlieb.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "donwisoky@gottlieb.info"], ["encrypted_password", "$2a$04$tf/YuttBZA.XyYQ93SGvOeC/hOPflCrzxWFyP1H7P7stO53yk9qIm"], ["created_at", "2019-01-20 10:40:51.675303"], ["updated_at", "2019-01-20 10:40:51.675303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#update as HTML Parameters: {"role_id"=>"1", "id"=>"4"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 13"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_13"], ["name", "designer 13"], ["description", "designer 13"], ["created_at", "2019-01-20 10:40:51.683081"], ["updated_at", "2019-01-20 10:40:51.683081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "agriculturist_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "agriculturist 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_1"], ["name", "agriculturist 1"], ["description", "agriculturist 1"], ["created_at", "2019-01-20 10:40:51.689899"], ["updated_at", "2019-01-20 10:40:51.689899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "devise/registrations"], ["action", "destroy"], ["created_at", "2019-01-20 10:40:51.695444"], ["updated_at", "2019-01-20 10:40:51.695444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 10:40:51.702352"], ["updated_at", "2019-01-20 10:40:51.702352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 10:40:51.708834"], ["updated_at", "2019-01-20 10:40:51.708834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "devise/registrations"], ["action", "destroy"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 14"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_14"], ["name", "astronomer 14"], ["description", "astronomer 14"], ["created_at", "2019-01-20 10:40:51.716489"], ["updated_at", "2019-01-20 10:40:51.716489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "attorney_at_law_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "attorney at law 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_2"], ["name", "attorney at law 2"], ["description", "attorney at law 2"], ["created_at", "2019-01-20 10:40:51.718709"], ["updated_at", "2019-01-20 10:40:51.718709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-20 10:40:51.720588"], ["updated_at", "2019-01-20 10:40:51.720588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 10:40:51.721920"], ["updated_at", "2019-01-20 10:40:51.721920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 10:40:51.723157"], ["updated_at", "2019-01-20 10:40:51.723157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/validations/controller_names"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alvaro@parisian.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alvaro@parisian.com"], ["encrypted_password", "$2a$04$kUSLIaGZ1GrjvNgAWNoNauxeGf6dMRyowVzkisBK5QZqCQP2z8tRW"], ["created_at", "2019-01-20 10:40:51.728767"], ["updated_at", "2019-01-20 10:40:51.728767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_15"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_15"], ["name", "biologist 15"], ["description", "biologist 15"], ["created_at", "2019-01-20 10:40:51.730653"], ["updated_at", "2019-01-20 10:40:51.730653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:40:51.732701"], ["updated_at", "2019-01-20 10:40:51.732701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Audie 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Audie 7"], ["created_at", "2019-01-20 10:40:51.733976"], ["updated_at", "2019-01-20 10:40:51.733976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Sebastianbury 8"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Sebastianbury 8"], ["created_at", "2019-01-20 10:40:51.735065"], ["updated_at", "2019-01-20 10:40:51.735065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 7"], ["created_at", "2019-01-20 10:40:51.736591"], ["updated_at", "2019-01-20 10:40:51.736591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 8"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "pink 8"], ["created_at", "2019-01-20 10:40:51.737945"], ["updated_at", "2019-01-20 10:40:51.737945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "triciadoyle@hahn.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "triciadoyle@hahn.biz"], ["encrypted_password", "$2a$04$2ksm7jG4YLVHlN52kt5YI.aXWzWq0jr23oY7IQwsGa0vpRKlBtPye"], ["created_at", "2019-01-20 10:40:51.740408"], ["updated_at", "2019-01-20 10:40:51.740408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Nihil facere minus et."], ["body", "Adipisci maxime pariatur. Aut dolore impedit. Minima placeat adipisci."], ["created_at", "2019-01-20 10:40:51.741511"], ["updated_at", "2019-01-20 10:40:51.741511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Audie 7"], ["created_at", "2019-01-20 10:40:51.748183"], ["updated_at", "2019-01-20 10:40:51.748183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "green 7"], ["created_at", "2019-01-20 10:40:51.749839"], ["updated_at", "2019-01-20 10:40:51.749839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east audie 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'green 7')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eric@schmelerromaguera.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eric@schmelerromaguera.net"], ["encrypted_password", "$2a$04$fZRCZm1JNNrZX5I4sE3Op.bEZ.4UFijcBTkgWWwyH5yxb9/iKfKQS"], ["created_at", "2019-01-20 10:40:51.756654"], ["updated_at", "2019-01-20 10:40:51.756654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_16"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_16"], ["name", "chemist 16"], ["description", "chemist 16"], ["created_at", "2019-01-20 10:40:51.758637"], ["updated_at", "2019-01-20 10:40:51.758637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:40:51.760554"], ["updated_at", "2019-01-20 10:40:51.760554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Wileymouth 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Wileymouth 9"], ["created_at", "2019-01-20 10:40:51.761832"], ["updated_at", "2019-01-20 10:40:51.761832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hoppetown 10"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hoppetown 10"], ["created_at", "2019-01-20 10:40:51.762844"], ["updated_at", "2019-01-20 10:40:51.762844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 9"], ["created_at", "2019-01-20 10:40:51.764090"], ["updated_at", "2019-01-20 10:40:51.764090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 10"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "blue 10"], ["created_at", "2019-01-20 10:40:51.765721"], ["updated_at", "2019-01-20 10:40:51.765721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lieselottereinger@jonesmosciski.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lieselottereinger@jonesmosciski.co"], ["encrypted_password", "$2a$04$ZZgMWCpBAFsaxunTI37sHusKX4ELR/L/R1Tx2mqmLWuk5E1Kddf4u"], ["created_at", "2019-01-20 10:40:51.768317"], ["updated_at", "2019-01-20 10:40:51.768317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Eos dolorum ullam consectetur."], ["body", "Aut vitae et. Magni sit dolor. Aut architecto sequi."], ["created_at", "2019-01-20 10:40:51.769440"], ["updated_at", "2019-01-20 10:40:51.769440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Hoppetown 10"], ["created_at", "2019-01-20 10:40:51.771121"], ["updated_at", "2019-01-20 10:40:51.771121"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "maroon 9"], ["created_at", "2019-01-20 10:40:51.772719"], ["updated_at", "2019-01-20 10:40:51.772719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'hoppetown 10')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roman@kiehn.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "roman@kiehn.info"], ["encrypted_password", "$2a$04$ProdxY8f/U/RKs/b1in1F.i7rqqtwdMubG.ZAMn1oxRJuT24aXVke"], ["created_at", "2019-01-20 10:40:51.777910"], ["updated_at", "2019-01-20 10:40:51.777910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_17"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_17"], ["name", "biologist 17"], ["description", "biologist 17"], ["created_at", "2019-01-20 10:40:51.780159"], ["updated_at", "2019-01-20 10:40:51.780159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:40:51.782055"], ["updated_at", "2019-01-20 10:40:51.782055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Brittani 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Brittani 11"], ["created_at", "2019-01-20 10:40:51.783354"], ["updated_at", "2019-01-20 10:40:51.783354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lesville 12"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lesville 12"], ["created_at", "2019-01-20 10:40:51.784455"], ["updated_at", "2019-01-20 10:40:51.784455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orchid 11"], ["created_at", "2019-01-20 10:40:51.785859"], ["updated_at", "2019-01-20 10:40:51.785859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 12"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "gold 12"], ["created_at", "2019-01-20 10:40:51.787309"], ["updated_at", "2019-01-20 10:40:51.787309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lennie@klingdoyle.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lennie@klingdoyle.biz"], ["encrypted_password", "$2a$04$HjWWbhwHvB9J10h4scE5S.EHTOa6UnjfnxgjQuU07BWudnU3NiGXC"], ["created_at", "2019-01-20 10:40:51.789823"], ["updated_at", "2019-01-20 10:40:51.789823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Omnis dolores praesentium aperiam."], ["body", "Aut quidem quos. Fugiat neque eum. In hic qui."], ["created_at", "2019-01-20 10:40:51.790981"], ["updated_at", "2019-01-20 10:40:51.790981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Brittani 11"], ["created_at", "2019-01-20 10:40:51.792626"], ["updated_at", "2019-01-20 10:40:51.792626"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south brittani 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aftoncummings@kunzepfannerstill.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "aftoncummings@kunzepfannerstill.biz"], ["encrypted_password", "$2a$04$CH2H06pxR3RYvJo9HBnfwOiP0t40Y2JUFBo/sW7RDk9W5hRhuqgHy"], ["created_at", "2019-01-20 10:40:51.798124"], ["updated_at", "2019-01-20 10:40:51.798124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_18"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_18"], ["name", "firefighter 18"], ["description", "firefighter 18"], ["created_at", "2019-01-20 10:40:51.800043"], ["updated_at", "2019-01-20 10:40:51.800043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:40:51.801994"], ["updated_at", "2019-01-20 10:40:51.801994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Jarredside 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Jarredside 13"], ["created_at", "2019-01-20 10:40:51.803365"], ["updated_at", "2019-01-20 10:40:51.803365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Kristofer 14"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Kristofer 14"], ["created_at", "2019-01-20 10:40:51.804453"], ["updated_at", "2019-01-20 10:40:51.804453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "grey 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "grey 13"], ["created_at", "2019-01-20 10:40:51.805771"], ["updated_at", "2019-01-20 10:40:51.805771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "fuchsia 14"], ["created_at", "2019-01-20 10:40:51.807111"], ["updated_at", "2019-01-20 10:40:51.807111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "horacio@konopelski.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "horacio@konopelski.co"], ["encrypted_password", "$2a$04$ZS0I8wJepIhkcCjklkR/puQGBaZ4ooKrRUnpy11ZsK/Bhrv.SCa7G"], ["created_at", "2019-01-20 10:40:51.809470"], ["updated_at", "2019-01-20 10:40:51.809470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Delectus ipsa nobis non."], ["body", "Error dolore tenetur. Maiores ducimus velit. Similique consequatur dolor."], ["created_at", "2019-01-20 10:40:51.810506"], ["updated_at", "2019-01-20 10:40:51.810506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "New Jarredside 13"], ["created_at", "2019-01-20 10:40:51.812115"], ["updated_at", "2019-01-20 10:40:51.812115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "grey 13"], ["created_at", "2019-01-20 10:40:51.813542"], ["updated_at", "2019-01-20 10:40:51.813542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new jarredside 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'grey 13')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roseanne@watsica.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "roseanne@watsica.org"], ["encrypted_password", "$2a$04$dVif0WdQVP4YCdx93ajz3e.UXS.bkR.4YuPG38q1adwf2uTUdousS"], ["created_at", "2019-01-20 10:40:51.819600"], ["updated_at", "2019-01-20 10:40:51.819600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_19"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_19"], ["name", "musician 19"], ["description", "musician 19"], ["created_at", "2019-01-20 10:40:51.821494"], ["updated_at", "2019-01-20 10:40:51.821494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:40:51.823469"], ["updated_at", "2019-01-20 10:40:51.823469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Refugiofort 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Refugiofort 15"], ["created_at", "2019-01-20 10:40:51.824728"], ["updated_at", "2019-01-20 10:40:51.824728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hoppefurt 16"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hoppefurt 16"], ["created_at", "2019-01-20 10:40:51.825739"], ["updated_at", "2019-01-20 10:40:51.825739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "turquoise 15"], ["created_at", "2019-01-20 10:40:51.827054"], ["updated_at", "2019-01-20 10:40:51.827054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 16"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "red 16"], ["created_at", "2019-01-20 10:40:51.828410"], ["updated_at", "2019-01-20 10:40:51.828410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shaunhamill@rosenbaum.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shaunhamill@rosenbaum.info"], ["encrypted_password", "$2a$04$82pH0wWN08NqatzOcTHFpe7e2/4MW/l3oDOC4LubUCOGPwG7xa1jy"], ["created_at", "2019-01-20 10:40:51.830873"], ["updated_at", "2019-01-20 10:40:51.830873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Et cumque atque sit."], ["body", "Occaecati nihil consequatur. Laborum est voluptatem. Commodi porro necessitatibus."], ["created_at", "2019-01-20 10:40:51.831937"], ["updated_at", "2019-01-20 10:40:51.831937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kary@keebler.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kary@keebler.io"], ["encrypted_password", "$2a$04$rmGOZabx9xqRUH2sMYuVkO0e.yUxan8zFp3.HBsIWPCLT1OsJsB8q"], ["created_at", "2019-01-20 10:40:51.834455"], ["updated_at", "2019-01-20 10:40:51.834455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Dicta velit sapiente et."], ["body", "Ut voluptatum quis. Illum nemo ea. Quisquam sunt sequi."], ["created_at", "2019-01-20 10:40:51.835537"], ["updated_at", "2019-01-20 10:40:51.835537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carter@torp.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carter@torp.net"], ["encrypted_password", "$2a$04$pgaSY2NJb/s5bwrTatRyJ.C1.6dQzT58Lk0txteQ.Uq8UskFKMdly"], ["created_at", "2019-01-20 10:40:51.840646"], ["updated_at", "2019-01-20 10:40:51.840646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Voluptate molestiae officia ut."], ["body", "Rerum et qui. Minus nisi quo. Odit facilis qui."], ["created_at", "2019-01-20 10:40:51.841758"], ["updated_at", "2019-01-20 10:40:51.841758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carloswalter@pfannerstillwalsh.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carloswalter@pfannerstillwalsh.com"], ["encrypted_password", "$2a$04$RsmxGKBuD6mhnWpNqWCrdOssLhbC.yAAvCFc5RefKpa7Mvk.dEjd2"], ["created_at", "2019-01-20 10:40:51.844202"], ["updated_at", "2019-01-20 10:40:51.844202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Corrupti est est aut."], ["body", "Quis quis quos. Amet est soluta. Inventore tempora quis."], ["created_at", "2019-01-20 10:40:51.845208"], ["updated_at", "2019-01-20 10:40:51.845208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Refugiofort 15"], ["created_at", "2019-01-20 10:40:51.846734"], ["updated_at", "2019-01-20 10:40:51.846734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "turquoise 15"], ["created_at", "2019-01-20 10:40:51.848179"], ["updated_at", "2019-01-20 10:40:51.848179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'refugiofort 15') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'turquoise 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tyronzulauf@lueilwitz.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tyronzulauf@lueilwitz.com"], ["encrypted_password", "$2a$04$6at9c9n12CJdIzsFXAH8/.FCo8fHQ2asDcotD5TgEJR/3WWEKxq3m"], ["created_at", "2019-01-20 10:40:51.854322"], ["updated_at", "2019-01-20 10:40:51.854322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_20"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_20"], ["name", "programmer 20"], ["description", "programmer 20"], ["created_at", "2019-01-20 10:40:51.856224"], ["updated_at", "2019-01-20 10:40:51.856224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:40:51.858163"], ["updated_at", "2019-01-20 10:40:51.858163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Gerardoville 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Gerardoville 17"], ["created_at", "2019-01-20 10:40:51.859437"], ["updated_at", "2019-01-20 10:40:51.859437"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hilpertside 18"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hilpertside 18"], ["created_at", "2019-01-20 10:40:51.860432"], ["updated_at", "2019-01-20 10:40:51.860432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lavender 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lavender 17"], ["created_at", "2019-01-20 10:40:51.861827"], ["updated_at", "2019-01-20 10:40:51.861827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 18"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "blue 18"], ["created_at", "2019-01-20 10:40:51.863137"], ["updated_at", "2019-01-20 10:40:51.863137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cameronking@pfannerstillwiegand.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cameronking@pfannerstillwiegand.io"], ["encrypted_password", "$2a$04$yVAhHIko3qjw2ufjVg.ZI.TsBC2JVij9TH86KzVj.POtU.kI3/tRu"], ["created_at", "2019-01-20 10:40:51.865481"], ["updated_at", "2019-01-20 10:40:51.865481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Commodi maxime itaque delectus."], ["body", "Voluptatem sapiente earum. Iusto corporis a. Et occaecati deserunt."], ["created_at", "2019-01-20 10:40:51.866577"], ["updated_at", "2019-01-20 10:40:51.866577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sarita@purdykuhlman.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sarita@purdykuhlman.name"], ["encrypted_password", "$2a$04$.bvfhQicSZ7HXQPs.yZbouQqZux5HzahxsxMgSKmvWHSFU.8fSatq"], ["created_at", "2019-01-20 10:40:51.869451"], ["updated_at", "2019-01-20 10:40:51.869451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Dolorem non in delectus."], ["body", "Sequi aut aut. Aut possimus modi. Illo molestiae est."], ["created_at", "2019-01-20 10:40:51.870740"], ["updated_at", "2019-01-20 10:40:51.870740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "luisaemmerich@smithamlowe.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "luisaemmerich@smithamlowe.net"], ["encrypted_password", "$2a$04$Du9A3vmmqZnGGU/RUZPG..SJebRy/y8gLg16Lqm4OL9ehZIPdAvM6"], ["created_at", "2019-01-20 10:40:51.873250"], ["updated_at", "2019-01-20 10:40:51.873250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Velit qui voluptatem ut."], ["body", "Nemo atque ut. Blanditiis id fugiat. Et ab nostrum."], ["created_at", "2019-01-20 10:40:51.874295"], ["updated_at", "2019-01-20 10:40:51.874295"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jamelvonrueden@wilkinson.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jamelvonrueden@wilkinson.name"], ["encrypted_password", "$2a$04$R2dv50ZgDx6afzpcBiXLtOM89UxwJggRur.F.Ob80Cn8Tf3iXhH3S"], ["created_at", "2019-01-20 10:40:51.876837"], ["updated_at", "2019-01-20 10:40:51.876837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Impedit debitis unde voluptate."], ["body", "Facilis doloremque a. Exercitationem quaerat sequi. Ut laboriosam vitae."], ["created_at", "2019-01-20 10:40:51.877949"], ["updated_at", "2019-01-20 10:40:51.877949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Gerardoville 17"], ["created_at", "2019-01-20 10:40:51.879498"], ["updated_at", "2019-01-20 10:40:51.879498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south gerardoville 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mellia@nicolatroman.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mellia@nicolatroman.co"], ["encrypted_password", "$2a$04$jrRdxCasGEXboIi.m1B0qeCe4eKpRiCqfDENyR5fkzvQJI1mNyGr6"], ["created_at", "2019-01-20 10:40:51.885149"], ["updated_at", "2019-01-20 10:40:51.885149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_21"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_21"], ["name", "teacher 21"], ["description", "teacher 21"], ["created_at", "2019-01-20 10:40:51.887153"], ["updated_at", "2019-01-20 10:40:51.887153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:40:51.889330"], ["updated_at", "2019-01-20 10:40:51.889330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Justin 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Justin 19"], ["created_at", "2019-01-20 10:40:51.890570"], ["updated_at", "2019-01-20 10:40:51.890570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Charis 20"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Charis 20"], ["created_at", "2019-01-20 10:40:51.891628"], ["updated_at", "2019-01-20 10:40:51.891628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "yellow 19"], ["created_at", "2019-01-20 10:40:51.893053"], ["updated_at", "2019-01-20 10:40:51.893053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 20"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "gold 20"], ["created_at", "2019-01-20 10:40:51.894363"], ["updated_at", "2019-01-20 10:40:51.894363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "conchitadonnelly@jacobson.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "conchitadonnelly@jacobson.info"], ["encrypted_password", "$2a$04$CRSKf2LV5WmndxlbKMCYRusip1/9p4KybnE7/6Eqko/V8USqhEFS."], ["created_at", "2019-01-20 10:40:51.896879"], ["updated_at", "2019-01-20 10:40:51.896879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Optio nam ipsum quae."], ["body", "Dolores amet aut. Sint nihil provident. Deserunt dolor sapiente."], ["created_at", "2019-01-20 10:40:51.897976"], ["updated_at", "2019-01-20 10:40:51.897976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hugh@mann.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hugh@mann.co"], ["encrypted_password", "$2a$04$sUYweeFBVabtR2DxRbvKbuG166rD3i5.sCxH7Gf9sW/5/E5k2f3cO"], ["created_at", "2019-01-20 10:40:51.900444"], ["updated_at", "2019-01-20 10:40:51.900444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Aut voluptas et minus."], ["body", "Ut voluptas et. Eum perspiciatis est. Occaecati ab soluta."], ["created_at", "2019-01-20 10:40:51.901521"], ["updated_at", "2019-01-20 10:40:51.901521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "peter@spinkapaucek.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "peter@spinkapaucek.io"], ["encrypted_password", "$2a$04$I4FVsg9bcM3loEiUS/TyJOm.st2t41UVAopsnX9msrdddTJylYNsi"], ["created_at", "2019-01-20 10:40:51.904041"], ["updated_at", "2019-01-20 10:40:51.904041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Quo in cumque velit."], ["body", "Aliquid numquam repellendus. Velit minus nisi. Hic in debitis."], ["created_at", "2019-01-20 10:40:51.905108"], ["updated_at", "2019-01-20 10:40:51.905108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "myron@oconnellgaylord.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "myron@oconnellgaylord.net"], ["encrypted_password", "$2a$04$u8nIX69VAcvKtI964Szq5.IPWTOWS.1X5f3mBRsol3hKUSHnh4H2C"], ["created_at", "2019-01-20 10:40:51.907469"], ["updated_at", "2019-01-20 10:40:51.907469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Saepe et alias magnam."], ["body", "Reprehenderit consequatur debitis. Ut perspiciatis consequatur. Voluptatum assumenda vel."], ["created_at", "2019-01-20 10:40:51.908604"], ["updated_at", "2019-01-20 10:40:51.908604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Justin 19"], ["created_at", "2019-01-20 10:40:51.910416"], ["updated_at", "2019-01-20 10:40:51.910416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "yellow 19"], ["created_at", "2019-01-20 10:40:51.911889"], ["updated_at", "2019-01-20 10:40:51.911889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east justin 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'yellow 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcellus@volkman.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marcellus@volkman.net"], ["encrypted_password", "$2a$04$TxBza66MbUvSZOuFa.PxNuy6o12iJE4ud9Tr3hewsTSGSH7Zpmofe"], ["created_at", "2019-01-20 10:40:51.920247"], ["updated_at", "2019-01-20 10:40:51.920247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_22"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_22"], ["name", "astronomer 22"], ["description", "astronomer 22"], ["created_at", "2019-01-20 10:40:51.922267"], ["updated_at", "2019-01-20 10:40:51.922267"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:40:51.924371"], ["updated_at", "2019-01-20 10:40:51.924371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lyndabury 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lyndabury 21"], ["created_at", "2019-01-20 10:40:51.925616"], ["updated_at", "2019-01-20 10:40:51.925616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Abbyborough 22"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Abbyborough 22"], ["created_at", "2019-01-20 10:40:51.926657"], ["updated_at", "2019-01-20 10:40:51.926657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 21"], ["created_at", "2019-01-20 10:40:51.928056"], ["updated_at", "2019-01-20 10:40:51.928056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 22"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "teal 22"], ["created_at", "2019-01-20 10:40:51.929339"], ["updated_at", "2019-01-20 10:40:51.929339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lesadams@stroman.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lesadams@stroman.org"], ["encrypted_password", "$2a$04$ULtL3Uxpke7zirjKVJcyZ.Lua528c9GlZkXtJKg87pJ4zLRUgPkPK"], ["created_at", "2019-01-20 10:40:51.932022"], ["updated_at", "2019-01-20 10:40:51.932022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Enim voluptatibus occaecati et."], ["body", "Molestiae quas quod. Quae rerum rem. Recusandae illum tempora."], ["created_at", "2019-01-20 10:40:51.933427"], ["updated_at", "2019-01-20 10:40:51.933427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fabian@kozeyprosacco.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "fabian@kozeyprosacco.co"], ["encrypted_password", "$2a$04$by7.72N1tW9W8oRZbzlJWOgx8OL52KVaIArWc..LbvVGHRS6cVA2G"], ["created_at", "2019-01-20 10:40:51.936042"], ["updated_at", "2019-01-20 10:40:51.936042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Molestiae nam temporibus fugiat."], ["body", "Sunt rerum inventore. Porro ipsam explicabo. Iste ipsam voluptatem."], ["created_at", "2019-01-20 10:40:51.937033"], ["updated_at", "2019-01-20 10:40:51.937033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ernesto@lakin.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ernesto@lakin.biz"], ["encrypted_password", "$2a$04$o3rwFDhx/LolT1G0x3nEP.nPEdzounTWk08AoHM/tXnnGcAK3vXOy"], ["created_at", "2019-01-20 10:40:51.939316"], ["updated_at", "2019-01-20 10:40:51.939316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Quae sit culpa veniam."], ["body", "Facere occaecati autem. Pariatur nihil non. Incidunt corporis id."], ["created_at", "2019-01-20 10:40:51.940305"], ["updated_at", "2019-01-20 10:40:51.940305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stephenwuckert@mosciskischultz.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "stephenwuckert@mosciskischultz.com"], ["encrypted_password", "$2a$04$DjxiY0Gg5ft4Te.Broq26ef4WBPtYCou84zXJaE3iJD0h6YXbzv7O"], ["created_at", "2019-01-20 10:40:51.942662"], ["updated_at", "2019-01-20 10:40:51.942662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Et rerum dolor praesentium."], ["body", "Soluta a consectetur. Voluptas quae est. Molestiae aliquam sed."], ["created_at", "2019-01-20 10:40:51.943644"], ["updated_at", "2019-01-20 10:40:51.943644"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lyndabury 21"], ["created_at", "2019-01-20 10:40:51.945202"], ["updated_at", "2019-01-20 10:40:51.945202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "white 21"], ["created_at", "2019-01-20 10:40:51.946796"], ["updated_at", "2019-01-20 10:40:51.946796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lyndabury 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'white 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lyndabury 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'white 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lyndabury 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'white 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kristopher@koepp.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kristopher@koepp.biz"], ["encrypted_password", "$2a$04$JxTwlNwqI2wM9W6O/hcEaeyE8VKdP4dO8FL61JCOmDRk.7/Elti0W"], ["created_at", "2019-01-20 10:40:51.958595"], ["updated_at", "2019-01-20 10:40:51.958595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shanika@pagacokeefe.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shanika@pagacokeefe.biz"], ["encrypted_password", "$2a$04$.Ml5pUyARrT.TZOu204MBuz4atTg4aHYmkPxeM6P5Id76BUiPjERi"], ["created_at", "2019-01-20 10:40:51.961396"], ["updated_at", "2019-01-20 10:40:51.961396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "salmon 23"], ["created_at", "2019-01-20 10:40:51.962799"], ["updated_at", "2019-01-20 10:40:51.962799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Dennis 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Dennis 23"], ["created_at", "2019-01-20 10:40:51.964005"], ["updated_at", "2019-01-20 10:40:51.964005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Doloribus ad enim itaque."], ["body", "Reiciendis recusandae non. Deserunt dolore nemo. Quia cumque aliquid."], ["created_at", "2019-01-20 10:40:51.964985"], ["updated_at", "2019-01-20 10:40:51.964985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "terencekeler@green.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "terencekeler@green.biz"], ["encrypted_password", "$2a$04$DeYpQajTmFg6t7D0hRjZ1Otjjkcp4fRaGX/sGaeQzTvRYake2ONSq"], ["created_at", "2019-01-20 10:40:51.970580"], ["updated_at", "2019-01-20 10:40:51.970580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_23"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_23"], ["name", "chemist 23"], ["description", "chemist 23"], ["created_at", "2019-01-20 10:40:51.972496"], ["updated_at", "2019-01-20 10:40:51.972496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_24"], ["name", "agriculturist 24"], ["description", "agriculturist 24"], ["created_at", "2019-01-20 10:40:51.973960"], ["updated_at", "2019-01-20 10:40:51.973960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:40:51.975823"], ["updated_at", "2019-01-20 10:40:51.975823"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:40:51.976985"], ["updated_at", "2019-01-20 10:40:51.976985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Brentbury 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Brentbury 24"], ["created_at", "2019-01-20 10:40:51.978259"], ["updated_at", "2019-01-20 10:40:51.978259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Doug 25"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Doug 25"], ["created_at", "2019-01-20 10:40:51.979372"], ["updated_at", "2019-01-20 10:40:51.979372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "silver 24"], ["created_at", "2019-01-20 10:40:51.980651"], ["updated_at", "2019-01-20 10:40:51.980651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 25"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "lime 25"], ["created_at", "2019-01-20 10:40:51.981874"], ["updated_at", "2019-01-20 10:40:51.981874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "robpfeffer@medhurstosinski.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "robpfeffer@medhurstosinski.org"], ["encrypted_password", "$2a$04$F4F6P.sz6OcwOQce4SKK/eQlwoQ6DyAIf4XeKC3rJhK41B2xDrz1O"], ["created_at", "2019-01-20 10:40:51.984204"], ["updated_at", "2019-01-20 10:40:51.984204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Suscipit qui praesentium aliquam."], ["body", "Quas sunt ullam. Quasi autem non. Minima ut aut."], ["created_at", "2019-01-20 10:40:51.985270"], ["updated_at", "2019-01-20 10:40:51.985270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeanene@carroll.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jeanene@carroll.io"], ["encrypted_password", "$2a$04$ExWQK1pLC5.ijLO2lGsJ8.OuIHDFykpngzv8iuzwJGFyHYZoorUlC"], ["created_at", "2019-01-20 10:40:51.987782"], ["updated_at", "2019-01-20 10:40:51.987782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Repellat sunt autem optio."], ["body", "Ea neque rerum. Et nostrum repellat. Quam provident ut."], ["created_at", "2019-01-20 10:40:51.988815"], ["updated_at", "2019-01-20 10:40:51.988815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kumlarson@stokesdeckow.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kumlarson@stokesdeckow.net"], ["encrypted_password", "$2a$04$ORqXd0N5.BjIIfogugVlneRolb2qG17JBf4Avbl7FIzZnEdYLZYq2"], ["created_at", "2019-01-20 10:40:51.991150"], ["updated_at", "2019-01-20 10:40:51.991150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Culpa nisi illum aliquid."], ["body", "Quisquam sed architecto. Voluptatibus voluptatum quasi. Illum beatae optio."], ["created_at", "2019-01-20 10:40:51.992099"], ["updated_at", "2019-01-20 10:40:51.992099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "theron@sawayn.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "theron@sawayn.biz"], ["encrypted_password", "$2a$04$UGqoPpqSnb89mQKUju8idOEa19PpxjuTQU3b6i.bq/dAaQTVt1SS2"], ["created_at", "2019-01-20 10:40:51.994431"], ["updated_at", "2019-01-20 10:40:51.994431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Ea atque distinctio iusto."], ["body", "Voluptas molestias ut. Dicta autem sed. Hic ducimus ut."], ["created_at", "2019-01-20 10:40:51.995429"], ["updated_at", "2019-01-20 10:40:51.995429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Brentbury 24"], ["created_at", "2019-01-20 10:40:51.996948"], ["updated_at", "2019-01-20 10:40:51.996948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "silver 24"], ["created_at", "2019-01-20 10:40:51.998397"], ["updated_at", "2019-01-20 10:40:51.998397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "New Doug 25"], ["created_at", "2019-01-20 10:40:51.999693"], ["updated_at", "2019-01-20 10:40:51.999693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "lime 25"], ["created_at", "2019-01-20 10:40:52.001021"], ["updated_at", "2019-01-20 10:40:52.001021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'brentbury 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'silver 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new doug 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lime 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kennaspinka@becker.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kennaspinka@becker.org"], ["encrypted_password", "$2a$04$TujZ5Fh2HdGDRuOdKkK93OKtpCl/c/xDWG/Q6VYNWQUtnifbzXdT."], ["created_at", "2019-01-20 10:40:52.010209"], ["updated_at", "2019-01-20 10:40:52.010209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_25"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_25"], ["name", "architect 25"], ["description", "architect 25"], ["created_at", "2019-01-20 10:40:52.012288"], ["updated_at", "2019-01-20 10:40:52.012288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_26"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_26"], ["name", "agriculturist 26"], ["description", "agriculturist 26"], ["created_at", "2019-01-20 10:40:52.013740"], ["updated_at", "2019-01-20 10:40:52.013740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:40:52.015596"], ["updated_at", "2019-01-20 10:40:52.015596"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:40:52.016739"], ["updated_at", "2019-01-20 10:40:52.016739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Johnsmouth 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Johnsmouth 26"], ["created_at", "2019-01-20 10:40:52.017889"], ["updated_at", "2019-01-20 10:40:52.017889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Antoniobury 27"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Antoniobury 27"], ["created_at", "2019-01-20 10:40:52.019021"], ["updated_at", "2019-01-20 10:40:52.019021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "olive 26"], ["created_at", "2019-01-20 10:40:52.020318"], ["updated_at", "2019-01-20 10:40:52.020318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 27"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "olive 27"], ["created_at", "2019-01-20 10:40:52.021546"], ["updated_at", "2019-01-20 10:40:52.021546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jenifferernser@bednar.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jenifferernser@bednar.name"], ["encrypted_password", "$2a$04$mqgPxPdU.EnY0Df2I1hcreFcX5fGWyeNUbPQ8VV8ljv4mM5c.qUmK"], ["created_at", "2019-01-20 10:40:52.023910"], ["updated_at", "2019-01-20 10:40:52.023910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Nemo in ut quod."], ["body", "Omnis dignissimos hic. Ad ut doloremque. Vel recusandae est."], ["created_at", "2019-01-20 10:40:52.024955"], ["updated_at", "2019-01-20 10:40:52.024955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tammeramurazik@dareokon.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tammeramurazik@dareokon.com"], ["encrypted_password", "$2a$04$drE717/E0/BzjAeeGqzTHu5whecArNYc5IGBFP3pdW/tbRsOy2Iv6"], ["created_at", "2019-01-20 10:40:52.027471"], ["updated_at", "2019-01-20 10:40:52.027471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Explicabo accusamus consequatur quasi."], ["body", "Aut quasi eius. Laborum ut quisquam. Similique culpa nesciunt."], ["created_at", "2019-01-20 10:40:52.028512"], ["updated_at", "2019-01-20 10:40:52.028512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brandy@adams.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "brandy@adams.name"], ["encrypted_password", "$2a$04$jQ0aNfINRJJyJ8C/QjWmEuUC5nN.yyBf/rCdGBhWLx5A9wlG6ausS"], ["created_at", "2019-01-20 10:40:52.030950"], ["updated_at", "2019-01-20 10:40:52.030950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "At sunt sint veniam."], ["body", "Nihil nemo non. Veritatis voluptatem ipsam. Nulla ut et."], ["created_at", "2019-01-20 10:40:52.031964"], ["updated_at", "2019-01-20 10:40:52.031964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "justinepaucek@harvey.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "justinepaucek@harvey.info"], ["encrypted_password", "$2a$04$ru8QE5L77JiuvKe6U/6iFuduWPv4wH5.cd/Y59QFnU1U10wys3Ynq"], ["created_at", "2019-01-20 10:40:52.034393"], ["updated_at", "2019-01-20 10:40:52.034393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Inventore vero rem itaque."], ["body", "Deserunt et qui. Assumenda officiis aspernatur. Ea occaecati nostrum."], ["created_at", "2019-01-20 10:40:52.035434"], ["updated_at", "2019-01-20 10:40:52.035434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Johnsmouth 26"], ["created_at", "2019-01-20 10:40:52.036951"], ["updated_at", "2019-01-20 10:40:52.036951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "olive 26"], ["created_at", "2019-01-20 10:40:52.038425"], ["updated_at", "2019-01-20 10:40:52.038425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Antoniobury 27"], ["created_at", "2019-01-20 10:40:52.039747"], ["updated_at", "2019-01-20 10:40:52.039747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "olive 27"], ["created_at", "2019-01-20 10:40:52.041076"], ["updated_at", "2019-01-20 10:40:52.041076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'johnsmouth 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'olive 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'antoniobury 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'olive 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'johnsmouth 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'olive 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'antoniobury 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'olive 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leandrobuckridge@hyatt.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leandrobuckridge@hyatt.net"], ["encrypted_password", "$2a$04$Fsl87q/tAitzAdcxkUMk2.GFuleMobRrKNeoYIlYPwq1QWlEeX8KK"], ["created_at", "2019-01-20 10:40:52.054673"], ["updated_at", "2019-01-20 10:40:52.054673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_27"], ["name", "programmer 27"], ["description", "programmer 27"], ["created_at", "2019-01-20 10:40:52.056585"], ["updated_at", "2019-01-20 10:40:52.056585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_28"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_28"], ["name", "musician 28"], ["description", "musician 28"], ["created_at", "2019-01-20 10:40:52.058038"], ["updated_at", "2019-01-20 10:40:52.058038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:40:52.059811"], ["updated_at", "2019-01-20 10:40:52.059811"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-20 10:40:52.061097"], ["updated_at", "2019-01-20 10:40:52.061097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Winfred 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Winfred 28"], ["created_at", "2019-01-20 10:40:52.062305"], ["updated_at", "2019-01-20 10:40:52.062305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Summer 29"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Summer 29"], ["created_at", "2019-01-20 10:40:52.063390"], ["updated_at", "2019-01-20 10:40:52.063390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "red 28"], ["created_at", "2019-01-20 10:40:52.064729"], ["updated_at", "2019-01-20 10:40:52.064729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 29"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "black 29"], ["created_at", "2019-01-20 10:40:52.065925"], ["updated_at", "2019-01-20 10:40:52.065925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "isaac@kulas.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "isaac@kulas.org"], ["encrypted_password", "$2a$04$.A2TyjVgeGQDOJmhe6zwte2H63e68b9enp/w1ueZTRvb.jizNARYm"], ["created_at", "2019-01-20 10:40:52.068354"], ["updated_at", "2019-01-20 10:40:52.068354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Necessitatibus dignissimos nemo et."], ["body", "Sunt dolores provident. Aut ab aperiam. Asperiores non rerum."], ["created_at", "2019-01-20 10:40:52.069453"], ["updated_at", "2019-01-20 10:40:52.069453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sheryl@abernathy.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sheryl@abernathy.io"], ["encrypted_password", "$2a$04$7vhtUHMhHY3n66VhMBc95.wk1fY4vzIbNb3NMlHBU0aH.Y7Sb1V1i"], ["created_at", "2019-01-20 10:40:52.072013"], ["updated_at", "2019-01-20 10:40:52.072013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Ipsum numquam est at."], ["body", "Rerum eveniet aut. Possimus labore nemo. Vel veritatis quae."], ["created_at", "2019-01-20 10:40:52.073074"], ["updated_at", "2019-01-20 10:40:52.073074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dionneboyle@altenwerthnikolaus.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dionneboyle@altenwerthnikolaus.io"], ["encrypted_password", "$2a$04$WFZQkKWpKsBXZC/fZVYLneXoF1mem5wZFIIeyJ9KadneLgF8O0q7G"], ["created_at", "2019-01-20 10:40:52.075492"], ["updated_at", "2019-01-20 10:40:52.075492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Iure nesciunt quaerat necessitatibus."], ["body", "Et quos et. Id aut fuga. Porro perferendis dolorem."], ["created_at", "2019-01-20 10:40:52.076549"], ["updated_at", "2019-01-20 10:40:52.076549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "otis@pagaccruickshank.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "otis@pagaccruickshank.net"], ["encrypted_password", "$2a$04$bnW7ObsOTiodo7hFU3HWq.QtSipMeg9azan7ouljWNntaOeVtYk8W"], ["created_at", "2019-01-20 10:40:52.079078"], ["updated_at", "2019-01-20 10:40:52.079078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Amet iusto est occaecati."], ["body", "Ex assumenda nisi. Aperiam nam pariatur. Dicta deserunt eos."], ["created_at", "2019-01-20 10:40:52.080277"], ["updated_at", "2019-01-20 10:40:52.080277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Winfred 28"], ["created_at", "2019-01-20 10:40:52.081856"], ["updated_at", "2019-01-20 10:40:52.081856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "red 28"], ["created_at", "2019-01-20 10:40:52.083310"], ["updated_at", "2019-01-20 10:40:52.083310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-20 10:40:52.084641"], ["updated_at", "2019-01-20 10:40:52.084641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "black 29"], ["created_at", "2019-01-20 10:40:52.085959"], ["updated_at", "2019-01-20 10:40:52.085959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south winfred 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'red 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'black 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/sessions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "devise/sessions"], ["action", "new"], ["created_at", "2019-01-20 10:40:52.109868"], ["updated_at", "2019-01-20 10:40:52.109868"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "designer_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "designer 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_3"], ["name", "designer 3"], ["description", "designer 3"], ["created_at", "2019-01-20 10:40:52.112917"], ["updated_at", "2019-01-20 10:40:52.112917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-20 10:40:52.114641"], ["updated_at", "2019-01-20 10:40:52.114641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 10:40:52.138077"], ["updated_at", "2019-01-20 10:40:52.138077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 10:40:52.139244"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 10:40:52.150369"], ["updated_at", "2019-01-20 10:40:52.150369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 10:40:52.151540"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-20 10:40:52.171286"], ["updated_at", "2019-01-20 10:40:52.171286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 10:40:52.200467"], ["updated_at", "2019-01-20 10:40:52.200467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-20 10:40:52.201775"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "judge_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "judge 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_4"], ["name", "judge 4"], ["description", "judge 4"], ["created_at", "2019-01-20 10:40:52.305046"], ["updated_at", "2019-01-20 10:40:52.305046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_29"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 29"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_29"], ["name", "teacher 29"], ["description", "teacher 29"], ["created_at", "2019-01-20 10:40:52.307052"], ["updated_at", "2019-01-20 10:40:52.307052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-20 10:40:52.308607"], ["updated_at", "2019-01-20 10:40:52.308607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "firefighter_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "firefighter 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_5"], ["name", "firefighter 5"], ["description", "firefighter 5"], ["created_at", "2019-01-20 10:40:52.322541"], ["updated_at", "2019-01-20 10:40:52.322541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 30"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_30"], ["name", "actor 30"], ["description", "actor 30"], ["created_at", "2019-01-20 10:40:52.325326"], ["updated_at", "2019-01-20 10:40:52.325326"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-20 10:40:52.327700"], ["updated_at", "2019-01-20 10:40:52.327700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 10:40:52.354316"], ["updated_at", "2019-01-20 10:40:52.354316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-20 10:40:52.355658"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-20 10:40:52.367167"], ["updated_at", "2019-01-20 10:40:52.367167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-20 10:40:52.368328"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-20 10:40:52.388712"], ["updated_at", "2019-01-20 10:40:52.388712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 31"], ["LIMIT", 1]] Authz::Role Create (0.9ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_31"], ["name", "firefighter 31"], ["description", "firefighter 31"], ["created_at", "2019-01-20 10:40:52.420237"], ["updated_at", "2019-01-20 10:40:52.420237"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.3ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-20 10:40:52.423662"], ["updated_at", "2019-01-20 10:40:52.423662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.5ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-20 10:40:52.536272"], ["updated_at", "2019-01-20 10:40:52.536272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-20 10:40:52.538968"], ["updated_at", "2019-01-20 10:40:52.538968"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:40:52.544460"], ["updated_at", "2019-01-20 10:40:52.544460"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:40:52.546442"], ["updated_at", "2019-01-20 10:40:52.546442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 10:40:52.548407"], ["updated_at", "2019-01-20 10:40:52.548407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "frankschultz@mante.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "frankschultz@mante.biz"], ["encrypted_password", "$2a$04$LY9B7cCRv8j0X2CPQOsFKeAeycB0odFE0pNon94Z77CgiwJ1mrI8O"], ["created_at", "2019-01-20 10:40:52.551973"], ["updated_at", "2019-01-20 10:40:52.551973"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.5ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Excepturi ullam consequuntur non."], ["body", "Nihil ut totam. Magni corporis quam. Non qui doloribus."], ["created_at", "2019-01-20 10:40:52.554116"], ["updated_at", "2019-01-20 10:40:52.554116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "versie@pfeffer.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "versie@pfeffer.biz"], ["encrypted_password", "$2a$04$qRTUF.RMFJEdy/yNbt86pOwScxvnC8lWDNIXSjQf2d9ELHhzLREhe"], ["created_at", "2019-01-20 10:40:52.558126"], ["updated_at", "2019-01-20 10:40:52.558126"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Libero nobis officia velit."], ["body", "Facere est autem. Magni reprehenderit est. Ut voluptatem vel."], ["created_at", "2019-01-20 10:40:52.559995"], ["updated_at", "2019-01-20 10:40:52.559995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:40:52.565004"], ["updated_at", "2019-01-20 10:40:52.565004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:40:52.566859"], ["updated_at", "2019-01-20 10:40:52.566859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 10:40:52.568534"], ["updated_at", "2019-01-20 10:40:52.568534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "othagreenholt@balistreri.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "othagreenholt@balistreri.io"], ["encrypted_password", "$2a$04$33LTViBOs.36lYFKL2YhGeUGcM/ruRNq8waZb1kEJUUPlEnYHPGFu"], ["created_at", "2019-01-20 10:40:52.572012"], ["updated_at", "2019-01-20 10:40:52.572012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.3ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Id doloremque mollitia aut."], ["body", "Voluptatem et ea. Dicta et nihil. Enim modi molestiae."], ["created_at", "2019-01-20 10:40:52.573889"], ["updated_at", "2019-01-20 10:40:52.573889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adriene@hermiston.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "adriene@hermiston.org"], ["encrypted_password", "$2a$04$qNKfUwP3ZwFnuboE5qEhk.7TrWM77xQEOSuqtkJuZnYY/jrIP7Z/y"], ["created_at", "2019-01-20 10:40:52.577215"], ["updated_at", "2019-01-20 10:40:52.577215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Quae autem voluptas est."], ["body", "Sapiente quia velit. Error nihil eum. Quidem cupiditate aliquid."], ["created_at", "2019-01-20 10:40:52.578517"], ["updated_at", "2019-01-20 10:40:52.578517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:40:52.581860"], ["updated_at", "2019-01-20 10:40:52.581860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:40:52.583802"], ["updated_at", "2019-01-20 10:40:52.583802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 10:40:52.585620"], ["updated_at", "2019-01-20 10:40:52.585620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eviehaley@glover.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eviehaley@glover.org"], ["encrypted_password", "$2a$04$MDWwBnr254DAu.KYfjhhCuh87kbIIEx3OQ1mWCQAvM4UscYl9SCwK"], ["created_at", "2019-01-20 10:40:52.588531"], ["updated_at", "2019-01-20 10:40:52.588531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Qui iusto quaerat accusamus."], ["body", "Quidem itaque aliquid. Praesentium culpa alias. Assumenda velit reiciendis."], ["created_at", "2019-01-20 10:40:52.589810"], ["updated_at", "2019-01-20 10:40:52.589810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "seymour@cronaauer.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "seymour@cronaauer.name"], ["encrypted_password", "$2a$04$9k33IaOq/CsW.EZR7m2vkOnMZ9S931/fdcqRvDrJC4V0ba.hzGFE."], ["created_at", "2019-01-20 10:40:52.592598"], ["updated_at", "2019-01-20 10:40:52.592598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Voluptatibus unde aliquid quia."], ["body", "Modi fuga consequatur. Assumenda quaerat et. Quis quo aut."], ["created_at", "2019-01-20 10:40:52.593770"], ["updated_at", "2019-01-20 10:40:52.593770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:40:52.597477"], ["updated_at", "2019-01-20 10:40:52.597477"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:40:52.599134"], ["updated_at", "2019-01-20 10:40:52.599134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-20 10:40:52.600565"], ["updated_at", "2019-01-20 10:40:52.600565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kraig@larson.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kraig@larson.io"], ["encrypted_password", "$2a$04$IYO3Mm37cOosJET1W4slmOO6Tsck8Q1ta5CwvfrshKXdKZCsy29Oq"], ["created_at", "2019-01-20 10:40:52.603406"], ["updated_at", "2019-01-20 10:40:52.603406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Suscipit odit praesentium vel."], ["body", "Aspernatur in dolorem. Reprehenderit ut cum. Quia corrupti porro."], ["created_at", "2019-01-20 10:40:52.604688"], ["updated_at", "2019-01-20 10:40:52.604688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "charisbartell@parkerhahn.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "charisbartell@parkerhahn.io"], ["encrypted_password", "$2a$04$uBe5JO3s4vtzQgAcNheEU.9MCB1TUYQ7Gb0a0aehgi/3KAaT/mY96"], ["created_at", "2019-01-20 10:40:52.607446"], ["updated_at", "2019-01-20 10:40:52.607446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Dignissimos nulla quia ad."], ["body", "Exercitationem eum dicta. Debitis veritatis tempora. Voluptatem provident enim."], ["created_at", "2019-01-20 10:40:52.608499"], ["updated_at", "2019-01-20 10:40:52.608499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "regenamertz@jaskolskilesch.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "regenamertz@jaskolskilesch.net"], ["encrypted_password", "$2a$04$Gqb9aHLUUfd.dpq7Ztw/F.yoN47v9X3R6GYSbR.Th/tVsY3LeUJ6y"], ["created_at", "2019-01-20 10:40:52.611208"], ["updated_at", "2019-01-20 10:40:52.611208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Sed perferendis et asperiores."], ["body", "Blanditiis quos cum. Tempore necessitatibus nihil. Omnis praesentium ipsam."], ["created_at", "2019-01-20 10:40:52.612313"], ["updated_at", "2019-01-20 10:40:52.612313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:40:52.620139"], ["updated_at", "2019-01-20 10:40:52.620139"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:40:52.621831"], ["updated_at", "2019-01-20 10:40:52.621831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 10:40:52.623275"], ["updated_at", "2019-01-20 10:40:52.623275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 10:40:52.625085"], ["updated_at", "2019-01-20 10:40:52.625085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "michell@gibson.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "michell@gibson.info"], ["encrypted_password", "$2a$04$uLYrIA2GFpVSlWhG.Ag1oO7e4JiQ5QVBBWuEU6vyxN8OOk9dT77.K"], ["created_at", "2019-01-20 10:40:52.627779"], ["updated_at", "2019-01-20 10:40:52.627779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Corporis nobis itaque ex."], ["body", "Aperiam quisquam sunt. Sint et aut. Voluptatem eum fuga."], ["created_at", "2019-01-20 10:40:52.628935"], ["updated_at", "2019-01-20 10:40:52.628935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "micah@stanton.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "micah@stanton.io"], ["encrypted_password", "$2a$04$gueUZgqWCVyrT3Zjm61REuztCoVTTukxbFoGixNeeMOt02hpThpQa"], ["created_at", "2019-01-20 10:40:52.631395"], ["updated_at", "2019-01-20 10:40:52.631395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Sint aliquid labore esse."], ["body", "Ut ab cumque. Sint et nam. Hic est eos."], ["created_at", "2019-01-20 10:40:52.632400"], ["updated_at", "2019-01-20 10:40:52.632400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vickiedicki@farrell.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vickiedicki@farrell.net"], ["encrypted_password", "$2a$04$IIdpY6weCCyMlV0GO/wZtu428/QK4MiSbsACB1BPDYsE00IvI2u7a"], ["created_at", "2019-01-20 10:40:52.634892"], ["updated_at", "2019-01-20 10:40:52.634892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Omnis incidunt quia repellat."], ["body", "Hic sapiente nesciunt. Quia ab sapiente. Perspiciatis et aut."], ["created_at", "2019-01-20 10:40:52.635948"], ["updated_at", "2019-01-20 10:40:52.635948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tanja@trompparker.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tanja@trompparker.com"], ["encrypted_password", "$2a$04$FrS1567Lqj3.s67bCmUwYOyzdzswnL.mpBWufnpdA/H5Xqti7QoXq"], ["created_at", "2019-01-20 10:40:52.638578"], ["updated_at", "2019-01-20 10:40:52.638578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Quam debitis sit exercitationem."], ["body", "Eligendi explicabo rerum. Nostrum aut dolor. Quia corrupti repudiandae."], ["created_at", "2019-01-20 10:40:52.639595"], ["updated_at", "2019-01-20 10:40:52.639595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:40:52.644105"], ["updated_at", "2019-01-20 10:40:52.644105"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:40:52.645807"], ["updated_at", "2019-01-20 10:40:52.645807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 10:40:52.647251"], ["updated_at", "2019-01-20 10:40:52.647251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-20 10:40:52.648555"], ["updated_at", "2019-01-20 10:40:52.648555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arliekirlin@klocko.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "arliekirlin@klocko.org"], ["encrypted_password", "$2a$04$Pmftxhf9CVZWasOZOdCezu28im020XS/kV9O4KNb3L6crTOBewWyq"], ["created_at", "2019-01-20 10:40:52.651046"], ["updated_at", "2019-01-20 10:40:52.651046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Facilis non et similique."], ["body", "Tenetur numquam provident. Vel exercitationem excepturi. Sed atque repudiandae."], ["created_at", "2019-01-20 10:40:52.652376"], ["updated_at", "2019-01-20 10:40:52.652376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Cleora 30"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Cleora 30"], ["created_at", "2019-01-20 10:40:52.655492"], ["updated_at", "2019-01-20 10:40:52.655492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Rudyfurt 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Rudyfurt 31"], ["created_at", "2019-01-20 10:40:52.657314"], ["updated_at", "2019-01-20 10:40:52.657314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Miaville 32"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Miaville 32"], ["created_at", "2019-01-20 10:40:52.658649"], ["updated_at", "2019-01-20 10:40:52.658649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Laborum sit modi saepe."], ["created_at", "2019-01-20 10:40:52.664581"], ["updated_at", "2019-01-20 10:40:52.664581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 10:40:52.673948"], ["updated_at", "2019-01-20 10:40:52.673948"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 10:40:52.675280"], ["updated_at", "2019-01-20 10:40:52.675280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:40:52.678899"], ["updated_at", "2019-01-20 10:40:52.678899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-20 10:40:52.680916"], ["updated_at", "2019-01-20 10:40:52.680916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cortezhahn@stammwalter.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cortezhahn@stammwalter.net"], ["encrypted_password", "$2a$04$GcGRF5n8.diIaqYL/ZiyOuDgD.TelVOBLzp5ZjN2.9Y9uuFReoi.G"], ["created_at", "2019-01-20 10:40:52.683603"], ["updated_at", "2019-01-20 10:40:52.683603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Qui voluptas ab officiis."], ["body", "Numquam perspiciatis quos. Eligendi dolorum ad. Adipisci est corporis."], ["created_at", "2019-01-20 10:40:52.684884"], ["updated_at", "2019-01-20 10:40:52.684884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Announcement Create (0.3ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Nam voluptatem dolor quos."], ["created_at", "2019-01-20 10:40:52.690880"], ["updated_at", "2019-01-20 10:40:52.690880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "twanna@murazikbreitenberg.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "twanna@murazikbreitenberg.com"], ["encrypted_password", "$2a$04$0YwMDVcNhRzpmivIQaLtPulD2ckeBqSO/sf6/uChZp8qPlksbjv1u"], ["created_at", "2019-01-20 10:40:52.696585"], ["updated_at", "2019-01-20 10:40:52.696585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 30"], ["created_at", "2019-01-20 10:40:52.698430"], ["updated_at", "2019-01-20 10:40:52.698430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Mellisachester 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Mellisachester 33"], ["created_at", "2019-01-20 10:40:52.699677"], ["updated_at", "2019-01-20 10:40:52.699677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ratione a et eum."], ["body", "Non nostrum temporibus. Qui et similique. Quas dicta ad."], ["created_at", "2019-01-20 10:40:52.700667"], ["updated_at", "2019-01-20 10:40:52.700667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ankundingside 34"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ankundingside 34"], ["created_at", "2019-01-20 10:40:52.703940"], ["updated_at", "2019-01-20 10:40:52.703940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Trinidadhaven 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Trinidadhaven 35"], ["created_at", "2019-01-20 10:40:52.705277"], ["updated_at", "2019-01-20 10:40:52.705277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:40:52.708704"], ["updated_at", "2019-01-20 10:40:52.708704"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:40:52.710430"], ["updated_at", "2019-01-20 10:40:52.710430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rozellaskiles@priceanderson.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rozellaskiles@priceanderson.co"], ["encrypted_password", "$2a$04$T9WjtcJUc/v3sgFd/sB3d.504b7fYNvPu6M5rbjP5B56S5y2eqxjO"], ["created_at", "2019-01-20 10:40:52.713531"], ["updated_at", "2019-01-20 10:40:52.713531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 31"], ["created_at", "2019-01-20 10:40:52.715212"], ["updated_at", "2019-01-20 10:40:52.715212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Architecto voluptatem iusto nihil."], ["body", "Consequatur dicta omnis. Expedita rerum ut. Et sapiente aperiam."], ["created_at", "2019-01-20 10:40:52.716270"], ["updated_at", "2019-01-20 10:40:52.716270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-20 10:40:52.719331"], ["updated_at", "2019-01-20 10:40:52.719331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-20 10:40:52.720936"], ["updated_at", "2019-01-20 10:40:52.720936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "susann@jacobi.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "susann@jacobi.org"], ["encrypted_password", "$2a$04$R15yaH9O0gN3nj6UE/7lMeRJpwuQZra9cuSPDPwLrxN2pXGJR8nEe"], ["created_at", "2019-01-20 10:40:52.723620"], ["updated_at", "2019-01-20 10:40:52.723620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 32"], ["created_at", "2019-01-20 10:40:52.725489"], ["updated_at", "2019-01-20 10:40:52.725489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Consequatur laboriosam et sit."], ["body", "Qui minima atque. Harum quaerat laborum. Aut fuga ipsa."], ["created_at", "2019-01-20 10:40:52.726574"], ["updated_at", "2019-01-20 10:40:52.726574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Shelba 36"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Shelba 36"], ["created_at", "2019-01-20 10:40:52.730162"], ["updated_at", "2019-01-20 10:40:52.730162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Omar 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Omar 37"], ["created_at", "2019-01-20 10:40:52.731843"], ["updated_at", "2019-01-20 10:40:52.731843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Clarissa 38"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Clarissa 38"], ["created_at", "2019-01-20 10:40:52.732908"], ["updated_at", "2019-01-20 10:40:52.732908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Laborum odio neque rerum."], ["created_at", "2019-01-20 10:40:52.733687"], ["updated_at", "2019-01-20 10:40:52.733687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 10:40:52.735209"], ["updated_at", "2019-01-20 10:40:52.735209"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 10:40:52.736021"], ["updated_at", "2019-01-20 10:40:52.736021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Stewart 39"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Stewart 39"], ["created_at", "2019-01-20 10:40:52.739376"], ["updated_at", "2019-01-20 10:40:52.739376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Williamsonfort 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Williamsonfort 40"], ["created_at", "2019-01-20 10:40:52.741141"], ["updated_at", "2019-01-20 10:40:52.741141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Debbiemouth 41"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Debbiemouth 41"], ["created_at", "2019-01-20 10:40:52.742372"], ["updated_at", "2019-01-20 10:40:52.742372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lyndontown 42"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lyndontown 42"], ["created_at", "2019-01-20 10:40:52.743408"], ["updated_at", "2019-01-20 10:40:52.743408"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Eos rerum sint possimus."], ["created_at", "2019-01-20 10:40:52.744235"], ["updated_at", "2019-01-20 10:40:52.744235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-20 10:40:52.745709"], ["updated_at", "2019-01-20 10:40:52.745709"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-20 10:40:52.746528"], ["updated_at", "2019-01-20 10:40:52.746528"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Delorsechester 43"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Delorsechester 43"], ["created_at", "2019-01-20 10:40:52.749918"], ["updated_at", "2019-01-20 10:40:52.749918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "demetriusfeeney@kreigerhansen.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "demetriusfeeney@kreigerhansen.biz"], ["encrypted_password", "$2a$04$Puidhkz.y5ZY5eDeudXPyOD/rZjIljI2AchYIwj8X7T6iyO4J.YY2"], ["created_at", "2019-01-20 10:40:52.753135"], ["updated_at", "2019-01-20 10:40:52.753135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "indigo 33"], ["created_at", "2019-01-20 10:40:52.754822"], ["updated_at", "2019-01-20 10:40:52.754822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Irvinshire 44"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Irvinshire 44"], ["created_at", "2019-01-20 10:40:52.756046"], ["updated_at", "2019-01-20 10:40:52.756046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Modi ducimus asperiores nihil."], ["body", "Recusandae ut libero. At voluptates voluptatem. Delectus mollitia quaerat."], ["created_at", "2019-01-20 10:40:52.757073"], ["updated_at", "2019-01-20 10:40:52.757073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Curtport 45"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Curtport 45"], ["created_at", "2019-01-20 10:40:52.760592"], ["updated_at", "2019-01-20 10:40:52.760592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dong@jerde.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dong@jerde.io"], ["encrypted_password", "$2a$04$b9hVotfS6w85bOf0OpJue.4PoFxcK2UBDV0NGPUmAysaL8k/jwrdu"], ["created_at", "2019-01-20 10:40:52.763790"], ["updated_at", "2019-01-20 10:40:52.763790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "violet 34"], ["created_at", "2019-01-20 10:40:52.765378"], ["updated_at", "2019-01-20 10:40:52.765378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Nitzschefort 46"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Nitzschefort 46"], ["created_at", "2019-01-20 10:40:52.766518"], ["updated_at", "2019-01-20 10:40:52.766518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Consequatur esse ut quaerat."], ["body", "Quibusdam delectus labore. Necessitatibus voluptate mollitia. Consequatur voluptatem blanditiis."], ["created_at", "2019-01-20 10:40:52.767445"], ["updated_at", "2019-01-20 10:40:52.767445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lloydtown 47"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lloydtown 47"], ["created_at", "2019-01-20 10:40:52.771216"], ["updated_at", "2019-01-20 10:40:52.771216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Randytown 49"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Randytown 49"], ["created_at", "2019-01-20 10:40:52.774527"], ["updated_at", "2019-01-20 10:40:52.774527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Edgar 51"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Edgar 51"], ["created_at", "2019-01-20 10:40:52.778724"], ["updated_at", "2019-01-20 10:40:52.778724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ed@durgan.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ed@durgan.info"], ["encrypted_password", "$2a$04$O4h.kprB2rzSFB3xXsw6WOuhR9ZYHOj27Wju3XMo5lvTMP0perlA6"], ["created_at", "2019-01-20 10:40:52.785981"], ["updated_at", "2019-01-20 10:40:52.785981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.6ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_1"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 1"], ["LIMIT", 1]] Authz::Role Create (0.8ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_1"], ["name", "teacher 1"], ["description", "teacher 1"], ["created_at", "2019-01-21 09:34:47.555479"], ["updated_at", "2019-01-21 09:34:47.555479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_2"], ["name", "agriculturist 2"], ["description", "agriculturist 2"], ["created_at", "2019-01-21 09:34:47.558063"], ["updated_at", "2019-01-21 09:34:47.558063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eleonoredavis@collierward.co"], ["LIMIT", 1]] User Create (1.0ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eleonoredavis@collierward.co"], ["encrypted_password", "$2a$04$GHHeBjJBB5c6Zc5zA.6B1uArbR70iqXRoju4tTIYbUvL8xvVed.rC"], ["created_at", "2019-01-21 09:34:47.591258"], ["updated_at", "2019-01-21 09:34:47.591258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.6ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "salmon 1"], ["created_at", "2019-01-21 09:34:47.600859"], ["updated_at", "2019-01-21 09:34:47.600859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.6ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Carsonview 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Carsonview 1"], ["created_at", "2019-01-21 09:34:47.608607"], ["updated_at", "2019-01-21 09:34:47.608607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (1.8ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Nam est maxime vitae."], ["body", "Totam optio labore. Velit necessitatibus quo. Vel ex commodi."], ["created_at", "2019-01-21 09:34:47.610700"], ["updated_at", "2019-01-21 09:34:47.610700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_3"], ["name", "judge 3"], ["description", "judge 3"], ["created_at", "2019-01-21 09:34:47.618487"], ["updated_at", "2019-01-21 09:34:47.618487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_4"], ["name", "chemist 4"], ["description", "chemist 4"], ["created_at", "2019-01-21 09:34:47.620052"], ["updated_at", "2019-01-21 09:34:47.620052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reneafay@bosco.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "reneafay@bosco.com"], ["encrypted_password", "$2a$04$iDoIeGsi52v5VRMdxN5O3OvGOE0UQEAIc0oZRtay.5xoSxU.XArhW"], ["created_at", "2019-01-21 09:34:47.623502"], ["updated_at", "2019-01-21 09:34:47.623502"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "tan 2"], ["created_at", "2019-01-21 09:34:47.625077"], ["updated_at", "2019-01-21 09:34:47.625077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Danielview 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Danielview 2"], ["created_at", "2019-01-21 09:34:47.627108"], ["updated_at", "2019-01-21 09:34:47.627108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quia ex maxime possimus."], ["body", "Minima laborum sit. Quasi consequatur quia. Perspiciatis temporibus itaque."], ["created_at", "2019-01-21 09:34:47.628630"], ["updated_at", "2019-01-21 09:34:47.628630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_5"], ["name", "designer 5"], ["description", "designer 5"], ["created_at", "2019-01-21 09:34:47.643183"], ["updated_at", "2019-01-21 09:34:47.643183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 6"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_6"], ["name", "interpreter 6"], ["description", "interpreter 6"], ["created_at", "2019-01-21 09:34:47.644802"], ["updated_at", "2019-01-21 09:34:47.644802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kerryjerde@barrows.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kerryjerde@barrows.biz"], ["encrypted_password", "$2a$04$dM2Ue2rtp7EnoJCLXOfMaeh2ehlykqOicSrUglPEDbA1.QneIvV.y"], ["created_at", "2019-01-21 09:34:47.648270"], ["updated_at", "2019-01-21 09:34:47.648270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 3"], ["created_at", "2019-01-21 09:34:47.649833"], ["updated_at", "2019-01-21 09:34:47.649833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Horaceton 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Horaceton 3"], ["created_at", "2019-01-21 09:34:47.651345"], ["updated_at", "2019-01-21 09:34:47.651345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Officiis occaecati corporis rem."], ["body", "Aspernatur temporibus dolorem. Officia error amet. Non quod est."], ["created_at", "2019-01-21 09:34:47.652459"], ["updated_at", "2019-01-21 09:34:47.652459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_7"], ["name", "actor 7"], ["description", "actor 7"], ["created_at", "2019-01-21 09:34:47.657644"], ["updated_at", "2019-01-21 09:34:47.657644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 8"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_8"], ["name", "astronomer 8"], ["description", "astronomer 8"], ["created_at", "2019-01-21 09:34:47.659186"], ["updated_at", "2019-01-21 09:34:47.659186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "demetrius@boyer.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "demetrius@boyer.co"], ["encrypted_password", "$2a$04$tfJzbZ/R5df08.x37YnsVe7JdxVYAVWmFo4Vjhzy7gehKisjvX9Nq"], ["created_at", "2019-01-21 09:34:47.663079"], ["updated_at", "2019-01-21 09:34:47.663079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 4"], ["created_at", "2019-01-21 09:34:47.664694"], ["updated_at", "2019-01-21 09:34:47.664694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Toi 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Toi 4"], ["created_at", "2019-01-21 09:34:47.665994"], ["updated_at", "2019-01-21 09:34:47.665994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quis et iusto omnis."], ["body", "Qui saepe quis. Suscipit sit dolorum. Sint quo aut."], ["created_at", "2019-01-21 09:34:47.667033"], ["updated_at", "2019-01-21 09:34:47.667033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_9"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 9"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_9"], ["name", "astronomer 9"], ["description", "astronomer 9"], ["created_at", "2019-01-21 09:34:47.672813"], ["updated_at", "2019-01-21 09:34:47.672813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 10"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_10"], ["name", "engineer 10"], ["description", "engineer 10"], ["created_at", "2019-01-21 09:34:47.674545"], ["updated_at", "2019-01-21 09:34:47.674545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joslynframi@price.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "joslynframi@price.name"], ["encrypted_password", "$2a$04$YdgeS73uoWgoNJdeQt7nfeeVSzlJQRuf4UGhkt4uzjl1zwNvK7T0u"], ["created_at", "2019-01-21 09:34:47.678090"], ["updated_at", "2019-01-21 09:34:47.678090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 5"], ["created_at", "2019-01-21 09:34:47.679586"], ["updated_at", "2019-01-21 09:34:47.679586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Tammi 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Tammi 5"], ["created_at", "2019-01-21 09:34:47.680933"], ["updated_at", "2019-01-21 09:34:47.680933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.3ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quidem hic voluptas id."], ["body", "Cupiditate quibusdam ipsam. Tempora quas voluptatem. Et aperiam non."], ["created_at", "2019-01-21 09:34:47.682098"], ["updated_at", "2019-01-21 09:34:47.682098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_11"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_11"], ["name", "attorney at law 11"], ["description", "attorney at law 11"], ["created_at", "2019-01-21 09:34:47.687070"], ["updated_at", "2019-01-21 09:34:47.687070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_12"], ["name", "writer 12"], ["description", "writer 12"], ["created_at", "2019-01-21 09:34:47.688633"], ["updated_at", "2019-01-21 09:34:47.688633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "altagracia@altenwerthcollins.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "altagracia@altenwerthcollins.co"], ["encrypted_password", "$2a$04$4RdVyYjnMutSEyzCsJjYFeWwq.9/UOlJ3Z4ggOtXk5QC1LlJSeKWK"], ["created_at", "2019-01-21 09:34:47.692045"], ["updated_at", "2019-01-21 09:34:47.692045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 6"], ["created_at", "2019-01-21 09:34:47.693747"], ["updated_at", "2019-01-21 09:34:47.693747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Rudolfville 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rudolfville 6"], ["created_at", "2019-01-21 09:34:47.695199"], ["updated_at", "2019-01-21 09:34:47.695199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ea perferendis non quia."], ["body", "Et nesciunt et. Quae omnis cum. Consequatur ullam unde."], ["created_at", "2019-01-21 09:34:47.696265"], ["updated_at", "2019-01-21 09:34:47.696265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "beata@tremblay.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "beata@tremblay.org"], ["encrypted_password", "$2a$04$Nj3hogB5kKOlo0DGNCjE3Ow2JNbXTBLcCHvuKfqh8x20m2FkoHlhe"], ["created_at", "2019-01-21 09:34:47.698860"], ["updated_at", "2019-01-21 09:34:47.698860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.6ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Report Load (0.1ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.0ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "naomakirlin@gerlachnolan.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "naomakirlin@gerlachnolan.net"], ["encrypted_password", "$2a$04$wmsKfu6WXAp9FVHiTbM7LeUz2WE4HQJ1f6jN2oFjAnPp6OISlBJo2"], ["created_at", "2019-01-21 09:34:47.768270"], ["updated_at", "2019-01-21 09:34:47.768270"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ApplicationController#custom as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "milogleason@cruickshank.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "milogleason@cruickshank.com"], ["encrypted_password", "$2a$04$G/TTCcy0rkIrbRJxCAZqhOUPtuJPpv9aDACbT1d18PMb/eGLkFdfm"], ["created_at", "2019-01-21 09:34:47.775602"], ["updated_at", "2019-01-21 09:34:47.775602"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "loyd@cronin.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "loyd@cronin.net"], ["encrypted_password", "$2a$04$LyXc8bXUx/TbvV8dKC/L4.Rrnz6wUEyt5OqqPiyANS4Y/tpGGHtiy"], ["created_at", "2019-01-21 09:34:47.782280"], ["updated_at", "2019-01-21 09:34:47.782280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mitchel@stammwindler.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mitchel@stammwindler.biz"], ["encrypted_password", "$2a$04$c0WCuTI1qfJCQN88THRF5.TSt1zFxCShOaCHDhrt2jjdfovZOvBUa"], ["created_at", "2019-01-21 09:34:47.788416"], ["updated_at", "2019-01-21 09:34:47.788416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "serita@gerholdabernathy.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "serita@gerholdabernathy.co"], ["encrypted_password", "$2a$04$4rE6Jb5WQ.9.igBvsv/.SeeagwlxHBJDWKdmFGcrQyn8dqrvK0EEm"], ["created_at", "2019-01-21 09:34:47.794518"], ["updated_at", "2019-01-21 09:34:47.794518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wondamills@rice.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wondamills@rice.net"], ["encrypted_password", "$2a$04$rll7eqH2WSZVmtvyBQGKZe.d6GkenyTSaZJFyyf5aM.NkeRGpS/4u"], ["created_at", "2019-01-21 09:34:47.805665"], ["updated_at", "2019-01-21 09:34:47.805665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jewellhackett@kreiger.name"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jewellhackett@kreiger.name"], ["encrypted_password", "$2a$04$neW4V4iwb8XBMXemLZunhu/z.yXpI.D0JNfRaYo1iS8qIF3Rkx7ZW"], ["created_at", "2019-01-21 09:34:47.811768"], ["updated_at", "2019-01-21 09:34:47.811768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ellan@morar.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ellan@morar.net"], ["encrypted_password", "$2a$04$vU0ywwFrg4D4aTCvA/8yHet6nwOE5w1XQwGsPvxi1S5sEWmZ.YmaW"], ["created_at", "2019-01-21 09:34:47.817986"], ["updated_at", "2019-01-21 09:34:47.817986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "greggaufderhar@hand.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "greggaufderhar@hand.biz"], ["encrypted_password", "$2a$04$bre11Rci89U2IpowsP7f/ebNo4T3V6xNHEoY39hx4wikbxZg0jgGm"], ["created_at", "2019-01-21 09:34:47.823910"], ["updated_at", "2019-01-21 09:34:47.823910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "collinauer@sporer.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "collinauer@sporer.io"], ["encrypted_password", "$2a$04$bGzJgbGjeTHAtCbYakbIXeLnYm9b7WfqwOriaxWqtKPVpGxeqLTkG"], ["created_at", "2019-01-21 09:34:47.829832"], ["updated_at", "2019-01-21 09:34:47.829832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aurore@farrellweber.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "aurore@farrellweber.org"], ["encrypted_password", "$2a$04$RkQUG3oS.aermBjgqkm8uuiK72MwKS7FAlQf4RYepr5YwggmIozBW"], ["created_at", "2019-01-21 09:34:47.835642"], ["updated_at", "2019-01-21 09:34:47.835642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arlean@donnelly.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "arlean@donnelly.net"], ["encrypted_password", "$2a$04$JGxKdTLHA9IIoEQYr6dGE.DQY8c1OwRRL7TFUy29jT9xpexyEgAti"], ["created_at", "2019-01-21 09:34:47.842019"], ["updated_at", "2019-01-21 09:34:47.842019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#create as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cedric@boehmkihn.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cedric@boehmkihn.org"], ["encrypted_password", "$2a$04$IxmEfbwp7KpwAlJeVqyF6.p7O6RtUk75IAYYtU2dCjC5//WrlQkpq"], ["created_at", "2019-01-21 09:34:47.847782"], ["updated_at", "2019-01-21 09:34:47.847782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "curttromp@moriettetowne.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "curttromp@moriettetowne.info"], ["encrypted_password", "$2a$04$NtBQjI30KPgf1vuUVHojL.di9HXAdwtXcuwTpPlZia//uM2pSpycO"], ["created_at", "2019-01-21 09:34:47.853452"], ["updated_at", "2019-01-21 09:34:47.853452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "neomikeeling@ankundingfarrell.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "neomikeeling@ankundingfarrell.io"], ["encrypted_password", "$2a$04$Rw9/ECI/t.ks0DyciTTkCuFUmNUJGjReU2xs00qsyMe3yibNNzmMe"], ["created_at", "2019-01-21 09:34:47.859408"], ["updated_at", "2019-01-21 09:34:47.859408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "booker@mayert.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "booker@mayert.info"], ["encrypted_password", "$2a$04$Wb7ygaeNpSt7dPDOcDE9l.vNRJATGMFqL9lYsg8cI8wd4Q78UIH6m"], ["created_at", "2019-01-21 09:34:47.865832"], ["updated_at", "2019-01-21 09:34:47.865832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lang@stanton.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lang@stanton.info"], ["encrypted_password", "$2a$04$3HnPWLwtqeCqNnRHIBg0au1iFvSl51Ky3Av7bVaQ7Mg1zv66kO496"], ["created_at", "2019-01-21 09:34:47.872340"], ["updated_at", "2019-01-21 09:34:47.872340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cruzluettgen@kuhlmanfisher.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cruzluettgen@kuhlmanfisher.co"], ["encrypted_password", "$2a$04$k6n30NeJA423okkxuJ2Euu34Rngs8DhyB9i5Q1QyfC.O661TaFG2S"], ["created_at", "2019-01-21 09:34:47.878854"], ["updated_at", "2019-01-21 09:34:47.878854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "terina@ricedonnelly.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "terina@ricedonnelly.info"], ["encrypted_password", "$2a$04$GYZfKJ/zhfxiVuW748oDjOEnj7aPM66dlALhBCfRnBrCkRf9/2Rg6"], ["created_at", "2019-01-21 09:34:47.885369"], ["updated_at", "2019-01-21 09:34:47.885369"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tabithamayer@batzwiza.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tabithamayer@batzwiza.io"], ["encrypted_password", "$2a$04$odIQiwFitJtqtGIcQVRTcuV.wiv3jenzAx1geza7yENeq.Qa/4q/S"], ["created_at", "2019-01-21 09:34:47.891981"], ["updated_at", "2019-01-21 09:34:47.891981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "isiahsauer@robertsbradtke.name"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "isiahsauer@robertsbradtke.name"], ["encrypted_password", "$2a$04$YBm1sJYhgNXoZJkavopzRudC5ErHisnYHwHgQK8Gg2dOwKduZIZdS"], ["created_at", "2019-01-21 09:34:47.898299"], ["updated_at", "2019-01-21 09:34:47.898299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ronniereichel@gerlach.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ronniereichel@gerlach.info"], ["encrypted_password", "$2a$04$olQEPwQ6KtAObMuNZGcPVeGCaQ7u.UYiX4K2DAsgoMO.Y6Yvoo2YK"], ["created_at", "2019-01-21 09:34:47.905196"], ["updated_at", "2019-01-21 09:34:47.905196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donettenikolaus@dibbert.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "donettenikolaus@dibbert.name"], ["encrypted_password", "$2a$04$5X//aFARsTxalUPvoum2SekYxo.nxh37jPOl5Wr2GVaTGP/UgdOsC"], ["created_at", "2019-01-21 09:34:47.911333"], ["updated_at", "2019-01-21 09:34:47.911333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "odaruecker@stoltenberg.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "odaruecker@stoltenberg.org"], ["encrypted_password", "$2a$04$8dGvtrzWMnAOsLzdcPfECeqr1Cfi3TvJ7knjLMkJEgB7hABtrjgUu"], ["created_at", "2019-01-21 09:34:47.917657"], ["updated_at", "2019-01-21 09:34:47.917657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#create as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "terraraynor@lesch.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "terraraynor@lesch.co"], ["encrypted_password", "$2a$04$CbKNjL5hsA5IvEenGMbQzuHJyGuFLYXzC1UdoH47cjxFsidsdET9."], ["created_at", "2019-01-21 09:34:47.923988"], ["updated_at", "2019-01-21 09:34:47.923988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darrick@quigley.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darrick@quigley.info"], ["encrypted_password", "$2a$04$K//TImwiZW9gO6InnuR4puYlsF76R6sYFM6SeQ2vFlO2UCv9ZpPgC"], ["created_at", "2019-01-21 09:34:47.930530"], ["updated_at", "2019-01-21 09:34:47.930530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#update as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "teresitawindler@heaneyruel.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "teresitawindler@heaneyruel.co"], ["encrypted_password", "$2a$04$mt0QNdo6JTJlBe7plCtB0eDYtW3N6m4zVWt9wcdH5J2U1hbGXT7DS"], ["created_at", "2019-01-21 09:34:47.936796"], ["updated_at", "2019-01-21 09:34:47.936796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rene@trompking.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rene@trompking.org"], ["encrypted_password", "$2a$04$igwPdBz.iV9WFRy6XMkdb.HmikJg9LS9zw0/ro/qc2H3Dajwn05Qa"], ["created_at", "2019-01-21 09:34:47.943181"], ["updated_at", "2019-01-21 09:34:47.943181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#new as HTML Parameters: {"id"=>"4", "role_id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "arielroob@sanford.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "arielroob@sanford.com"], ["encrypted_password", "$2a$04$bUx1sko/K8m/kryg90t8fe4kW1dClJtNYIbpgtaE/JVOEYp5wo.m2"], ["created_at", "2019-01-21 09:34:47.949873"], ["updated_at", "2019-01-21 09:34:47.949873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#create as HTML Parameters: {"id"=>"4", "role_id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "randolphmaggio@denesik.name"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "randolphmaggio@denesik.name"], ["encrypted_password", "$2a$04$Ls/OwBMI4UMbL.esKG2ku.Hogjk8yVYlst9earoLe.bNbAGg34tKm"], ["created_at", "2019-01-21 09:34:47.956088"], ["updated_at", "2019-01-21 09:34:47.956088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#edit as HTML Parameters: {"role_id"=>"1", "id"=>"4"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kristysporer@uptonparker.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kristysporer@uptonparker.net"], ["encrypted_password", "$2a$04$vlcodZLba2wNfkEZD7oEge8psYJV1cqghXw.mHPuxwS7rjFZWl8u."], ["created_at", "2019-01-21 09:34:47.961643"], ["updated_at", "2019-01-21 09:34:47.961643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#update as HTML Parameters: {"role_id"=>"1", "id"=>"4"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_13"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 13"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_13"], ["name", "interpreter 13"], ["description", "interpreter 13"], ["created_at", "2019-01-21 09:34:47.967051"], ["updated_at", "2019-01-21 09:34:47.967051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.6ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "doctor_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "doctor 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_1"], ["name", "doctor 1"], ["description", "doctor 1"], ["created_at", "2019-01-21 09:34:47.979454"], ["updated_at", "2019-01-21 09:34:47.979454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.4ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 09:34:47.985827"], ["updated_at", "2019-01-21 09:34:47.985827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.4ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.8ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 09:34:47.992777"], ["updated_at", "2019-01-21 09:34:47.992777"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.5ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.7ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-21 09:34:48.000516"], ["updated_at", "2019-01-21 09:34:48.000516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_14"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 14"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_14"], ["name", "actor 14"], ["description", "actor 14"], ["created_at", "2019-01-21 09:34:48.007891"], ["updated_at", "2019-01-21 09:34:48.007891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "judge_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "judge 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_2"], ["name", "judge 2"], ["description", "judge 2"], ["created_at", "2019-01-21 09:34:48.009828"], ["updated_at", "2019-01-21 09:34:48.009828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/sessions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "devise/sessions"], ["action", "destroy"], ["created_at", "2019-01-21 09:34:48.011608"], ["updated_at", "2019-01-21 09:34:48.011608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 09:34:48.012899"], ["updated_at", "2019-01-21 09:34:48.012899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-21 09:34:48.014108"], ["updated_at", "2019-01-21 09:34:48.014108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "devise/sessions"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kaishanahan@webermacgyver.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kaishanahan@webermacgyver.io"], ["encrypted_password", "$2a$04$sFCnMqqHPdsnGkpqoFAUPOS.hcwJgx3yQKbhWRKyW7Gd7U8QRNBge"], ["created_at", "2019-01-21 09:34:48.019312"], ["updated_at", "2019-01-21 09:34:48.019312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_15"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_15"], ["name", "agriculturist 15"], ["description", "agriculturist 15"], ["created_at", "2019-01-21 09:34:48.021174"], ["updated_at", "2019-01-21 09:34:48.021174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.7ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 09:34:48.023350"], ["updated_at", "2019-01-21 09:34:48.023350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ofeliaborough 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ofeliaborough 7"], ["created_at", "2019-01-21 09:34:48.025747"], ["updated_at", "2019-01-21 09:34:48.025747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Bernardomouth 8"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Bernardomouth 8"], ["created_at", "2019-01-21 09:34:48.027137"], ["updated_at", "2019-01-21 09:34:48.027137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 7"], ["created_at", "2019-01-21 09:34:48.028572"], ["updated_at", "2019-01-21 09:34:48.028572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 8"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "ivory 8"], ["created_at", "2019-01-21 09:34:48.029857"], ["updated_at", "2019-01-21 09:34:48.029857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bobbiemayert@greenholt.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bobbiemayert@greenholt.org"], ["encrypted_password", "$2a$04$E6QzYBF7lSX1Ky5.zM8xEuOvEQFEh5j4aeAoujw4cx5HMUpYkpcsW"], ["created_at", "2019-01-21 09:34:48.032524"], ["updated_at", "2019-01-21 09:34:48.032524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Similique asperiores omnis cum."], ["body", "Eaque architecto veniam. Dolorem est nostrum. Velit iste id."], ["created_at", "2019-01-21 09:34:48.033830"], ["updated_at", "2019-01-21 09:34:48.033830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.5ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (1.0ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Ofeliaborough 7"], ["created_at", "2019-01-21 09:34:48.041747"], ["updated_at", "2019-01-21 09:34:48.041747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "maroon 7"], ["created_at", "2019-01-21 09:34:48.044459"], ["updated_at", "2019-01-21 09:34:48.044459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'ofeliaborough 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'maroon 7')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "guadalupeschmitt@mraz.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "guadalupeschmitt@mraz.org"], ["encrypted_password", "$2a$04$GMJT5yYCUx0333LJXmT2BeBGswiAqgHTTRlRZkGhplgRm/h.9nJ6C"], ["created_at", "2019-01-21 09:34:48.050574"], ["updated_at", "2019-01-21 09:34:48.050574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_16"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_16"], ["name", "programmer 16"], ["description", "programmer 16"], ["created_at", "2019-01-21 09:34:48.052375"], ["updated_at", "2019-01-21 09:34:48.052375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 09:34:48.054498"], ["updated_at", "2019-01-21 09:34:48.054498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Zackary 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Zackary 9"], ["created_at", "2019-01-21 09:34:48.055849"], ["updated_at", "2019-01-21 09:34:48.055849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Eltonmouth 10"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Eltonmouth 10"], ["created_at", "2019-01-21 09:34:48.056936"], ["updated_at", "2019-01-21 09:34:48.056936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 9"], ["created_at", "2019-01-21 09:34:48.058250"], ["updated_at", "2019-01-21 09:34:48.058250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 10"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "silver 10"], ["created_at", "2019-01-21 09:34:48.059621"], ["updated_at", "2019-01-21 09:34:48.059621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "camellia@kiehn.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "camellia@kiehn.io"], ["encrypted_password", "$2a$04$GCEfIb5Eq1krmU2TIsl8UOBWGBYsq7W.U/7A9ORvAVpYzxjTD.J3K"], ["created_at", "2019-01-21 09:34:48.062418"], ["updated_at", "2019-01-21 09:34:48.062418"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Excepturi ipsum voluptatibus aut."], ["body", "Necessitatibus voluptatem a. Reiciendis ullam sint. Architecto quod consequatur."], ["created_at", "2019-01-21 09:34:48.063666"], ["updated_at", "2019-01-21 09:34:48.063666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Eltonmouth 10"], ["created_at", "2019-01-21 09:34:48.065317"], ["updated_at", "2019-01-21 09:34:48.065317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "fuchsia 9"], ["created_at", "2019-01-21 09:34:48.066885"], ["updated_at", "2019-01-21 09:34:48.066885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'eltonmouth 10')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rocky@herman.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rocky@herman.info"], ["encrypted_password", "$2a$04$8R/KS1AoBTqTPCKI/bk8E.8jWu9kCbwBn8ZVnl3H.FwoldhCCMzI6"], ["created_at", "2019-01-21 09:34:48.071280"], ["updated_at", "2019-01-21 09:34:48.071280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_17"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_17"], ["name", "architect 17"], ["description", "architect 17"], ["created_at", "2019-01-21 09:34:48.073038"], ["updated_at", "2019-01-21 09:34:48.073038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 09:34:48.074907"], ["updated_at", "2019-01-21 09:34:48.074907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Nicolasaburgh 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Nicolasaburgh 11"], ["created_at", "2019-01-21 09:34:48.076152"], ["updated_at", "2019-01-21 09:34:48.076152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Joyaville 12"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Joyaville 12"], ["created_at", "2019-01-21 09:34:48.077231"], ["updated_at", "2019-01-21 09:34:48.077231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "silver 11"], ["created_at", "2019-01-21 09:34:48.078635"], ["updated_at", "2019-01-21 09:34:48.078635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 12"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "turquoise 12"], ["created_at", "2019-01-21 09:34:48.080050"], ["updated_at", "2019-01-21 09:34:48.080050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donnette@sporer.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "donnette@sporer.biz"], ["encrypted_password", "$2a$04$t924uNxMSjcr1Pyln3o9OOJXElUteB1T1BjCBoMVtSVtO6KZ8Mzm2"], ["created_at", "2019-01-21 09:34:48.082686"], ["updated_at", "2019-01-21 09:34:48.082686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Architecto minima omnis sit."], ["body", "Ex atque reiciendis. Voluptatem exercitationem aliquid. Rerum quia illo."], ["created_at", "2019-01-21 09:34:48.083867"], ["updated_at", "2019-01-21 09:34:48.083867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Nicolasaburgh 11"], ["created_at", "2019-01-21 09:34:48.085558"], ["updated_at", "2019-01-21 09:34:48.085558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'nicolasaburgh 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hai@schmitt.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hai@schmitt.info"], ["encrypted_password", "$2a$04$fuj7Qzhr6X2GAnxhL82h9.I5eAlpkWCANlMF4aHt4eRxa36w9MYYa"], ["created_at", "2019-01-21 09:34:48.090982"], ["updated_at", "2019-01-21 09:34:48.090982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_18"], ["name", "doctor 18"], ["description", "doctor 18"], ["created_at", "2019-01-21 09:34:48.092778"], ["updated_at", "2019-01-21 09:34:48.092778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 09:34:48.094658"], ["updated_at", "2019-01-21 09:34:48.094658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Mannville 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mannville 13"], ["created_at", "2019-01-21 09:34:48.095830"], ["updated_at", "2019-01-21 09:34:48.095830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Gayleneborough 14"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gayleneborough 14"], ["created_at", "2019-01-21 09:34:48.096860"], ["updated_at", "2019-01-21 09:34:48.096860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "salmon 13"], ["created_at", "2019-01-21 09:34:48.098153"], ["updated_at", "2019-01-21 09:34:48.098153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "red 14"], ["created_at", "2019-01-21 09:34:48.099567"], ["updated_at", "2019-01-21 09:34:48.099567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cliffnader@keebler.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cliffnader@keebler.biz"], ["encrypted_password", "$2a$04$sZQaqBIfzOaXBTYGIgHMUuNv3COoduQ5tlu/YJoZ/vHF1bkn/tPpe"], ["created_at", "2019-01-21 09:34:48.102199"], ["updated_at", "2019-01-21 09:34:48.102199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Minima corporis est molestiae."], ["body", "Labore exercitationem ipsam. Deleniti tempora qui. Impedit delectus optio."], ["created_at", "2019-01-21 09:34:48.103405"], ["updated_at", "2019-01-21 09:34:48.103405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Mannville 13"], ["created_at", "2019-01-21 09:34:48.105124"], ["updated_at", "2019-01-21 09:34:48.105124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "salmon 13"], ["created_at", "2019-01-21 09:34:48.106583"], ["updated_at", "2019-01-21 09:34:48.106583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'mannville 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'salmon 13')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "richardgutmann@swaniawskimuller.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "richardgutmann@swaniawskimuller.name"], ["encrypted_password", "$2a$04$C7Ecavv78WMVpl/MsMJDeuTG1wSEoFAsa2zqthgWLULbT1z8a6QAq"], ["created_at", "2019-01-21 09:34:48.112194"], ["updated_at", "2019-01-21 09:34:48.112194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_19"], ["name", "agriculturist 19"], ["description", "agriculturist 19"], ["created_at", "2019-01-21 09:34:48.114122"], ["updated_at", "2019-01-21 09:34:48.114122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 09:34:48.116123"], ["updated_at", "2019-01-21 09:34:48.116123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Rileyview 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Rileyview 15"], ["created_at", "2019-01-21 09:34:48.117424"], ["updated_at", "2019-01-21 09:34:48.117424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Antionettestad 16"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Antionettestad 16"], ["created_at", "2019-01-21 09:34:48.118574"], ["updated_at", "2019-01-21 09:34:48.118574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 15"], ["created_at", "2019-01-21 09:34:48.119905"], ["updated_at", "2019-01-21 09:34:48.119905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 16"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "white 16"], ["created_at", "2019-01-21 09:34:48.121315"], ["updated_at", "2019-01-21 09:34:48.121315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeiawalsh@riceemmerich.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jeiawalsh@riceemmerich.com"], ["encrypted_password", "$2a$04$xcNnFBShzYADV31zpsEpieqjt8tEFyTcCk3GOWnf7FTqVUiYoDt/i"], ["created_at", "2019-01-21 09:34:48.124014"], ["updated_at", "2019-01-21 09:34:48.124014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Accusantium voluptas voluptatem at."], ["body", "Et ea eius. Ratione culpa voluptas. Consequuntur est et."], ["created_at", "2019-01-21 09:34:48.125260"], ["updated_at", "2019-01-21 09:34:48.125260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "susannsipes@bashirianwilkinson.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "susannsipes@bashirianwilkinson.info"], ["encrypted_password", "$2a$04$RK.syQYGewJ1h21ZVexfVOzDKrip4dVMV2MOsH91zDZ2XUjhhfc9G"], ["created_at", "2019-01-21 09:34:48.127809"], ["updated_at", "2019-01-21 09:34:48.127809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Iure eum odio recusandae."], ["body", "Eveniet molestiae a. Doloribus fuga blanditiis. Aspernatur ducimus commodi."], ["created_at", "2019-01-21 09:34:48.128851"], ["updated_at", "2019-01-21 09:34:48.128851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "karolyn@vonrueden.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "karolyn@vonrueden.info"], ["encrypted_password", "$2a$04$KtuVWr0/RP9hFaWtxki0/eyHC27iHIBFdJNgsBJoGW87Cee8X.LT2"], ["created_at", "2019-01-21 09:34:48.131300"], ["updated_at", "2019-01-21 09:34:48.131300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Atque laborum dolor corrupti."], ["body", "A sint doloribus. Molestiae maiores officiis. Nihil architecto consequatur."], ["created_at", "2019-01-21 09:34:48.132434"], ["updated_at", "2019-01-21 09:34:48.132434"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jenaethiel@hane.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jenaethiel@hane.io"], ["encrypted_password", "$2a$04$3dUh2/lfpwUu7f0.YIHohe1OtL8AW7jxbI5OkCik9MVJdCcGW6iEe"], ["created_at", "2019-01-21 09:34:48.135416"], ["updated_at", "2019-01-21 09:34:48.135416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Ipsam non sit vitae."], ["body", "Cupiditate itaque qui. Qui sit eius. Facere vel aut."], ["created_at", "2019-01-21 09:34:48.136540"], ["updated_at", "2019-01-21 09:34:48.136540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "North Rileyview 15"], ["created_at", "2019-01-21 09:34:48.138117"], ["updated_at", "2019-01-21 09:34:48.138117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "teal 15"], ["created_at", "2019-01-21 09:34:48.139668"], ["updated_at", "2019-01-21 09:34:48.139668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north rileyview 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 15')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "juan@little.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "juan@little.co"], ["encrypted_password", "$2a$04$B5TNsZSASoojx8qxjnT6m.T5KnCgyjGlyuMlyZdGRh1iiddLiO3sO"], ["created_at", "2019-01-21 09:34:48.145089"], ["updated_at", "2019-01-21 09:34:48.145089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "librarian_20"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "librarian 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_20"], ["name", "librarian 20"], ["description", "librarian 20"], ["created_at", "2019-01-21 09:34:48.146850"], ["updated_at", "2019-01-21 09:34:48.146850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 09:34:48.148852"], ["updated_at", "2019-01-21 09:34:48.148852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Patrickshire 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Patrickshire 17"], ["created_at", "2019-01-21 09:34:48.150183"], ["updated_at", "2019-01-21 09:34:48.150183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Sookmouth 18"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Sookmouth 18"], ["created_at", "2019-01-21 09:34:48.151365"], ["updated_at", "2019-01-21 09:34:48.151365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "azure 17"], ["created_at", "2019-01-21 09:34:48.152800"], ["updated_at", "2019-01-21 09:34:48.152800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 18"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "orchid 18"], ["created_at", "2019-01-21 09:34:48.154244"], ["updated_at", "2019-01-21 09:34:48.154244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcelofritsch@kulaslemke.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marcelofritsch@kulaslemke.info"], ["encrypted_password", "$2a$04$lYmK5O26idjcYeG.ZSNXUeZqnJoT/zHVRNdMZ1vKlh.n7nJxXZGDK"], ["created_at", "2019-01-21 09:34:48.156788"], ["updated_at", "2019-01-21 09:34:48.156788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Accusamus facilis totam illum."], ["body", "Velit et earum. Non ea quia. Libero et voluptatum."], ["created_at", "2019-01-21 09:34:48.157916"], ["updated_at", "2019-01-21 09:34:48.157916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wilfredmurray@robel.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wilfredmurray@robel.name"], ["encrypted_password", "$2a$04$bRm46fTGD/zJCrP4hACmDeTWrVMstYuEICFnbB2EI9ZxUTEfIDMRa"], ["created_at", "2019-01-21 09:34:48.160913"], ["updated_at", "2019-01-21 09:34:48.160913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Deleniti porro aut accusantium."], ["body", "At reiciendis voluptas. Omnis praesentium reiciendis. Facere pariatur dolores."], ["created_at", "2019-01-21 09:34:48.162050"], ["updated_at", "2019-01-21 09:34:48.162050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rickie@stokes.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rickie@stokes.info"], ["encrypted_password", "$2a$04$i2zsPK3BNR8dKUxGD.BEq.wyxzRGzR5csqKF74Y0eVWr19y9O/Wsu"], ["created_at", "2019-01-21 09:34:48.164419"], ["updated_at", "2019-01-21 09:34:48.164419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Eaque facilis saepe est."], ["body", "Suscipit iure vel. Est quis praesentium. Quia quam optio."], ["created_at", "2019-01-21 09:34:48.165477"], ["updated_at", "2019-01-21 09:34:48.165477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cory@huels.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cory@huels.net"], ["encrypted_password", "$2a$04$7xu.knlxws9vNA2M0mgQKO78GaV4RimJ4Xmy4AH0wvmqECUj4au/q"], ["created_at", "2019-01-21 09:34:48.167909"], ["updated_at", "2019-01-21 09:34:48.167909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Dolores sed neque in."], ["body", "Sapiente distinctio sequi. Facilis natus qui. Et iusto sint."], ["created_at", "2019-01-21 09:34:48.168946"], ["updated_at", "2019-01-21 09:34:48.168946"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Patrickshire 17"], ["created_at", "2019-01-21 09:34:48.170538"], ["updated_at", "2019-01-21 09:34:48.170538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'patrickshire 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mitchwalsh@greenholt.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mitchwalsh@greenholt.co"], ["encrypted_password", "$2a$04$j/gYRLhRFG3SkvLX40VP8uYinmQpG6rzpkSiPoCcPwXespXsfkFvy"], ["created_at", "2019-01-21 09:34:48.175511"], ["updated_at", "2019-01-21 09:34:48.175511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_21"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_21"], ["name", "chemist 21"], ["description", "chemist 21"], ["created_at", "2019-01-21 09:34:48.177289"], ["updated_at", "2019-01-21 09:34:48.177289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 09:34:48.179217"], ["updated_at", "2019-01-21 09:34:48.179217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Alonzoton 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Alonzoton 19"], ["created_at", "2019-01-21 09:34:48.180435"], ["updated_at", "2019-01-21 09:34:48.180435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ornview 20"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ornview 20"], ["created_at", "2019-01-21 09:34:48.181468"], ["updated_at", "2019-01-21 09:34:48.181468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "yellow 19"], ["created_at", "2019-01-21 09:34:48.182764"], ["updated_at", "2019-01-21 09:34:48.182764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 20"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "pink 20"], ["created_at", "2019-01-21 09:34:48.184182"], ["updated_at", "2019-01-21 09:34:48.184182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "noella@nolan.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "noella@nolan.net"], ["encrypted_password", "$2a$04$UogiV3GwuPytPctqpzvwaOuMT0dEdmwffP7GLOyHkPsow3dl2Py7S"], ["created_at", "2019-01-21 09:34:48.186654"], ["updated_at", "2019-01-21 09:34:48.186654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Libero numquam repellat veniam."], ["body", "Laboriosam facilis eligendi. Nihil omnis ut. Incidunt quas laborum."], ["created_at", "2019-01-21 09:34:48.187798"], ["updated_at", "2019-01-21 09:34:48.187798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "santiagorobel@gottliebstiedemann.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "santiagorobel@gottliebstiedemann.com"], ["encrypted_password", "$2a$04$oBPl9PvrlPJrm0i1F5M7v.M5SkcAwsisDEpHrn/5O6OmzyqGfJx16"], ["created_at", "2019-01-21 09:34:48.190309"], ["updated_at", "2019-01-21 09:34:48.190309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Vitae nisi facilis hic."], ["body", "Autem consequatur dolorem. Vel veritatis laboriosam. Est eligendi consequatur."], ["created_at", "2019-01-21 09:34:48.191447"], ["updated_at", "2019-01-21 09:34:48.191447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "solreinger@feesthoeger.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "solreinger@feesthoeger.com"], ["encrypted_password", "$2a$04$P7iYY4Gss7EO6kLB5DBkHOKhVKZ19o5Jp5EEmO/TPH7M2otI2jEs2"], ["created_at", "2019-01-21 09:34:48.194072"], ["updated_at", "2019-01-21 09:34:48.194072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Dolorem qui eum et."], ["body", "Dolores fugiat est. Eum praesentium perferendis. Omnis sit dolores."], ["created_at", "2019-01-21 09:34:48.195211"], ["updated_at", "2019-01-21 09:34:48.195211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cecille@larkin.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cecille@larkin.info"], ["encrypted_password", "$2a$04$XNUMbLMkSSqKw/dSWF9U.eXcM3VTQb8OPj0BItJuzw8U8TT7BezIi"], ["created_at", "2019-01-21 09:34:48.197732"], ["updated_at", "2019-01-21 09:34:48.197732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Iure odit et possimus."], ["body", "Veritatis dolores qui. Quas enim vero. Ex corrupti architecto."], ["created_at", "2019-01-21 09:34:48.198918"], ["updated_at", "2019-01-21 09:34:48.198918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Alonzoton 19"], ["created_at", "2019-01-21 09:34:48.200645"], ["updated_at", "2019-01-21 09:34:48.200645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "yellow 19"], ["created_at", "2019-01-21 09:34:48.205658"], ["updated_at", "2019-01-21 09:34:48.205658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'alonzoton 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'yellow 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hayden@morietteleffler.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hayden@morietteleffler.net"], ["encrypted_password", "$2a$04$T1iGZpqKRzuR6t.QAGoaSOw5NnLHBn0tODsnZifX40cLYTf1GVneG"], ["created_at", "2019-01-21 09:34:48.213273"], ["updated_at", "2019-01-21 09:34:48.213273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_22"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_22"], ["name", "interpreter 22"], ["description", "interpreter 22"], ["created_at", "2019-01-21 09:34:48.215077"], ["updated_at", "2019-01-21 09:34:48.215077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 09:34:48.217120"], ["updated_at", "2019-01-21 09:34:48.217120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Alysiabury 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Alysiabury 21"], ["created_at", "2019-01-21 09:34:48.218663"], ["updated_at", "2019-01-21 09:34:48.218663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Millerhaven 22"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Millerhaven 22"], ["created_at", "2019-01-21 09:34:48.219970"], ["updated_at", "2019-01-21 09:34:48.219970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "pink 21"], ["created_at", "2019-01-21 09:34:48.221358"], ["updated_at", "2019-01-21 09:34:48.221358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 22"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "yellow 22"], ["created_at", "2019-01-21 09:34:48.222820"], ["updated_at", "2019-01-21 09:34:48.222820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sherie@rogahnhickle.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sherie@rogahnhickle.info"], ["encrypted_password", "$2a$04$.bLGwqAEPCuknIngq5OWwutYi2zP1lnmaKiS1lyi3I3aO8GHdLDf2"], ["created_at", "2019-01-21 09:34:48.225282"], ["updated_at", "2019-01-21 09:34:48.225282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Officiis quia eum nulla."], ["body", "Qui doloremque non. Quae iusto sequi. Porro voluptatum veritatis."], ["created_at", "2019-01-21 09:34:48.226473"], ["updated_at", "2019-01-21 09:34:48.226473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "my@rice.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "my@rice.biz"], ["encrypted_password", "$2a$04$iybBjW7HjGCtAjwvsrSM6ezzIHgPqKqrgshh5rm8z4O2wGGNObTM2"], ["created_at", "2019-01-21 09:34:48.229371"], ["updated_at", "2019-01-21 09:34:48.229371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Magnam earum possimus iusto."], ["body", "Maiores aliquid distinctio. Molestiae mollitia consequuntur. Doloremque magnam consequatur."], ["created_at", "2019-01-21 09:34:48.230595"], ["updated_at", "2019-01-21 09:34:48.230595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "herlinda@schuppe.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "herlinda@schuppe.biz"], ["encrypted_password", "$2a$04$LVTRHh41OV5oKYCzgW3vVOL7JQtAVeq633KxbsnqcYHQJNiRspwci"], ["created_at", "2019-01-21 09:34:48.233192"], ["updated_at", "2019-01-21 09:34:48.233192"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Temporibus mollitia aut sed."], ["body", "Minima ipsam quaerat. Quae sapiente voluptate. Expedita est odio."], ["created_at", "2019-01-21 09:34:48.234225"], ["updated_at", "2019-01-21 09:34:48.234225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "renate@pouros.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "renate@pouros.name"], ["encrypted_password", "$2a$04$Fzp4v0UPz71.jbFUPdmFtOUxNv7WEuwDuVpoz/gAvmBiXoZUqKngi"], ["created_at", "2019-01-21 09:34:48.236623"], ["updated_at", "2019-01-21 09:34:48.236623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Delectus repellendus quis nobis."], ["body", "Modi doloribus vero. Voluptas ipsa culpa. Ab illum enim."], ["created_at", "2019-01-21 09:34:48.237653"], ["updated_at", "2019-01-21 09:34:48.237653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Alysiabury 21"], ["created_at", "2019-01-21 09:34:48.239211"], ["updated_at", "2019-01-21 09:34:48.239211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "pink 21"], ["created_at", "2019-01-21 09:34:48.240661"], ["updated_at", "2019-01-21 09:34:48.240661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'alysiabury 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'pink 21') Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'alysiabury 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'pink 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'alysiabury 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'pink 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maryannaoberbrunner@rippin.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "maryannaoberbrunner@rippin.biz"], ["encrypted_password", "$2a$04$CmKUrPLznSveZ2HM9kurnegBGSxZXIJdCoMEEp15C2MDPluEAQ2EO"], ["created_at", "2019-01-21 09:34:48.251825"], ["updated_at", "2019-01-21 09:34:48.251825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reinaldo@dubuque.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "reinaldo@dubuque.co"], ["encrypted_password", "$2a$04$Wsh8yLe0e/4Z3wxMiZ.BoO1gkfW0uBEVRHQeKSR0c3ldtjuYJVTpS"], ["created_at", "2019-01-21 09:34:48.254536"], ["updated_at", "2019-01-21 09:34:48.254536"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orchid 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orchid 23"], ["created_at", "2019-01-21 09:34:48.255854"], ["updated_at", "2019-01-21 09:34:48.255854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Janelleshire 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Janelleshire 23"], ["created_at", "2019-01-21 09:34:48.257047"], ["updated_at", "2019-01-21 09:34:48.257047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Omnis ex in ea."], ["body", "Enim autem sapiente. Perspiciatis tenetur vero. Sint aut beatae."], ["created_at", "2019-01-21 09:34:48.258028"], ["updated_at", "2019-01-21 09:34:48.258028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shelly@abbottkozey.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shelly@abbottkozey.org"], ["encrypted_password", "$2a$04$MtyvdF4lbntNne2QKF96yulNs5/ZnvuHKHZeNVhCFzvVn5Pp..itu"], ["created_at", "2019-01-21 09:34:48.262851"], ["updated_at", "2019-01-21 09:34:48.262851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_23"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_23"], ["name", "biologist 23"], ["description", "biologist 23"], ["created_at", "2019-01-21 09:34:48.264858"], ["updated_at", "2019-01-21 09:34:48.264858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_24"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_24"], ["name", "attorney at law 24"], ["description", "attorney at law 24"], ["created_at", "2019-01-21 09:34:48.266409"], ["updated_at", "2019-01-21 09:34:48.266409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 09:34:48.268339"], ["updated_at", "2019-01-21 09:34:48.268339"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 09:34:48.269557"], ["updated_at", "2019-01-21 09:34:48.269557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Satterfieldborough 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Satterfieldborough 24"], ["created_at", "2019-01-21 09:34:48.270636"], ["updated_at", "2019-01-21 09:34:48.270636"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Reillyshire 25"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Reillyshire 25"], ["created_at", "2019-01-21 09:34:48.271790"], ["updated_at", "2019-01-21 09:34:48.271790"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lavender 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lavender 24"], ["created_at", "2019-01-21 09:34:48.273151"], ["updated_at", "2019-01-21 09:34:48.273151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 25"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "tan 25"], ["created_at", "2019-01-21 09:34:48.274818"], ["updated_at", "2019-01-21 09:34:48.274818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "geraldine@windler.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "geraldine@windler.name"], ["encrypted_password", "$2a$04$rfHmV/dFuBHrow7IzAvkAefNFmZNXmh3b9H4hbMeTvoNuyaEOaehK"], ["created_at", "2019-01-21 09:34:48.277446"], ["updated_at", "2019-01-21 09:34:48.277446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Nihil et accusantium voluptatibus."], ["body", "Animi facilis dolorem. At aperiam libero. Itaque sed natus."], ["created_at", "2019-01-21 09:34:48.278626"], ["updated_at", "2019-01-21 09:34:48.278626"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "adrianaquigley@mcdermotthagenes.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "adrianaquigley@mcdermotthagenes.com"], ["encrypted_password", "$2a$04$gOZscRgta1TfNTYZP9/Wb.0oI0OfeWp.WiVP.kl33owc1ltrPxf8q"], ["created_at", "2019-01-21 09:34:48.281144"], ["updated_at", "2019-01-21 09:34:48.281144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Eaque laboriosam ut quia."], ["body", "Recusandae qui rerum. Rem rerum in. Aperiam laboriosam odit."], ["created_at", "2019-01-21 09:34:48.282183"], ["updated_at", "2019-01-21 09:34:48.282183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "johnathan@christiansen.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "johnathan@christiansen.com"], ["encrypted_password", "$2a$04$hnrX.R8GqNDpKAr5tplwveWeJNqWxQm/wgQUxMYfpCK9NiIND.Etm"], ["created_at", "2019-01-21 09:34:48.284710"], ["updated_at", "2019-01-21 09:34:48.284710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Itaque expedita facere eum."], ["body", "Ut et ut. Et labore quae. Id rerum voluptas."], ["created_at", "2019-01-21 09:34:48.285898"], ["updated_at", "2019-01-21 09:34:48.285898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "napoleon@roob.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "napoleon@roob.info"], ["encrypted_password", "$2a$04$neyZT86oWV4vMDp7uld27O0srgg.MPvZHzdabt8V1kvgJ0Yr.pbzW"], ["created_at", "2019-01-21 09:34:48.288447"], ["updated_at", "2019-01-21 09:34:48.288447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Consectetur optio omnis nihil."], ["body", "Voluptatem accusamus velit. Totam ipsum velit. Quidem distinctio aperiam."], ["created_at", "2019-01-21 09:34:48.289499"], ["updated_at", "2019-01-21 09:34:48.289499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Satterfieldborough 24"], ["created_at", "2019-01-21 09:34:48.291093"], ["updated_at", "2019-01-21 09:34:48.291093"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "lavender 24"], ["created_at", "2019-01-21 09:34:48.292532"], ["updated_at", "2019-01-21 09:34:48.292532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Reillyshire 25"], ["created_at", "2019-01-21 09:34:48.293817"], ["updated_at", "2019-01-21 09:34:48.293817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "tan 25"], ["created_at", "2019-01-21 09:34:48.295143"], ["updated_at", "2019-01-21 09:34:48.295143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'satterfieldborough 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lavender 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'reillyshire 25') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'tan 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcy@haaggerhold.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marcy@haaggerhold.net"], ["encrypted_password", "$2a$04$4xjLlHNNCvaPtPGj2BKNtOwHWDZ0qwYrfSAb3aYw9jG369QUYW6Nu"], ["created_at", "2019-01-21 09:34:48.304054"], ["updated_at", "2019-01-21 09:34:48.304054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_25"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_25"], ["name", "biologist 25"], ["description", "biologist 25"], ["created_at", "2019-01-21 09:34:48.305834"], ["updated_at", "2019-01-21 09:34:48.305834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_26"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_26"], ["name", "human resources 26"], ["description", "human resources 26"], ["created_at", "2019-01-21 09:34:48.307234"], ["updated_at", "2019-01-21 09:34:48.307234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 09:34:48.309124"], ["updated_at", "2019-01-21 09:34:48.309124"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 09:34:48.310277"], ["updated_at", "2019-01-21 09:34:48.310277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Spinkashire 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Spinkashire 26"], ["created_at", "2019-01-21 09:34:48.311431"], ["updated_at", "2019-01-21 09:34:48.311431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Auerland 27"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Auerland 27"], ["created_at", "2019-01-21 09:34:48.312614"], ["updated_at", "2019-01-21 09:34:48.312614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 26"], ["created_at", "2019-01-21 09:34:48.313915"], ["updated_at", "2019-01-21 09:34:48.313915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 27"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "silver 27"], ["created_at", "2019-01-21 09:34:48.315156"], ["updated_at", "2019-01-21 09:34:48.315156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shonna@gerhold.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shonna@gerhold.io"], ["encrypted_password", "$2a$04$3R53xT5kXxI5sr720Mh6..Sfy63vDXRyIVuSCkjZQKaak9S1W1fRy"], ["created_at", "2019-01-21 09:34:48.317510"], ["updated_at", "2019-01-21 09:34:48.317510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Deserunt sit cumque ut."], ["body", "Autem impedit ut. Ut rerum quas. Ex aperiam exercitationem."], ["created_at", "2019-01-21 09:34:48.318579"], ["updated_at", "2019-01-21 09:34:48.318579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marlynboyer@gutkowski.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marlynboyer@gutkowski.co"], ["encrypted_password", "$2a$04$TF34unBB7qe9dA/RgCuoguzy.5a.t1McxERE42nvaPOUT6esbj6zy"], ["created_at", "2019-01-21 09:34:48.321036"], ["updated_at", "2019-01-21 09:34:48.321036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Quos quo aspernatur atque."], ["body", "Corporis sit non. Rem quia rerum. Eligendi dolorum maxime."], ["created_at", "2019-01-21 09:34:48.322032"], ["updated_at", "2019-01-21 09:34:48.322032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roccoarmstrong@brekkequigley.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "roccoarmstrong@brekkequigley.co"], ["encrypted_password", "$2a$04$4pMZL1RehYC9mBcg1Sov4.McRJ93KFcWIItfngqD9sCZxvRJiCcvG"], ["created_at", "2019-01-21 09:34:48.324462"], ["updated_at", "2019-01-21 09:34:48.324462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Qui enim dolorum voluptatem."], ["body", "Sit sit eum. Adipisci ex quo. Aut cum dolore."], ["created_at", "2019-01-21 09:34:48.325589"], ["updated_at", "2019-01-21 09:34:48.325589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "omega@jacobspfannerstill.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "omega@jacobspfannerstill.co"], ["encrypted_password", "$2a$04$fJjATxpDs2m0wTa1c79SNuEnIQxMB80QIUccj6/4DEv22chB2OsDC"], ["created_at", "2019-01-21 09:34:48.328120"], ["updated_at", "2019-01-21 09:34:48.328120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "At pariatur atque officia."], ["body", "Natus accusantium qui. Facilis aut voluptatem. Quia eveniet qui."], ["created_at", "2019-01-21 09:34:48.329227"], ["updated_at", "2019-01-21 09:34:48.329227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Spinkashire 26"], ["created_at", "2019-01-21 09:34:48.330777"], ["updated_at", "2019-01-21 09:34:48.330777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "orange 26"], ["created_at", "2019-01-21 09:34:48.332346"], ["updated_at", "2019-01-21 09:34:48.332346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Auerland 27"], ["created_at", "2019-01-21 09:34:48.333739"], ["updated_at", "2019-01-21 09:34:48.333739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "silver 27"], ["created_at", "2019-01-21 09:34:48.335070"], ["updated_at", "2019-01-21 09:34:48.335070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'spinkashire 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orange 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'auerland 27') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'silver 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'spinkashire 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orange 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'auerland 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'silver 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "allieconnelly@dachromaguera.name"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "allieconnelly@dachromaguera.name"], ["encrypted_password", "$2a$04$4VnCNo4D19inOXRlX1h0aemygzfPUXbqpuo7WU4DD/mt9mlkbaN/."], ["created_at", "2019-01-21 09:34:48.346785"], ["updated_at", "2019-01-21 09:34:48.346785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_27"], ["name", "statistician 27"], ["description", "statistician 27"], ["created_at", "2019-01-21 09:34:48.348622"], ["updated_at", "2019-01-21 09:34:48.348622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_28"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_28"], ["name", "accountant 28"], ["description", "accountant 28"], ["created_at", "2019-01-21 09:34:48.350042"], ["updated_at", "2019-01-21 09:34:48.350042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 09:34:48.351916"], ["updated_at", "2019-01-21 09:34:48.351916"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 09:34:48.353100"], ["updated_at", "2019-01-21 09:34:48.353100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Haagfort 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Haagfort 28"], ["created_at", "2019-01-21 09:34:48.354189"], ["updated_at", "2019-01-21 09:34:48.354189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Cesarchester 29"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Cesarchester 29"], ["created_at", "2019-01-21 09:34:48.355408"], ["updated_at", "2019-01-21 09:34:48.355408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 28"], ["created_at", "2019-01-21 09:34:48.356782"], ["updated_at", "2019-01-21 09:34:48.356782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 29"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "gold 29"], ["created_at", "2019-01-21 09:34:48.358084"], ["updated_at", "2019-01-21 09:34:48.358084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deonna@hodkiewicz.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "deonna@hodkiewicz.name"], ["encrypted_password", "$2a$04$gLVBXhBB/6po5/druVBs4u0iXZPvDpQgSOpPyilqlCRwYT19N7H6q"], ["created_at", "2019-01-21 09:34:48.360476"], ["updated_at", "2019-01-21 09:34:48.360476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Et quae deserunt est."], ["body", "Officia ut aut. Non tempora quia. Voluptatum quasi non."], ["created_at", "2019-01-21 09:34:48.361532"], ["updated_at", "2019-01-21 09:34:48.361532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "man@marks.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "man@marks.info"], ["encrypted_password", "$2a$04$l2zJcyAHPJhiWI4FN8CG.etsaoMPDFvYZ8gCSGShBj.iSFzRAu6Uy"], ["created_at", "2019-01-21 09:34:48.364000"], ["updated_at", "2019-01-21 09:34:48.364000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Asperiores voluptate corporis culpa."], ["body", "Fugit accusantium quaerat. Incidunt natus nemo. Odit accusamus aut."], ["created_at", "2019-01-21 09:34:48.365010"], ["updated_at", "2019-01-21 09:34:48.365010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shardadouglas@wiza.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shardadouglas@wiza.net"], ["encrypted_password", "$2a$04$.7Q4oii.ErN0GFmuhyiUz.Wif.Gi3L5rUoTNWuMSHTHjh/PbQFjmm"], ["created_at", "2019-01-21 09:34:48.367435"], ["updated_at", "2019-01-21 09:34:48.367435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Nulla iste nam et."], ["body", "Quam iure cumque. Et ut ut. Et recusandae dolor."], ["created_at", "2019-01-21 09:34:48.368499"], ["updated_at", "2019-01-21 09:34:48.368499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donaldcremin@rosenbaumhilpert.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "donaldcremin@rosenbaumhilpert.biz"], ["encrypted_password", "$2a$04$aYW4Fa5ZoSvtIDuf.z8DQOtelIv933Yio1qJFBwDNwK6w2JBvJ2QK"], ["created_at", "2019-01-21 09:34:48.371178"], ["updated_at", "2019-01-21 09:34:48.371178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Laborum ab dolorum quas."], ["body", "Ipsum sapiente quasi. Est commodi itaque. Earum exercitationem quo."], ["created_at", "2019-01-21 09:34:48.372249"], ["updated_at", "2019-01-21 09:34:48.372249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Haagfort 28"], ["created_at", "2019-01-21 09:34:48.373791"], ["updated_at", "2019-01-21 09:34:48.373791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "maroon 28"], ["created_at", "2019-01-21 09:34:48.375246"], ["updated_at", "2019-01-21 09:34:48.375246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-21 09:34:48.376605"], ["updated_at", "2019-01-21 09:34:48.376605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "gold 29"], ["created_at", "2019-01-21 09:34:48.377885"], ["updated_at", "2019-01-21 09:34:48.377885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'haagfort 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'maroon 28') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'gold 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "visitors"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "visitors"], ["action", "index"], ["created_at", "2019-01-21 09:34:48.393745"], ["updated_at", "2019-01-21 09:34:48.393745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "musician_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "musician 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_3"], ["name", "musician 3"], ["description", "musician 3"], ["created_at", "2019-01-21 09:34:48.395761"], ["updated_at", "2019-01-21 09:34:48.395761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 09:34:48.396935"], ["updated_at", "2019-01-21 09:34:48.396935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 09:34:48.414283"], ["updated_at", "2019-01-21 09:34:48.414283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-21 09:34:48.415436"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 09:34:48.427924"], ["updated_at", "2019-01-21 09:34:48.427924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-21 09:34:48.428847"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-21 09:34:48.443177"], ["updated_at", "2019-01-21 09:34:48.443177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 09:34:48.459904"], ["updated_at", "2019-01-21 09:34:48.459904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-21 09:34:48.460840"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "programmer_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "programmer 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_4"], ["name", "programmer 4"], ["description", "programmer 4"], ["created_at", "2019-01-21 09:34:48.545748"], ["updated_at", "2019-01-21 09:34:48.545748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 29"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_29"], ["name", "web developer 29"], ["description", "web developer 29"], ["created_at", "2019-01-21 09:34:48.547624"], ["updated_at", "2019-01-21 09:34:48.547624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-21 09:34:48.548887"], ["updated_at", "2019-01-21 09:34:48.548887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "judge_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "judge 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_5"], ["name", "judge 5"], ["description", "judge 5"], ["created_at", "2019-01-21 09:34:48.559872"], ["updated_at", "2019-01-21 09:34:48.559872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_30"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 30"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_30"], ["name", "accountant 30"], ["description", "accountant 30"], ["created_at", "2019-01-21 09:34:48.561767"], ["updated_at", "2019-01-21 09:34:48.561767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-21 09:34:48.562997"], ["updated_at", "2019-01-21 09:34:48.562997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 09:34:48.582525"], ["updated_at", "2019-01-21 09:34:48.582525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-21 09:34:48.583455"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 09:34:48.592142"], ["updated_at", "2019-01-21 09:34:48.592142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-21 09:34:48.593042"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-21 09:34:48.606601"], ["updated_at", "2019-01-21 09:34:48.606601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 31"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_31"], ["name", "actor 31"], ["description", "actor 31"], ["created_at", "2019-01-21 09:34:48.623492"], ["updated_at", "2019-01-21 09:34:48.623492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-21 09:34:48.625023"], ["updated_at", "2019-01-21 09:34:48.625023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-21 09:34:48.681227"], ["updated_at", "2019-01-21 09:34:48.681227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-21 09:34:48.682637"], ["updated_at", "2019-01-21 09:34:48.682637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.0ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 09:34:48.685751"], ["updated_at", "2019-01-21 09:34:48.685751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 09:34:48.686877"], ["updated_at", "2019-01-21 09:34:48.686877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-21 09:34:48.688569"], ["updated_at", "2019-01-21 09:34:48.688569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jerome@spencer.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jerome@spencer.name"], ["encrypted_password", "$2a$04$Ui0BS57EjtiwF9/QW6fhxODBjYkeeYF2NS7J1Z7hf89E8oE2oNnwO"], ["created_at", "2019-01-21 09:34:48.691265"], ["updated_at", "2019-01-21 09:34:48.691265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Debitis autem maxime ut."], ["body", "Fuga rerum non. Debitis ipsam commodi. Distinctio necessitatibus illum."], ["created_at", "2019-01-21 09:34:48.692483"], ["updated_at", "2019-01-21 09:34:48.692483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joshdaniel@windler.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "joshdaniel@windler.org"], ["encrypted_password", "$2a$04$pfO4Xezdt6Fyjh6v8wPaLuDtSx2Pqu7gbQkZjpmYRJnl5MEp3b6ou"], ["created_at", "2019-01-21 09:34:48.695235"], ["updated_at", "2019-01-21 09:34:48.695235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Non praesentium consequatur suscipit."], ["body", "Dolor reprehenderit ut. Esse corporis quis. Nam animi aut."], ["created_at", "2019-01-21 09:34:48.696319"], ["updated_at", "2019-01-21 09:34:48.696319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 09:34:48.699515"], ["updated_at", "2019-01-21 09:34:48.699515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 09:34:48.700756"], ["updated_at", "2019-01-21 09:34:48.700756"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-21 09:34:48.702447"], ["updated_at", "2019-01-21 09:34:48.702447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "leonora@hoppe.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "leonora@hoppe.biz"], ["encrypted_password", "$2a$04$CN/gZGQL4xCl2XEGk1ktWeivNrWZSOPjcplIenlhuvfYZm1xLt0DS"], ["created_at", "2019-01-21 09:34:48.705229"], ["updated_at", "2019-01-21 09:34:48.705229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eius et expedita vitae."], ["body", "Blanditiis consequuntur nobis. Nobis at et. Sint dignissimos quis."], ["created_at", "2019-01-21 09:34:48.706594"], ["updated_at", "2019-01-21 09:34:48.706594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "peggy@lowemcglynn.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "peggy@lowemcglynn.name"], ["encrypted_password", "$2a$04$3UWCItv3/Y42RfsVGimBfe/lXOLa8U25HUM8J0j/bj7S7oCYyrKQ."], ["created_at", "2019-01-21 09:34:48.709604"], ["updated_at", "2019-01-21 09:34:48.709604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Eaque beatae architecto quibusdam."], ["body", "Et ipsa ut. Nam fugit necessitatibus. Consequatur est at."], ["created_at", "2019-01-21 09:34:48.710880"], ["updated_at", "2019-01-21 09:34:48.710880"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 09:34:48.714476"], ["updated_at", "2019-01-21 09:34:48.714476"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 09:34:48.715969"], ["updated_at", "2019-01-21 09:34:48.715969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-21 09:34:48.717452"], ["updated_at", "2019-01-21 09:34:48.717452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eloy@rath.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eloy@rath.org"], ["encrypted_password", "$2a$04$Isu9eiKGSsWh12QYIID3YeFTK/WtF6XEVlP44a8qhz1y0VfYc.TyK"], ["created_at", "2019-01-21 09:34:48.720341"], ["updated_at", "2019-01-21 09:34:48.720341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Delectus dolorem commodi qui."], ["body", "Et voluptatem rerum. Labore nemo reprehenderit. Enim illum magni."], ["created_at", "2019-01-21 09:34:48.721623"], ["updated_at", "2019-01-21 09:34:48.721623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elmo@hammechuppe.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elmo@hammechuppe.net"], ["encrypted_password", "$2a$04$FtKuJN3VfpeOz0m4L9F/l.UgW.cOniFil12Kl/qOsQVMrQdB5HDp6"], ["created_at", "2019-01-21 09:34:48.724673"], ["updated_at", "2019-01-21 09:34:48.724673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Sit occaecati similique aut."], ["body", "Delectus reiciendis quos. Minus perspiciatis quia. Repudiandae maxime qui."], ["created_at", "2019-01-21 09:34:48.725951"], ["updated_at", "2019-01-21 09:34:48.725951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 09:34:48.729341"], ["updated_at", "2019-01-21 09:34:48.729341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 09:34:48.730588"], ["updated_at", "2019-01-21 09:34:48.730588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-21 09:34:48.731927"], ["updated_at", "2019-01-21 09:34:48.731927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eldon@kub.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eldon@kub.com"], ["encrypted_password", "$2a$04$zVIbVUpARNYTujLK6n9XqeScK9rtru8AyxfwUDZhePmMqeB39IRdO"], ["created_at", "2019-01-21 09:34:48.735205"], ["updated_at", "2019-01-21 09:34:48.735205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Cumque nobis neque id."], ["body", "Autem quam dolore. Reprehenderit aliquid et. Necessitatibus soluta et."], ["created_at", "2019-01-21 09:34:48.736834"], ["updated_at", "2019-01-21 09:34:48.736834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tammirogahn@upton.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tammirogahn@upton.io"], ["encrypted_password", "$2a$04$b3I9udM3JdIwH9FEZXXS1.vRoGo8LTrwPXckpK1a9j.FtWY2d.Z4O"], ["created_at", "2019-01-21 09:34:48.740161"], ["updated_at", "2019-01-21 09:34:48.740161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Qui et asperiores sit."], ["body", "Qui vel molestiae. Vel eos incidunt. Accusantium cumque ad."], ["created_at", "2019-01-21 09:34:48.741539"], ["updated_at", "2019-01-21 09:34:48.741539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "delmamurphy@damore.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "delmamurphy@damore.com"], ["encrypted_password", "$2a$04$mMwRCezL/WmSeJka9g8.NupteIZGyuxzlBoVDTAvc5Q.qIQcBtLZq"], ["created_at", "2019-01-21 09:34:48.744237"], ["updated_at", "2019-01-21 09:34:48.744237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Aliquid temporibus esse facilis."], ["body", "Reiciendis libero est. Fugiat at iste. Id sapiente ut."], ["created_at", "2019-01-21 09:34:48.745362"], ["updated_at", "2019-01-21 09:34:48.745362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 09:34:48.750240"], ["updated_at", "2019-01-21 09:34:48.750240"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 09:34:48.751618"], ["updated_at", "2019-01-21 09:34:48.751618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-21 09:34:48.753068"], ["updated_at", "2019-01-21 09:34:48.753068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-21 09:34:48.754486"], ["updated_at", "2019-01-21 09:34:48.754486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "macie@ortiz.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "macie@ortiz.biz"], ["encrypted_password", "$2a$04$SY2cZfybE/TtiBqQXKucTuXsG5tZko.nALdXGdaxyPPVPJ4rb5NMC"], ["created_at", "2019-01-21 09:34:48.757068"], ["updated_at", "2019-01-21 09:34:48.757068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Nam reiciendis deleniti fugit."], ["body", "Rem ut aperiam. Cum aut quia. Cumque mollitia accusamus."], ["created_at", "2019-01-21 09:34:48.758305"], ["updated_at", "2019-01-21 09:34:48.758305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joesphsimonis@shanahanlarson.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "joesphsimonis@shanahanlarson.co"], ["encrypted_password", "$2a$04$9xIa7TH4qt3L7e24NXhNNeDuLU09kDt76aCDw5C.mKr09NXijoST."], ["created_at", "2019-01-21 09:34:48.761550"], ["updated_at", "2019-01-21 09:34:48.761550"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Velit sed corrupti et."], ["body", "Nulla laboriosam suscipit. Ducimus maiores sunt. Doloremque beatae minus."], ["created_at", "2019-01-21 09:34:48.762992"], ["updated_at", "2019-01-21 09:34:48.762992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aleishaaltenwerth@binswitting.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "aleishaaltenwerth@binswitting.com"], ["encrypted_password", "$2a$04$8CQY6ebBcY4XPHrTMWgUUOG6vi/4GiIYuacqqNQaZ5t58a07ku5LC"], ["created_at", "2019-01-21 09:34:48.765817"], ["updated_at", "2019-01-21 09:34:48.765817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Odit nam magni aut."], ["body", "Deserunt repudiandae iure. Corrupti qui at. Cupiditate natus ullam."], ["created_at", "2019-01-21 09:34:48.766978"], ["updated_at", "2019-01-21 09:34:48.766978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cathiekrajcik@herman.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cathiekrajcik@herman.info"], ["encrypted_password", "$2a$04$CsezkIpCOtNtyd.FXP6PbOMzE0saPfSN.01mKCxAZPM90W5E5/xXC"], ["created_at", "2019-01-21 09:34:48.769649"], ["updated_at", "2019-01-21 09:34:48.769649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Iusto aperiam voluptatibus veniam."], ["body", "Et expedita facilis. Ut et voluptatem. Debitis quaerat repellat."], ["created_at", "2019-01-21 09:34:48.770832"], ["updated_at", "2019-01-21 09:34:48.770832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 09:34:48.778476"], ["updated_at", "2019-01-21 09:34:48.778476"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 09:34:48.779768"], ["updated_at", "2019-01-21 09:34:48.779768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-21 09:34:48.781077"], ["updated_at", "2019-01-21 09:34:48.781077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-21 09:34:48.782395"], ["updated_at", "2019-01-21 09:34:48.782395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "takisha@beier.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "takisha@beier.co"], ["encrypted_password", "$2a$04$ndUJyAS.8JcI9FG0SXKHpOqNrdE3T.XiL65HAy/F3WzaPBm05qNQq"], ["created_at", "2019-01-21 09:34:48.785079"], ["updated_at", "2019-01-21 09:34:48.785079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Sint cumque delectus quaerat."], ["body", "Qui mollitia officia. Id in numquam. Quis non ut."], ["created_at", "2019-01-21 09:34:48.786356"], ["updated_at", "2019-01-21 09:34:48.786356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Jammieville 30"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Jammieville 30"], ["created_at", "2019-01-21 09:34:48.789608"], ["updated_at", "2019-01-21 09:34:48.789608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lahomaborough 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lahomaborough 31"], ["created_at", "2019-01-21 09:34:48.791007"], ["updated_at", "2019-01-21 09:34:48.791007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Bergeview 32"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bergeview 32"], ["created_at", "2019-01-21 09:34:48.792058"], ["updated_at", "2019-01-21 09:34:48.792058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.6ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Et eos laboriosam aut."], ["created_at", "2019-01-21 09:34:48.797577"], ["updated_at", "2019-01-21 09:34:48.797577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 AnnouncementCity Create (1.0ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-21 09:34:48.807180"], ["updated_at", "2019-01-21 09:34:48.807180"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-21 09:34:48.809000"], ["updated_at", "2019-01-21 09:34:48.809000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 09:34:48.812334"], ["updated_at", "2019-01-21 09:34:48.812334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-21 09:34:48.814009"], ["updated_at", "2019-01-21 09:34:48.814009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gabriellindgren@harris.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gabriellindgren@harris.info"], ["encrypted_password", "$2a$04$Qv.43Gmlc6vKSn7uMFAl6OafTTQn1xb4h55VXgiqsUXze/iiZ8rWq"], ["created_at", "2019-01-21 09:34:48.816702"], ["updated_at", "2019-01-21 09:34:48.816702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ipsam est harum aut."], ["body", "Facilis necessitatibus aut. Et hic labore. Maxime nobis eum."], ["created_at", "2019-01-21 09:34:48.818215"], ["updated_at", "2019-01-21 09:34:48.818215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.2ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Quibusdam distinctio suscipit tempora."], ["created_at", "2019-01-21 09:34:48.820522"], ["updated_at", "2019-01-21 09:34:48.820522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "delwintheiser@lemke.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "delwintheiser@lemke.co"], ["encrypted_password", "$2a$04$hODAozgBIXzsBbBVKKhEceNS9H/uOVXfBoOUmLOg3eElxGAn2itvW"], ["created_at", "2019-01-21 09:34:48.825374"], ["updated_at", "2019-01-21 09:34:48.825374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "magenta 30"], ["created_at", "2019-01-21 09:34:48.827175"], ["updated_at", "2019-01-21 09:34:48.827175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lessieberg 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lessieberg 33"], ["created_at", "2019-01-21 09:34:48.828391"], ["updated_at", "2019-01-21 09:34:48.828391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Aut ut fugit fugiat."], ["body", "Et minus eum. Voluptatem aliquid molestiae. Reprehenderit ut earum."], ["created_at", "2019-01-21 09:34:48.829438"], ["updated_at", "2019-01-21 09:34:48.829438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Elke 34"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Elke 34"], ["created_at", "2019-01-21 09:34:48.832834"], ["updated_at", "2019-01-21 09:34:48.832834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Shaneka 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Shaneka 35"], ["created_at", "2019-01-21 09:34:48.834278"], ["updated_at", "2019-01-21 09:34:48.834278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 09:34:48.836294"], ["updated_at", "2019-01-21 09:34:48.836294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 09:34:48.837390"], ["updated_at", "2019-01-21 09:34:48.837390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "corie@keebler.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "corie@keebler.org"], ["encrypted_password", "$2a$04$N.Sc0.P6OzQFpCtAeYkj3uV6d2BE8v82apqSckx4lbieVmKj/.Hfu"], ["created_at", "2019-01-21 09:34:48.839817"], ["updated_at", "2019-01-21 09:34:48.839817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 31"], ["created_at", "2019-01-21 09:34:48.841333"], ["updated_at", "2019-01-21 09:34:48.841333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quaerat exercitationem voluptatem maiores."], ["body", "At sapiente reprehenderit. Eum modi voluptatem. Eligendi quo quia."], ["created_at", "2019-01-21 09:34:48.842439"], ["updated_at", "2019-01-21 09:34:48.842439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 09:34:48.844993"], ["updated_at", "2019-01-21 09:34:48.844993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 09:34:48.846470"], ["updated_at", "2019-01-21 09:34:48.846470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sunshine@haaggleason.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sunshine@haaggleason.io"], ["encrypted_password", "$2a$04$/M/q6elAWhzNOSKHy92LNebZ9w/bZhtkyF9DDc97a0UDGb40WBTJe"], ["created_at", "2019-01-21 09:34:48.849212"], ["updated_at", "2019-01-21 09:34:48.849212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 32"], ["created_at", "2019-01-21 09:34:48.850735"], ["updated_at", "2019-01-21 09:34:48.850735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Labore non aliquid voluptatem."], ["body", "Porro consequuntur minima. Sit nulla magnam. Voluptates molestiae cupiditate."], ["created_at", "2019-01-21 09:34:48.851854"], ["updated_at", "2019-01-21 09:34:48.851854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Charlesberg 36"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Charlesberg 36"], ["created_at", "2019-01-21 09:34:48.854430"], ["updated_at", "2019-01-21 09:34:48.854430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Josue 37"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Josue 37"], ["created_at", "2019-01-21 09:34:48.855668"], ["updated_at", "2019-01-21 09:34:48.855668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Blickchester 38"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Blickchester 38"], ["created_at", "2019-01-21 09:34:48.856939"], ["updated_at", "2019-01-21 09:34:48.856939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Ullam quo porro occaecati."], ["created_at", "2019-01-21 09:34:48.858052"], ["updated_at", "2019-01-21 09:34:48.858052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-21 09:34:48.859619"], ["updated_at", "2019-01-21 09:34:48.859619"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-21 09:34:48.860473"], ["updated_at", "2019-01-21 09:34:48.860473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Sammymouth 39"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sammymouth 39"], ["created_at", "2019-01-21 09:34:48.863177"], ["updated_at", "2019-01-21 09:34:48.863177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kirlinside 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kirlinside 40"], ["created_at", "2019-01-21 09:34:48.864767"], ["updated_at", "2019-01-21 09:34:48.864767"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Chauncey 41"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Chauncey 41"], ["created_at", "2019-01-21 09:34:48.866126"], ["updated_at", "2019-01-21 09:34:48.866126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Moisesview 42"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Moisesview 42"], ["created_at", "2019-01-21 09:34:48.867195"], ["updated_at", "2019-01-21 09:34:48.867195"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Unde voluptatem cum magni."], ["created_at", "2019-01-21 09:34:48.868053"], ["updated_at", "2019-01-21 09:34:48.868053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-21 09:34:48.869685"], ["updated_at", "2019-01-21 09:34:48.869685"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-21 09:34:48.870688"], ["updated_at", "2019-01-21 09:34:48.870688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Luanneview 43"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Luanneview 43"], ["created_at", "2019-01-21 09:34:48.873632"], ["updated_at", "2019-01-21 09:34:48.873632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ramon@macgyverjones.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ramon@macgyverjones.org"], ["encrypted_password", "$2a$04$7TlpiwMoPXqyoN/Yc0K/A.k9R3fv.N8YZ.y0wabcfJc1MhXYEeFcy"], ["created_at", "2019-01-21 09:34:48.876439"], ["updated_at", "2019-01-21 09:34:48.876439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 33"], ["created_at", "2019-01-21 09:34:48.878300"], ["updated_at", "2019-01-21 09:34:48.878300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Melinda 44"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Melinda 44"], ["created_at", "2019-01-21 09:34:48.879896"], ["updated_at", "2019-01-21 09:34:48.879896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Deleniti voluptatem aut distinctio."], ["body", "Incidunt praesentium ducimus. Iste aut odio. Atque sint culpa."], ["created_at", "2019-01-21 09:34:48.880999"], ["updated_at", "2019-01-21 09:34:48.880999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Aliciaborough 45"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Aliciaborough 45"], ["created_at", "2019-01-21 09:34:48.883920"], ["updated_at", "2019-01-21 09:34:48.883920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kerry@willms.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kerry@willms.com"], ["encrypted_password", "$2a$04$Ysn2ejfzqpXCGDVFeO2KTu2zsHhGYp44f3H6UG2dYZb3A8/xniTKG"], ["created_at", "2019-01-21 09:34:48.886945"], ["updated_at", "2019-01-21 09:34:48.886945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "salmon 34"], ["created_at", "2019-01-21 09:34:48.888806"], ["updated_at", "2019-01-21 09:34:48.888806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Kalliemouth 46"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Kalliemouth 46"], ["created_at", "2019-01-21 09:34:48.890134"], ["updated_at", "2019-01-21 09:34:48.890134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Libero omnis adipisci nobis."], ["body", "Repellendus tenetur optio. Et modi aspernatur. Est magni et."], ["created_at", "2019-01-21 09:34:48.891227"], ["updated_at", "2019-01-21 09:34:48.891227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Marilou 47"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Marilou 47"], ["created_at", "2019-01-21 09:34:48.894293"], ["updated_at", "2019-01-21 09:34:48.894293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Chadwick 49"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Chadwick 49"], ["created_at", "2019-01-21 09:34:48.896500"], ["updated_at", "2019-01-21 09:34:48.896500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Darcifort 51"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Darcifort 51"], ["created_at", "2019-01-21 09:34:48.899176"], ["updated_at", "2019-01-21 09:34:48.899176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zackary@cain.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zackary@cain.net"], ["encrypted_password", "$2a$04$z0D9pJkKSQ..DFJ5HkDWwet0ijy/gGFvvX3sgSvVIxxOHFiJ/9Ehy"], ["created_at", "2019-01-21 09:34:48.904628"], ["updated_at", "2019-01-21 09:34:48.904628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "florencionikolaus@pollich.info"], ["LIMIT", 1]] User Create (1.5ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "florencionikolaus@pollich.info"], ["encrypted_password", "$2a$04$vh05ZzyK6A3v5cHw9C9RYOu6EsTT2AX0TwfUgETzBh3ewr9Bw4CEe"], ["created_at", "2019-01-21 11:42:42.247115"], ["updated_at", "2019-01-21 11:42:42.247115"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ApplicationController#custom as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_1"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_1"], ["name", "interpreter 1"], ["description", "interpreter 1"], ["created_at", "2019-01-21 11:47:31.602657"], ["updated_at", "2019-01-21 11:47:31.602657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_2"], ["name", "architect 2"], ["description", "architect 2"], ["created_at", "2019-01-21 11:47:31.604549"], ["updated_at", "2019-01-21 11:47:31.604549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ona@collins.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ona@collins.co"], ["encrypted_password", "$2a$04$4Fcy/b/N.UMZCcSEVxGp0eqt0wj6TUjXHnl0kjHIcP49GRIWyh.WW"], ["created_at", "2019-01-21 11:47:31.647521"], ["updated_at", "2019-01-21 11:47:31.647521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "plum 1"], ["created_at", "2019-01-21 11:47:31.654963"], ["updated_at", "2019-01-21 11:47:31.654963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Maggieland 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Maggieland 1"], ["created_at", "2019-01-21 11:47:31.661497"], ["updated_at", "2019-01-21 11:47:31.661497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Autem est facere nihil."], ["body", "At eius voluptas. Cupiditate consequatur temporibus. Repudiandae doloribus consequatur."], ["created_at", "2019-01-21 11:47:31.663257"], ["updated_at", "2019-01-21 11:47:31.663257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_3"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_3"], ["name", "statistician 3"], ["description", "statistician 3"], ["created_at", "2019-01-21 11:47:31.669539"], ["updated_at", "2019-01-21 11:47:31.669539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_4"], ["name", "designer 4"], ["description", "designer 4"], ["created_at", "2019-01-21 11:47:31.671213"], ["updated_at", "2019-01-21 11:47:31.671213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "colton@maggio.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "colton@maggio.net"], ["encrypted_password", "$2a$04$0VtGS0J.sUBRHEJLbBmxHeT.bjemQZyLKwb3Oly8h2LFqjRLt7U/S"], ["created_at", "2019-01-21 11:47:31.674835"], ["updated_at", "2019-01-21 11:47:31.674835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 2"], ["created_at", "2019-01-21 11:47:31.676613"], ["updated_at", "2019-01-21 11:47:31.676613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Vinceburgh 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Vinceburgh 2"], ["created_at", "2019-01-21 11:47:31.677862"], ["updated_at", "2019-01-21 11:47:31.677862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Dignissimos aut quis non."], ["body", "Blanditiis qui aut. Autem doloremque soluta. Quidem consequatur consequatur."], ["created_at", "2019-01-21 11:47:31.678846"], ["updated_at", "2019-01-21 11:47:31.678846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_5"], ["name", "biologist 5"], ["description", "biologist 5"], ["created_at", "2019-01-21 11:47:31.693061"], ["updated_at", "2019-01-21 11:47:31.693061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "writer_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "writer 6"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_6"], ["name", "writer 6"], ["description", "writer 6"], ["created_at", "2019-01-21 11:47:31.694655"], ["updated_at", "2019-01-21 11:47:31.694655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "octavio@rennerframi.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "octavio@rennerframi.name"], ["encrypted_password", "$2a$04$54B0PHEGSYTE989SRJvUcug/j.CZFhBlC8boBoVMhHKsBcTzV9eXG"], ["created_at", "2019-01-21 11:47:31.698096"], ["updated_at", "2019-01-21 11:47:31.698096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "azure 3"], ["created_at", "2019-01-21 11:47:31.699551"], ["updated_at", "2019-01-21 11:47:31.699551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Gaston 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Gaston 3"], ["created_at", "2019-01-21 11:47:31.700829"], ["updated_at", "2019-01-21 11:47:31.700829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quis tempora quo et."], ["body", "Ut iusto nisi. Voluptate voluptates sit. Temporibus quis fuga."], ["created_at", "2019-01-21 11:47:31.701844"], ["updated_at", "2019-01-21 11:47:31.701844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_7"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 7"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_7"], ["name", "human resources 7"], ["description", "human resources 7"], ["created_at", "2019-01-21 11:47:31.708714"], ["updated_at", "2019-01-21 11:47:31.708714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_8"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 8"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_8"], ["name", "programmer 8"], ["description", "programmer 8"], ["created_at", "2019-01-21 11:47:31.711170"], ["updated_at", "2019-01-21 11:47:31.711170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "larry@caindare.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "larry@caindare.biz"], ["encrypted_password", "$2a$04$yj084y7kdv.aSD8gDlt/0evS4KmvuraaFlIuctpmmJ3q//7OM0xIq"], ["created_at", "2019-01-21 11:47:31.715198"], ["updated_at", "2019-01-21 11:47:31.715198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 4"], ["created_at", "2019-01-21 11:47:31.716864"], ["updated_at", "2019-01-21 11:47:31.716864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kemmerchester 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kemmerchester 4"], ["created_at", "2019-01-21 11:47:31.718025"], ["updated_at", "2019-01-21 11:47:31.718025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Nihil eum voluptatem facere."], ["body", "Ea laboriosam magnam. In quis sit. Vitae ipsam dolores."], ["created_at", "2019-01-21 11:47:31.719153"], ["updated_at", "2019-01-21 11:47:31.719153"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_9"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 9"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_9"], ["name", "actor 9"], ["description", "actor 9"], ["created_at", "2019-01-21 11:47:31.726815"], ["updated_at", "2019-01-21 11:47:31.726815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 10"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_10"], ["name", "designer 10"], ["description", "designer 10"], ["created_at", "2019-01-21 11:47:31.728800"], ["updated_at", "2019-01-21 11:47:31.728800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "zella@gerholdtorp.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "zella@gerholdtorp.com"], ["encrypted_password", "$2a$04$dGIJjxErVr5jEJWP8e5IjO5EssxiWMovsEzl1dA8Hs.B5qy6LEX2W"], ["created_at", "2019-01-21 11:47:31.732739"], ["updated_at", "2019-01-21 11:47:31.732739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "green 5"], ["created_at", "2019-01-21 11:47:31.734622"], ["updated_at", "2019-01-21 11:47:31.734622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Nealshire 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Nealshire 5"], ["created_at", "2019-01-21 11:47:31.742077"], ["updated_at", "2019-01-21 11:47:31.742077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ad asperiores et vel."], ["body", "Officiis aut voluptas. Voluptas sed officia. Doloribus est et."], ["created_at", "2019-01-21 11:47:31.743338"], ["updated_at", "2019-01-21 11:47:31.743338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_11"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_11"], ["name", "teacher 11"], ["description", "teacher 11"], ["created_at", "2019-01-21 11:47:31.749294"], ["updated_at", "2019-01-21 11:47:31.749294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 12"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_12"], ["name", "architect 12"], ["description", "architect 12"], ["created_at", "2019-01-21 11:47:31.751193"], ["updated_at", "2019-01-21 11:47:31.751193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ewakohler@okeefeprohaska.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ewakohler@okeefeprohaska.name"], ["encrypted_password", "$2a$04$awv/reiMOrMMHjRwUKWir.Uh5Y/fdhrU0K1O6mG8sRh1mvSlG96Bi"], ["created_at", "2019-01-21 11:47:31.755100"], ["updated_at", "2019-01-21 11:47:31.755100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "blue 6"], ["created_at", "2019-01-21 11:47:31.756955"], ["updated_at", "2019-01-21 11:47:31.756955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lednerborough 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lednerborough 6"], ["created_at", "2019-01-21 11:47:31.758339"], ["updated_at", "2019-01-21 11:47:31.758339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Maiores nihil quasi odio."], ["body", "Fugiat autem maxime. Sit omnis neque. At voluptatibus illum."], ["created_at", "2019-01-21 11:47:31.759714"], ["updated_at", "2019-01-21 11:47:31.759714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "isidra@purdyeffertz.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "isidra@purdyeffertz.com"], ["encrypted_password", "$2a$04$/Vv80R2CoDUqgx8wbursuuCJKoyoMO9sMsco99U0W0v3Xejtx7aqu"], ["created_at", "2019-01-21 11:47:31.762373"], ["updated_at", "2019-01-21 11:47:31.762373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "iangrady@durgan.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "iangrady@durgan.org"], ["encrypted_password", "$2a$04$dmGietVnJrmNxYcKMXPJ3.rLAcmd3gIjb041v0usrfR00TsoqnzCy"], ["created_at", "2019-01-21 11:47:31.843021"], ["updated_at", "2019-01-21 11:47:31.843021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ApplicationController#custom as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cary@kohler.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cary@kohler.org"], ["encrypted_password", "$2a$04$5yV8dBRZYdD/Hee7E2ECV.3YGFxAe6biCjON8UGHsyBDcxtSk9Gs2"], ["created_at", "2019-01-21 11:47:31.851665"], ["updated_at", "2019-01-21 11:47:31.851665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "joanna@hilllvolkman.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "joanna@hilllvolkman.biz"], ["encrypted_password", "$2a$04$/49CYms6LpinCb0cG9nkielU/XgOUcHA8H2KjGia6iwb9lOp.XFqy"], ["created_at", "2019-01-21 11:47:31.860192"], ["updated_at", "2019-01-21 11:47:31.860192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tomashaley@boyerabshire.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tomashaley@boyerabshire.io"], ["encrypted_password", "$2a$04$8nPeflVIsbY08iSqP/OzCOVkan4Hm5wlsMh3bIBSCy4XdyeLoQ0y6"], ["created_at", "2019-01-21 11:47:31.867107"], ["updated_at", "2019-01-21 11:47:31.867107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "howard@crooks.org"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "howard@crooks.org"], ["encrypted_password", "$2a$04$Q2lqvEGyImLnkouVsYvtd.PdRtKRFMF0iw6fHai3rNEu4txZmzdnG"], ["created_at", "2019-01-21 11:47:31.875181"], ["updated_at", "2019-01-21 11:47:31.875181"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "staceyrunolfsdottir@tillman.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "staceyrunolfsdottir@tillman.net"], ["encrypted_password", "$2a$04$IcnY09bZybld.c9UsDT75OnOhIJMoZHGYLFIM5Yan2zegjJVidaOG"], ["created_at", "2019-01-21 11:47:31.888319"], ["updated_at", "2019-01-21 11:47:31.888319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "faustinakeler@lemkemante.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "faustinakeler@lemkemante.com"], ["encrypted_password", "$2a$04$yUjfQ0LXN33XcULGUpE/eeNcEOiSYN1yfXanIRt59txyzG/cQ.aDW"], ["created_at", "2019-01-21 11:47:31.895755"], ["updated_at", "2019-01-21 11:47:31.895755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "celestina@hamill.com"], ["LIMIT", 1]] [36mUser Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "celestina@hamill.com"], ["encrypted_password", "$2a$04$4ignutZs7vTiGP.sMFYxLOvTxTDB58Y6qeGmsxI4MaqOQ/UnpZFrW"], ["created_at", "2019-01-21 11:47:31.902851"], ["updated_at", "2019-01-21 11:47:31.902851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reathakulas@wilkinson.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "reathakulas@wilkinson.biz"], ["encrypted_password", "$2a$04$I8W65bACiAsVXSugQ.wCTO/WPOQj.VvWiOTmPsIj7kPaoqUGnLmK6"], ["created_at", "2019-01-21 11:47:31.910945"], ["updated_at", "2019-01-21 11:47:31.910945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alvintromp@sporer.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alvintromp@sporer.org"], ["encrypted_password", "$2a$04$YQdINcSOuVqP9pomQVGk7.SD3zigPyPH4ejlm3.C8YTUQpROQLvAi"], ["created_at", "2019-01-21 11:47:31.919614"], ["updated_at", "2019-01-21 11:47:31.919614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hong@townekshlerin.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hong@townekshlerin.io"], ["encrypted_password", "$2a$04$9zrEl2D/YW6/3o3Dsn08fefT8FYxeuOARGIdiUyltYrVB7Z/YEp0i"], ["created_at", "2019-01-21 11:47:31.927323"], ["updated_at", "2019-01-21 11:47:31.927323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lymangreenfelder@witting.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lymangreenfelder@witting.co"], ["encrypted_password", "$2a$04$yhd1LjYT2mqGL9OfKmqlK.GQfrtEeSOJH0If7817lnUsjy7D4gbsO"], ["created_at", "2019-01-21 11:47:31.934889"], ["updated_at", "2019-01-21 11:47:31.934889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#create as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "corey@ricetromp.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "corey@ricetromp.co"], ["encrypted_password", "$2a$04$ebFCM40LAGpmfEvkDi6a6.Mu8VQP.8rBecy/6J9NUH46IvZXsNw2O"], ["created_at", "2019-01-21 11:47:31.943105"], ["updated_at", "2019-01-21 11:47:31.943105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mohammedoreilly@reillygerhold.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mohammedoreilly@reillygerhold.co"], ["encrypted_password", "$2a$04$N4hbtwFFqy2bp9zUrcyOtunhWZqwWzLxNGI5w57WwgDNIzKlKpnIy"], ["created_at", "2019-01-21 11:47:31.950603"], ["updated_at", "2019-01-21 11:47:31.950603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "whitleyglover@gerlach.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "whitleyglover@gerlach.biz"], ["encrypted_password", "$2a$04$azxpdzcWEvQ8ZxkOmG7aXOkcBGTfkT35E4dbZvScHRCfcrffyorLO"], ["created_at", "2019-01-21 11:47:31.958646"], ["updated_at", "2019-01-21 11:47:31.958646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "michealbernhard@ward.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "michealbernhard@ward.name"], ["encrypted_password", "$2a$04$VJsd1dkYLTdQrsj7X1FD5uNyoeVGcrggdhUO2aPdVZnvbf1BVVaNy"], ["created_at", "2019-01-21 11:47:31.966917"], ["updated_at", "2019-01-21 11:47:31.966917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "loura@millschamplin.info"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "loura@millschamplin.info"], ["encrypted_password", "$2a$04$YCG9193xcViDzSAVDyE8y..EaU7Rt7.uP/bgCzmQzIB/DA/LN4yum"], ["created_at", "2019-01-21 11:47:31.975185"], ["updated_at", "2019-01-21 11:47:31.975185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "solhoeger@okeefe.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "solhoeger@okeefe.net"], ["encrypted_password", "$2a$04$LlLendOxyhcG7b.IS09o.epFdgyeLXspfN0y/n9c1rEEUYdW.fEEe"], ["created_at", "2019-01-21 11:47:31.983312"], ["updated_at", "2019-01-21 11:47:31.983312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maricajohnston@parkervon.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "maricajohnston@parkervon.net"], ["encrypted_password", "$2a$04$2q0VPs7uKavUgyVqNXdOLO5qkT7kfMcarc6f6W3wLKlQzLrgJrgSW"], ["created_at", "2019-01-21 11:47:31.991105"], ["updated_at", "2019-01-21 11:47:31.991105"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "patricia@bradtke.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "patricia@bradtke.io"], ["encrypted_password", "$2a$04$lGLdVdSH.uUxRU1h65AuPuedVPIUHnmYCDgBZx5M9XgoycJNdV7Oy"], ["created_at", "2019-01-21 11:47:31.998759"], ["updated_at", "2019-01-21 11:47:31.998759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "douglaskohler@hellernolan.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "douglaskohler@hellernolan.io"], ["encrypted_password", "$2a$04$fz2PTUiWtcJ93KD9VyJtEuzjdY7k8uMi0mQAs1bVwIO5KD5tXnxiG"], ["created_at", "2019-01-21 11:47:32.006744"], ["updated_at", "2019-01-21 11:47:32.006744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "luciusblick@bednarcartwright.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "luciusblick@bednarcartwright.net"], ["encrypted_password", "$2a$04$KK6cbsNMjZNokGlERXIT8uIvIYz6OGKtfePs5RnkujV8r3gmZm2Cm"], ["created_at", "2019-01-21 11:47:32.019787"], ["updated_at", "2019-01-21 11:47:32.019787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tony@huels.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tony@huels.biz"], ["encrypted_password", "$2a$04$0qe.ZhoSczqPgJpPeysrduproR8JoRtpShVT6I6BfWEkNJG5PQiGO"], ["created_at", "2019-01-21 11:47:32.027187"], ["updated_at", "2019-01-21 11:47:32.027187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nickyschneider@block.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nickyschneider@block.name"], ["encrypted_password", "$2a$04$1C1VJJqguljQyoU/CMwv/e2DQgcVqQHcAWsI8uCn.ct713sTbkZFK"], ["created_at", "2019-01-21 11:47:32.034214"], ["updated_at", "2019-01-21 11:47:32.034214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#create as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marvin@graham.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marvin@graham.co"], ["encrypted_password", "$2a$04$fFyCfaR98sPL0EQZ4yGKBOI3QqG5kMyCfiutXywiCEX0R71.I9kGa"], ["created_at", "2019-01-21 11:47:32.041277"], ["updated_at", "2019-01-21 11:47:32.041277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "josueherman@beatty.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "josueherman@beatty.com"], ["encrypted_password", "$2a$04$FktOVRgV/CJ3FbcON.AQVO/HW4eEPdCuOj0x8eGLJU0P4lCz0kmAi"], ["created_at", "2019-01-21 11:47:32.048647"], ["updated_at", "2019-01-21 11:47:32.048647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kathaleen@weber.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kathaleen@weber.com"], ["encrypted_password", "$2a$04$lSvDB90kgDLSMWv38vuzv.cyt80x4z28llpgVBOS.ISWuSrKLBw96"], ["created_at", "2019-01-21 11:47:32.055760"], ["updated_at", "2019-01-21 11:47:32.055760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "devon@kuhic.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "devon@kuhic.io"], ["encrypted_password", "$2a$04$semDUvnLZFKXfpPdiXASSuDoy09YZI2zZmihQOlBQCDMOTtO2/jSm"], ["created_at", "2019-01-21 11:47:32.064595"], ["updated_at", "2019-01-21 11:47:32.064595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#new as HTML Parameters: {"id"=>"4", "role_id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tomastorp@larsonkoelpin.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tomastorp@larsonkoelpin.co"], ["encrypted_password", "$2a$04$DgdKi27/Vsjfht6dQ.Qrheq53fd62qzVNqXHmazq461k1v7iDxNim"], ["created_at", "2019-01-21 11:47:32.072465"], ["updated_at", "2019-01-21 11:47:32.072465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#create as HTML Parameters: {"id"=>"4", "role_id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fallonprice@collier.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "fallonprice@collier.org"], ["encrypted_password", "$2a$04$Ex/CscUDx2oxLPIXeJgH4eC2WUFRlGXWixaMpInK7KBdcWk8d7JMS"], ["created_at", "2019-01-21 11:47:32.080146"], ["updated_at", "2019-01-21 11:47:32.080146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#edit as HTML Parameters: {"role_id"=>"1", "id"=>"4"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ahmedsmitham@grimesheller.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ahmedsmitham@grimesheller.com"], ["encrypted_password", "$2a$04$xNT0ggoA//lzdMDE8sAhUOQs4QJ2/3JHV5pGhe9wOty6i4kVJE5/C"], ["created_at", "2019-01-21 11:47:32.086859"], ["updated_at", "2019-01-21 11:47:32.086859"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#update as HTML Parameters: {"role_id"=>"1", "id"=>"4"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 13"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_13"], ["name", "economist 13"], ["description", "economist 13"], ["created_at", "2019-01-21 11:47:32.094493"], ["updated_at", "2019-01-21 11:47:32.094493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "statistician_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "statistician 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_1"], ["name", "statistician 1"], ["description", "statistician 1"], ["created_at", "2019-01-21 11:47:32.100599"], ["updated_at", "2019-01-21 11:47:32.100599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 11:47:32.106034"], ["updated_at", "2019-01-21 11:47:32.106034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 11:47:32.112894"], ["updated_at", "2019-01-21 11:47:32.112894"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-21 11:47:32.119690"], ["updated_at", "2019-01-21 11:47:32.119690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 14"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_14"], ["name", "engineer 14"], ["description", "engineer 14"], ["created_at", "2019-01-21 11:47:32.127649"], ["updated_at", "2019-01-21 11:47:32.127649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "accountant_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "accountant 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_2"], ["name", "accountant 2"], ["description", "accountant 2"], ["created_at", "2019-01-21 11:47:32.129690"], ["updated_at", "2019-01-21 11:47:32.129690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 11:47:32.131331"], ["updated_at", "2019-01-21 11:47:32.131331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 11:47:32.133061"], ["updated_at", "2019-01-21 11:47:32.133061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-21 11:47:32.134449"], ["updated_at", "2019-01-21 11:47:32.134449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/roles"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "warnerfeest@collins.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "warnerfeest@collins.org"], ["encrypted_password", "$2a$04$Gyz9hwPLIjOU1Ebt1R/2LuVK72eY2cQgKAmSBdlCubIgCBkSs9Fgy"], ["created_at", "2019-01-21 11:47:32.140390"], ["updated_at", "2019-01-21 11:47:32.140390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_15"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_15"], ["name", "chemist 15"], ["description", "chemist 15"], ["created_at", "2019-01-21 11:47:32.142715"], ["updated_at", "2019-01-21 11:47:32.142715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 11:47:32.144841"], ["updated_at", "2019-01-21 11:47:32.144841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Nicolaschester 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Nicolaschester 7"], ["created_at", "2019-01-21 11:47:32.146143"], ["updated_at", "2019-01-21 11:47:32.146143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Evia 8"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Evia 8"], ["created_at", "2019-01-21 11:47:32.147198"], ["updated_at", "2019-01-21 11:47:32.147198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "mint green 7"], ["created_at", "2019-01-21 11:47:32.148750"], ["updated_at", "2019-01-21 11:47:32.148750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 8"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "azure 8"], ["created_at", "2019-01-21 11:47:32.150123"], ["updated_at", "2019-01-21 11:47:32.150123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "angelenahilll@doyle.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "angelenahilll@doyle.net"], ["encrypted_password", "$2a$04$cWP0t0QT6TiQadlIkPe08.8VHHMr9f8wlTnxcs9rFHEppTHAGsOHa"], ["created_at", "2019-01-21 11:47:32.152616"], ["updated_at", "2019-01-21 11:47:32.152616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Nam saepe aut sit."], ["body", "Est nihil et. Quo placeat modi. Qui commodi velit."], ["created_at", "2019-01-21 11:47:32.153759"], ["updated_at", "2019-01-21 11:47:32.153759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "West Nicolaschester 7"], ["created_at", "2019-01-21 11:47:32.160783"], ["updated_at", "2019-01-21 11:47:32.160783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "mint green 7"], ["created_at", "2019-01-21 11:47:32.162534"], ["updated_at", "2019-01-21 11:47:32.162534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west nicolaschester 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'mint green 7')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "christopertromp@heel.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "christopertromp@heel.co"], ["encrypted_password", "$2a$04$wTh3w2/2j.QFbLtexj/MmeWSDXHVzkhuMYi4b.qcJkyUwnSqKTBcG"], ["created_at", "2019-01-21 11:47:32.169682"], ["updated_at", "2019-01-21 11:47:32.169682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_16"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_16"], ["name", "attorney at law 16"], ["description", "attorney at law 16"], ["created_at", "2019-01-21 11:47:32.171686"], ["updated_at", "2019-01-21 11:47:32.171686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 11:47:32.173649"], ["updated_at", "2019-01-21 11:47:32.173649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Elliottfort 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Elliottfort 9"], ["created_at", "2019-01-21 11:47:32.175033"], ["updated_at", "2019-01-21 11:47:32.175033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Emmerichfort 10"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Emmerichfort 10"], ["created_at", "2019-01-21 11:47:32.176127"], ["updated_at", "2019-01-21 11:47:32.176127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "black 9"], ["created_at", "2019-01-21 11:47:32.177641"], ["updated_at", "2019-01-21 11:47:32.177641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 10"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "purple 10"], ["created_at", "2019-01-21 11:47:32.179002"], ["updated_at", "2019-01-21 11:47:32.179002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jillian@boehmtremblay.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jillian@boehmtremblay.info"], ["encrypted_password", "$2a$04$o92H9LqOGWDz9rbtHcNhXOsakRyZUvzPCvSkaZOI/MrmtzmvRjgTG"], ["created_at", "2019-01-21 11:47:32.181534"], ["updated_at", "2019-01-21 11:47:32.181534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Illum tenetur dolor voluptate."], ["body", "Et sint pariatur. Natus consectetur pariatur. Qui quia culpa."], ["created_at", "2019-01-21 11:47:32.182692"], ["updated_at", "2019-01-21 11:47:32.182692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Emmerichfort 10"], ["created_at", "2019-01-21 11:47:32.184434"], ["updated_at", "2019-01-21 11:47:32.184434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "black 9"], ["created_at", "2019-01-21 11:47:32.185990"], ["updated_at", "2019-01-21 11:47:32.185990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'emmerichfort 10')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "warner@wolffkoch.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "warner@wolffkoch.name"], ["encrypted_password", "$2a$04$GC.iCFjyFnQns/2SQpvz6Om9ymqm68hp0OP27AzP7BnUMoP/cTB5m"], ["created_at", "2019-01-21 11:47:32.191467"], ["updated_at", "2019-01-21 11:47:32.191467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_17"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_17"], ["name", "accountant 17"], ["description", "accountant 17"], ["created_at", "2019-01-21 11:47:32.193386"], ["updated_at", "2019-01-21 11:47:32.193386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 11:47:32.195369"], ["updated_at", "2019-01-21 11:47:32.195369"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Yundtstad 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Yundtstad 11"], ["created_at", "2019-01-21 11:47:32.196576"], ["updated_at", "2019-01-21 11:47:32.196576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Lowellstad 12"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Lowellstad 12"], ["created_at", "2019-01-21 11:47:32.197655"], ["updated_at", "2019-01-21 11:47:32.197655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 11"], ["created_at", "2019-01-21 11:47:32.199138"], ["updated_at", "2019-01-21 11:47:32.199138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "grey 12"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "grey 12"], ["created_at", "2019-01-21 11:47:32.200450"], ["updated_at", "2019-01-21 11:47:32.200450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "frances@goldnerschultz.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "frances@goldnerschultz.io"], ["encrypted_password", "$2a$04$ViSmrr/SPXvBJws5cmeooufT1P2W2k6OEyR.CZQ9c75A/bKbaq.Nm"], ["created_at", "2019-01-21 11:47:32.202918"], ["updated_at", "2019-01-21 11:47:32.202918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Ratione nisi ut aut."], ["body", "Ea sapiente eum. Et quod veritatis. Dolorum distinctio neque."], ["created_at", "2019-01-21 11:47:32.204172"], ["updated_at", "2019-01-21 11:47:32.204172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Yundtstad 11"], ["created_at", "2019-01-21 11:47:32.205982"], ["updated_at", "2019-01-21 11:47:32.205982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'yundtstad 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darrell@abbott.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darrell@abbott.com"], ["encrypted_password", "$2a$04$JgIcHs/IMUSTcQjxCcxrvudQZ/lZWhRddm0AhABQMiheBIWBaFrR."], ["created_at", "2019-01-21 11:47:32.211963"], ["updated_at", "2019-01-21 11:47:32.211963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_18"], ["name", "judge 18"], ["description", "judge 18"], ["created_at", "2019-01-21 11:47:32.213910"], ["updated_at", "2019-01-21 11:47:32.213910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 11:47:32.215912"], ["updated_at", "2019-01-21 11:47:32.215912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Yasminemouth 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Yasminemouth 13"], ["created_at", "2019-01-21 11:47:32.217182"], ["updated_at", "2019-01-21 11:47:32.217182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Cherie 14"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Cherie 14"], ["created_at", "2019-01-21 11:47:32.218270"], ["updated_at", "2019-01-21 11:47:32.218270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lavender 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lavender 13"], ["created_at", "2019-01-21 11:47:32.219787"], ["updated_at", "2019-01-21 11:47:32.219787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "olive 14"], ["created_at", "2019-01-21 11:47:32.221375"], ["updated_at", "2019-01-21 11:47:32.221375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rico@rosenbaum.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rico@rosenbaum.io"], ["encrypted_password", "$2a$04$IMWUeuE.Ygd89XCE7lO/0.ksPOuenptK1BKcNLst9tA/IFcu3ZEFW"], ["created_at", "2019-01-21 11:47:32.224045"], ["updated_at", "2019-01-21 11:47:32.224045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Quia ad sit adipisci."], ["body", "Neque excepturi repellendus. Numquam est modi. Labore doloremque ut."], ["created_at", "2019-01-21 11:47:32.225253"], ["updated_at", "2019-01-21 11:47:32.225253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Yasminemouth 13"], ["created_at", "2019-01-21 11:47:32.226989"], ["updated_at", "2019-01-21 11:47:32.226989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "lavender 13"], ["created_at", "2019-01-21 11:47:32.228502"], ["updated_at", "2019-01-21 11:47:32.228502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'yasminemouth 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lavender 13')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "danutazulauf@braun.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "danutazulauf@braun.net"], ["encrypted_password", "$2a$04$YGVolqsa.8JWJvDVFCCSneA6VZ9dd26K21x4VqgaH5eiW3LeUNOBa"], ["created_at", "2019-01-21 11:47:32.234790"], ["updated_at", "2019-01-21 11:47:32.234790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_19"], ["name", "astronomer 19"], ["description", "astronomer 19"], ["created_at", "2019-01-21 11:47:32.236747"], ["updated_at", "2019-01-21 11:47:32.236747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 11:47:32.238814"], ["updated_at", "2019-01-21 11:47:32.238814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Lucien 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Lucien 15"], ["created_at", "2019-01-21 11:47:32.240249"], ["updated_at", "2019-01-21 11:47:32.240249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Antonmouth 16"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Antonmouth 16"], ["created_at", "2019-01-21 11:47:32.241493"], ["updated_at", "2019-01-21 11:47:32.241493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 15"], ["created_at", "2019-01-21 11:47:32.243080"], ["updated_at", "2019-01-21 11:47:32.243080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 16"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "sky blue 16"], ["created_at", "2019-01-21 11:47:32.244525"], ["updated_at", "2019-01-21 11:47:32.244525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kellymraz@moriette.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kellymraz@moriette.io"], ["encrypted_password", "$2a$04$9dJiSEstktnwI3ozKPDeuuhL/q/Mn2TpsQFxTaF0iOI9wZySbafIi"], ["created_at", "2019-01-21 11:47:32.249915"], ["updated_at", "2019-01-21 11:47:32.249915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Culpa ea dolores delectus."], ["body", "Voluptatem et est. Vel exercitationem et. Eius dolorum quas."], ["created_at", "2019-01-21 11:47:32.251207"], ["updated_at", "2019-01-21 11:47:32.251207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carltongulgowski@kuphal.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carltongulgowski@kuphal.io"], ["encrypted_password", "$2a$04$TwuAFah7N9agDBr2edlxoOF6xv4J3CRJWLCRIWn/w3Ptjlf5mulvG"], ["created_at", "2019-01-21 11:47:32.253850"], ["updated_at", "2019-01-21 11:47:32.253850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Asperiores dolores minus deleniti."], ["body", "Natus ab in. Sit sequi animi. Velit asperiores ab."], ["created_at", "2019-01-21 11:47:32.254954"], ["updated_at", "2019-01-21 11:47:32.254954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gerald@tremblay.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gerald@tremblay.name"], ["encrypted_password", "$2a$04$mtWLb.qDl5qishtAclGIZeYu81MRinRDY6lf3d9Wj9IvxL0SHmxC2"], ["created_at", "2019-01-21 11:47:32.257384"], ["updated_at", "2019-01-21 11:47:32.257384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Et nulla animi beatae."], ["body", "Et laborum fugit. Illo tempora et. Qui aspernatur eos."], ["created_at", "2019-01-21 11:47:32.258437"], ["updated_at", "2019-01-21 11:47:32.258437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yesenia@moore.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "yesenia@moore.info"], ["encrypted_password", "$2a$04$6CsyDTcfJjioK2kN8wc4u.PhwhE/iYK/PcSazfpW1H9QRje6QyRFq"], ["created_at", "2019-01-21 11:47:32.260903"], ["updated_at", "2019-01-21 11:47:32.260903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Eum rerum nostrum voluptatem."], ["body", "Doloribus perspiciatis et. Dolores et omnis. Id explicabo quae."], ["created_at", "2019-01-21 11:47:32.261973"], ["updated_at", "2019-01-21 11:47:32.261973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Lucien 15"], ["created_at", "2019-01-21 11:47:32.263628"], ["updated_at", "2019-01-21 11:47:32.263628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "lime 15"], ["created_at", "2019-01-21 11:47:32.265234"], ["updated_at", "2019-01-21 11:47:32.265234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east lucien 15') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lime 15')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lyndagottlieb@sipesosinski.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lyndagottlieb@sipesosinski.org"], ["encrypted_password", "$2a$04$X9/nMADTHUQeOq6o828Tcux8LdTWyjIfG/V51t3kOk5SMQzc63hRi"], ["created_at", "2019-01-21 11:47:32.271806"], ["updated_at", "2019-01-21 11:47:32.271806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_20"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_20"], ["name", "chemist 20"], ["description", "chemist 20"], ["created_at", "2019-01-21 11:47:32.273898"], ["updated_at", "2019-01-21 11:47:32.273898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 11:47:32.275844"], ["updated_at", "2019-01-21 11:47:32.275844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ernsermouth 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ernsermouth 17"], ["created_at", "2019-01-21 11:47:32.277088"], ["updated_at", "2019-01-21 11:47:32.277088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Eugenio 18"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Eugenio 18"], ["created_at", "2019-01-21 11:47:32.278124"], ["updated_at", "2019-01-21 11:47:32.278124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "indigo 17"], ["created_at", "2019-01-21 11:47:32.279452"], ["updated_at", "2019-01-21 11:47:32.279452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 18"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "red 18"], ["created_at", "2019-01-21 11:47:32.280703"], ["updated_at", "2019-01-21 11:47:32.280703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "horace@bayer.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "horace@bayer.info"], ["encrypted_password", "$2a$04$glDyBRya5yJihr.Jd/e./eezj3B40MT4VK81JZv7iFsV.d1Xq3sF2"], ["created_at", "2019-01-21 11:47:32.283323"], ["updated_at", "2019-01-21 11:47:32.283323"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Quasi placeat dolorem omnis."], ["body", "Quidem et voluptas. Sint quo aut. In mollitia dolor."], ["created_at", "2019-01-21 11:47:32.284856"], ["updated_at", "2019-01-21 11:47:32.284856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tawnyabosco@gottlieb.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tawnyabosco@gottlieb.com"], ["encrypted_password", "$2a$04$TNFnaCpz87aGIQOQv7taYeIFVds3B1GEYly6xD2ecTHYOHzbcJHlO"], ["created_at", "2019-01-21 11:47:32.287718"], ["updated_at", "2019-01-21 11:47:32.287718"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Eum rem dolorem aut."], ["body", "Ex impedit ipsa. Ullam eveniet sed. Vel omnis et."], ["created_at", "2019-01-21 11:47:32.288803"], ["updated_at", "2019-01-21 11:47:32.288803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "norris@kohler.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "norris@kohler.net"], ["encrypted_password", "$2a$04$xWW5H6sDoIqWCLrv3tYgW.jlnPJ9LIDxvmHFdDaaYI/88tbvE9hqm"], ["created_at", "2019-01-21 11:47:32.291275"], ["updated_at", "2019-01-21 11:47:32.291275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Quos voluptatibus iusto nobis."], ["body", "Cum maxime exercitationem. At ut hic. Praesentium placeat quo."], ["created_at", "2019-01-21 11:47:32.292299"], ["updated_at", "2019-01-21 11:47:32.292299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "guieanderson@reilly.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "guieanderson@reilly.name"], ["encrypted_password", "$2a$04$w8gqYWruqe3Hg10bF8Vb/.BjRmf07CqL86I3gpp50fZfgprSflNJ."], ["created_at", "2019-01-21 11:47:32.294608"], ["updated_at", "2019-01-21 11:47:32.294608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Quis ut voluptas aspernatur."], ["body", "Ad neque quo. Sed neque nostrum. Veritatis aspernatur voluptatem."], ["created_at", "2019-01-21 11:47:32.295568"], ["updated_at", "2019-01-21 11:47:32.295568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Ernsermouth 17"], ["created_at", "2019-01-21 11:47:32.297063"], ["updated_at", "2019-01-21 11:47:32.297063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'ernsermouth 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rooseveltbecker@sporer.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rooseveltbecker@sporer.com"], ["encrypted_password", "$2a$04$cZ3dKj0wyCF/Ey0os7z.W.VwGksFer8gcZ0IjwWc4Et6pTogoboaO"], ["created_at", "2019-01-21 11:47:32.302887"], ["updated_at", "2019-01-21 11:47:32.302887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_21"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_21"], ["name", "musician 21"], ["description", "musician 21"], ["created_at", "2019-01-21 11:47:32.304871"], ["updated_at", "2019-01-21 11:47:32.304871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 11:47:32.306871"], ["updated_at", "2019-01-21 11:47:32.306871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kihnside 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kihnside 19"], ["created_at", "2019-01-21 11:47:32.308094"], ["updated_at", "2019-01-21 11:47:32.308094"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Bill 20"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Bill 20"], ["created_at", "2019-01-21 11:47:32.309149"], ["updated_at", "2019-01-21 11:47:32.309149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "turquoise 19"], ["created_at", "2019-01-21 11:47:32.310613"], ["updated_at", "2019-01-21 11:47:32.310613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 20"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "yellow 20"], ["created_at", "2019-01-21 11:47:32.312024"], ["updated_at", "2019-01-21 11:47:32.312024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "henry@treutelflatley.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "henry@treutelflatley.io"], ["encrypted_password", "$2a$04$5khkf3uSf462xBtP6ubsOOfNzcfbc22k8HnWq0gHdOZvNaUt3/UtO"], ["created_at", "2019-01-21 11:47:32.314483"], ["updated_at", "2019-01-21 11:47:32.314483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Enim recusandae consequatur earum."], ["body", "Aut est blanditiis. Molestiae quod maxime. Eos ad quae."], ["created_at", "2019-01-21 11:47:32.315571"], ["updated_at", "2019-01-21 11:47:32.315571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "merrill@schuppe.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "merrill@schuppe.co"], ["encrypted_password", "$2a$04$hiM836huBRKZQk8v8sTb5.nw6xmrnPHTfdPJ3mEWlSrjse07hCzXO"], ["created_at", "2019-01-21 11:47:32.318079"], ["updated_at", "2019-01-21 11:47:32.318079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Veritatis nemo quaerat explicabo."], ["body", "Dolorum laudantium sunt. Qui occaecati sapiente. Neque eius laborum."], ["created_at", "2019-01-21 11:47:32.319168"], ["updated_at", "2019-01-21 11:47:32.319168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ernieoconner@schmitt.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ernieoconner@schmitt.name"], ["encrypted_password", "$2a$04$GrJZOP/L/EcfGp/yX/wEmuJSTLM9r.AeP0m47q9R.iDRZjcTYJRK6"], ["created_at", "2019-01-21 11:47:32.321585"], ["updated_at", "2019-01-21 11:47:32.321585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Reiciendis voluptatibus qui voluptatem."], ["body", "Natus omnis odit. Fugiat qui corrupti. Aliquam non eveniet."], ["created_at", "2019-01-21 11:47:32.322592"], ["updated_at", "2019-01-21 11:47:32.322592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pokgutkowski@thielbeahan.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pokgutkowski@thielbeahan.net"], ["encrypted_password", "$2a$04$I.nxjp51d7LHked4H5HhpeZWohHvuGyIVcWIJdwomD/Ag9K5O853u"], ["created_at", "2019-01-21 11:47:32.325074"], ["updated_at", "2019-01-21 11:47:32.325074"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Distinctio earum id deserunt."], ["body", "Quo doloribus voluptatibus. Nesciunt eum quis. Rerum eos sed."], ["created_at", "2019-01-21 11:47:32.326140"], ["updated_at", "2019-01-21 11:47:32.326140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Kihnside 19"], ["created_at", "2019-01-21 11:47:32.327725"], ["updated_at", "2019-01-21 11:47:32.327725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "turquoise 19"], ["created_at", "2019-01-21 11:47:32.329197"], ["updated_at", "2019-01-21 11:47:32.329197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'kihnside 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'turquoise 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.2ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "omargrimes@hoppewisozk.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "omargrimes@hoppewisozk.com"], ["encrypted_password", "$2a$04$drgckCbMjnMZeCKoQejsaerDPCPJNnIW4RJ9ZFcPehcxdm/4bCAtu"], ["created_at", "2019-01-21 11:47:32.337602"], ["updated_at", "2019-01-21 11:47:32.337602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_22"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_22"], ["name", "advocate 22"], ["description", "advocate 22"], ["created_at", "2019-01-21 11:47:32.339520"], ["updated_at", "2019-01-21 11:47:32.339520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 11:47:32.341435"], ["updated_at", "2019-01-21 11:47:32.341435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Burma 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Burma 21"], ["created_at", "2019-01-21 11:47:32.342672"], ["updated_at", "2019-01-21 11:47:32.342672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Eddy 22"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Eddy 22"], ["created_at", "2019-01-21 11:47:32.343709"], ["updated_at", "2019-01-21 11:47:32.343709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 21"], ["created_at", "2019-01-21 11:47:32.345051"], ["updated_at", "2019-01-21 11:47:32.345051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 22"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "sky blue 22"], ["created_at", "2019-01-21 11:47:32.346372"], ["updated_at", "2019-01-21 11:47:32.346372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "buford@treutel.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "buford@treutel.co"], ["encrypted_password", "$2a$04$XQo6ZYk10CZaGyoS0iPJY.VL2MgUOb9l773oY9EZKKuAO4FWWhbYm"], ["created_at", "2019-01-21 11:47:32.348767"], ["updated_at", "2019-01-21 11:47:32.348767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Sit nulla aut dolores."], ["body", "Doloribus odit aliquam. Consequatur voluptates id. Deleniti architecto repellendus."], ["created_at", "2019-01-21 11:47:32.349878"], ["updated_at", "2019-01-21 11:47:32.349878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elysewilkinson@smith.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elysewilkinson@smith.com"], ["encrypted_password", "$2a$04$t7H6i.H2lGi.z1gjN6GPK.MLvDkuDOSzhYsmjJFu/GknsY4Rphh1a"], ["created_at", "2019-01-21 11:47:32.352332"], ["updated_at", "2019-01-21 11:47:32.352332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Dolor ratione provident sequi."], ["body", "Ipsa quia perspiciatis. Cupiditate eos excepturi. Iusto atque id."], ["created_at", "2019-01-21 11:47:32.353388"], ["updated_at", "2019-01-21 11:47:32.353388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "janeanspencer@ferry.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "janeanspencer@ferry.info"], ["encrypted_password", "$2a$04$oEiEOR6AAZREvuiJgMGp4OLnVAVwDLZt8QMhmcCx7NdnV5uheIi8y"], ["created_at", "2019-01-21 11:47:32.355731"], ["updated_at", "2019-01-21 11:47:32.355731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Veritatis magnam laboriosam pariatur."], ["body", "Doloribus numquam eveniet. Maxime aperiam blanditiis. Est maxime nisi."], ["created_at", "2019-01-21 11:47:32.356726"], ["updated_at", "2019-01-21 11:47:32.356726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "glenncollins@schamberger.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "glenncollins@schamberger.net"], ["encrypted_password", "$2a$04$iqzJSPHSEHrl2GJ23T/vY.CQ5C0w2F0YYkQkQmAxnEhNcKmj3tmCq"], ["created_at", "2019-01-21 11:47:32.359079"], ["updated_at", "2019-01-21 11:47:32.359079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Sequi natus laudantium odit."], ["body", "Facere deleniti praesentium. Corrupti in aut. Voluptate quibusdam sunt."], ["created_at", "2019-01-21 11:47:32.360054"], ["updated_at", "2019-01-21 11:47:32.360054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Burma 21"], ["created_at", "2019-01-21 11:47:32.361558"], ["updated_at", "2019-01-21 11:47:32.361558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "teal 21"], ["created_at", "2019-01-21 11:47:32.362995"], ["updated_at", "2019-01-21 11:47:32.362995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south burma 21') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south burma 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south burma 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "milan@stamm.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "milan@stamm.biz"], ["encrypted_password", "$2a$04$ChGCjVbQYht/T7cBM4YuYe6Sy4Wbz2EoOjRiYG3AEFfkx882Q0Pc."], ["created_at", "2019-01-21 11:47:32.374741"], ["updated_at", "2019-01-21 11:47:32.374741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "charia@hilll.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "charia@hilll.com"], ["encrypted_password", "$2a$04$ZR9B3FJROhRYBu1c5I2wUu2pUQlnoYfuOZ1XEyH4rLfHts3.y4vbu"], ["created_at", "2019-01-21 11:47:32.377480"], ["updated_at", "2019-01-21 11:47:32.377480"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 23"], ["created_at", "2019-01-21 11:47:32.378889"], ["updated_at", "2019-01-21 11:47:32.378889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Signefurt 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Signefurt 23"], ["created_at", "2019-01-21 11:47:32.380032"], ["updated_at", "2019-01-21 11:47:32.380032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Ut velit quisquam eos."], ["body", "Consectetur aut ut. Aspernatur ut reiciendis. Labore commodi ut."], ["created_at", "2019-01-21 11:47:32.381022"], ["updated_at", "2019-01-21 11:47:32.381022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shaquitasenger@rau.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shaquitasenger@rau.biz"], ["encrypted_password", "$2a$04$Fd7x0QlCX5terZA7Dbxk6eTYTD7rrtYZpMSyO3N6s01uVkQ9SDayS"], ["created_at", "2019-01-21 11:47:32.386924"], ["updated_at", "2019-01-21 11:47:32.386924"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_23"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_23"], ["name", "economist 23"], ["description", "economist 23"], ["created_at", "2019-01-21 11:47:32.388916"], ["updated_at", "2019-01-21 11:47:32.388916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_24"], ["name", "interpreter 24"], ["description", "interpreter 24"], ["created_at", "2019-01-21 11:47:32.390403"], ["updated_at", "2019-01-21 11:47:32.390403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 11:47:32.392233"], ["updated_at", "2019-01-21 11:47:32.392233"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 11:47:32.393391"], ["updated_at", "2019-01-21 11:47:32.393391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Treutelmouth 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Treutelmouth 24"], ["created_at", "2019-01-21 11:47:32.394574"], ["updated_at", "2019-01-21 11:47:32.394574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Jerdefort 25"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jerdefort 25"], ["created_at", "2019-01-21 11:47:32.395654"], ["updated_at", "2019-01-21 11:47:32.395654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 24"], ["created_at", "2019-01-21 11:47:32.396937"], ["updated_at", "2019-01-21 11:47:32.396937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 25"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "ivory 25"], ["created_at", "2019-01-21 11:47:32.398145"], ["updated_at", "2019-01-21 11:47:32.398145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jenell@erdmanhaag.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jenell@erdmanhaag.co"], ["encrypted_password", "$2a$04$cR2Py7UIKMtZwuGmdfcBZuN08SimGfac5FgX5AVi0Nc3b3pg.QRLW"], ["created_at", "2019-01-21 11:47:32.400503"], ["updated_at", "2019-01-21 11:47:32.400503"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Ut sit voluptas id."], ["body", "Voluptatum asperiores iste. Corrupti possimus dicta. Atque quibusdam et."], ["created_at", "2019-01-21 11:47:32.401564"], ["updated_at", "2019-01-21 11:47:32.401564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "danny@smith.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "danny@smith.com"], ["encrypted_password", "$2a$04$f6yb9I/CsgE/G62.Nas/MOFjVssVpFC1lVtry2clVGyMna8xjYHYq"], ["created_at", "2019-01-21 11:47:32.404006"], ["updated_at", "2019-01-21 11:47:32.404006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Non fugiat consequatur omnis."], ["body", "Eaque et maiores. Labore ut voluptatum. Voluptas libero molestiae."], ["created_at", "2019-01-21 11:47:32.405013"], ["updated_at", "2019-01-21 11:47:32.405013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "monica@schultz.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "monica@schultz.net"], ["encrypted_password", "$2a$04$06wbdTq83pRX2zOtd6E1/.lJRj8rYunq5McXF7ZFjCh/KomaRSyH6"], ["created_at", "2019-01-21 11:47:32.407324"], ["updated_at", "2019-01-21 11:47:32.407324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Tenetur labore aliquid ut."], ["body", "Quos ut reprehenderit. Non veritatis eum. Sed sapiente quisquam."], ["created_at", "2019-01-21 11:47:32.408324"], ["updated_at", "2019-01-21 11:47:32.408324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lucila@mcglynn.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lucila@mcglynn.name"], ["encrypted_password", "$2a$04$CLaaRoIMW82DP9zyDxmGq.u9a.Fn6MKdmcl5NJ.S7SHcitJW1lNhi"], ["created_at", "2019-01-21 11:47:32.410656"], ["updated_at", "2019-01-21 11:47:32.410656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Neque numquam sed vel."], ["body", "Nihil eum et. Et et molestiae. Fugiat debitis aspernatur."], ["created_at", "2019-01-21 11:47:32.411669"], ["updated_at", "2019-01-21 11:47:32.411669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Treutelmouth 24"], ["created_at", "2019-01-21 11:47:32.413184"], ["updated_at", "2019-01-21 11:47:32.413184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "teal 24"], ["created_at", "2019-01-21 11:47:32.414607"], ["updated_at", "2019-01-21 11:47:32.414607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Jerdefort 25"], ["created_at", "2019-01-21 11:47:32.415916"], ["updated_at", "2019-01-21 11:47:32.415916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "ivory 25"], ["created_at", "2019-01-21 11:47:32.417201"], ["updated_at", "2019-01-21 11:47:32.417201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'treutelmouth 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'jerdefort 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'ivory 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "thad@ziemann.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "thad@ziemann.net"], ["encrypted_password", "$2a$04$WxZANgx1ejxup/o4aFv1KuUd8diAZuCQtA673NCtU8VBKOmWppKES"], ["created_at", "2019-01-21 11:47:32.426170"], ["updated_at", "2019-01-21 11:47:32.426170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "physicist_25"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "physicist 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_25"], ["name", "physicist 25"], ["description", "physicist 25"], ["created_at", "2019-01-21 11:47:32.428157"], ["updated_at", "2019-01-21 11:47:32.428157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_26"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_26"], ["name", "statistician 26"], ["description", "statistician 26"], ["created_at", "2019-01-21 11:47:32.429619"], ["updated_at", "2019-01-21 11:47:32.429619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 11:47:32.431534"], ["updated_at", "2019-01-21 11:47:32.431534"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 11:47:32.432700"], ["updated_at", "2019-01-21 11:47:32.432700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Gerrymouth 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gerrymouth 26"], ["created_at", "2019-01-21 11:47:32.433979"], ["updated_at", "2019-01-21 11:47:32.433979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Lauren 27"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Lauren 27"], ["created_at", "2019-01-21 11:47:32.435114"], ["updated_at", "2019-01-21 11:47:32.435114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "indigo 26"], ["created_at", "2019-01-21 11:47:32.436432"], ["updated_at", "2019-01-21 11:47:32.436432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 27"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "mint green 27"], ["created_at", "2019-01-21 11:47:32.437719"], ["updated_at", "2019-01-21 11:47:32.437719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "franklin@conroy.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "franklin@conroy.org"], ["encrypted_password", "$2a$04$1LAfdqyJeSCGpKwHK2kpP.gEFnjPE9DusACfHCGxtjWOdD1aWd5Qu"], ["created_at", "2019-01-21 11:47:32.440296"], ["updated_at", "2019-01-21 11:47:32.440296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Dolores et sit voluptatibus."], ["body", "Rerum ipsa repudiandae. Dolorem sit et. Aut reprehenderit corrupti."], ["created_at", "2019-01-21 11:47:32.441419"], ["updated_at", "2019-01-21 11:47:32.441419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alilindgren@stamm.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alilindgren@stamm.net"], ["encrypted_password", "$2a$04$djp/.rY.K7vbsP26Iz3Od.OEE3iZRok8mxBcTXAOQa/XrHLwh2v3O"], ["created_at", "2019-01-21 11:47:32.443885"], ["updated_at", "2019-01-21 11:47:32.443885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Dolores atque eveniet minima."], ["body", "Quibusdam perspiciatis distinctio. Earum corrupti autem. Nulla aut alias."], ["created_at", "2019-01-21 11:47:32.444938"], ["updated_at", "2019-01-21 11:47:32.444938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maryjocummerata@roberts.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "maryjocummerata@roberts.org"], ["encrypted_password", "$2a$04$Zy0nC7U3hHszh/5Snc.Aduqc4myVFiLEnN6nwuJ.zyYz2llgEtc2e"], ["created_at", "2019-01-21 11:47:32.447345"], ["updated_at", "2019-01-21 11:47:32.447345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Ducimus placeat repellendus occaecati."], ["body", "Possimus necessitatibus dolorum. Impedit eligendi cupiditate. Iste nostrum et."], ["created_at", "2019-01-21 11:47:32.448408"], ["updated_at", "2019-01-21 11:47:32.448408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "pam@monahan.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "pam@monahan.co"], ["encrypted_password", "$2a$04$ITREGj18eMb7cXJBY7GEUu8kQkH5HFXG0Uu4QCyXDdTAWU1SsTjgS"], ["created_at", "2019-01-21 11:47:32.450900"], ["updated_at", "2019-01-21 11:47:32.450900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Voluptas earum voluptatem occaecati."], ["body", "Ipsam sint qui. Vero debitis hic. Repellat non praesentium."], ["created_at", "2019-01-21 11:47:32.454241"], ["updated_at", "2019-01-21 11:47:32.454241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Gerrymouth 26"], ["created_at", "2019-01-21 11:47:32.455826"], ["updated_at", "2019-01-21 11:47:32.455826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "indigo 26"], ["created_at", "2019-01-21 11:47:32.457244"], ["updated_at", "2019-01-21 11:47:32.457244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "West Lauren 27"], ["created_at", "2019-01-21 11:47:32.458511"], ["updated_at", "2019-01-21 11:47:32.458511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "mint green 27"], ["created_at", "2019-01-21 11:47:32.459773"], ["updated_at", "2019-01-21 11:47:32.459773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'gerrymouth 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'indigo 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west lauren 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'mint green 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'gerrymouth 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'indigo 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west lauren 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'mint green 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ernestobeahan@shanahanlebsack.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ernestobeahan@shanahanlebsack.name"], ["encrypted_password", "$2a$04$mAMSdWU0Ma0bnT5yuG7GUusLLVPS51JUW0UzmlbA9ZnJaX8Qa4gui"], ["created_at", "2019-01-21 11:47:32.471194"], ["updated_at", "2019-01-21 11:47:32.471194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_27"], ["name", "advocate 27"], ["description", "advocate 27"], ["created_at", "2019-01-21 11:47:32.473167"], ["updated_at", "2019-01-21 11:47:32.473167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_28"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_28"], ["name", "judge 28"], ["description", "judge 28"], ["created_at", "2019-01-21 11:47:32.474586"], ["updated_at", "2019-01-21 11:47:32.474586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 11:47:32.476457"], ["updated_at", "2019-01-21 11:47:32.476457"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 11:47:32.477600"], ["updated_at", "2019-01-21 11:47:32.477600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Darrinberg 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Darrinberg 28"], ["created_at", "2019-01-21 11:47:32.478792"], ["updated_at", "2019-01-21 11:47:32.478792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Willie 29"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Willie 29"], ["created_at", "2019-01-21 11:47:32.479899"], ["updated_at", "2019-01-21 11:47:32.479899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lavender 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lavender 28"], ["created_at", "2019-01-21 11:47:32.481182"], ["updated_at", "2019-01-21 11:47:32.481182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 29"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "yellow 29"], ["created_at", "2019-01-21 11:47:32.482468"], ["updated_at", "2019-01-21 11:47:32.482468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dewayne@ohara.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dewayne@ohara.io"], ["encrypted_password", "$2a$04$johzQJwUwEGmTI4kUFEDK.muY0K25oGy5lXv1bB3VjNbQ9E9NYLkK"], ["created_at", "2019-01-21 11:47:32.484869"], ["updated_at", "2019-01-21 11:47:32.484869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Omnis necessitatibus saepe ut."], ["body", "Laboriosam atque et. Sed aut quia. Rem mollitia minus."], ["created_at", "2019-01-21 11:47:32.485962"], ["updated_at", "2019-01-21 11:47:32.485962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "delma@gleichnerreinger.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "delma@gleichnerreinger.io"], ["encrypted_password", "$2a$04$BLjCdoDMusDJbrGkGMNyEemgMWVSR9G4Wx7PNTfWnvg2SWi/c53uC"], ["created_at", "2019-01-21 11:47:32.488439"], ["updated_at", "2019-01-21 11:47:32.488439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Quia nihil quia molestias."], ["body", "Sint quaerat iure. Aut eos vitae. Nobis voluptates ratione."], ["created_at", "2019-01-21 11:47:32.489459"], ["updated_at", "2019-01-21 11:47:32.489459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "malcolmschuppe@olson.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "malcolmschuppe@olson.biz"], ["encrypted_password", "$2a$04$x7rSCA1F7UHAnYLutaQmY.5oiEMj7CdsskScx3eJuiGdztiu/YKK2"], ["created_at", "2019-01-21 11:47:32.491811"], ["updated_at", "2019-01-21 11:47:32.491811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Delectus voluptas ducimus corporis."], ["body", "Quis nihil sapiente. Officiis cumque est. Rerum sed ut."], ["created_at", "2019-01-21 11:47:32.492822"], ["updated_at", "2019-01-21 11:47:32.492822"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "albert@bradtke.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "albert@bradtke.io"], ["encrypted_password", "$2a$04$u9o4FfauXpX/tqGmlae0fO/aoVLA7giGpw921ykC85X/2ZwpXT1Vu"], ["created_at", "2019-01-21 11:47:32.495158"], ["updated_at", "2019-01-21 11:47:32.495158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Distinctio praesentium minima molestiae."], ["body", "Voluptatem nemo accusantium. Et voluptatem dolores. Quos molestiae cum."], ["created_at", "2019-01-21 11:47:32.496144"], ["updated_at", "2019-01-21 11:47:32.496144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "East Darrinberg 28"], ["created_at", "2019-01-21 11:47:32.497671"], ["updated_at", "2019-01-21 11:47:32.497671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "lavender 28"], ["created_at", "2019-01-21 11:47:32.499083"], ["updated_at", "2019-01-21 11:47:32.499083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-21 11:47:32.500367"], ["updated_at", "2019-01-21 11:47:32.500367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "yellow 29"], ["created_at", "2019-01-21 11:47:32.501646"], ["updated_at", "2019-01-21 11:47:32.501646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'east darrinberg 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lavender 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'yellow 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 11:47:32.525974"], ["updated_at", "2019-01-21 11:47:32.525974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "advocate_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "advocate 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_3"], ["name", "advocate 3"], ["description", "advocate 3"], ["created_at", "2019-01-21 11:47:32.529603"], ["updated_at", "2019-01-21 11:47:32.529603"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 11:47:32.531721"], ["updated_at", "2019-01-21 11:47:32.531721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 11:47:32.556545"], ["updated_at", "2019-01-21 11:47:32.556545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-21 11:47:32.557877"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 11:47:32.570639"], ["updated_at", "2019-01-21 11:47:32.570639"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-21 11:47:32.572023"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-21 11:47:32.594827"], ["updated_at", "2019-01-21 11:47:32.594827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 11:47:32.628996"], ["updated_at", "2019-01-21 11:47:32.628996"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-21 11:47:32.630347"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "chemist_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "chemist 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_4"], ["name", "chemist 4"], ["description", "chemist 4"], ["created_at", "2019-01-21 11:47:32.743508"], ["updated_at", "2019-01-21 11:47:32.743508"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 29"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_29"], ["name", "biologist 29"], ["description", "biologist 29"], ["created_at", "2019-01-21 11:47:32.746411"], ["updated_at", "2019-01-21 11:47:32.746411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-21 11:47:32.747941"], ["updated_at", "2019-01-21 11:47:32.747941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "advocate_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "advocate 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_5"], ["name", "advocate 5"], ["description", "advocate 5"], ["created_at", "2019-01-21 11:47:32.764422"], ["updated_at", "2019-01-21 11:47:32.764422"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 30"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_30"], ["name", "actor 30"], ["description", "actor 30"], ["created_at", "2019-01-21 11:47:32.767745"], ["updated_at", "2019-01-21 11:47:32.767745"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-21 11:47:32.769483"], ["updated_at", "2019-01-21 11:47:32.769483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 11:47:32.795431"], ["updated_at", "2019-01-21 11:47:32.795431"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-21 11:47:32.796717"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 11:47:32.809200"], ["updated_at", "2019-01-21 11:47:32.809200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-21 11:47:32.810612"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.3ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-21 11:47:32.833072"], ["updated_at", "2019-01-21 11:47:32.833072"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 31"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_31"], ["name", "architect 31"], ["description", "architect 31"], ["created_at", "2019-01-21 11:47:32.866744"], ["updated_at", "2019-01-21 11:47:32.866744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-21 11:47:32.868790"], ["updated_at", "2019-01-21 11:47:32.868790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.3ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.5ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-21 11:47:32.979041"], ["updated_at", "2019-01-21 11:47:32.979041"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-21 11:47:32.981721"], ["updated_at", "2019-01-21 11:47:32.981721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 11:47:32.987096"], ["updated_at", "2019-01-21 11:47:32.987096"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 11:47:32.989357"], ["updated_at", "2019-01-21 11:47:32.989357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-21 11:47:32.991356"], ["updated_at", "2019-01-21 11:47:32.991356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "milda@yoststracke.biz"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "milda@yoststracke.biz"], ["encrypted_password", "$2a$04$XW/kaaEqJNO82ragUct2HeBzJJUB3c/07VYbJ04nr9G8kin9Xrewq"], ["created_at", "2019-01-21 11:47:32.994854"], ["updated_at", "2019-01-21 11:47:32.994854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Temporibus nisi omnis incidunt."], ["body", "Molestias ut repudiandae. Ipsum unde quod. Maiores ad consequatur."], ["created_at", "2019-01-21 11:47:32.996400"], ["updated_at", "2019-01-21 11:47:32.996400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "donaldtromp@grimes.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "donaldtromp@grimes.info"], ["encrypted_password", "$2a$04$IJet/6vDpY3x9sprVMbHyOalqOW2hS6VQzNO2IYnuCk5nfHcfzzr6"], ["created_at", "2019-01-21 11:47:32.999703"], ["updated_at", "2019-01-21 11:47:32.999703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Dignissimos et quaerat ut."], ["body", "Necessitatibus doloremque et. Soluta laudantium corporis. Nobis molestias quo."], ["created_at", "2019-01-21 11:47:33.000932"], ["updated_at", "2019-01-21 11:47:33.000932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 11:47:33.005094"], ["updated_at", "2019-01-21 11:47:33.005094"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 11:47:33.007295"], ["updated_at", "2019-01-21 11:47:33.007295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-21 11:47:33.009208"], ["updated_at", "2019-01-21 11:47:33.009208"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ashanti@ondrickavolkman.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ashanti@ondrickavolkman.net"], ["encrypted_password", "$2a$04$EohwYQrKU371yyFsqwwF4OjlKj6KVuiVYbnKRbnkS7tJO41TVu0sq"], ["created_at", "2019-01-21 11:47:33.012214"], ["updated_at", "2019-01-21 11:47:33.012214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ut sint exercitationem ratione."], ["body", "Vitae nulla molestiae. Fuga est autem. Aut quia tempore."], ["created_at", "2019-01-21 11:47:33.013514"], ["updated_at", "2019-01-21 11:47:33.013514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "danaelakin@fadelgorczany.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "danaelakin@fadelgorczany.io"], ["encrypted_password", "$2a$04$ubSDHbTz1dMhMHC.EUE3FOEWmjFLJT2LfnkayRP3RDj446DODakO2"], ["created_at", "2019-01-21 11:47:33.016406"], ["updated_at", "2019-01-21 11:47:33.016406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Necessitatibus adipisci eveniet illum."], ["body", "Et dolores et. Autem inventore error. Ea quisquam cupiditate."], ["created_at", "2019-01-21 11:47:33.017589"], ["updated_at", "2019-01-21 11:47:33.017589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 11:47:33.020797"], ["updated_at", "2019-01-21 11:47:33.020797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 11:47:33.022770"], ["updated_at", "2019-01-21 11:47:33.022770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-21 11:47:33.024461"], ["updated_at", "2019-01-21 11:47:33.024461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elanorheel@emmerichherzog.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elanorheel@emmerichherzog.net"], ["encrypted_password", "$2a$04$TT2DKI/4VmI9wUOgW0Glm.6.zaXiucn4h.A5Urz5JU6yJUXrmWZJ6"], ["created_at", "2019-01-21 11:47:33.027296"], ["updated_at", "2019-01-21 11:47:33.027296"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ipsam incidunt placeat perferendis."], ["body", "Sunt mollitia dicta. Et dolores quia. Unde id laborum."], ["created_at", "2019-01-21 11:47:33.028529"], ["updated_at", "2019-01-21 11:47:33.028529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "peterkuphal@gorczanyconroy.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "peterkuphal@gorczanyconroy.org"], ["encrypted_password", "$2a$04$OF8LI/TX4EcEzTFxqdahb.Ng68tXAcc2B2i/ETwOLXV.TFGOLC8oy"], ["created_at", "2019-01-21 11:47:33.031213"], ["updated_at", "2019-01-21 11:47:33.031213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Sint voluptatem quia atque."], ["body", "Corporis enim molestiae. Repudiandae culpa rerum. Eum veniam ad."], ["created_at", "2019-01-21 11:47:33.032356"], ["updated_at", "2019-01-21 11:47:33.032356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 11:47:33.036197"], ["updated_at", "2019-01-21 11:47:33.036197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 11:47:33.037813"], ["updated_at", "2019-01-21 11:47:33.037813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-21 11:47:33.039278"], ["updated_at", "2019-01-21 11:47:33.039278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nidia@hand.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nidia@hand.com"], ["encrypted_password", "$2a$04$PTbA/cz3j4rJem8DOLRok.SN09bgDuiF/l.5Mpl4fKUvu/BgjOqr6"], ["created_at", "2019-01-21 11:47:33.041922"], ["updated_at", "2019-01-21 11:47:33.041922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Velit nobis optio consequatur."], ["body", "Placeat qui sint. Exercitationem aut necessitatibus. Enim exercitationem ut."], ["created_at", "2019-01-21 11:47:33.043090"], ["updated_at", "2019-01-21 11:47:33.043090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alphonseheel@baileyjacobi.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alphonseheel@baileyjacobi.com"], ["encrypted_password", "$2a$04$Zii2qgySWsZlRvfZZOen/.LIgDpN42G8RhLkOxPspZ9MBf/3dj7Zu"], ["created_at", "2019-01-21 11:47:33.045703"], ["updated_at", "2019-01-21 11:47:33.045703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Repellendus qui voluptas ipsam."], ["body", "Nisi dolorum architecto. Eum est eligendi. Voluptas quia maiores."], ["created_at", "2019-01-21 11:47:33.046819"], ["updated_at", "2019-01-21 11:47:33.046819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "christopherschinner@bashirian.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "christopherschinner@bashirian.com"], ["encrypted_password", "$2a$04$/uvFMkCFSL9wireZCP4plOqIrMom3fh1H1QbPSIF4EStlX7LFvnTu"], ["created_at", "2019-01-21 11:47:33.049322"], ["updated_at", "2019-01-21 11:47:33.049322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Ut facere nihil odit."], ["body", "Sed ea dicta. Doloremque et dolorem. Voluptatem sed modi."], ["created_at", "2019-01-21 11:47:33.050315"], ["updated_at", "2019-01-21 11:47:33.050315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 11:47:33.056711"], ["updated_at", "2019-01-21 11:47:33.056711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 11:47:33.058176"], ["updated_at", "2019-01-21 11:47:33.058176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-21 11:47:33.059507"], ["updated_at", "2019-01-21 11:47:33.059507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-21 11:47:33.061126"], ["updated_at", "2019-01-21 11:47:33.061126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "reinaldo@bogisich.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "reinaldo@bogisich.io"], ["encrypted_password", "$2a$04$JOCgcLj225MiOhSlPuNgpe7o.fQnzLIr65tMJzOSio7OOdS6NgYUG"], ["created_at", "2019-01-21 11:47:33.063958"], ["updated_at", "2019-01-21 11:47:33.063958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Illum est sit reprehenderit."], ["body", "Nisi minus et. Tempore qui quisquam. Ut enim ullam."], ["created_at", "2019-01-21 11:47:33.065216"], ["updated_at", "2019-01-21 11:47:33.065216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "glen@bradtke.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "glen@bradtke.co"], ["encrypted_password", "$2a$04$IORdWGBb0/tNy7V5L68lwuMes4Ahs02SUpbfZNU8cdow6MhX3gZwC"], ["created_at", "2019-01-21 11:47:33.067794"], ["updated_at", "2019-01-21 11:47:33.067794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Cum perferendis qui quibusdam."], ["body", "Et corporis eum. Laborum reiciendis aut. Qui consequuntur cum."], ["created_at", "2019-01-21 11:47:33.068800"], ["updated_at", "2019-01-21 11:47:33.068800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "travis@schaeferkunze.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "travis@schaeferkunze.biz"], ["encrypted_password", "$2a$04$hSK9B6KIUmeVCcPe7axCvuIOdkTRdsTpmeuZEaw54M1NRtDxHdPZa"], ["created_at", "2019-01-21 11:47:33.071440"], ["updated_at", "2019-01-21 11:47:33.071440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Id minus enim minima."], ["body", "Vero quia est. Ullam voluptas aliquid. Voluptatem praesentium sed."], ["created_at", "2019-01-21 11:47:33.072531"], ["updated_at", "2019-01-21 11:47:33.072531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "casey@schroeder.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "casey@schroeder.name"], ["encrypted_password", "$2a$04$VgV4yBxvnTEwLGiyjiDH7.44CX2sT9dc4SaCdWyvqi7taQ5sGVYEW"], ["created_at", "2019-01-21 11:47:33.075103"], ["updated_at", "2019-01-21 11:47:33.075103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Quas qui voluptatem minima."], ["body", "Nobis et aut. Voluptatem ratione cum. Sapiente magni nemo."], ["created_at", "2019-01-21 11:47:33.076104"], ["updated_at", "2019-01-21 11:47:33.076104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 11:47:33.080606"], ["updated_at", "2019-01-21 11:47:33.080606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 11:47:33.082207"], ["updated_at", "2019-01-21 11:47:33.082207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-21 11:47:33.083610"], ["updated_at", "2019-01-21 11:47:33.083610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-21 11:47:33.084827"], ["updated_at", "2019-01-21 11:47:33.084827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lavinia@conroy.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lavinia@conroy.biz"], ["encrypted_password", "$2a$04$iBf3b6aoLeaVRBd5jRzbQOGTaLdpf2b.5sPubFP7VeWEtC1zd95rG"], ["created_at", "2019-01-21 11:47:33.087299"], ["updated_at", "2019-01-21 11:47:33.087299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Similique odio optio sed."], ["body", "Distinctio provident corrupti. Sunt et expedita. Qui quos in."], ["created_at", "2019-01-21 11:47:33.088410"], ["updated_at", "2019-01-21 11:47:33.088410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Vernshire 30"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Vernshire 30"], ["created_at", "2019-01-21 11:47:33.091882"], ["updated_at", "2019-01-21 11:47:33.091882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Carin 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Carin 31"], ["created_at", "2019-01-21 11:47:33.093626"], ["updated_at", "2019-01-21 11:47:33.093626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Chrisstad 32"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Chrisstad 32"], ["created_at", "2019-01-21 11:47:33.094773"], ["updated_at", "2019-01-21 11:47:33.094773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Veritatis dolorem dolor facere."], ["created_at", "2019-01-21 11:47:33.100200"], ["updated_at", "2019-01-21 11:47:33.100200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-21 11:47:33.112199"], ["updated_at", "2019-01-21 11:47:33.112199"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-21 11:47:33.113224"], ["updated_at", "2019-01-21 11:47:33.113224"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 11:47:33.116560"], ["updated_at", "2019-01-21 11:47:33.116560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-21 11:47:33.118515"], ["updated_at", "2019-01-21 11:47:33.118515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "berniece@lowerosenbaum.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "berniece@lowerosenbaum.co"], ["encrypted_password", "$2a$04$/EcdHIUY4/d/xq0hRc6qrenkj2P45VFlysxXDxaKBT.BrpF90PbZC"], ["created_at", "2019-01-21 11:47:33.121243"], ["updated_at", "2019-01-21 11:47:33.121243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Cumque reiciendis at quidem."], ["body", "Alias facilis corporis. Qui cumque eos. Odit dolor saepe."], ["created_at", "2019-01-21 11:47:33.122427"], ["updated_at", "2019-01-21 11:47:33.122427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.3ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Deleniti rerum error voluptas."], ["created_at", "2019-01-21 11:47:33.124821"], ["updated_at", "2019-01-21 11:47:33.124821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cherilynruel@doyle.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cherilynruel@doyle.net"], ["encrypted_password", "$2a$04$W0EjRKAIR8FFrio6hLp1gucQJn2E0TqK311lrjRFTLoRui8yC10TW"], ["created_at", "2019-01-21 11:47:33.130949"], ["updated_at", "2019-01-21 11:47:33.130949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "cyan 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "cyan 30"], ["created_at", "2019-01-21 11:47:33.132890"], ["updated_at", "2019-01-21 11:47:33.132890"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Benjamin 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Benjamin 33"], ["created_at", "2019-01-21 11:47:33.134577"], ["updated_at", "2019-01-21 11:47:33.134577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Molestiae autem voluptate et."], ["body", "Consequuntur et aspernatur. Eaque nostrum voluptates. Ratione voluptates voluptatem."], ["created_at", "2019-01-21 11:47:33.135699"], ["updated_at", "2019-01-21 11:47:33.135699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Georgiannaport 34"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Georgiannaport 34"], ["created_at", "2019-01-21 11:47:33.139169"], ["updated_at", "2019-01-21 11:47:33.139169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Russelview 35"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Russelview 35"], ["created_at", "2019-01-21 11:47:33.140595"], ["updated_at", "2019-01-21 11:47:33.140595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 11:47:33.144358"], ["updated_at", "2019-01-21 11:47:33.144358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 11:47:33.146203"], ["updated_at", "2019-01-21 11:47:33.146203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clairswift@bashirianjacobs.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clairswift@bashirianjacobs.co"], ["encrypted_password", "$2a$04$QQVSR63rKTuGkSuqVAmxR.YUxLs1KehNyCoRlqjm4TKJ0kPN70C4S"], ["created_at", "2019-01-21 11:47:33.149150"], ["updated_at", "2019-01-21 11:47:33.149150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lavender 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lavender 31"], ["created_at", "2019-01-21 11:47:33.150801"], ["updated_at", "2019-01-21 11:47:33.150801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Quaerat animi sed et."], ["body", "Quod voluptatem adipisci. Omnis quam natus. Deleniti animi saepe."], ["created_at", "2019-01-21 11:47:33.151889"], ["updated_at", "2019-01-21 11:47:33.151889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 11:47:33.154674"], ["updated_at", "2019-01-21 11:47:33.154674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 11:47:33.156297"], ["updated_at", "2019-01-21 11:47:33.156297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kristen@runte.org"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kristen@runte.org"], ["encrypted_password", "$2a$04$NuXtt7.xG5huLdAJowpuk.f1Ueh5xeUOTnkz1c2A8PUa3UMYhZKWC"], ["created_at", "2019-01-21 11:47:33.159336"], ["updated_at", "2019-01-21 11:47:33.159336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "indigo 32"], ["created_at", "2019-01-21 11:47:33.161169"], ["updated_at", "2019-01-21 11:47:33.161169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ab sequi qui placeat."], ["body", "Sapiente tenetur fuga. Soluta non vel. Quia officia in."], ["created_at", "2019-01-21 11:47:33.162247"], ["updated_at", "2019-01-21 11:47:33.162247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Kelsiemouth 36"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Kelsiemouth 36"], ["created_at", "2019-01-21 11:47:33.165811"], ["updated_at", "2019-01-21 11:47:33.165811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Larraine 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Larraine 37"], ["created_at", "2019-01-21 11:47:33.167494"], ["updated_at", "2019-01-21 11:47:33.167494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Astridland 38"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Astridland 38"], ["created_at", "2019-01-21 11:47:33.168603"], ["updated_at", "2019-01-21 11:47:33.168603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Rerum reprehenderit ab dolores."], ["created_at", "2019-01-21 11:47:33.169370"], ["updated_at", "2019-01-21 11:47:33.169370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-21 11:47:33.170799"], ["updated_at", "2019-01-21 11:47:33.170799"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-21 11:47:33.171724"], ["updated_at", "2019-01-21 11:47:33.171724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ardenburgh 39"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ardenburgh 39"], ["created_at", "2019-01-21 11:47:33.174925"], ["updated_at", "2019-01-21 11:47:33.174925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Enochchester 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Enochchester 40"], ["created_at", "2019-01-21 11:47:33.176705"], ["updated_at", "2019-01-21 11:47:33.176705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Isa 41"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Isa 41"], ["created_at", "2019-01-21 11:47:33.178022"], ["updated_at", "2019-01-21 11:47:33.178022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Capricetown 42"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Capricetown 42"], ["created_at", "2019-01-21 11:47:33.179068"], ["updated_at", "2019-01-21 11:47:33.179068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Voluptatem esse eos laborum."], ["created_at", "2019-01-21 11:47:33.179817"], ["updated_at", "2019-01-21 11:47:33.179817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-21 11:47:33.181353"], ["updated_at", "2019-01-21 11:47:33.181353"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-21 11:47:33.182184"], ["updated_at", "2019-01-21 11:47:33.182184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Devinborough 43"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Devinborough 43"], ["created_at", "2019-01-21 11:47:33.185770"], ["updated_at", "2019-01-21 11:47:33.185770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "charlotte@hamillbergstrom.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "charlotte@hamillbergstrom.io"], ["encrypted_password", "$2a$04$369XKfiz92C40nj2ojFRN.5AVEAD7UrBw9nY/cHoQzJ23wRHEjHeC"], ["created_at", "2019-01-21 11:47:33.189010"], ["updated_at", "2019-01-21 11:47:33.189010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "magenta 33"], ["created_at", "2019-01-21 11:47:33.190560"], ["updated_at", "2019-01-21 11:47:33.190560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Mohammadstad 44"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Mohammadstad 44"], ["created_at", "2019-01-21 11:47:33.191745"], ["updated_at", "2019-01-21 11:47:33.191745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Fugit perferendis consequatur ut."], ["body", "Non atque minima. Voluptatum quas ullam. Voluptatem et est."], ["created_at", "2019-01-21 11:47:33.192686"], ["updated_at", "2019-01-21 11:47:33.192686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Watsicastad 45"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Watsicastad 45"], ["created_at", "2019-01-21 11:47:33.196431"], ["updated_at", "2019-01-21 11:47:33.196431"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "willie@bahringerwilliamson.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "willie@bahringerwilliamson.com"], ["encrypted_password", "$2a$04$L8ZcMdRv9dEtzTpATCnL0unTmavhEgaDGNUbCi3KqPaIoJxyWh/Me"], ["created_at", "2019-01-21 11:47:33.199622"], ["updated_at", "2019-01-21 11:47:33.199622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 34"], ["created_at", "2019-01-21 11:47:33.201221"], ["updated_at", "2019-01-21 11:47:33.201221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Garlandmouth 46"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Garlandmouth 46"], ["created_at", "2019-01-21 11:47:33.202372"], ["updated_at", "2019-01-21 11:47:33.202372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Dolorem veritatis voluptas esse."], ["body", "Ratione accusamus enim. Nihil possimus sint. Aliquam ea voluptas."], ["created_at", "2019-01-21 11:47:33.203358"], ["updated_at", "2019-01-21 11:47:33.203358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.0ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Shaina 47"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Shaina 47"], ["created_at", "2019-01-21 11:47:33.206905"], ["updated_at", "2019-01-21 11:47:33.206905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Jospehbury 49"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Jospehbury 49"], ["created_at", "2019-01-21 11:47:33.210607"], ["updated_at", "2019-01-21 11:47:33.210607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.3ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hilllborough 51"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hilllborough 51"], ["created_at", "2019-01-21 11:47:33.214232"], ["updated_at", "2019-01-21 11:47:33.214232"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jerrybrakus@gorczany.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jerrybrakus@gorczany.net"], ["encrypted_password", "$2a$04$LfwjkCvMmu1MmhXnFDBweOjnE2LuDYO58TGjLxdW.T.H6i1TNvinO"], ["created_at", "2019-01-21 11:47:33.221714"], ["updated_at", "2019-01-21 11:47:33.221714"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 12:53:30.035404"], ["updated_at", "2019-01-21 12:53:30.035404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 12:53:30.037325"], ["updated_at", "2019-01-21 12:53:30.037325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 12:53:30.038461"], ["updated_at", "2019-01-21 12:53:30.038461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 12:53:30.039565"], ["updated_at", "2019-01-21 12:53:30.039565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 12:53:30.043508"], ["updated_at", "2019-01-21 12:53:30.043508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 12:53:30.044574"], ["updated_at", "2019-01-21 12:53:30.044574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 12:53:30.045539"], ["updated_at", "2019-01-21 12:53:30.045539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 12:53:30.046552"], ["updated_at", "2019-01-21 12:53:30.046552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 12:53:30.047902"], ["updated_at", "2019-01-21 12:53:30.047902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 12:53:30.049387"], ["updated_at", "2019-01-21 12:53:30.049387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 12:53:30.051185"], ["updated_at", "2019-01-21 12:53:30.051185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 12:53:30.053356"], ["updated_at", "2019-01-21 12:53:30.053356"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 12:53:30.054964"], ["updated_at", "2019-01-21 12:53:30.054964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 12:53:30.056753"], ["updated_at", "2019-01-21 12:53:30.056753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 12:53:30.058420"], ["updated_at", "2019-01-21 12:53:30.058420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 12:53:30.059925"], ["updated_at", "2019-01-21 12:53:30.059925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 12:53:30.061403"], ["updated_at", "2019-01-21 12:53:30.061403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 12:53:30.062699"], ["updated_at", "2019-01-21 12:53:30.062699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 12:53:30.063808"], ["updated_at", "2019-01-21 12:53:30.063808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 12:53:30.064862"], ["updated_at", "2019-01-21 12:53:30.064862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 12:53:30.065921"], ["updated_at", "2019-01-21 12:53:30.065921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 12:53:30.066920"], ["updated_at", "2019-01-21 12:53:30.066920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 12:53:30.067943"], ["updated_at", "2019-01-21 12:53:30.067943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 12:53:30.068946"], ["updated_at", "2019-01-21 12:53:30.068946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 12:53:30.070010"], ["updated_at", "2019-01-21 12:53:30.070010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 12:53:30.071187"], ["updated_at", "2019-01-21 12:53:30.071187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 12:53:30.072242"], ["updated_at", "2019-01-21 12:53:30.072242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 12:53:30.073269"], ["updated_at", "2019-01-21 12:53:30.073269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 12:53:30.074268"], ["updated_at", "2019-01-21 12:53:30.074268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 12:53:30.075254"], ["updated_at", "2019-01-21 12:53:30.075254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 12:53:30.076255"], ["updated_at", "2019-01-21 12:53:30.076255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 12:53:30.077253"], ["updated_at", "2019-01-21 12:53:30.077253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 12:53:30.078250"], ["updated_at", "2019-01-21 12:53:30.078250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 12:53:30.079252"], ["updated_at", "2019-01-21 12:53:30.079252"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 12:53:30.080284"], ["updated_at", "2019-01-21 12:53:30.080284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 12:53:30.081292"], ["updated_at", "2019-01-21 12:53:30.081292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%')  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.3ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "[\"index\"]"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "[\"index\"]"], ["LIMIT", 1]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 12:58:23.752426"], ["updated_at", "2019-01-21 12:58:23.752426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 12:59:13.880720"], ["updated_at", "2019-01-21 12:59:13.880720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 12:59:13.882491"], ["updated_at", "2019-01-21 12:59:13.882491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 12:59:13.883769"], ["updated_at", "2019-01-21 12:59:13.883769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 12:59:13.884930"], ["updated_at", "2019-01-21 12:59:13.884930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 12:59:13.886051"], ["updated_at", "2019-01-21 12:59:13.886051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 12:59:13.887174"], ["updated_at", "2019-01-21 12:59:13.887174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (3.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 12:59:13.891368"], ["updated_at", "2019-01-21 12:59:13.891368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 12:59:13.892607"], ["updated_at", "2019-01-21 12:59:13.892607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 12:59:13.893968"], ["updated_at", "2019-01-21 12:59:13.893968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 12:59:13.895069"], ["updated_at", "2019-01-21 12:59:13.895069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 12:59:13.896141"], ["updated_at", "2019-01-21 12:59:13.896141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 12:59:13.897169"], ["updated_at", "2019-01-21 12:59:13.897169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 12:59:13.898186"], ["updated_at", "2019-01-21 12:59:13.898186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 12:59:13.899194"], ["updated_at", "2019-01-21 12:59:13.899194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 12:59:13.900207"], ["updated_at", "2019-01-21 12:59:13.900207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 12:59:13.901215"], ["updated_at", "2019-01-21 12:59:13.901215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 12:59:13.902214"], ["updated_at", "2019-01-21 12:59:13.902214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 12:59:13.903229"], ["updated_at", "2019-01-21 12:59:13.903229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 12:59:13.904263"], ["updated_at", "2019-01-21 12:59:13.904263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 12:59:13.905318"], ["updated_at", "2019-01-21 12:59:13.905318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 12:59:13.906340"], ["updated_at", "2019-01-21 12:59:13.906340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 12:59:13.907357"], ["updated_at", "2019-01-21 12:59:13.907357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 12:59:13.908370"], ["updated_at", "2019-01-21 12:59:13.908370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 12:59:13.910369"], ["updated_at", "2019-01-21 12:59:13.910369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 12:59:13.911686"], ["updated_at", "2019-01-21 12:59:13.911686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 12:59:13.912770"], ["updated_at", "2019-01-21 12:59:13.912770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 12:59:13.913823"], ["updated_at", "2019-01-21 12:59:13.913823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 12:59:13.914858"], ["updated_at", "2019-01-21 12:59:13.914858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 12:59:13.915883"], ["updated_at", "2019-01-21 12:59:13.915883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 12:59:13.916899"], ["updated_at", "2019-01-21 12:59:13.916899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 12:59:13.917995"], ["updated_at", "2019-01-21 12:59:13.917995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 12:59:13.919037"], ["updated_at", "2019-01-21 12:59:13.919037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 12:59:13.920053"], ["updated_at", "2019-01-21 12:59:13.920053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 12:59:13.921060"], ["updated_at", "2019-01-21 12:59:13.921060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 12:59:13.922071"], ["updated_at", "2019-01-21 12:59:13.922071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 12:59:13.923073"], ["updated_at", "2019-01-21 12:59:13.923073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%')  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 12:59:13.926874"], ["updated_at", "2019-01-21 12:59:13.926874"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:04:17.428391"], ["updated_at", "2019-01-21 13:04:17.428391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:04:17.430056"], ["updated_at", "2019-01-21 13:04:17.430056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:04:17.431142"], ["updated_at", "2019-01-21 13:04:17.431142"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:04:17.432234"], ["updated_at", "2019-01-21 13:04:17.432234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:04:17.433314"], ["updated_at", "2019-01-21 13:04:17.433314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:04:17.434371"], ["updated_at", "2019-01-21 13:04:17.434371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:04:17.435357"], ["updated_at", "2019-01-21 13:04:17.435357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:04:17.436338"], ["updated_at", "2019-01-21 13:04:17.436338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:04:17.437352"], ["updated_at", "2019-01-21 13:04:17.437352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:04:17.438355"], ["updated_at", "2019-01-21 13:04:17.438355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:04:17.439346"], ["updated_at", "2019-01-21 13:04:17.439346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:04:17.440528"], ["updated_at", "2019-01-21 13:04:17.440528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:04:17.441585"], ["updated_at", "2019-01-21 13:04:17.441585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:04:17.442678"], ["updated_at", "2019-01-21 13:04:17.442678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:04:17.443728"], ["updated_at", "2019-01-21 13:04:17.443728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:04:17.444727"], ["updated_at", "2019-01-21 13:04:17.444727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:04:17.445764"], ["updated_at", "2019-01-21 13:04:17.445764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:04:17.446763"], ["updated_at", "2019-01-21 13:04:17.446763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:04:17.447784"], ["updated_at", "2019-01-21 13:04:17.447784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:04:17.448866"], ["updated_at", "2019-01-21 13:04:17.448866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:04:17.449970"], ["updated_at", "2019-01-21 13:04:17.449970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:04:17.451059"], ["updated_at", "2019-01-21 13:04:17.451059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:04:17.452189"], ["updated_at", "2019-01-21 13:04:17.452189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:04:17.453327"], ["updated_at", "2019-01-21 13:04:17.453327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:04:17.454466"], ["updated_at", "2019-01-21 13:04:17.454466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:04:17.455631"], ["updated_at", "2019-01-21 13:04:17.455631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:04:17.460261"], ["updated_at", "2019-01-21 13:04:17.460261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:04:17.461344"], ["updated_at", "2019-01-21 13:04:17.461344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:04:17.462335"], ["updated_at", "2019-01-21 13:04:17.462335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:04:17.463342"], ["updated_at", "2019-01-21 13:04:17.463342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:04:17.464342"], ["updated_at", "2019-01-21 13:04:17.464342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:04:17.465345"], ["updated_at", "2019-01-21 13:04:17.465345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:04:17.466315"], ["updated_at", "2019-01-21 13:04:17.466315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:04:17.467317"], ["updated_at", "2019-01-21 13:04:17.467317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:04:17.468316"], ["updated_at", "2019-01-21 13:04:17.468316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:04:17.469308"], ["updated_at", "2019-01-21 13:04:17.469308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%')  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:04:17.473179"], ["updated_at", "2019-01-21 13:04:17.473179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:06:12.204939"], ["updated_at", "2019-01-21 13:06:12.204939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:06:12.206704"], ["updated_at", "2019-01-21 13:06:12.206704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:06:12.207813"], ["updated_at", "2019-01-21 13:06:12.207813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:06:12.208818"], ["updated_at", "2019-01-21 13:06:12.208818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:06:12.209839"], ["updated_at", "2019-01-21 13:06:12.209839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:06:12.210829"], ["updated_at", "2019-01-21 13:06:12.210829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:06:12.211846"], ["updated_at", "2019-01-21 13:06:12.211846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:06:12.212867"], ["updated_at", "2019-01-21 13:06:12.212867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:06:12.213924"], ["updated_at", "2019-01-21 13:06:12.213924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:06:12.214974"], ["updated_at", "2019-01-21 13:06:12.214974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:06:12.216014"], ["updated_at", "2019-01-21 13:06:12.216014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:06:12.217150"], ["updated_at", "2019-01-21 13:06:12.217150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:06:12.218182"], ["updated_at", "2019-01-21 13:06:12.218182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:06:12.219220"], ["updated_at", "2019-01-21 13:06:12.219220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:06:12.220237"], ["updated_at", "2019-01-21 13:06:12.220237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:06:12.221283"], ["updated_at", "2019-01-21 13:06:12.221283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:06:12.222316"], ["updated_at", "2019-01-21 13:06:12.222316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:06:12.223338"], ["updated_at", "2019-01-21 13:06:12.223338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:06:12.224376"], ["updated_at", "2019-01-21 13:06:12.224376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:06:12.225430"], ["updated_at", "2019-01-21 13:06:12.225430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:06:12.226465"], ["updated_at", "2019-01-21 13:06:12.226465"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:06:12.227508"], ["updated_at", "2019-01-21 13:06:12.227508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:06:12.228548"], ["updated_at", "2019-01-21 13:06:12.228548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:06:12.229598"], ["updated_at", "2019-01-21 13:06:12.229598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:06:12.230650"], ["updated_at", "2019-01-21 13:06:12.230650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:06:12.231702"], ["updated_at", "2019-01-21 13:06:12.231702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:06:12.232752"], ["updated_at", "2019-01-21 13:06:12.232752"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:06:12.233800"], ["updated_at", "2019-01-21 13:06:12.233800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:06:12.234843"], ["updated_at", "2019-01-21 13:06:12.234843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:06:12.235902"], ["updated_at", "2019-01-21 13:06:12.235902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:06:12.236954"], ["updated_at", "2019-01-21 13:06:12.236954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:06:12.238022"], ["updated_at", "2019-01-21 13:06:12.238022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:06:12.239063"], ["updated_at", "2019-01-21 13:06:12.239063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:06:12.240128"], ["updated_at", "2019-01-21 13:06:12.240128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:06:12.241214"], ["updated_at", "2019-01-21 13:06:12.241214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:06:12.242274"], ["updated_at", "2019-01-21 13:06:12.242274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%')  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:06:12.246982"], ["updated_at", "2019-01-21 13:06:12.246982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:09:40.700188"], ["updated_at", "2019-01-21 13:09:40.700188"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:09:40.701510"], ["updated_at", "2019-01-21 13:09:40.701510"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:09:40.702353"], ["updated_at", "2019-01-21 13:09:40.702353"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:09:40.703162"], ["updated_at", "2019-01-21 13:09:40.703162"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:09:40.703964"], ["updated_at", "2019-01-21 13:09:40.703964"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:09:40.704786"], ["updated_at", "2019-01-21 13:09:40.704786"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:09:40.705602"], ["updated_at", "2019-01-21 13:09:40.705602"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:09:40.706405"], ["updated_at", "2019-01-21 13:09:40.706405"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:09:40.707256"], ["updated_at", "2019-01-21 13:09:40.707256"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:09:40.708067"], ["updated_at", "2019-01-21 13:09:40.708067"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:09:40.708913"], ["updated_at", "2019-01-21 13:09:40.708913"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:09:40.709842"], ["updated_at", "2019-01-21 13:09:40.709842"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:09:40.710740"], ["updated_at", "2019-01-21 13:09:40.710740"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:09:40.711674"], ["updated_at", "2019-01-21 13:09:40.711674"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:09:40.712526"], ["updated_at", "2019-01-21 13:09:40.712526"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:09:40.713425"], ["updated_at", "2019-01-21 13:09:40.713425"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:09:40.714269"], ["updated_at", "2019-01-21 13:09:40.714269"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:09:40.715084"], ["updated_at", "2019-01-21 13:09:40.715084"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:09:40.715947"], ["updated_at", "2019-01-21 13:09:40.715947"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:09:40.716787"], ["updated_at", "2019-01-21 13:09:40.716787"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:09:40.717666"], ["updated_at", "2019-01-21 13:09:40.717666"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:09:40.718564"], ["updated_at", "2019-01-21 13:09:40.718564"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:09:40.719469"], ["updated_at", "2019-01-21 13:09:40.719469"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:09:40.720404"], ["updated_at", "2019-01-21 13:09:40.720404"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:09:40.721284"], ["updated_at", "2019-01-21 13:09:40.721284"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:09:40.722212"], ["updated_at", "2019-01-21 13:09:40.722212"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:09:40.723103"], ["updated_at", "2019-01-21 13:09:40.723103"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:09:40.723993"], ["updated_at", "2019-01-21 13:09:40.723993"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:09:40.724905"], ["updated_at", "2019-01-21 13:09:40.724905"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:09:40.725802"], ["updated_at", "2019-01-21 13:09:40.725802"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:09:40.726703"], ["updated_at", "2019-01-21 13:09:40.726703"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:09:40.727598"], ["updated_at", "2019-01-21 13:09:40.727598"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:09:40.728491"], ["updated_at", "2019-01-21 13:09:40.728491"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:09:40.729402"], ["updated_at", "2019-01-21 13:09:40.729402"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:09:40.730293"], ["updated_at", "2019-01-21 13:09:40.730293"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:09:40.731179"], ["updated_at", "2019-01-21 13:09:40.731179"]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:09:41.231393"], ["updated_at", "2019-01-21 13:09:41.231393"]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.255324"], ["updated_at", "2019-01-21 13:09:41.255324"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.256511"], ["updated_at", "2019-01-21 13:09:41.256511"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.257518"], ["updated_at", "2019-01-21 13:09:41.257518"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.258485"], ["updated_at", "2019-01-21 13:09:41.258485"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.259410"], ["updated_at", "2019-01-21 13:09:41.259410"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.260356"], ["updated_at", "2019-01-21 13:09:41.260356"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.261298"], ["updated_at", "2019-01-21 13:09:41.261298"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.262199"], ["updated_at", "2019-01-21 13:09:41.262199"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.263141"], ["updated_at", "2019-01-21 13:09:41.263141"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.264031"], ["updated_at", "2019-01-21 13:09:41.264031"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.264930"], ["updated_at", "2019-01-21 13:09:41.264930"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.265811"], ["updated_at", "2019-01-21 13:09:41.265811"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.266660"], ["updated_at", "2019-01-21 13:09:41.266660"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.267576"], ["updated_at", "2019-01-21 13:09:41.267576"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.268461"], ["updated_at", "2019-01-21 13:09:41.268461"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.269334"], ["updated_at", "2019-01-21 13:09:41.269334"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.270207"], ["updated_at", "2019-01-21 13:09:41.270207"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.271102"], ["updated_at", "2019-01-21 13:09:41.271102"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.271966"], ["updated_at", "2019-01-21 13:09:41.271966"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.272816"], ["updated_at", "2019-01-21 13:09:41.272816"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.273711"], ["updated_at", "2019-01-21 13:09:41.273711"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.274587"], ["updated_at", "2019-01-21 13:09:41.274587"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.275496"], ["updated_at", "2019-01-21 13:09:41.275496"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.276379"], ["updated_at", "2019-01-21 13:09:41.276379"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.277270"], ["updated_at", "2019-01-21 13:09:41.277270"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.278183"], ["updated_at", "2019-01-21 13:09:41.278183"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.279119"], ["updated_at", "2019-01-21 13:09:41.279119"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.280072"], ["updated_at", "2019-01-21 13:09:41.280072"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.280957"], ["updated_at", "2019-01-21 13:09:41.280957"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.281883"], ["updated_at", "2019-01-21 13:09:41.281883"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.282801"], ["updated_at", "2019-01-21 13:09:41.282801"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.283715"], ["updated_at", "2019-01-21 13:09:41.283715"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.284582"], ["updated_at", "2019-01-21 13:09:41.284582"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.285437"], ["updated_at", "2019-01-21 13:09:41.285437"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.286272"], ["updated_at", "2019-01-21 13:09:41.286272"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:09:41.287173"], ["updated_at", "2019-01-21 13:09:41.287173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.3ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.3ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.4ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:10:59.271805"], ["updated_at", "2019-01-21 13:10:59.271805"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:10:59.281856"], ["updated_at", "2019-01-21 13:10:59.281856"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:10:59.291336"], ["updated_at", "2019-01-21 13:10:59.291336"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:10:59.300359"], ["updated_at", "2019-01-21 13:10:59.300359"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:10:59.309191"], ["updated_at", "2019-01-21 13:10:59.309191"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:10:59.318460"], ["updated_at", "2019-01-21 13:10:59.318460"]] Authz::ControllerAction Exists (0.3ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:10:59.329060"], ["updated_at", "2019-01-21 13:10:59.329060"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:10:59.339990"], ["updated_at", "2019-01-21 13:10:59.339990"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:10:59.349172"], ["updated_at", "2019-01-21 13:10:59.349172"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:10:59.358281"], ["updated_at", "2019-01-21 13:10:59.358281"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:10:59.367264"], ["updated_at", "2019-01-21 13:10:59.367264"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:10:59.375980"], ["updated_at", "2019-01-21 13:10:59.375980"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:10:59.384786"], ["updated_at", "2019-01-21 13:10:59.384786"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:10:59.393415"], ["updated_at", "2019-01-21 13:10:59.393415"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:10:59.402049"], ["updated_at", "2019-01-21 13:10:59.402049"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:10:59.409969"], ["updated_at", "2019-01-21 13:10:59.409969"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:10:59.418797"], ["updated_at", "2019-01-21 13:10:59.418797"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:10:59.427317"], ["updated_at", "2019-01-21 13:10:59.427317"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:10:59.436105"], ["updated_at", "2019-01-21 13:10:59.436105"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:10:59.444830"], ["updated_at", "2019-01-21 13:10:59.444830"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:10:59.455709"], ["updated_at", "2019-01-21 13:10:59.455709"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:10:59.465078"], ["updated_at", "2019-01-21 13:10:59.465078"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:10:59.474095"], ["updated_at", "2019-01-21 13:10:59.474095"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:10:59.482577"], ["updated_at", "2019-01-21 13:10:59.482577"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:10:59.490765"], ["updated_at", "2019-01-21 13:10:59.490765"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:10:59.498623"], ["updated_at", "2019-01-21 13:10:59.498623"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:10:59.506663"], ["updated_at", "2019-01-21 13:10:59.506663"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:10:59.514410"], ["updated_at", "2019-01-21 13:10:59.514410"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:10:59.522274"], ["updated_at", "2019-01-21 13:10:59.522274"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:10:59.530322"], ["updated_at", "2019-01-21 13:10:59.530322"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:10:59.538234"], ["updated_at", "2019-01-21 13:10:59.538234"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:10:59.545921"], ["updated_at", "2019-01-21 13:10:59.545921"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:10:59.554008"], ["updated_at", "2019-01-21 13:10:59.554008"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:10:59.565101"], ["updated_at", "2019-01-21 13:10:59.565101"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:10:59.573467"], ["updated_at", "2019-01-21 13:10:59.573467"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:10:59.581219"], ["updated_at", "2019-01-21 13:10:59.581219"]] Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:11:10.491596"], ["updated_at", "2019-01-21 13:11:10.491596"]] Authz::ControllerAction Load (0.4ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.544619"], ["updated_at", "2019-01-21 13:11:10.544619"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.553769"], ["updated_at", "2019-01-21 13:11:10.553769"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.562943"], ["updated_at", "2019-01-21 13:11:10.562943"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.571970"], ["updated_at", "2019-01-21 13:11:10.571970"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.580848"], ["updated_at", "2019-01-21 13:11:10.580848"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.590202"], ["updated_at", "2019-01-21 13:11:10.590202"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.600928"], ["updated_at", "2019-01-21 13:11:10.600928"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.610279"], ["updated_at", "2019-01-21 13:11:10.610279"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.619143"], ["updated_at", "2019-01-21 13:11:10.619143"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.628311"], ["updated_at", "2019-01-21 13:11:10.628311"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.637416"], ["updated_at", "2019-01-21 13:11:10.637416"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.646270"], ["updated_at", "2019-01-21 13:11:10.646270"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.655199"], ["updated_at", "2019-01-21 13:11:10.655199"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.664109"], ["updated_at", "2019-01-21 13:11:10.664109"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.672973"], ["updated_at", "2019-01-21 13:11:10.672973"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.681722"], ["updated_at", "2019-01-21 13:11:10.681722"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.3ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.690733"], ["updated_at", "2019-01-21 13:11:10.690733"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.702085"], ["updated_at", "2019-01-21 13:11:10.702085"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.712409"], ["updated_at", "2019-01-21 13:11:10.712409"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.3ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.722917"], ["updated_at", "2019-01-21 13:11:10.722917"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.733273"], ["updated_at", "2019-01-21 13:11:10.733273"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.743485"], ["updated_at", "2019-01-21 13:11:10.743485"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.753576"], ["updated_at", "2019-01-21 13:11:10.753576"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.763670"], ["updated_at", "2019-01-21 13:11:10.763670"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.773551"], ["updated_at", "2019-01-21 13:11:10.773551"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.783601"], ["updated_at", "2019-01-21 13:11:10.783601"]] Authz::BusinessProcessHasControllerAction Exists (0.3ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.793723"], ["updated_at", "2019-01-21 13:11:10.793723"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.804838"], ["updated_at", "2019-01-21 13:11:10.804838"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.815172"], ["updated_at", "2019-01-21 13:11:10.815172"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.825383"], ["updated_at", "2019-01-21 13:11:10.825383"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.835618"], ["updated_at", "2019-01-21 13:11:10.835618"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.845844"], ["updated_at", "2019-01-21 13:11:10.845844"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.856124"], ["updated_at", "2019-01-21 13:11:10.856124"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.868347"], ["updated_at", "2019-01-21 13:11:10.868347"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.879101"], ["updated_at", "2019-01-21 13:11:10.879101"]] Authz::BusinessProcessHasControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:10.889509"], ["updated_at", "2019-01-21 13:11:10.889509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:11:43.000549"], ["updated_at", "2019-01-21 13:11:43.000549"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:11:43.002037"], ["updated_at", "2019-01-21 13:11:43.002037"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:11:43.002908"], ["updated_at", "2019-01-21 13:11:43.002908"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:11:43.003790"], ["updated_at", "2019-01-21 13:11:43.003790"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:11:43.004635"], ["updated_at", "2019-01-21 13:11:43.004635"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:11:43.005515"], ["updated_at", "2019-01-21 13:11:43.005515"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:11:43.006355"], ["updated_at", "2019-01-21 13:11:43.006355"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:11:43.007223"], ["updated_at", "2019-01-21 13:11:43.007223"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:11:43.008065"], ["updated_at", "2019-01-21 13:11:43.008065"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:11:43.008901"], ["updated_at", "2019-01-21 13:11:43.008901"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:11:43.009760"], ["updated_at", "2019-01-21 13:11:43.009760"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:11:43.010601"], ["updated_at", "2019-01-21 13:11:43.010601"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:11:43.011474"], ["updated_at", "2019-01-21 13:11:43.011474"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:11:43.012484"], ["updated_at", "2019-01-21 13:11:43.012484"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:11:43.013616"], ["updated_at", "2019-01-21 13:11:43.013616"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:11:43.014557"], ["updated_at", "2019-01-21 13:11:43.014557"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:11:43.015468"], ["updated_at", "2019-01-21 13:11:43.015468"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:11:43.016395"], ["updated_at", "2019-01-21 13:11:43.016395"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:11:43.017319"], ["updated_at", "2019-01-21 13:11:43.017319"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:11:43.018323"], ["updated_at", "2019-01-21 13:11:43.018323"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:11:43.019258"], ["updated_at", "2019-01-21 13:11:43.019258"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:11:43.020212"], ["updated_at", "2019-01-21 13:11:43.020212"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:11:43.021177"], ["updated_at", "2019-01-21 13:11:43.021177"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:11:43.025768"], ["updated_at", "2019-01-21 13:11:43.025768"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:11:43.026668"], ["updated_at", "2019-01-21 13:11:43.026668"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:11:43.027540"], ["updated_at", "2019-01-21 13:11:43.027540"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:11:43.028393"], ["updated_at", "2019-01-21 13:11:43.028393"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:11:43.029260"], ["updated_at", "2019-01-21 13:11:43.029260"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:11:43.030124"], ["updated_at", "2019-01-21 13:11:43.030124"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:11:43.031002"], ["updated_at", "2019-01-21 13:11:43.031002"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:11:43.031882"], ["updated_at", "2019-01-21 13:11:43.031882"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:11:43.032759"], ["updated_at", "2019-01-21 13:11:43.032759"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:11:43.033692"], ["updated_at", "2019-01-21 13:11:43.033692"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:11:43.034546"], ["updated_at", "2019-01-21 13:11:43.034546"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:11:43.035387"], ["updated_at", "2019-01-21 13:11:43.035387"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:11:43.036232"], ["updated_at", "2019-01-21 13:11:43.036232"]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:11:43.499422"], ["updated_at", "2019-01-21 13:11:43.499422"]] Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.520681"], ["updated_at", "2019-01-21 13:11:43.520681"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.521822"], ["updated_at", "2019-01-21 13:11:43.521822"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.522735"], ["updated_at", "2019-01-21 13:11:43.522735"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.523620"], ["updated_at", "2019-01-21 13:11:43.523620"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.524529"], ["updated_at", "2019-01-21 13:11:43.524529"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.525456"], ["updated_at", "2019-01-21 13:11:43.525456"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.526382"], ["updated_at", "2019-01-21 13:11:43.526382"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.527312"], ["updated_at", "2019-01-21 13:11:43.527312"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.528253"], ["updated_at", "2019-01-21 13:11:43.528253"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.529208"], ["updated_at", "2019-01-21 13:11:43.529208"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.530171"], ["updated_at", "2019-01-21 13:11:43.530171"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.531094"], ["updated_at", "2019-01-21 13:11:43.531094"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.532006"], ["updated_at", "2019-01-21 13:11:43.532006"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.532924"], ["updated_at", "2019-01-21 13:11:43.532924"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.533812"], ["updated_at", "2019-01-21 13:11:43.533812"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.534694"], ["updated_at", "2019-01-21 13:11:43.534694"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.535580"], ["updated_at", "2019-01-21 13:11:43.535580"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.536442"], ["updated_at", "2019-01-21 13:11:43.536442"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.537326"], ["updated_at", "2019-01-21 13:11:43.537326"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.538219"], ["updated_at", "2019-01-21 13:11:43.538219"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.539123"], ["updated_at", "2019-01-21 13:11:43.539123"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.539999"], ["updated_at", "2019-01-21 13:11:43.539999"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.540845"], ["updated_at", "2019-01-21 13:11:43.540845"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.541799"], ["updated_at", "2019-01-21 13:11:43.541799"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.542642"], ["updated_at", "2019-01-21 13:11:43.542642"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.543479"], ["updated_at", "2019-01-21 13:11:43.543479"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.544306"], ["updated_at", "2019-01-21 13:11:43.544306"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.545135"], ["updated_at", "2019-01-21 13:11:43.545135"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.545934"], ["updated_at", "2019-01-21 13:11:43.545934"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.546743"], ["updated_at", "2019-01-21 13:11:43.546743"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.547565"], ["updated_at", "2019-01-21 13:11:43.547565"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.548426"], ["updated_at", "2019-01-21 13:11:43.548426"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.549257"], ["updated_at", "2019-01-21 13:11:43.549257"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.550105"], ["updated_at", "2019-01-21 13:11:43.550105"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.551097"], ["updated_at", "2019-01-21 13:11:43.551097"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:11:43.551921"], ["updated_at", "2019-01-21 13:11:43.551921"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:15:06.289034"], ["updated_at", "2019-01-21 13:15:06.289034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:15:06.290755"], ["updated_at", "2019-01-21 13:15:06.290755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:15:06.291822"], ["updated_at", "2019-01-21 13:15:06.291822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:15:06.292912"], ["updated_at", "2019-01-21 13:15:06.292912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:15:06.293934"], ["updated_at", "2019-01-21 13:15:06.293934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:15:06.294922"], ["updated_at", "2019-01-21 13:15:06.294922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:15:06.295930"], ["updated_at", "2019-01-21 13:15:06.295930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:15:06.296931"], ["updated_at", "2019-01-21 13:15:06.296931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:15:06.297983"], ["updated_at", "2019-01-21 13:15:06.297983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:15:06.298979"], ["updated_at", "2019-01-21 13:15:06.298979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:15:06.299994"], ["updated_at", "2019-01-21 13:15:06.299994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:15:06.301132"], ["updated_at", "2019-01-21 13:15:06.301132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:15:06.302149"], ["updated_at", "2019-01-21 13:15:06.302149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:15:06.303167"], ["updated_at", "2019-01-21 13:15:06.303167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:15:06.304185"], ["updated_at", "2019-01-21 13:15:06.304185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:15:06.305240"], ["updated_at", "2019-01-21 13:15:06.305240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:15:06.306317"], ["updated_at", "2019-01-21 13:15:06.306317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:15:06.307385"], ["updated_at", "2019-01-21 13:15:06.307385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:15:06.308509"], ["updated_at", "2019-01-21 13:15:06.308509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:15:06.309654"], ["updated_at", "2019-01-21 13:15:06.309654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:15:06.310744"], ["updated_at", "2019-01-21 13:15:06.310744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:15:06.311944"], ["updated_at", "2019-01-21 13:15:06.311944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:15:06.316871"], ["updated_at", "2019-01-21 13:15:06.316871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:15:06.318085"], ["updated_at", "2019-01-21 13:15:06.318085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:15:06.319108"], ["updated_at", "2019-01-21 13:15:06.319108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:15:06.320135"], ["updated_at", "2019-01-21 13:15:06.320135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:15:06.321249"], ["updated_at", "2019-01-21 13:15:06.321249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:15:06.322328"], ["updated_at", "2019-01-21 13:15:06.322328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:15:06.323384"], ["updated_at", "2019-01-21 13:15:06.323384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:15:06.324430"], ["updated_at", "2019-01-21 13:15:06.324430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:15:06.325468"], ["updated_at", "2019-01-21 13:15:06.325468"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:15:06.326517"], ["updated_at", "2019-01-21 13:15:06.326517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:15:06.327564"], ["updated_at", "2019-01-21 13:15:06.327564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:15:06.328569"], ["updated_at", "2019-01-21 13:15:06.328569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:15:06.329598"], ["updated_at", "2019-01-21 13:15:06.329598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:15:06.330617"], ["updated_at", "2019-01-21 13:15:06.330617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%')  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:15:06.334537"], ["updated_at", "2019-01-21 13:15:06.334537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:15:06.787856"], ["updated_at", "2019-01-21 13:15:06.787856"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:15:06.789381"], ["updated_at", "2019-01-21 13:15:06.789381"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:15:06.790332"], ["updated_at", "2019-01-21 13:15:06.790332"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:15:06.791187"], ["updated_at", "2019-01-21 13:15:06.791187"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:15:06.791989"], ["updated_at", "2019-01-21 13:15:06.791989"]] Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:15:06.792982"], ["updated_at", "2019-01-21 13:15:06.792982"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:15:06.793889"], ["updated_at", "2019-01-21 13:15:06.793889"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:15:06.794702"], ["updated_at", "2019-01-21 13:15:06.794702"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:15:06.795548"], ["updated_at", "2019-01-21 13:15:06.795548"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:15:06.796397"], ["updated_at", "2019-01-21 13:15:06.796397"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:15:06.797207"], ["updated_at", "2019-01-21 13:15:06.797207"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:15:06.798020"], ["updated_at", "2019-01-21 13:15:06.798020"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:15:06.798823"], ["updated_at", "2019-01-21 13:15:06.798823"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:15:06.799638"], ["updated_at", "2019-01-21 13:15:06.799638"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:15:06.800432"], ["updated_at", "2019-01-21 13:15:06.800432"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:15:06.801302"], ["updated_at", "2019-01-21 13:15:06.801302"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:15:06.802120"], ["updated_at", "2019-01-21 13:15:06.802120"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:15:06.802926"], ["updated_at", "2019-01-21 13:15:06.802926"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:15:06.803739"], ["updated_at", "2019-01-21 13:15:06.803739"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:15:06.804583"], ["updated_at", "2019-01-21 13:15:06.804583"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:15:06.805402"], ["updated_at", "2019-01-21 13:15:06.805402"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:15:06.806210"], ["updated_at", "2019-01-21 13:15:06.806210"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:15:06.807050"], ["updated_at", "2019-01-21 13:15:06.807050"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:15:06.807863"], ["updated_at", "2019-01-21 13:15:06.807863"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:15:06.808668"], ["updated_at", "2019-01-21 13:15:06.808668"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:15:06.809523"], ["updated_at", "2019-01-21 13:15:06.809523"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:15:06.810338"], ["updated_at", "2019-01-21 13:15:06.810338"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:15:06.811152"], ["updated_at", "2019-01-21 13:15:06.811152"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:15:06.811970"], ["updated_at", "2019-01-21 13:15:06.811970"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:15:06.812780"], ["updated_at", "2019-01-21 13:15:06.812780"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:15:06.813590"], ["updated_at", "2019-01-21 13:15:06.813590"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:15:06.814424"], ["updated_at", "2019-01-21 13:15:06.814424"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:15:06.815237"], ["updated_at", "2019-01-21 13:15:06.815237"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:15:06.816052"], ["updated_at", "2019-01-21 13:15:06.816052"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:15:06.816884"], ["updated_at", "2019-01-21 13:15:06.816884"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:15:06.817690"], ["updated_at", "2019-01-21 13:15:06.817690"]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:15:06.867477"], ["updated_at", "2019-01-21 13:15:06.867477"]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.887670"], ["updated_at", "2019-01-21 13:15:06.887670"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.889183"], ["updated_at", "2019-01-21 13:15:06.889183"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.890312"], ["updated_at", "2019-01-21 13:15:06.890312"]] Authz::BusinessProcessHasControllerAction Exists (0.3ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.891465"], ["updated_at", "2019-01-21 13:15:06.891465"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.892312"], ["updated_at", "2019-01-21 13:15:06.892312"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.893194"], ["updated_at", "2019-01-21 13:15:06.893194"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.894053"], ["updated_at", "2019-01-21 13:15:06.894053"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.894891"], ["updated_at", "2019-01-21 13:15:06.894891"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.895774"], ["updated_at", "2019-01-21 13:15:06.895774"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.896630"], ["updated_at", "2019-01-21 13:15:06.896630"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.897492"], ["updated_at", "2019-01-21 13:15:06.897492"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.898364"], ["updated_at", "2019-01-21 13:15:06.898364"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.899203"], ["updated_at", "2019-01-21 13:15:06.899203"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.900073"], ["updated_at", "2019-01-21 13:15:06.900073"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.900946"], ["updated_at", "2019-01-21 13:15:06.900946"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.901806"], ["updated_at", "2019-01-21 13:15:06.901806"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.902680"], ["updated_at", "2019-01-21 13:15:06.902680"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.903553"], ["updated_at", "2019-01-21 13:15:06.903553"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.904426"], ["updated_at", "2019-01-21 13:15:06.904426"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.905288"], ["updated_at", "2019-01-21 13:15:06.905288"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.906135"], ["updated_at", "2019-01-21 13:15:06.906135"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.907088"], ["updated_at", "2019-01-21 13:15:06.907088"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.908478"], ["updated_at", "2019-01-21 13:15:06.908478"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.909393"], ["updated_at", "2019-01-21 13:15:06.909393"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.910310"], ["updated_at", "2019-01-21 13:15:06.910310"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.911172"], ["updated_at", "2019-01-21 13:15:06.911172"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.912013"], ["updated_at", "2019-01-21 13:15:06.912013"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.912868"], ["updated_at", "2019-01-21 13:15:06.912868"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.913755"], ["updated_at", "2019-01-21 13:15:06.913755"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.914591"], ["updated_at", "2019-01-21 13:15:06.914591"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.915454"], ["updated_at", "2019-01-21 13:15:06.915454"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.916308"], ["updated_at", "2019-01-21 13:15:06.916308"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.917166"], ["updated_at", "2019-01-21 13:15:06.917166"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.918309"], ["updated_at", "2019-01-21 13:15:06.918309"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.919248"], ["updated_at", "2019-01-21 13:15:06.919248"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:06.920215"], ["updated_at", "2019-01-21 13:15:06.920215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:15:45.989622"], ["updated_at", "2019-01-21 13:15:45.989622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:15:45.991240"], ["updated_at", "2019-01-21 13:15:45.991240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:15:45.992281"], ["updated_at", "2019-01-21 13:15:45.992281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:15:45.993321"], ["updated_at", "2019-01-21 13:15:45.993321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:15:45.994331"], ["updated_at", "2019-01-21 13:15:45.994331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:15:45.995399"], ["updated_at", "2019-01-21 13:15:45.995399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:15:45.996491"], ["updated_at", "2019-01-21 13:15:45.996491"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:15:45.997556"], ["updated_at", "2019-01-21 13:15:45.997556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:15:45.998614"], ["updated_at", "2019-01-21 13:15:45.998614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:15:45.999694"], ["updated_at", "2019-01-21 13:15:45.999694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:15:46.000721"], ["updated_at", "2019-01-21 13:15:46.000721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:15:46.001932"], ["updated_at", "2019-01-21 13:15:46.001932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:15:46.002985"], ["updated_at", "2019-01-21 13:15:46.002985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:15:46.004090"], ["updated_at", "2019-01-21 13:15:46.004090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:15:46.005162"], ["updated_at", "2019-01-21 13:15:46.005162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:15:46.006195"], ["updated_at", "2019-01-21 13:15:46.006195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:15:46.007264"], ["updated_at", "2019-01-21 13:15:46.007264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:15:46.008369"], ["updated_at", "2019-01-21 13:15:46.008369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:15:46.009493"], ["updated_at", "2019-01-21 13:15:46.009493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:15:46.010611"], ["updated_at", "2019-01-21 13:15:46.010611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:15:46.011761"], ["updated_at", "2019-01-21 13:15:46.011761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:15:46.012891"], ["updated_at", "2019-01-21 13:15:46.012891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:15:46.014056"], ["updated_at", "2019-01-21 13:15:46.014056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:15:46.015206"], ["updated_at", "2019-01-21 13:15:46.015206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:15:46.019875"], ["updated_at", "2019-01-21 13:15:46.019875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:15:46.021011"], ["updated_at", "2019-01-21 13:15:46.021011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:15:46.022025"], ["updated_at", "2019-01-21 13:15:46.022025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:15:46.023058"], ["updated_at", "2019-01-21 13:15:46.023058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:15:46.024110"], ["updated_at", "2019-01-21 13:15:46.024110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:15:46.025129"], ["updated_at", "2019-01-21 13:15:46.025129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:15:46.026141"], ["updated_at", "2019-01-21 13:15:46.026141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:15:46.027158"], ["updated_at", "2019-01-21 13:15:46.027158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:15:46.028202"], ["updated_at", "2019-01-21 13:15:46.028202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:15:46.029226"], ["updated_at", "2019-01-21 13:15:46.029226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:15:46.030208"], ["updated_at", "2019-01-21 13:15:46.030208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:15:46.031219"], ["updated_at", "2019-01-21 13:15:46.031219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%')  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:15:46.035604"], ["updated_at", "2019-01-21 13:15:46.035604"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:15:46.506524"], ["updated_at", "2019-01-21 13:15:46.506524"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:15:46.508096"], ["updated_at", "2019-01-21 13:15:46.508096"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:15:46.509022"], ["updated_at", "2019-01-21 13:15:46.509022"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:15:46.509860"], ["updated_at", "2019-01-21 13:15:46.509860"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:15:46.510696"], ["updated_at", "2019-01-21 13:15:46.510696"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:15:46.511588"], ["updated_at", "2019-01-21 13:15:46.511588"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:15:46.512444"], ["updated_at", "2019-01-21 13:15:46.512444"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:15:46.513370"], ["updated_at", "2019-01-21 13:15:46.513370"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:15:46.514282"], ["updated_at", "2019-01-21 13:15:46.514282"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:15:46.515115"], ["updated_at", "2019-01-21 13:15:46.515115"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:15:46.516045"], ["updated_at", "2019-01-21 13:15:46.516045"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:15:46.516898"], ["updated_at", "2019-01-21 13:15:46.516898"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:15:46.517723"], ["updated_at", "2019-01-21 13:15:46.517723"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:15:46.518582"], ["updated_at", "2019-01-21 13:15:46.518582"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:15:46.519403"], ["updated_at", "2019-01-21 13:15:46.519403"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:15:46.520254"], ["updated_at", "2019-01-21 13:15:46.520254"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:15:46.521176"], ["updated_at", "2019-01-21 13:15:46.521176"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:15:46.522015"], ["updated_at", "2019-01-21 13:15:46.522015"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:15:46.522854"], ["updated_at", "2019-01-21 13:15:46.522854"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:15:46.523680"], ["updated_at", "2019-01-21 13:15:46.523680"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:15:46.524506"], ["updated_at", "2019-01-21 13:15:46.524506"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:15:46.525349"], ["updated_at", "2019-01-21 13:15:46.525349"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:15:46.526180"], ["updated_at", "2019-01-21 13:15:46.526180"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:15:46.527025"], ["updated_at", "2019-01-21 13:15:46.527025"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:15:46.527860"], ["updated_at", "2019-01-21 13:15:46.527860"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:15:46.528688"], ["updated_at", "2019-01-21 13:15:46.528688"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:15:46.529525"], ["updated_at", "2019-01-21 13:15:46.529525"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:15:46.530362"], ["updated_at", "2019-01-21 13:15:46.530362"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:15:46.531186"], ["updated_at", "2019-01-21 13:15:46.531186"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:15:46.532002"], ["updated_at", "2019-01-21 13:15:46.532002"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:15:46.532822"], ["updated_at", "2019-01-21 13:15:46.532822"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:15:46.533652"], ["updated_at", "2019-01-21 13:15:46.533652"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:15:46.534493"], ["updated_at", "2019-01-21 13:15:46.534493"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:15:46.535354"], ["updated_at", "2019-01-21 13:15:46.535354"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:15:46.536186"], ["updated_at", "2019-01-21 13:15:46.536186"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:15:46.536984"], ["updated_at", "2019-01-21 13:15:46.536984"]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:15:46.587674"], ["updated_at", "2019-01-21 13:15:46.587674"]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.608121"], ["updated_at", "2019-01-21 13:15:46.608121"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.609250"], ["updated_at", "2019-01-21 13:15:46.609250"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.610138"], ["updated_at", "2019-01-21 13:15:46.610138"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.611097"], ["updated_at", "2019-01-21 13:15:46.611097"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.612383"], ["updated_at", "2019-01-21 13:15:46.612383"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.613551"], ["updated_at", "2019-01-21 13:15:46.613551"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.614464"], ["updated_at", "2019-01-21 13:15:46.614464"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.615412"], ["updated_at", "2019-01-21 13:15:46.615412"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.616382"], ["updated_at", "2019-01-21 13:15:46.616382"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.617301"], ["updated_at", "2019-01-21 13:15:46.617301"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.618174"], ["updated_at", "2019-01-21 13:15:46.618174"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.619052"], ["updated_at", "2019-01-21 13:15:46.619052"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.619924"], ["updated_at", "2019-01-21 13:15:46.619924"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.620765"], ["updated_at", "2019-01-21 13:15:46.620765"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.621636"], ["updated_at", "2019-01-21 13:15:46.621636"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.622518"], ["updated_at", "2019-01-21 13:15:46.622518"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.623364"], ["updated_at", "2019-01-21 13:15:46.623364"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.624224"], ["updated_at", "2019-01-21 13:15:46.624224"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.625085"], ["updated_at", "2019-01-21 13:15:46.625085"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.625927"], ["updated_at", "2019-01-21 13:15:46.625927"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.626787"], ["updated_at", "2019-01-21 13:15:46.626787"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.627650"], ["updated_at", "2019-01-21 13:15:46.627650"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.628494"], ["updated_at", "2019-01-21 13:15:46.628494"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.629364"], ["updated_at", "2019-01-21 13:15:46.629364"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.630236"], ["updated_at", "2019-01-21 13:15:46.630236"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.631085"], ["updated_at", "2019-01-21 13:15:46.631085"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.631966"], ["updated_at", "2019-01-21 13:15:46.631966"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.632824"], ["updated_at", "2019-01-21 13:15:46.632824"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.633721"], ["updated_at", "2019-01-21 13:15:46.633721"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.634559"], ["updated_at", "2019-01-21 13:15:46.634559"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.635386"], ["updated_at", "2019-01-21 13:15:46.635386"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.636204"], ["updated_at", "2019-01-21 13:15:46.636204"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.637013"], ["updated_at", "2019-01-21 13:15:46.637013"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.638149"], ["updated_at", "2019-01-21 13:15:46.638149"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.639047"], ["updated_at", "2019-01-21 13:15:46.639047"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:15:46.639920"], ["updated_at", "2019-01-21 13:15:46.639920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:20:13.210841"], ["updated_at", "2019-01-21 13:20:13.210841"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:20:13.212333"], ["updated_at", "2019-01-21 13:20:13.212333"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:20:13.213198"], ["updated_at", "2019-01-21 13:20:13.213198"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:20:13.214312"], ["updated_at", "2019-01-21 13:20:13.214312"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:20:13.215422"], ["updated_at", "2019-01-21 13:20:13.215422"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:20:13.216349"], ["updated_at", "2019-01-21 13:20:13.216349"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:20:13.217191"], ["updated_at", "2019-01-21 13:20:13.217191"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:20:13.218385"], ["updated_at", "2019-01-21 13:20:13.218385"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:20:13.219502"], ["updated_at", "2019-01-21 13:20:13.219502"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:20:13.220380"], ["updated_at", "2019-01-21 13:20:13.220380"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:20:13.221226"], ["updated_at", "2019-01-21 13:20:13.221226"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:20:13.222071"], ["updated_at", "2019-01-21 13:20:13.222071"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:20:13.223074"], ["updated_at", "2019-01-21 13:20:13.223074"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:20:13.224158"], ["updated_at", "2019-01-21 13:20:13.224158"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:20:13.225028"], ["updated_at", "2019-01-21 13:20:13.225028"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:20:13.225880"], ["updated_at", "2019-01-21 13:20:13.225880"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:20:13.226708"], ["updated_at", "2019-01-21 13:20:13.226708"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:20:13.227567"], ["updated_at", "2019-01-21 13:20:13.227567"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:20:13.228504"], ["updated_at", "2019-01-21 13:20:13.228504"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:20:13.229371"], ["updated_at", "2019-01-21 13:20:13.229371"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:20:13.230373"], ["updated_at", "2019-01-21 13:20:13.230373"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:20:13.231261"], ["updated_at", "2019-01-21 13:20:13.231261"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:20:13.232119"], ["updated_at", "2019-01-21 13:20:13.232119"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:20:13.232993"], ["updated_at", "2019-01-21 13:20:13.232993"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:20:13.233887"], ["updated_at", "2019-01-21 13:20:13.233887"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:20:13.234759"], ["updated_at", "2019-01-21 13:20:13.234759"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:20:13.235615"], ["updated_at", "2019-01-21 13:20:13.235615"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:20:13.236431"], ["updated_at", "2019-01-21 13:20:13.236431"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:20:13.237279"], ["updated_at", "2019-01-21 13:20:13.237279"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:20:13.238118"], ["updated_at", "2019-01-21 13:20:13.238118"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:20:13.238975"], ["updated_at", "2019-01-21 13:20:13.238975"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:20:13.239780"], ["updated_at", "2019-01-21 13:20:13.239780"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:20:13.240603"], ["updated_at", "2019-01-21 13:20:13.240603"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:20:13.241566"], ["updated_at", "2019-01-21 13:20:13.241566"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:20:13.242427"], ["updated_at", "2019-01-21 13:20:13.242427"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:20:13.243268"], ["updated_at", "2019-01-21 13:20:13.243268"]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:20:13.705278"], ["updated_at", "2019-01-21 13:20:13.705278"]] Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.726451"], ["updated_at", "2019-01-21 13:20:13.726451"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.727584"], ["updated_at", "2019-01-21 13:20:13.727584"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.728488"], ["updated_at", "2019-01-21 13:20:13.728488"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.729364"], ["updated_at", "2019-01-21 13:20:13.729364"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.730214"], ["updated_at", "2019-01-21 13:20:13.730214"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.731079"], ["updated_at", "2019-01-21 13:20:13.731079"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.731947"], ["updated_at", "2019-01-21 13:20:13.731947"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.732814"], ["updated_at", "2019-01-21 13:20:13.732814"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.733749"], ["updated_at", "2019-01-21 13:20:13.733749"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.734627"], ["updated_at", "2019-01-21 13:20:13.734627"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.735478"], ["updated_at", "2019-01-21 13:20:13.735478"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.736347"], ["updated_at", "2019-01-21 13:20:13.736347"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.737227"], ["updated_at", "2019-01-21 13:20:13.737227"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.738132"], ["updated_at", "2019-01-21 13:20:13.738132"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.739052"], ["updated_at", "2019-01-21 13:20:13.739052"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.739954"], ["updated_at", "2019-01-21 13:20:13.739954"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.741010"], ["updated_at", "2019-01-21 13:20:13.741010"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.741879"], ["updated_at", "2019-01-21 13:20:13.741879"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.742708"], ["updated_at", "2019-01-21 13:20:13.742708"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.743545"], ["updated_at", "2019-01-21 13:20:13.743545"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.744360"], ["updated_at", "2019-01-21 13:20:13.744360"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.745171"], ["updated_at", "2019-01-21 13:20:13.745171"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.745975"], ["updated_at", "2019-01-21 13:20:13.745975"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.746810"], ["updated_at", "2019-01-21 13:20:13.746810"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.747585"], ["updated_at", "2019-01-21 13:20:13.747585"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.748543"], ["updated_at", "2019-01-21 13:20:13.748543"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.749410"], ["updated_at", "2019-01-21 13:20:13.749410"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.750227"], ["updated_at", "2019-01-21 13:20:13.750227"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.751075"], ["updated_at", "2019-01-21 13:20:13.751075"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.751906"], ["updated_at", "2019-01-21 13:20:13.751906"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.752743"], ["updated_at", "2019-01-21 13:20:13.752743"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.753585"], ["updated_at", "2019-01-21 13:20:13.753585"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.754433"], ["updated_at", "2019-01-21 13:20:13.754433"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.755274"], ["updated_at", "2019-01-21 13:20:13.755274"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.756112"], ["updated_at", "2019-01-21 13:20:13.756112"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:20:13.757347"], ["updated_at", "2019-01-21 13:20:13.757347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:21:10.515350"], ["updated_at", "2019-01-21 13:21:10.515350"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:21:10.516844"], ["updated_at", "2019-01-21 13:21:10.516844"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:21:10.517709"], ["updated_at", "2019-01-21 13:21:10.517709"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:21:10.518544"], ["updated_at", "2019-01-21 13:21:10.518544"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:21:10.519395"], ["updated_at", "2019-01-21 13:21:10.519395"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:21:10.520231"], ["updated_at", "2019-01-21 13:21:10.520231"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:21:10.521074"], ["updated_at", "2019-01-21 13:21:10.521074"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:21:10.521952"], ["updated_at", "2019-01-21 13:21:10.521952"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:21:10.522788"], ["updated_at", "2019-01-21 13:21:10.522788"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:21:10.523632"], ["updated_at", "2019-01-21 13:21:10.523632"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:21:10.524481"], ["updated_at", "2019-01-21 13:21:10.524481"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:21:10.525365"], ["updated_at", "2019-01-21 13:21:10.525365"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:21:10.526252"], ["updated_at", "2019-01-21 13:21:10.526252"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:21:10.527257"], ["updated_at", "2019-01-21 13:21:10.527257"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:21:10.528223"], ["updated_at", "2019-01-21 13:21:10.528223"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:21:10.529152"], ["updated_at", "2019-01-21 13:21:10.529152"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:21:10.530048"], ["updated_at", "2019-01-21 13:21:10.530048"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:21:10.530986"], ["updated_at", "2019-01-21 13:21:10.530986"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:21:10.531903"], ["updated_at", "2019-01-21 13:21:10.531903"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:21:10.536416"], ["updated_at", "2019-01-21 13:21:10.536416"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:21:10.537350"], ["updated_at", "2019-01-21 13:21:10.537350"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:21:10.538214"], ["updated_at", "2019-01-21 13:21:10.538214"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:21:10.539090"], ["updated_at", "2019-01-21 13:21:10.539090"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:21:10.539929"], ["updated_at", "2019-01-21 13:21:10.539929"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:21:10.540790"], ["updated_at", "2019-01-21 13:21:10.540790"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:21:10.541636"], ["updated_at", "2019-01-21 13:21:10.541636"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:21:10.542501"], ["updated_at", "2019-01-21 13:21:10.542501"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:21:10.543360"], ["updated_at", "2019-01-21 13:21:10.543360"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:21:10.544206"], ["updated_at", "2019-01-21 13:21:10.544206"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:21:10.545077"], ["updated_at", "2019-01-21 13:21:10.545077"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:21:10.545953"], ["updated_at", "2019-01-21 13:21:10.545953"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:21:10.546835"], ["updated_at", "2019-01-21 13:21:10.546835"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:21:10.547699"], ["updated_at", "2019-01-21 13:21:10.547699"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:21:10.548585"], ["updated_at", "2019-01-21 13:21:10.548585"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:21:10.549446"], ["updated_at", "2019-01-21 13:21:10.549446"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:21:10.550337"], ["updated_at", "2019-01-21 13:21:10.550337"]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:21:11.011716"], ["updated_at", "2019-01-21 13:21:11.011716"]] Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.033398"], ["updated_at", "2019-01-21 13:21:11.033398"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.034538"], ["updated_at", "2019-01-21 13:21:11.034538"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.035390"], ["updated_at", "2019-01-21 13:21:11.035390"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.036262"], ["updated_at", "2019-01-21 13:21:11.036262"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.037127"], ["updated_at", "2019-01-21 13:21:11.037127"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.038027"], ["updated_at", "2019-01-21 13:21:11.038027"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.038952"], ["updated_at", "2019-01-21 13:21:11.038952"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.039853"], ["updated_at", "2019-01-21 13:21:11.039853"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.040767"], ["updated_at", "2019-01-21 13:21:11.040767"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.041653"], ["updated_at", "2019-01-21 13:21:11.041653"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.042704"], ["updated_at", "2019-01-21 13:21:11.042704"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.043615"], ["updated_at", "2019-01-21 13:21:11.043615"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.044500"], ["updated_at", "2019-01-21 13:21:11.044500"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.045403"], ["updated_at", "2019-01-21 13:21:11.045403"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.046283"], ["updated_at", "2019-01-21 13:21:11.046283"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.047277"], ["updated_at", "2019-01-21 13:21:11.047277"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.048184"], ["updated_at", "2019-01-21 13:21:11.048184"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.049062"], ["updated_at", "2019-01-21 13:21:11.049062"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.049904"], ["updated_at", "2019-01-21 13:21:11.049904"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.050771"], ["updated_at", "2019-01-21 13:21:11.050771"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.051641"], ["updated_at", "2019-01-21 13:21:11.051641"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.052716"], ["updated_at", "2019-01-21 13:21:11.052716"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.053635"], ["updated_at", "2019-01-21 13:21:11.053635"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.054523"], ["updated_at", "2019-01-21 13:21:11.054523"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.055406"], ["updated_at", "2019-01-21 13:21:11.055406"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.056272"], ["updated_at", "2019-01-21 13:21:11.056272"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.057138"], ["updated_at", "2019-01-21 13:21:11.057138"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.058109"], ["updated_at", "2019-01-21 13:21:11.058109"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.058916"], ["updated_at", "2019-01-21 13:21:11.058916"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.059789"], ["updated_at", "2019-01-21 13:21:11.059789"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.060562"], ["updated_at", "2019-01-21 13:21:11.060562"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.061410"], ["updated_at", "2019-01-21 13:21:11.061410"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.062255"], ["updated_at", "2019-01-21 13:21:11.062255"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.063407"], ["updated_at", "2019-01-21 13:21:11.063407"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.064257"], ["updated_at", "2019-01-21 13:21:11.064257"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:21:11.065127"], ["updated_at", "2019-01-21 13:21:11.065127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:26:46.393037"], ["updated_at", "2019-01-21 13:26:46.393037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:27:34.090361"], ["updated_at", "2019-01-21 13:27:34.090361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "interpreter_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "interpreter 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_1"], ["name", "interpreter 1"], ["description", "interpreter 1"], ["created_at", "2019-01-21 13:35:26.131879"], ["updated_at", "2019-01-21 13:35:26.131879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:35:26.137356"], ["updated_at", "2019-01-21 13:35:26.137356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "active_storage/direct_uploads"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "active_storage/direct_uploads"], ["action", "create"], ["created_at", "2019-01-21 13:35:26.138922"], ["updated_at", "2019-01-21 13:35:26.138922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:36:38.966657"], ["updated_at", "2019-01-21 13:36:38.966657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:36:38.968298"], ["updated_at", "2019-01-21 13:36:38.968298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:36:38.969409"], ["updated_at", "2019-01-21 13:36:38.969409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:36:38.970458"], ["updated_at", "2019-01-21 13:36:38.970458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:36:38.971556"], ["updated_at", "2019-01-21 13:36:38.971556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:36:38.972572"], ["updated_at", "2019-01-21 13:36:38.972572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:36:38.973599"], ["updated_at", "2019-01-21 13:36:38.973599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:36:38.974620"], ["updated_at", "2019-01-21 13:36:38.974620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:36:38.975621"], ["updated_at", "2019-01-21 13:36:38.975621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:36:38.976678"], ["updated_at", "2019-01-21 13:36:38.976678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:36:38.977725"], ["updated_at", "2019-01-21 13:36:38.977725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:36:38.978831"], ["updated_at", "2019-01-21 13:36:38.978831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:36:38.979909"], ["updated_at", "2019-01-21 13:36:38.979909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:36:38.980996"], ["updated_at", "2019-01-21 13:36:38.980996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:36:38.982077"], ["updated_at", "2019-01-21 13:36:38.982077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:36:38.983185"], ["updated_at", "2019-01-21 13:36:38.983185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:36:38.984290"], ["updated_at", "2019-01-21 13:36:38.984290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:36:38.985408"], ["updated_at", "2019-01-21 13:36:38.985408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:36:38.986553"], ["updated_at", "2019-01-21 13:36:38.986553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:36:38.987679"], ["updated_at", "2019-01-21 13:36:38.987679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:36:38.988833"], ["updated_at", "2019-01-21 13:36:38.988833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:36:38.990002"], ["updated_at", "2019-01-21 13:36:38.990002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:36:38.994604"], ["updated_at", "2019-01-21 13:36:38.994604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:36:38.995647"], ["updated_at", "2019-01-21 13:36:38.995647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:36:38.996667"], ["updated_at", "2019-01-21 13:36:38.996667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:36:38.997691"], ["updated_at", "2019-01-21 13:36:38.997691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:36:38.998708"], ["updated_at", "2019-01-21 13:36:38.998708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:36:38.999731"], ["updated_at", "2019-01-21 13:36:38.999731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.000755"], ["updated_at", "2019-01-21 13:36:39.000755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:36:39.001796"], ["updated_at", "2019-01-21 13:36:39.001796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.002786"], ["updated_at", "2019-01-21 13:36:39.002786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:36:39.003807"], ["updated_at", "2019-01-21 13:36:39.003807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:36:39.004847"], ["updated_at", "2019-01-21 13:36:39.004847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:36:39.005886"], ["updated_at", "2019-01-21 13:36:39.005886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:36:39.006954"], ["updated_at", "2019-01-21 13:36:39.006954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:36:39.008071"], ["updated_at", "2019-01-21 13:36:39.008071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%')  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.4ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:36:39.012942"], ["updated_at", "2019-01-21 13:36:39.012942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:36:39.514362"], ["updated_at", "2019-01-21 13:36:39.514362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "librarian_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "librarian 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_1"], ["name", "librarian 1"], ["description", "librarian 1"], ["created_at", "2019-01-21 13:36:39.520016"], ["updated_at", "2019-01-21 13:36:39.520016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "reports"], ["action", "index"], ["created_at", "2019-01-21 13:36:39.522876"], ["updated_at", "2019-01-21 13:36:39.522876"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/sessions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "devise/sessions"], ["action", "create"], ["created_at", "2019-01-21 13:36:39.525023"], ["updated_at", "2019-01-21 13:36:39.525023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.543899"], ["updated_at", "2019-01-21 13:36:39.543899"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.545027"], ["updated_at", "2019-01-21 13:36:39.545027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" WHERE "authz_business_process_has_controller_actions"."authz_business_process_id" = ? [["authz_business_process_id", 1]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "biologist_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "biologist 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_2"], ["name", "biologist 2"], ["description", "biologist 2"], ["created_at", "2019-01-21 13:36:39.554889"], ["updated_at", "2019-01-21 13:36:39.554889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "devise/registrations"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.557045"], ["updated_at", "2019-01-21 13:36:39.557045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "cities"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "cities"], ["action", "create"], ["created_at", "2019-01-21 13:36:39.558553"], ["updated_at", "2019-01-21 13:36:39.558553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.560146"], ["updated_at", "2019-01-21 13:36:39.560146"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.561145"], ["updated_at", "2019-01-21 13:36:39.561145"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:36:39.573451"], ["updated_at", "2019-01-21 13:36:39.573451"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:36:39.574723"], ["updated_at", "2019-01-21 13:36:39.574723"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:36:39.575622"], ["updated_at", "2019-01-21 13:36:39.575622"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.576510"], ["updated_at", "2019-01-21 13:36:39.576510"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:36:39.577428"], ["updated_at", "2019-01-21 13:36:39.577428"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:36:39.578258"], ["updated_at", "2019-01-21 13:36:39.578258"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:36:39.579096"], ["updated_at", "2019-01-21 13:36:39.579096"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:36:39.579897"], ["updated_at", "2019-01-21 13:36:39.579897"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:36:39.580728"], ["updated_at", "2019-01-21 13:36:39.580728"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:36:39.581536"], ["updated_at", "2019-01-21 13:36:39.581536"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.582360"], ["updated_at", "2019-01-21 13:36:39.582360"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:36:39.583163"], ["updated_at", "2019-01-21 13:36:39.583163"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:36:39.583977"], ["updated_at", "2019-01-21 13:36:39.583977"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:36:39.584856"], ["updated_at", "2019-01-21 13:36:39.584856"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:36:39.585679"], ["updated_at", "2019-01-21 13:36:39.585679"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:36:39.586570"], ["updated_at", "2019-01-21 13:36:39.586570"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.587402"], ["updated_at", "2019-01-21 13:36:39.587402"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:36:39.588244"], ["updated_at", "2019-01-21 13:36:39.588244"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:36:39.589042"], ["updated_at", "2019-01-21 13:36:39.589042"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:36:39.589868"], ["updated_at", "2019-01-21 13:36:39.589868"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:36:39.590670"], ["updated_at", "2019-01-21 13:36:39.590670"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.591487"], ["updated_at", "2019-01-21 13:36:39.591487"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:36:39.592288"], ["updated_at", "2019-01-21 13:36:39.592288"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:36:39.593110"], ["updated_at", "2019-01-21 13:36:39.593110"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:36:39.593917"], ["updated_at", "2019-01-21 13:36:39.593917"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:36:39.594766"], ["updated_at", "2019-01-21 13:36:39.594766"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.595612"], ["updated_at", "2019-01-21 13:36:39.595612"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.596447"], ["updated_at", "2019-01-21 13:36:39.596447"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.597284"], ["updated_at", "2019-01-21 13:36:39.597284"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:36:39.598098"], ["updated_at", "2019-01-21 13:36:39.598098"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.598897"], ["updated_at", "2019-01-21 13:36:39.598897"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:36:39.599747"], ["updated_at", "2019-01-21 13:36:39.599747"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:36:39.600553"], ["updated_at", "2019-01-21 13:36:39.600553"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:36:39.601368"], ["updated_at", "2019-01-21 13:36:39.601368"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:36:39.602182"], ["updated_at", "2019-01-21 13:36:39.602182"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:36:39.602983"], ["updated_at", "2019-01-21 13:36:39.602983"]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:36:39.604099"], ["updated_at", "2019-01-21 13:36:39.604099"]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.606084"], ["updated_at", "2019-01-21 13:36:39.606084"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.607063"], ["updated_at", "2019-01-21 13:36:39.607063"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.607912"], ["updated_at", "2019-01-21 13:36:39.607912"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.608853"], ["updated_at", "2019-01-21 13:36:39.608853"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.609849"], ["updated_at", "2019-01-21 13:36:39.609849"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.610893"], ["updated_at", "2019-01-21 13:36:39.610893"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.611937"], ["updated_at", "2019-01-21 13:36:39.611937"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.612879"], ["updated_at", "2019-01-21 13:36:39.612879"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.613806"], ["updated_at", "2019-01-21 13:36:39.613806"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.614734"], ["updated_at", "2019-01-21 13:36:39.614734"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.615710"], ["updated_at", "2019-01-21 13:36:39.615710"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.616673"], ["updated_at", "2019-01-21 13:36:39.616673"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.623087"], ["updated_at", "2019-01-21 13:36:39.623087"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.624353"], ["updated_at", "2019-01-21 13:36:39.624353"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.625226"], ["updated_at", "2019-01-21 13:36:39.625226"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.626124"], ["updated_at", "2019-01-21 13:36:39.626124"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.627018"], ["updated_at", "2019-01-21 13:36:39.627018"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.627884"], ["updated_at", "2019-01-21 13:36:39.627884"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.628774"], ["updated_at", "2019-01-21 13:36:39.628774"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.629664"], ["updated_at", "2019-01-21 13:36:39.629664"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.630545"], ["updated_at", "2019-01-21 13:36:39.630545"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.631427"], ["updated_at", "2019-01-21 13:36:39.631427"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.632282"], ["updated_at", "2019-01-21 13:36:39.632282"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.633164"], ["updated_at", "2019-01-21 13:36:39.633164"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.634040"], ["updated_at", "2019-01-21 13:36:39.634040"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.635039"], ["updated_at", "2019-01-21 13:36:39.635039"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.635945"], ["updated_at", "2019-01-21 13:36:39.635945"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.636886"], ["updated_at", "2019-01-21 13:36:39.636886"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.637760"], ["updated_at", "2019-01-21 13:36:39.637760"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.638648"], ["updated_at", "2019-01-21 13:36:39.638648"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.639537"], ["updated_at", "2019-01-21 13:36:39.639537"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.640416"], ["updated_at", "2019-01-21 13:36:39.640416"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.641307"], ["updated_at", "2019-01-21 13:36:39.641307"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.642197"], ["updated_at", "2019-01-21 13:36:39.642197"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.643116"], ["updated_at", "2019-01-21 13:36:39.643116"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.644009"], ["updated_at", "2019-01-21 13:36:39.644009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:36:39.647943"], ["updated_at", "2019-01-21 13:36:39.647943"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:36:39.649490"], ["updated_at", "2019-01-21 13:36:39.649490"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:36:39.650388"], ["updated_at", "2019-01-21 13:36:39.650388"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.651288"], ["updated_at", "2019-01-21 13:36:39.651288"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:36:39.652243"], ["updated_at", "2019-01-21 13:36:39.652243"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:36:39.653077"], ["updated_at", "2019-01-21 13:36:39.653077"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:36:39.653976"], ["updated_at", "2019-01-21 13:36:39.653976"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:36:39.654866"], ["updated_at", "2019-01-21 13:36:39.654866"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:36:39.655683"], ["updated_at", "2019-01-21 13:36:39.655683"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:36:39.656676"], ["updated_at", "2019-01-21 13:36:39.656676"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.657535"], ["updated_at", "2019-01-21 13:36:39.657535"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:36:39.658381"], ["updated_at", "2019-01-21 13:36:39.658381"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:36:39.659232"], ["updated_at", "2019-01-21 13:36:39.659232"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:36:39.660081"], ["updated_at", "2019-01-21 13:36:39.660081"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:36:39.660927"], ["updated_at", "2019-01-21 13:36:39.660927"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:36:39.661762"], ["updated_at", "2019-01-21 13:36:39.661762"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.662598"], ["updated_at", "2019-01-21 13:36:39.662598"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:36:39.663435"], ["updated_at", "2019-01-21 13:36:39.663435"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:36:39.664233"], ["updated_at", "2019-01-21 13:36:39.664233"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:36:39.665051"], ["updated_at", "2019-01-21 13:36:39.665051"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:36:39.665865"], ["updated_at", "2019-01-21 13:36:39.665865"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.666679"], ["updated_at", "2019-01-21 13:36:39.666679"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:36:39.667503"], ["updated_at", "2019-01-21 13:36:39.667503"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:36:39.668327"], ["updated_at", "2019-01-21 13:36:39.668327"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:36:39.669135"], ["updated_at", "2019-01-21 13:36:39.669135"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:36:39.669957"], ["updated_at", "2019-01-21 13:36:39.669957"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.670792"], ["updated_at", "2019-01-21 13:36:39.670792"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.671619"], ["updated_at", "2019-01-21 13:36:39.671619"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.672441"], ["updated_at", "2019-01-21 13:36:39.672441"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:36:39.673242"], ["updated_at", "2019-01-21 13:36:39.673242"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:36:39.674080"], ["updated_at", "2019-01-21 13:36:39.674080"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:36:39.674937"], ["updated_at", "2019-01-21 13:36:39.674937"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:36:39.675800"], ["updated_at", "2019-01-21 13:36:39.675800"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:36:39.676658"], ["updated_at", "2019-01-21 13:36:39.676658"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:36:39.677488"], ["updated_at", "2019-01-21 13:36:39.677488"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:36:39.678287"], ["updated_at", "2019-01-21 13:36:39.678287"]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:36:39.679445"], ["updated_at", "2019-01-21 13:36:39.679445"]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.681502"], ["updated_at", "2019-01-21 13:36:39.681502"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.682497"], ["updated_at", "2019-01-21 13:36:39.682497"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.683439"], ["updated_at", "2019-01-21 13:36:39.683439"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.684336"], ["updated_at", "2019-01-21 13:36:39.684336"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.685238"], ["updated_at", "2019-01-21 13:36:39.685238"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.686184"], ["updated_at", "2019-01-21 13:36:39.686184"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.687057"], ["updated_at", "2019-01-21 13:36:39.687057"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.687954"], ["updated_at", "2019-01-21 13:36:39.687954"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.688851"], ["updated_at", "2019-01-21 13:36:39.688851"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.689782"], ["updated_at", "2019-01-21 13:36:39.689782"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.690732"], ["updated_at", "2019-01-21 13:36:39.690732"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.691718"], ["updated_at", "2019-01-21 13:36:39.691718"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.692654"], ["updated_at", "2019-01-21 13:36:39.692654"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.693609"], ["updated_at", "2019-01-21 13:36:39.693609"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.694528"], ["updated_at", "2019-01-21 13:36:39.694528"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.695429"], ["updated_at", "2019-01-21 13:36:39.695429"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.696307"], ["updated_at", "2019-01-21 13:36:39.696307"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.697211"], ["updated_at", "2019-01-21 13:36:39.697211"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.698141"], ["updated_at", "2019-01-21 13:36:39.698141"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.699123"], ["updated_at", "2019-01-21 13:36:39.699123"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.700448"], ["updated_at", "2019-01-21 13:36:39.700448"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.701635"], ["updated_at", "2019-01-21 13:36:39.701635"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.702716"], ["updated_at", "2019-01-21 13:36:39.702716"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.703671"], ["updated_at", "2019-01-21 13:36:39.703671"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.704821"], ["updated_at", "2019-01-21 13:36:39.704821"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.706013"], ["updated_at", "2019-01-21 13:36:39.706013"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.706872"], ["updated_at", "2019-01-21 13:36:39.706872"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.707759"], ["updated_at", "2019-01-21 13:36:39.707759"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.708637"], ["updated_at", "2019-01-21 13:36:39.708637"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.709530"], ["updated_at", "2019-01-21 13:36:39.709530"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.710408"], ["updated_at", "2019-01-21 13:36:39.710408"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.711279"], ["updated_at", "2019-01-21 13:36:39.711279"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.712153"], ["updated_at", "2019-01-21 13:36:39.712153"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.713056"], ["updated_at", "2019-01-21 13:36:39.713056"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.713935"], ["updated_at", "2019-01-21 13:36:39.713935"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:36:39.714836"], ["updated_at", "2019-01-21 13:36:39.714836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.4ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.6ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:46:39.204854"], ["updated_at", "2019-01-21 13:46:39.204854"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:46:39.206966"], ["updated_at", "2019-01-21 13:46:39.206966"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:46:39.207897"], ["updated_at", "2019-01-21 13:46:39.207897"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:46:39.208787"], ["updated_at", "2019-01-21 13:46:39.208787"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:46:39.209663"], ["updated_at", "2019-01-21 13:46:39.209663"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:46:39.210535"], ["updated_at", "2019-01-21 13:46:39.210535"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:46:39.211436"], ["updated_at", "2019-01-21 13:46:39.211436"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:46:39.212306"], ["updated_at", "2019-01-21 13:46:39.212306"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:46:39.213196"], ["updated_at", "2019-01-21 13:46:39.213196"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:46:39.214024"], ["updated_at", "2019-01-21 13:46:39.214024"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:46:39.214868"], ["updated_at", "2019-01-21 13:46:39.214868"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:46:39.215722"], ["updated_at", "2019-01-21 13:46:39.215722"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:46:39.216572"], ["updated_at", "2019-01-21 13:46:39.216572"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:46:39.217628"], ["updated_at", "2019-01-21 13:46:39.217628"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:46:39.218576"], ["updated_at", "2019-01-21 13:46:39.218576"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:46:39.219431"], ["updated_at", "2019-01-21 13:46:39.219431"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:46:39.220322"], ["updated_at", "2019-01-21 13:46:39.220322"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:46:39.221233"], ["updated_at", "2019-01-21 13:46:39.221233"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:46:39.222130"], ["updated_at", "2019-01-21 13:46:39.222130"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:46:39.223078"], ["updated_at", "2019-01-21 13:46:39.223078"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:46:39.224021"], ["updated_at", "2019-01-21 13:46:39.224021"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:46:39.224956"], ["updated_at", "2019-01-21 13:46:39.224956"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:46:39.225901"], ["updated_at", "2019-01-21 13:46:39.225901"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:46:39.226876"], ["updated_at", "2019-01-21 13:46:39.226876"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:46:39.231477"], ["updated_at", "2019-01-21 13:46:39.231477"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:46:39.232358"], ["updated_at", "2019-01-21 13:46:39.232358"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:46:39.233159"], ["updated_at", "2019-01-21 13:46:39.233159"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:46:39.234017"], ["updated_at", "2019-01-21 13:46:39.234017"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:46:39.234874"], ["updated_at", "2019-01-21 13:46:39.234874"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:46:39.235723"], ["updated_at", "2019-01-21 13:46:39.235723"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:46:39.236591"], ["updated_at", "2019-01-21 13:46:39.236591"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:46:39.237448"], ["updated_at", "2019-01-21 13:46:39.237448"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:46:39.238277"], ["updated_at", "2019-01-21 13:46:39.238277"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:46:39.239126"], ["updated_at", "2019-01-21 13:46:39.239126"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:46:39.239978"], ["updated_at", "2019-01-21 13:46:39.239978"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:46:39.240810"], ["updated_at", "2019-01-21 13:46:39.240810"]] Authz::BusinessProcess Exists (0.5ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:46:39.815502"], ["updated_at", "2019-01-21 13:46:39.815502"]] Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.5ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (1.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.841056"], ["updated_at", "2019-01-21 13:46:39.841056"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.843652"], ["updated_at", "2019-01-21 13:46:39.843652"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.844637"], ["updated_at", "2019-01-21 13:46:39.844637"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.845492"], ["updated_at", "2019-01-21 13:46:39.845492"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.846360"], ["updated_at", "2019-01-21 13:46:39.846360"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.847247"], ["updated_at", "2019-01-21 13:46:39.847247"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.848170"], ["updated_at", "2019-01-21 13:46:39.848170"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.849093"], ["updated_at", "2019-01-21 13:46:39.849093"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.849995"], ["updated_at", "2019-01-21 13:46:39.849995"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.850961"], ["updated_at", "2019-01-21 13:46:39.850961"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.851900"], ["updated_at", "2019-01-21 13:46:39.851900"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.852842"], ["updated_at", "2019-01-21 13:46:39.852842"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.853774"], ["updated_at", "2019-01-21 13:46:39.853774"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.854716"], ["updated_at", "2019-01-21 13:46:39.854716"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.855614"], ["updated_at", "2019-01-21 13:46:39.855614"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.856511"], ["updated_at", "2019-01-21 13:46:39.856511"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.857394"], ["updated_at", "2019-01-21 13:46:39.857394"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.858303"], ["updated_at", "2019-01-21 13:46:39.858303"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.859189"], ["updated_at", "2019-01-21 13:46:39.859189"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.860072"], ["updated_at", "2019-01-21 13:46:39.860072"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.860992"], ["updated_at", "2019-01-21 13:46:39.860992"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.861918"], ["updated_at", "2019-01-21 13:46:39.861918"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.862816"], ["updated_at", "2019-01-21 13:46:39.862816"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.863720"], ["updated_at", "2019-01-21 13:46:39.863720"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.864614"], ["updated_at", "2019-01-21 13:46:39.864614"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.865551"], ["updated_at", "2019-01-21 13:46:39.865551"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.866473"], ["updated_at", "2019-01-21 13:46:39.866473"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.867388"], ["updated_at", "2019-01-21 13:46:39.867388"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.868298"], ["updated_at", "2019-01-21 13:46:39.868298"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.869191"], ["updated_at", "2019-01-21 13:46:39.869191"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.870138"], ["updated_at", "2019-01-21 13:46:39.870138"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.871061"], ["updated_at", "2019-01-21 13:46:39.871061"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.872174"], ["updated_at", "2019-01-21 13:46:39.872174"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.873127"], ["updated_at", "2019-01-21 13:46:39.873127"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.874051"], ["updated_at", "2019-01-21 13:46:39.874051"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:39.874971"], ["updated_at", "2019-01-21 13:46:39.874971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:46:55.205510"], ["updated_at", "2019-01-21 13:46:55.205510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:46:55.207128"], ["updated_at", "2019-01-21 13:46:55.207128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:46:55.208271"], ["updated_at", "2019-01-21 13:46:55.208271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:46:55.209297"], ["updated_at", "2019-01-21 13:46:55.209297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:46:55.210373"], ["updated_at", "2019-01-21 13:46:55.210373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:46:55.211375"], ["updated_at", "2019-01-21 13:46:55.211375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:46:55.212401"], ["updated_at", "2019-01-21 13:46:55.212401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:46:55.213453"], ["updated_at", "2019-01-21 13:46:55.213453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:46:55.214472"], ["updated_at", "2019-01-21 13:46:55.214472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:46:55.215549"], ["updated_at", "2019-01-21 13:46:55.215549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:46:55.216586"], ["updated_at", "2019-01-21 13:46:55.216586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:46:55.217771"], ["updated_at", "2019-01-21 13:46:55.217771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:46:55.218893"], ["updated_at", "2019-01-21 13:46:55.218893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:46:55.219988"], ["updated_at", "2019-01-21 13:46:55.219988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:46:55.221073"], ["updated_at", "2019-01-21 13:46:55.221073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:46:55.222188"], ["updated_at", "2019-01-21 13:46:55.222188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:46:55.223309"], ["updated_at", "2019-01-21 13:46:55.223309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:46:55.224458"], ["updated_at", "2019-01-21 13:46:55.224458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:46:55.225598"], ["updated_at", "2019-01-21 13:46:55.225598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:46:55.230334"], ["updated_at", "2019-01-21 13:46:55.230334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:46:55.231471"], ["updated_at", "2019-01-21 13:46:55.231471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:46:55.232489"], ["updated_at", "2019-01-21 13:46:55.232489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:46:55.233493"], ["updated_at", "2019-01-21 13:46:55.233493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:46:55.234524"], ["updated_at", "2019-01-21 13:46:55.234524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:46:55.235543"], ["updated_at", "2019-01-21 13:46:55.235543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:46:55.236567"], ["updated_at", "2019-01-21 13:46:55.236567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:46:55.237583"], ["updated_at", "2019-01-21 13:46:55.237583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:46:55.238618"], ["updated_at", "2019-01-21 13:46:55.238618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:46:55.239653"], ["updated_at", "2019-01-21 13:46:55.239653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:46:55.240715"], ["updated_at", "2019-01-21 13:46:55.240715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:46:55.241765"], ["updated_at", "2019-01-21 13:46:55.241765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:46:55.242865"], ["updated_at", "2019-01-21 13:46:55.242865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:46:55.243918"], ["updated_at", "2019-01-21 13:46:55.243918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:46:55.244965"], ["updated_at", "2019-01-21 13:46:55.244965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:46:55.246012"], ["updated_at", "2019-01-21 13:46:55.246012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:46:55.247028"], ["updated_at", "2019-01-21 13:46:55.247028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.5ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:46:55.751099"], ["updated_at", "2019-01-21 13:46:55.751099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%')  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.5ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.8ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.776073"], ["updated_at", "2019-01-21 13:46:55.776073"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.778407"], ["updated_at", "2019-01-21 13:46:55.778407"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.779458"], ["updated_at", "2019-01-21 13:46:55.779458"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.780397"], ["updated_at", "2019-01-21 13:46:55.780397"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.781336"], ["updated_at", "2019-01-21 13:46:55.781336"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.782297"], ["updated_at", "2019-01-21 13:46:55.782297"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.783239"], ["updated_at", "2019-01-21 13:46:55.783239"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.784213"], ["updated_at", "2019-01-21 13:46:55.784213"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.785174"], ["updated_at", "2019-01-21 13:46:55.785174"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.786105"], ["updated_at", "2019-01-21 13:46:55.786105"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.787083"], ["updated_at", "2019-01-21 13:46:55.787083"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.787974"], ["updated_at", "2019-01-21 13:46:55.787974"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.788864"], ["updated_at", "2019-01-21 13:46:55.788864"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.789749"], ["updated_at", "2019-01-21 13:46:55.789749"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.790642"], ["updated_at", "2019-01-21 13:46:55.790642"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.791528"], ["updated_at", "2019-01-21 13:46:55.791528"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.792388"], ["updated_at", "2019-01-21 13:46:55.792388"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.793262"], ["updated_at", "2019-01-21 13:46:55.793262"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.794125"], ["updated_at", "2019-01-21 13:46:55.794125"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.794993"], ["updated_at", "2019-01-21 13:46:55.794993"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.795899"], ["updated_at", "2019-01-21 13:46:55.795899"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.796815"], ["updated_at", "2019-01-21 13:46:55.796815"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.797693"], ["updated_at", "2019-01-21 13:46:55.797693"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.798582"], ["updated_at", "2019-01-21 13:46:55.798582"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.799807"], ["updated_at", "2019-01-21 13:46:55.799807"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.800766"], ["updated_at", "2019-01-21 13:46:55.800766"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.801742"], ["updated_at", "2019-01-21 13:46:55.801742"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.802690"], ["updated_at", "2019-01-21 13:46:55.802690"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.803606"], ["updated_at", "2019-01-21 13:46:55.803606"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.804469"], ["updated_at", "2019-01-21 13:46:55.804469"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.805412"], ["updated_at", "2019-01-21 13:46:55.805412"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.806365"], ["updated_at", "2019-01-21 13:46:55.806365"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.807347"], ["updated_at", "2019-01-21 13:46:55.807347"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.808639"], ["updated_at", "2019-01-21 13:46:55.808639"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.810002"], ["updated_at", "2019-01-21 13:46:55.810002"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:46:55.810989"], ["updated_at", "2019-01-21 13:46:55.810989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:47:45.220564"], ["updated_at", "2019-01-21 13:47:45.220564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:47:45.222131"], ["updated_at", "2019-01-21 13:47:45.222131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:47:45.223124"], ["updated_at", "2019-01-21 13:47:45.223124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:47:45.224131"], ["updated_at", "2019-01-21 13:47:45.224131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:47:45.225145"], ["updated_at", "2019-01-21 13:47:45.225145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:47:45.226166"], ["updated_at", "2019-01-21 13:47:45.226166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:47:45.227204"], ["updated_at", "2019-01-21 13:47:45.227204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:47:45.228198"], ["updated_at", "2019-01-21 13:47:45.228198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:47:45.229180"], ["updated_at", "2019-01-21 13:47:45.229180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:47:45.230184"], ["updated_at", "2019-01-21 13:47:45.230184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:47:45.231159"], ["updated_at", "2019-01-21 13:47:45.231159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:47:45.232306"], ["updated_at", "2019-01-21 13:47:45.232306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:47:45.233406"], ["updated_at", "2019-01-21 13:47:45.233406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:47:45.234433"], ["updated_at", "2019-01-21 13:47:45.234433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:47:45.235517"], ["updated_at", "2019-01-21 13:47:45.235517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:47:45.236598"], ["updated_at", "2019-01-21 13:47:45.236598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:47:45.237675"], ["updated_at", "2019-01-21 13:47:45.237675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:47:45.238801"], ["updated_at", "2019-01-21 13:47:45.238801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:47:45.239908"], ["updated_at", "2019-01-21 13:47:45.239908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:47:45.241052"], ["updated_at", "2019-01-21 13:47:45.241052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:47:45.242180"], ["updated_at", "2019-01-21 13:47:45.242180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:47:45.246868"], ["updated_at", "2019-01-21 13:47:45.246868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:47:45.247964"], ["updated_at", "2019-01-21 13:47:45.247964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:47:45.249039"], ["updated_at", "2019-01-21 13:47:45.249039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:47:45.250070"], ["updated_at", "2019-01-21 13:47:45.250070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:47:45.251107"], ["updated_at", "2019-01-21 13:47:45.251107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:47:45.252145"], ["updated_at", "2019-01-21 13:47:45.252145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:47:45.253156"], ["updated_at", "2019-01-21 13:47:45.253156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:47:45.254188"], ["updated_at", "2019-01-21 13:47:45.254188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:47:45.255198"], ["updated_at", "2019-01-21 13:47:45.255198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:47:45.256198"], ["updated_at", "2019-01-21 13:47:45.256198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:47:45.257193"], ["updated_at", "2019-01-21 13:47:45.257193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:47:45.258241"], ["updated_at", "2019-01-21 13:47:45.258241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:47:45.259276"], ["updated_at", "2019-01-21 13:47:45.259276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:47:45.260300"], ["updated_at", "2019-01-21 13:47:45.260300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:47:45.261366"], ["updated_at", "2019-01-21 13:47:45.261366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.6ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:47:45.772928"], ["updated_at", "2019-01-21 13:47:45.772928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%')  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.4ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (1.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.798374"], ["updated_at", "2019-01-21 13:47:45.798374"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.800841"], ["updated_at", "2019-01-21 13:47:45.800841"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.801842"], ["updated_at", "2019-01-21 13:47:45.801842"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.802774"], ["updated_at", "2019-01-21 13:47:45.802774"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.803712"], ["updated_at", "2019-01-21 13:47:45.803712"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.804646"], ["updated_at", "2019-01-21 13:47:45.804646"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.805550"], ["updated_at", "2019-01-21 13:47:45.805550"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.806464"], ["updated_at", "2019-01-21 13:47:45.806464"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.807355"], ["updated_at", "2019-01-21 13:47:45.807355"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.808256"], ["updated_at", "2019-01-21 13:47:45.808256"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.809160"], ["updated_at", "2019-01-21 13:47:45.809160"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.810085"], ["updated_at", "2019-01-21 13:47:45.810085"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.810977"], ["updated_at", "2019-01-21 13:47:45.810977"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.811855"], ["updated_at", "2019-01-21 13:47:45.811855"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.812740"], ["updated_at", "2019-01-21 13:47:45.812740"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.813610"], ["updated_at", "2019-01-21 13:47:45.813610"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.814476"], ["updated_at", "2019-01-21 13:47:45.814476"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.815431"], ["updated_at", "2019-01-21 13:47:45.815431"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.816392"], ["updated_at", "2019-01-21 13:47:45.816392"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.817287"], ["updated_at", "2019-01-21 13:47:45.817287"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.818168"], ["updated_at", "2019-01-21 13:47:45.818168"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.819103"], ["updated_at", "2019-01-21 13:47:45.819103"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.820009"], ["updated_at", "2019-01-21 13:47:45.820009"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.820903"], ["updated_at", "2019-01-21 13:47:45.820903"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.821813"], ["updated_at", "2019-01-21 13:47:45.821813"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.822725"], ["updated_at", "2019-01-21 13:47:45.822725"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.823916"], ["updated_at", "2019-01-21 13:47:45.823916"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.825334"], ["updated_at", "2019-01-21 13:47:45.825334"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.826299"], ["updated_at", "2019-01-21 13:47:45.826299"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.827256"], ["updated_at", "2019-01-21 13:47:45.827256"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.828184"], ["updated_at", "2019-01-21 13:47:45.828184"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.829091"], ["updated_at", "2019-01-21 13:47:45.829091"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.829991"], ["updated_at", "2019-01-21 13:47:45.829991"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.830888"], ["updated_at", "2019-01-21 13:47:45.830888"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.831802"], ["updated_at", "2019-01-21 13:47:45.831802"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:47:45.832807"], ["updated_at", "2019-01-21 13:47:45.832807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:47:45.846219"], ["updated_at", "2019-01-21 13:47:45.846219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:47:45.847577"], ["updated_at", "2019-01-21 13:47:45.847577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:47:45.848613"], ["updated_at", "2019-01-21 13:47:45.848613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:47:45.849652"], ["updated_at", "2019-01-21 13:47:45.849652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:47:45.850697"], ["updated_at", "2019-01-21 13:47:45.850697"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:47:45.851734"], ["updated_at", "2019-01-21 13:47:45.851734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:47:45.852761"], ["updated_at", "2019-01-21 13:47:45.852761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:47:45.853780"], ["updated_at", "2019-01-21 13:47:45.853780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:47:45.854831"], ["updated_at", "2019-01-21 13:47:45.854831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:47:45.855867"], ["updated_at", "2019-01-21 13:47:45.855867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:47:45.856994"], ["updated_at", "2019-01-21 13:47:45.856994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:47:45.858023"], ["updated_at", "2019-01-21 13:47:45.858023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:47:45.859006"], ["updated_at", "2019-01-21 13:47:45.859006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:47:45.860006"], ["updated_at", "2019-01-21 13:47:45.860006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:47:45.861024"], ["updated_at", "2019-01-21 13:47:45.861024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:47:45.862056"], ["updated_at", "2019-01-21 13:47:45.862056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:47:45.863077"], ["updated_at", "2019-01-21 13:47:45.863077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:47:45.864179"], ["updated_at", "2019-01-21 13:47:45.864179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:47:45.865225"], ["updated_at", "2019-01-21 13:47:45.865225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:47:45.866301"], ["updated_at", "2019-01-21 13:47:45.866301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:47:45.867335"], ["updated_at", "2019-01-21 13:47:45.867335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:47:45.868368"], ["updated_at", "2019-01-21 13:47:45.868368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:47:45.869407"], ["updated_at", "2019-01-21 13:47:45.869407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:47:45.870431"], ["updated_at", "2019-01-21 13:47:45.870431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:47:45.871458"], ["updated_at", "2019-01-21 13:47:45.871458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:47:45.872512"], ["updated_at", "2019-01-21 13:47:45.872512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:47:45.873522"], ["updated_at", "2019-01-21 13:47:45.873522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:47:45.874589"], ["updated_at", "2019-01-21 13:47:45.874589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:47:45.875642"], ["updated_at", "2019-01-21 13:47:45.875642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:47:45.876634"], ["updated_at", "2019-01-21 13:47:45.876634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:47:45.877658"], ["updated_at", "2019-01-21 13:47:45.877658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:47:45.878683"], ["updated_at", "2019-01-21 13:47:45.878683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:47:45.879701"], ["updated_at", "2019-01-21 13:47:45.879701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:47:45.880712"], ["updated_at", "2019-01-21 13:47:45.880712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:47:45.881784"], ["updated_at", "2019-01-21 13:47:45.881784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:47:45.882908"], ["updated_at", "2019-01-21 13:47:45.882908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:47:45.884298"], ["updated_at", "2019-01-21 13:47:45.884298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:48:46.302078"], ["updated_at", "2019-01-21 13:48:46.302078"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:48:46.303567"], ["updated_at", "2019-01-21 13:48:46.303567"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:48:46.304412"], ["updated_at", "2019-01-21 13:48:46.304412"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:48:46.305278"], ["updated_at", "2019-01-21 13:48:46.305278"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:48:46.306110"], ["updated_at", "2019-01-21 13:48:46.306110"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:48:46.306993"], ["updated_at", "2019-01-21 13:48:46.306993"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:48:46.307833"], ["updated_at", "2019-01-21 13:48:46.307833"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:48:46.308724"], ["updated_at", "2019-01-21 13:48:46.308724"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:48:46.309595"], ["updated_at", "2019-01-21 13:48:46.309595"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:48:46.310508"], ["updated_at", "2019-01-21 13:48:46.310508"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:48:46.311407"], ["updated_at", "2019-01-21 13:48:46.311407"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:48:46.312330"], ["updated_at", "2019-01-21 13:48:46.312330"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:48:46.313413"], ["updated_at", "2019-01-21 13:48:46.313413"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:48:46.314402"], ["updated_at", "2019-01-21 13:48:46.314402"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:48:46.315373"], ["updated_at", "2019-01-21 13:48:46.315373"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:48:46.316336"], ["updated_at", "2019-01-21 13:48:46.316336"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:48:46.320931"], ["updated_at", "2019-01-21 13:48:46.320931"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:48:46.321800"], ["updated_at", "2019-01-21 13:48:46.321800"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:48:46.322612"], ["updated_at", "2019-01-21 13:48:46.322612"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:48:46.323402"], ["updated_at", "2019-01-21 13:48:46.323402"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:48:46.324216"], ["updated_at", "2019-01-21 13:48:46.324216"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:48:46.325042"], ["updated_at", "2019-01-21 13:48:46.325042"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:48:46.325897"], ["updated_at", "2019-01-21 13:48:46.325897"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:48:46.326780"], ["updated_at", "2019-01-21 13:48:46.326780"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:48:46.327656"], ["updated_at", "2019-01-21 13:48:46.327656"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:48:46.328511"], ["updated_at", "2019-01-21 13:48:46.328511"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:48:46.329377"], ["updated_at", "2019-01-21 13:48:46.329377"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:48:46.330448"], ["updated_at", "2019-01-21 13:48:46.330448"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:48:46.331354"], ["updated_at", "2019-01-21 13:48:46.331354"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:48:46.332218"], ["updated_at", "2019-01-21 13:48:46.332218"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:48:46.333079"], ["updated_at", "2019-01-21 13:48:46.333079"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:48:46.333924"], ["updated_at", "2019-01-21 13:48:46.333924"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:48:46.334779"], ["updated_at", "2019-01-21 13:48:46.334779"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:48:46.335649"], ["updated_at", "2019-01-21 13:48:46.335649"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:48:46.336489"], ["updated_at", "2019-01-21 13:48:46.336489"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:48:46.337346"], ["updated_at", "2019-01-21 13:48:46.337346"]] Authz::BusinessProcess Exists (0.6ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:48:46.846614"], ["updated_at", "2019-01-21 13:48:46.846614"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.8ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:51:13.901377"], ["updated_at", "2019-01-21 13:51:13.901377"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:51:13.903802"], ["updated_at", "2019-01-21 13:51:13.903802"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:51:13.904812"], ["updated_at", "2019-01-21 13:51:13.904812"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:51:13.905697"], ["updated_at", "2019-01-21 13:51:13.905697"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:51:13.906598"], ["updated_at", "2019-01-21 13:51:13.906598"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:51:13.907479"], ["updated_at", "2019-01-21 13:51:13.907479"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:51:13.908325"], ["updated_at", "2019-01-21 13:51:13.908325"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:51:13.909174"], ["updated_at", "2019-01-21 13:51:13.909174"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:51:13.910010"], ["updated_at", "2019-01-21 13:51:13.910010"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:51:13.910873"], ["updated_at", "2019-01-21 13:51:13.910873"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:51:13.911720"], ["updated_at", "2019-01-21 13:51:13.911720"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:51:13.912586"], ["updated_at", "2019-01-21 13:51:13.912586"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:51:13.913434"], ["updated_at", "2019-01-21 13:51:13.913434"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:51:13.914558"], ["updated_at", "2019-01-21 13:51:13.914558"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:51:13.915488"], ["updated_at", "2019-01-21 13:51:13.915488"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:51:13.916397"], ["updated_at", "2019-01-21 13:51:13.916397"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:51:13.917306"], ["updated_at", "2019-01-21 13:51:13.917306"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:51:13.918275"], ["updated_at", "2019-01-21 13:51:13.918275"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:51:13.919227"], ["updated_at", "2019-01-21 13:51:13.919227"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:51:13.920171"], ["updated_at", "2019-01-21 13:51:13.920171"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:51:13.921117"], ["updated_at", "2019-01-21 13:51:13.921117"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:51:13.922095"], ["updated_at", "2019-01-21 13:51:13.922095"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:51:13.926681"], ["updated_at", "2019-01-21 13:51:13.926681"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:51:13.927556"], ["updated_at", "2019-01-21 13:51:13.927556"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:51:13.928416"], ["updated_at", "2019-01-21 13:51:13.928416"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:51:13.929254"], ["updated_at", "2019-01-21 13:51:13.929254"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:51:13.930121"], ["updated_at", "2019-01-21 13:51:13.930121"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:51:13.930986"], ["updated_at", "2019-01-21 13:51:13.930986"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:51:13.931836"], ["updated_at", "2019-01-21 13:51:13.931836"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:51:13.932862"], ["updated_at", "2019-01-21 13:51:13.932862"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:51:13.934175"], ["updated_at", "2019-01-21 13:51:13.934175"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:51:13.935080"], ["updated_at", "2019-01-21 13:51:13.935080"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:51:13.935963"], ["updated_at", "2019-01-21 13:51:13.935963"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:51:13.936853"], ["updated_at", "2019-01-21 13:51:13.936853"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:51:13.937749"], ["updated_at", "2019-01-21 13:51:13.937749"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:51:13.938632"], ["updated_at", "2019-01-21 13:51:13.938632"]] Authz::BusinessProcess Exists (0.5ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:51:14.480977"], ["updated_at", "2019-01-21 13:51:14.480977"]] Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.4ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (1.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.506104"], ["updated_at", "2019-01-21 13:51:14.506104"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.508616"], ["updated_at", "2019-01-21 13:51:14.508616"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.509621"], ["updated_at", "2019-01-21 13:51:14.509621"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.510507"], ["updated_at", "2019-01-21 13:51:14.510507"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.511796"], ["updated_at", "2019-01-21 13:51:14.511796"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.512973"], ["updated_at", "2019-01-21 13:51:14.512973"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.514136"], ["updated_at", "2019-01-21 13:51:14.514136"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.515263"], ["updated_at", "2019-01-21 13:51:14.515263"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.516189"], ["updated_at", "2019-01-21 13:51:14.516189"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.517144"], ["updated_at", "2019-01-21 13:51:14.517144"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.518116"], ["updated_at", "2019-01-21 13:51:14.518116"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.519043"], ["updated_at", "2019-01-21 13:51:14.519043"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.519975"], ["updated_at", "2019-01-21 13:51:14.519975"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.520885"], ["updated_at", "2019-01-21 13:51:14.520885"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.521768"], ["updated_at", "2019-01-21 13:51:14.521768"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.522624"], ["updated_at", "2019-01-21 13:51:14.522624"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.523458"], ["updated_at", "2019-01-21 13:51:14.523458"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.524313"], ["updated_at", "2019-01-21 13:51:14.524313"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.525215"], ["updated_at", "2019-01-21 13:51:14.525215"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.526106"], ["updated_at", "2019-01-21 13:51:14.526106"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.527003"], ["updated_at", "2019-01-21 13:51:14.527003"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.527893"], ["updated_at", "2019-01-21 13:51:14.527893"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.528811"], ["updated_at", "2019-01-21 13:51:14.528811"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.529713"], ["updated_at", "2019-01-21 13:51:14.529713"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.530644"], ["updated_at", "2019-01-21 13:51:14.530644"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.531573"], ["updated_at", "2019-01-21 13:51:14.531573"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.532536"], ["updated_at", "2019-01-21 13:51:14.532536"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.533434"], ["updated_at", "2019-01-21 13:51:14.533434"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.534366"], ["updated_at", "2019-01-21 13:51:14.534366"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.535293"], ["updated_at", "2019-01-21 13:51:14.535293"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.536228"], ["updated_at", "2019-01-21 13:51:14.536228"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.537152"], ["updated_at", "2019-01-21 13:51:14.537152"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.538098"], ["updated_at", "2019-01-21 13:51:14.538098"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.539005"], ["updated_at", "2019-01-21 13:51:14.539005"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.539948"], ["updated_at", "2019-01-21 13:51:14.539948"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:51:14.540850"], ["updated_at", "2019-01-21 13:51:14.540850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.3ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.0ms) rollback transaction  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.6ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:57:52.281211"], ["updated_at", "2019-01-21 13:57:52.281211"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:57:52.283065"], ["updated_at", "2019-01-21 13:57:52.283065"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:57:52.283950"], ["updated_at", "2019-01-21 13:57:52.283950"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:57:52.284790"], ["updated_at", "2019-01-21 13:57:52.284790"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:57:52.285650"], ["updated_at", "2019-01-21 13:57:52.285650"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:57:52.286481"], ["updated_at", "2019-01-21 13:57:52.286481"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:57:52.287334"], ["updated_at", "2019-01-21 13:57:52.287334"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:57:52.288167"], ["updated_at", "2019-01-21 13:57:52.288167"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:57:52.289037"], ["updated_at", "2019-01-21 13:57:52.289037"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:57:52.289892"], ["updated_at", "2019-01-21 13:57:52.289892"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:57:52.290748"], ["updated_at", "2019-01-21 13:57:52.290748"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:57:52.291626"], ["updated_at", "2019-01-21 13:57:52.291626"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:57:52.292507"], ["updated_at", "2019-01-21 13:57:52.292507"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:57:52.293570"], ["updated_at", "2019-01-21 13:57:52.293570"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:57:52.294575"], ["updated_at", "2019-01-21 13:57:52.294575"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:57:52.295563"], ["updated_at", "2019-01-21 13:57:52.295563"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:57:52.296576"], ["updated_at", "2019-01-21 13:57:52.296576"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:57:52.297558"], ["updated_at", "2019-01-21 13:57:52.297558"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:57:52.298540"], ["updated_at", "2019-01-21 13:57:52.298540"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:57:52.299574"], ["updated_at", "2019-01-21 13:57:52.299574"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:57:52.304396"], ["updated_at", "2019-01-21 13:57:52.304396"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:57:52.305338"], ["updated_at", "2019-01-21 13:57:52.305338"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:57:52.306215"], ["updated_at", "2019-01-21 13:57:52.306215"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:57:52.307077"], ["updated_at", "2019-01-21 13:57:52.307077"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:57:52.307914"], ["updated_at", "2019-01-21 13:57:52.307914"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:57:52.308823"], ["updated_at", "2019-01-21 13:57:52.308823"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:57:52.309686"], ["updated_at", "2019-01-21 13:57:52.309686"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:57:52.310525"], ["updated_at", "2019-01-21 13:57:52.310525"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:57:52.311396"], ["updated_at", "2019-01-21 13:57:52.311396"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:57:52.312233"], ["updated_at", "2019-01-21 13:57:52.312233"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:57:52.313105"], ["updated_at", "2019-01-21 13:57:52.313105"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:57:52.313996"], ["updated_at", "2019-01-21 13:57:52.313996"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:57:52.314879"], ["updated_at", "2019-01-21 13:57:52.314879"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:57:52.315756"], ["updated_at", "2019-01-21 13:57:52.315756"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:57:52.316614"], ["updated_at", "2019-01-21 13:57:52.316614"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:57:52.317517"], ["updated_at", "2019-01-21 13:57:52.317517"]] Authz::BusinessProcess Exists (0.6ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:57:52.895034"], ["updated_at", "2019-01-21 13:57:52.895034"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:58:08.638711"], ["updated_at", "2019-01-21 13:58:08.638711"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:58:08.640074"], ["updated_at", "2019-01-21 13:58:08.640074"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:58:08.640880"], ["updated_at", "2019-01-21 13:58:08.640880"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:58:08.641709"], ["updated_at", "2019-01-21 13:58:08.641709"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:58:08.642507"], ["updated_at", "2019-01-21 13:58:08.642507"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:58:08.643297"], ["updated_at", "2019-01-21 13:58:08.643297"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:58:08.644120"], ["updated_at", "2019-01-21 13:58:08.644120"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:08.644975"], ["updated_at", "2019-01-21 13:58:08.644975"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:58:08.645856"], ["updated_at", "2019-01-21 13:58:08.645856"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:58:08.646772"], ["updated_at", "2019-01-21 13:58:08.646772"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:58:08.647671"], ["updated_at", "2019-01-21 13:58:08.647671"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:58:08.648585"], ["updated_at", "2019-01-21 13:58:08.648585"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:58:08.649536"], ["updated_at", "2019-01-21 13:58:08.649536"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:58:08.650662"], ["updated_at", "2019-01-21 13:58:08.650662"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:08.651641"], ["updated_at", "2019-01-21 13:58:08.651641"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:58:08.652590"], ["updated_at", "2019-01-21 13:58:08.652590"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:58:08.653605"], ["updated_at", "2019-01-21 13:58:08.653605"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:58:08.658250"], ["updated_at", "2019-01-21 13:58:08.658250"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:58:08.659127"], ["updated_at", "2019-01-21 13:58:08.659127"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:58:08.660002"], ["updated_at", "2019-01-21 13:58:08.660002"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:58:08.660869"], ["updated_at", "2019-01-21 13:58:08.660869"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:58:08.661715"], ["updated_at", "2019-01-21 13:58:08.661715"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:58:08.662574"], ["updated_at", "2019-01-21 13:58:08.662574"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:58:08.663450"], ["updated_at", "2019-01-21 13:58:08.663450"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:58:08.664328"], ["updated_at", "2019-01-21 13:58:08.664328"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:08.665179"], ["updated_at", "2019-01-21 13:58:08.665179"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:08.666048"], ["updated_at", "2019-01-21 13:58:08.666048"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:08.666889"], ["updated_at", "2019-01-21 13:58:08.666889"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:08.667748"], ["updated_at", "2019-01-21 13:58:08.667748"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:58:08.668604"], ["updated_at", "2019-01-21 13:58:08.668604"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:08.669476"], ["updated_at", "2019-01-21 13:58:08.669476"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:58:08.670409"], ["updated_at", "2019-01-21 13:58:08.670409"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:58:08.671238"], ["updated_at", "2019-01-21 13:58:08.671238"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:58:08.672069"], ["updated_at", "2019-01-21 13:58:08.672069"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:58:08.672913"], ["updated_at", "2019-01-21 13:58:08.672913"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:58:08.673736"], ["updated_at", "2019-01-21 13:58:08.673736"]] Authz::BusinessProcess Exists (0.6ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:58:09.192742"], ["updated_at", "2019-01-21 13:58:09.192742"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:58:24.712413"], ["updated_at", "2019-01-21 13:58:24.712413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:58:24.714089"], ["updated_at", "2019-01-21 13:58:24.714089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:58:24.715122"], ["updated_at", "2019-01-21 13:58:24.715122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:58:24.716137"], ["updated_at", "2019-01-21 13:58:24.716137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:58:24.717162"], ["updated_at", "2019-01-21 13:58:24.717162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:58:24.718154"], ["updated_at", "2019-01-21 13:58:24.718154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:58:24.719153"], ["updated_at", "2019-01-21 13:58:24.719153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:24.720177"], ["updated_at", "2019-01-21 13:58:24.720177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:58:24.721212"], ["updated_at", "2019-01-21 13:58:24.721212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:58:24.722258"], ["updated_at", "2019-01-21 13:58:24.722258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:58:24.723324"], ["updated_at", "2019-01-21 13:58:24.723324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:58:24.724535"], ["updated_at", "2019-01-21 13:58:24.724535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:58:24.725664"], ["updated_at", "2019-01-21 13:58:24.725664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:58:24.726773"], ["updated_at", "2019-01-21 13:58:24.726773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:24.727883"], ["updated_at", "2019-01-21 13:58:24.727883"]]  (3.9ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:58:24.732882"], ["updated_at", "2019-01-21 13:58:24.732882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:58:24.733908"], ["updated_at", "2019-01-21 13:58:24.733908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:58:24.734895"], ["updated_at", "2019-01-21 13:58:24.734895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:58:24.735931"], ["updated_at", "2019-01-21 13:58:24.735931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:58:24.736960"], ["updated_at", "2019-01-21 13:58:24.736960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:58:24.738018"], ["updated_at", "2019-01-21 13:58:24.738018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:58:24.739050"], ["updated_at", "2019-01-21 13:58:24.739050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:58:24.740067"], ["updated_at", "2019-01-21 13:58:24.740067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:58:24.741121"], ["updated_at", "2019-01-21 13:58:24.741121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:58:24.742108"], ["updated_at", "2019-01-21 13:58:24.742108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:24.743122"], ["updated_at", "2019-01-21 13:58:24.743122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:24.744143"], ["updated_at", "2019-01-21 13:58:24.744143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:24.745188"], ["updated_at", "2019-01-21 13:58:24.745188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:24.746246"], ["updated_at", "2019-01-21 13:58:24.746246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:58:24.747259"], ["updated_at", "2019-01-21 13:58:24.747259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:24.748336"], ["updated_at", "2019-01-21 13:58:24.748336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:58:24.749464"], ["updated_at", "2019-01-21 13:58:24.749464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:58:24.751039"], ["updated_at", "2019-01-21 13:58:24.751039"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:58:24.753081"], ["updated_at", "2019-01-21 13:58:24.753081"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:58:24.755031"], ["updated_at", "2019-01-21 13:58:24.755031"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:58:24.756592"], ["updated_at", "2019-01-21 13:58:24.756592"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.7ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:58:25.277726"], ["updated_at", "2019-01-21 13:58:25.277726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.4ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:58:58.974252"], ["updated_at", "2019-01-21 13:58:58.974252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:58:58.975968"], ["updated_at", "2019-01-21 13:58:58.975968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:58:58.977095"], ["updated_at", "2019-01-21 13:58:58.977095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:58:58.978129"], ["updated_at", "2019-01-21 13:58:58.978129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:58:58.979226"], ["updated_at", "2019-01-21 13:58:58.979226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:58:58.980269"], ["updated_at", "2019-01-21 13:58:58.980269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:58:58.981277"], ["updated_at", "2019-01-21 13:58:58.981277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:58.982298"], ["updated_at", "2019-01-21 13:58:58.982298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:58:58.983303"], ["updated_at", "2019-01-21 13:58:58.983303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:58:58.984336"], ["updated_at", "2019-01-21 13:58:58.984336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:58:58.985345"], ["updated_at", "2019-01-21 13:58:58.985345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:58:58.986678"], ["updated_at", "2019-01-21 13:58:58.986678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:58:58.987732"], ["updated_at", "2019-01-21 13:58:58.987732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:58:58.988788"], ["updated_at", "2019-01-21 13:58:58.988788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:58.989863"], ["updated_at", "2019-01-21 13:58:58.989863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:58:58.990949"], ["updated_at", "2019-01-21 13:58:58.990949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:58:58.992018"], ["updated_at", "2019-01-21 13:58:58.992018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:58:58.993142"], ["updated_at", "2019-01-21 13:58:58.993142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:58:58.994278"], ["updated_at", "2019-01-21 13:58:58.994278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:58:58.995392"], ["updated_at", "2019-01-21 13:58:58.995392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:58:58.996537"], ["updated_at", "2019-01-21 13:58:58.996537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.001403"], ["updated_at", "2019-01-21 13:58:59.001403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.002567"], ["updated_at", "2019-01-21 13:58:59.002567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.003598"], ["updated_at", "2019-01-21 13:58:59.003598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.004607"], ["updated_at", "2019-01-21 13:58:59.004607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:59.005616"], ["updated_at", "2019-01-21 13:58:59.005616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.006618"], ["updated_at", "2019-01-21 13:58:59.006618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.007591"], ["updated_at", "2019-01-21 13:58:59.007591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.008603"], ["updated_at", "2019-01-21 13:58:59.008603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.009617"], ["updated_at", "2019-01-21 13:58:59.009617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.010652"], ["updated_at", "2019-01-21 13:58:59.010652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.011692"], ["updated_at", "2019-01-21 13:58:59.011692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.012730"], ["updated_at", "2019-01-21 13:58:59.012730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.013806"], ["updated_at", "2019-01-21 13:58:59.013806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.014860"], ["updated_at", "2019-01-21 13:58:59.014860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.015921"], ["updated_at", "2019-01-21 13:58:59.015921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%')  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.4ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.019932"], ["updated_at", "2019-01-21 13:58:59.019932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (3.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (2.9ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:58:59.612655"], ["updated_at", "2019-01-21 13:58:59.612655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "musician_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "musician 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_1"], ["name", "musician 1"], ["description", "musician 1"], ["created_at", "2019-01-21 13:58:59.617836"], ["updated_at", "2019-01-21 13:58:59.617836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.620012"], ["updated_at", "2019-01-21 13:58:59.620012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "devise/registrations"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "devise/registrations"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.621525"], ["updated_at", "2019-01-21 13:58:59.621525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.5ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (1.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.647649"], ["updated_at", "2019-01-21 13:58:59.647649"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.650263"], ["updated_at", "2019-01-21 13:58:59.650263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" WHERE "authz_business_process_has_controller_actions"."authz_business_process_id" = ? [["authz_business_process_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "librarian_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "librarian 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_2"], ["name", "librarian 2"], ["description", "librarian 2"], ["created_at", "2019-01-21 13:58:59.661439"], ["updated_at", "2019-01-21 13:58:59.661439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "active_storage/disk"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "active_storage/disk"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.663551"], ["updated_at", "2019-01-21 13:58:59.663551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.664960"], ["updated_at", "2019-01-21 13:58:59.664960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.666457"], ["updated_at", "2019-01-21 13:58:59.666457"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.667573"], ["updated_at", "2019-01-21 13:58:59.667573"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.673213"], ["updated_at", "2019-01-21 13:58:59.673213"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.675003"], ["updated_at", "2019-01-21 13:58:59.675003"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:58:59.675970"], ["updated_at", "2019-01-21 13:58:59.675970"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.676808"], ["updated_at", "2019-01-21 13:58:59.676808"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.677788"], ["updated_at", "2019-01-21 13:58:59.677788"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.678635"], ["updated_at", "2019-01-21 13:58:59.678635"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.679499"], ["updated_at", "2019-01-21 13:58:59.679499"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:59.680348"], ["updated_at", "2019-01-21 13:58:59.680348"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.681176"], ["updated_at", "2019-01-21 13:58:59.681176"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:58:59.682126"], ["updated_at", "2019-01-21 13:58:59.682126"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.683013"], ["updated_at", "2019-01-21 13:58:59.683013"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.683843"], ["updated_at", "2019-01-21 13:58:59.683843"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.684652"], ["updated_at", "2019-01-21 13:58:59.684652"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.685478"], ["updated_at", "2019-01-21 13:58:59.685478"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:59.686271"], ["updated_at", "2019-01-21 13:58:59.686271"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:58:59.687094"], ["updated_at", "2019-01-21 13:58:59.687094"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.687894"], ["updated_at", "2019-01-21 13:58:59.687894"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.688720"], ["updated_at", "2019-01-21 13:58:59.688720"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.689538"], ["updated_at", "2019-01-21 13:58:59.689538"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.690364"], ["updated_at", "2019-01-21 13:58:59.690364"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:58:59.691494"], ["updated_at", "2019-01-21 13:58:59.691494"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.692478"], ["updated_at", "2019-01-21 13:58:59.692478"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.693448"], ["updated_at", "2019-01-21 13:58:59.693448"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.694353"], ["updated_at", "2019-01-21 13:58:59.694353"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.695202"], ["updated_at", "2019-01-21 13:58:59.695202"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:59.696026"], ["updated_at", "2019-01-21 13:58:59.696026"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.696868"], ["updated_at", "2019-01-21 13:58:59.696868"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.697692"], ["updated_at", "2019-01-21 13:58:59.697692"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.698512"], ["updated_at", "2019-01-21 13:58:59.698512"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.699351"], ["updated_at", "2019-01-21 13:58:59.699351"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.700190"], ["updated_at", "2019-01-21 13:58:59.700190"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.701085"], ["updated_at", "2019-01-21 13:58:59.701085"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.701967"], ["updated_at", "2019-01-21 13:58:59.701967"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.702821"], ["updated_at", "2019-01-21 13:58:59.702821"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.703647"], ["updated_at", "2019-01-21 13:58:59.703647"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.704500"], ["updated_at", "2019-01-21 13:58:59.704500"]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:58:59.705668"], ["updated_at", "2019-01-21 13:58:59.705668"]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.707713"], ["updated_at", "2019-01-21 13:58:59.707713"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.708710"], ["updated_at", "2019-01-21 13:58:59.708710"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.709675"], ["updated_at", "2019-01-21 13:58:59.709675"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.710614"], ["updated_at", "2019-01-21 13:58:59.710614"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.711528"], ["updated_at", "2019-01-21 13:58:59.711528"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.712429"], ["updated_at", "2019-01-21 13:58:59.712429"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.713306"], ["updated_at", "2019-01-21 13:58:59.713306"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.714200"], ["updated_at", "2019-01-21 13:58:59.714200"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.715115"], ["updated_at", "2019-01-21 13:58:59.715115"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.715992"], ["updated_at", "2019-01-21 13:58:59.715992"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.716963"], ["updated_at", "2019-01-21 13:58:59.716963"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.717952"], ["updated_at", "2019-01-21 13:58:59.717952"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.718950"], ["updated_at", "2019-01-21 13:58:59.718950"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.719948"], ["updated_at", "2019-01-21 13:58:59.719948"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.720894"], ["updated_at", "2019-01-21 13:58:59.720894"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.721844"], ["updated_at", "2019-01-21 13:58:59.721844"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.722853"], ["updated_at", "2019-01-21 13:58:59.722853"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.724232"], ["updated_at", "2019-01-21 13:58:59.724232"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.726027"], ["updated_at", "2019-01-21 13:58:59.726027"]] Authz::BusinessProcessHasControllerAction Exists (4.9ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.732512"], ["updated_at", "2019-01-21 13:58:59.732512"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.733676"], ["updated_at", "2019-01-21 13:58:59.733676"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.734682"], ["updated_at", "2019-01-21 13:58:59.734682"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.735598"], ["updated_at", "2019-01-21 13:58:59.735598"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.736504"], ["updated_at", "2019-01-21 13:58:59.736504"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.737379"], ["updated_at", "2019-01-21 13:58:59.737379"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.738276"], ["updated_at", "2019-01-21 13:58:59.738276"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.739178"], ["updated_at", "2019-01-21 13:58:59.739178"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.740070"], ["updated_at", "2019-01-21 13:58:59.740070"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.740962"], ["updated_at", "2019-01-21 13:58:59.740962"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.741866"], ["updated_at", "2019-01-21 13:58:59.741866"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.742776"], ["updated_at", "2019-01-21 13:58:59.742776"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.743692"], ["updated_at", "2019-01-21 13:58:59.743692"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.744600"], ["updated_at", "2019-01-21 13:58:59.744600"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.745511"], ["updated_at", "2019-01-21 13:58:59.745511"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.746440"], ["updated_at", "2019-01-21 13:58:59.746440"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.747325"], ["updated_at", "2019-01-21 13:58:59.747325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.760642"], ["updated_at", "2019-01-21 13:58:59.760642"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.762088"], ["updated_at", "2019-01-21 13:58:59.762088"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:58:59.762990"], ["updated_at", "2019-01-21 13:58:59.762990"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.763849"], ["updated_at", "2019-01-21 13:58:59.763849"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.764736"], ["updated_at", "2019-01-21 13:58:59.764736"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.765607"], ["updated_at", "2019-01-21 13:58:59.765607"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.766455"], ["updated_at", "2019-01-21 13:58:59.766455"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:59.767324"], ["updated_at", "2019-01-21 13:58:59.767324"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.768207"], ["updated_at", "2019-01-21 13:58:59.768207"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:58:59.769016"], ["updated_at", "2019-01-21 13:58:59.769016"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.769849"], ["updated_at", "2019-01-21 13:58:59.769849"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.770678"], ["updated_at", "2019-01-21 13:58:59.770678"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.771521"], ["updated_at", "2019-01-21 13:58:59.771521"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.772499"], ["updated_at", "2019-01-21 13:58:59.772499"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:59.773320"], ["updated_at", "2019-01-21 13:58:59.773320"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:58:59.774150"], ["updated_at", "2019-01-21 13:58:59.774150"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.774976"], ["updated_at", "2019-01-21 13:58:59.774976"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.775777"], ["updated_at", "2019-01-21 13:58:59.775777"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.776610"], ["updated_at", "2019-01-21 13:58:59.776610"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.777453"], ["updated_at", "2019-01-21 13:58:59.777453"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:58:59.778297"], ["updated_at", "2019-01-21 13:58:59.778297"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.779149"], ["updated_at", "2019-01-21 13:58:59.779149"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.779999"], ["updated_at", "2019-01-21 13:58:59.779999"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.780837"], ["updated_at", "2019-01-21 13:58:59.780837"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.781700"], ["updated_at", "2019-01-21 13:58:59.781700"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:59.782570"], ["updated_at", "2019-01-21 13:58:59.782570"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.783410"], ["updated_at", "2019-01-21 13:58:59.783410"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.784326"], ["updated_at", "2019-01-21 13:58:59.784326"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.785206"], ["updated_at", "2019-01-21 13:58:59.785206"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.786071"], ["updated_at", "2019-01-21 13:58:59.786071"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.786918"], ["updated_at", "2019-01-21 13:58:59.786918"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.787744"], ["updated_at", "2019-01-21 13:58:59.787744"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.788609"], ["updated_at", "2019-01-21 13:58:59.788609"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.789492"], ["updated_at", "2019-01-21 13:58:59.789492"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.790387"], ["updated_at", "2019-01-21 13:58:59.790387"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.791277"], ["updated_at", "2019-01-21 13:58:59.791277"]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:58:59.792467"], ["updated_at", "2019-01-21 13:58:59.792467"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.798909"], ["updated_at", "2019-01-21 13:58:59.798909"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.800435"], ["updated_at", "2019-01-21 13:58:59.800435"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:58:59.801455"], ["updated_at", "2019-01-21 13:58:59.801455"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.802602"], ["updated_at", "2019-01-21 13:58:59.802602"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.803929"], ["updated_at", "2019-01-21 13:58:59.803929"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.805024"], ["updated_at", "2019-01-21 13:58:59.805024"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.805888"], ["updated_at", "2019-01-21 13:58:59.805888"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:59.806715"], ["updated_at", "2019-01-21 13:58:59.806715"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.807636"], ["updated_at", "2019-01-21 13:58:59.807636"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:58:59.808505"], ["updated_at", "2019-01-21 13:58:59.808505"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.809387"], ["updated_at", "2019-01-21 13:58:59.809387"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.810236"], ["updated_at", "2019-01-21 13:58:59.810236"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.811066"], ["updated_at", "2019-01-21 13:58:59.811066"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.811928"], ["updated_at", "2019-01-21 13:58:59.811928"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:59.812817"], ["updated_at", "2019-01-21 13:58:59.812817"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:58:59.813700"], ["updated_at", "2019-01-21 13:58:59.813700"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.814562"], ["updated_at", "2019-01-21 13:58:59.814562"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.815395"], ["updated_at", "2019-01-21 13:58:59.815395"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.816220"], ["updated_at", "2019-01-21 13:58:59.816220"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.817020"], ["updated_at", "2019-01-21 13:58:59.817020"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:58:59.817859"], ["updated_at", "2019-01-21 13:58:59.817859"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.818753"], ["updated_at", "2019-01-21 13:58:59.818753"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.819576"], ["updated_at", "2019-01-21 13:58:59.819576"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.820460"], ["updated_at", "2019-01-21 13:58:59.820460"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.821327"], ["updated_at", "2019-01-21 13:58:59.821327"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:59.822159"], ["updated_at", "2019-01-21 13:58:59.822159"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.823017"], ["updated_at", "2019-01-21 13:58:59.823017"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.823888"], ["updated_at", "2019-01-21 13:58:59.823888"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.824768"], ["updated_at", "2019-01-21 13:58:59.824768"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.825560"], ["updated_at", "2019-01-21 13:58:59.825560"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.826344"], ["updated_at", "2019-01-21 13:58:59.826344"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.827236"], ["updated_at", "2019-01-21 13:58:59.827236"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.828080"], ["updated_at", "2019-01-21 13:58:59.828080"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.828913"], ["updated_at", "2019-01-21 13:58:59.828913"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.829713"], ["updated_at", "2019-01-21 13:58:59.829713"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.830539"], ["updated_at", "2019-01-21 13:58:59.830539"]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:58:59.831663"], ["updated_at", "2019-01-21 13:58:59.831663"]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.833707"], ["updated_at", "2019-01-21 13:58:59.833707"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.834725"], ["updated_at", "2019-01-21 13:58:59.834725"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.835652"], ["updated_at", "2019-01-21 13:58:59.835652"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.836547"], ["updated_at", "2019-01-21 13:58:59.836547"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.837459"], ["updated_at", "2019-01-21 13:58:59.837459"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.838301"], ["updated_at", "2019-01-21 13:58:59.838301"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.839212"], ["updated_at", "2019-01-21 13:58:59.839212"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.840112"], ["updated_at", "2019-01-21 13:58:59.840112"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.840986"], ["updated_at", "2019-01-21 13:58:59.840986"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.841860"], ["updated_at", "2019-01-21 13:58:59.841860"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.842735"], ["updated_at", "2019-01-21 13:58:59.842735"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.843604"], ["updated_at", "2019-01-21 13:58:59.843604"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.844480"], ["updated_at", "2019-01-21 13:58:59.844480"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.845321"], ["updated_at", "2019-01-21 13:58:59.845321"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.846192"], ["updated_at", "2019-01-21 13:58:59.846192"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.847170"], ["updated_at", "2019-01-21 13:58:59.847170"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.848110"], ["updated_at", "2019-01-21 13:58:59.848110"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.849852"], ["updated_at", "2019-01-21 13:58:59.849852"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.851617"], ["updated_at", "2019-01-21 13:58:59.851617"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.852900"], ["updated_at", "2019-01-21 13:58:59.852900"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.853876"], ["updated_at", "2019-01-21 13:58:59.853876"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.854783"], ["updated_at", "2019-01-21 13:58:59.854783"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.855708"], ["updated_at", "2019-01-21 13:58:59.855708"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.856631"], ["updated_at", "2019-01-21 13:58:59.856631"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.857657"], ["updated_at", "2019-01-21 13:58:59.857657"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.858572"], ["updated_at", "2019-01-21 13:58:59.858572"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.859553"], ["updated_at", "2019-01-21 13:58:59.859553"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.860542"], ["updated_at", "2019-01-21 13:58:59.860542"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.861466"], ["updated_at", "2019-01-21 13:58:59.861466"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.862385"], ["updated_at", "2019-01-21 13:58:59.862385"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.863309"], ["updated_at", "2019-01-21 13:58:59.863309"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.864193"], ["updated_at", "2019-01-21 13:58:59.864193"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.865114"], ["updated_at", "2019-01-21 13:58:59.865114"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.866043"], ["updated_at", "2019-01-21 13:58:59.866043"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.866967"], ["updated_at", "2019-01-21 13:58:59.866967"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.867892"], ["updated_at", "2019-01-21 13:58:59.867892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.871797"], ["updated_at", "2019-01-21 13:58:59.871797"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.873375"], ["updated_at", "2019-01-21 13:58:59.873375"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 13:58:59.874350"], ["updated_at", "2019-01-21 13:58:59.874350"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.875252"], ["updated_at", "2019-01-21 13:58:59.875252"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.876132"], ["updated_at", "2019-01-21 13:58:59.876132"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.876995"], ["updated_at", "2019-01-21 13:58:59.876995"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.877862"], ["updated_at", "2019-01-21 13:58:59.877862"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:59.878697"], ["updated_at", "2019-01-21 13:58:59.878697"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.879576"], ["updated_at", "2019-01-21 13:58:59.879576"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 13:58:59.880657"], ["updated_at", "2019-01-21 13:58:59.880657"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.881588"], ["updated_at", "2019-01-21 13:58:59.881588"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.882466"], ["updated_at", "2019-01-21 13:58:59.882466"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.883353"], ["updated_at", "2019-01-21 13:58:59.883353"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.884238"], ["updated_at", "2019-01-21 13:58:59.884238"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:59.885062"], ["updated_at", "2019-01-21 13:58:59.885062"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 13:58:59.885968"], ["updated_at", "2019-01-21 13:58:59.885968"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.887229"], ["updated_at", "2019-01-21 13:58:59.887229"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.888096"], ["updated_at", "2019-01-21 13:58:59.888096"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.888982"], ["updated_at", "2019-01-21 13:58:59.888982"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.889854"], ["updated_at", "2019-01-21 13:58:59.889854"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 13:58:59.890789"], ["updated_at", "2019-01-21 13:58:59.890789"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.891696"], ["updated_at", "2019-01-21 13:58:59.891696"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.892614"], ["updated_at", "2019-01-21 13:58:59.892614"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.893482"], ["updated_at", "2019-01-21 13:58:59.893482"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.894316"], ["updated_at", "2019-01-21 13:58:59.894316"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 13:58:59.895193"], ["updated_at", "2019-01-21 13:58:59.895193"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.896075"], ["updated_at", "2019-01-21 13:58:59.896075"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.896984"], ["updated_at", "2019-01-21 13:58:59.896984"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.897850"], ["updated_at", "2019-01-21 13:58:59.897850"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.898736"], ["updated_at", "2019-01-21 13:58:59.898736"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 13:58:59.899648"], ["updated_at", "2019-01-21 13:58:59.899648"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.900567"], ["updated_at", "2019-01-21 13:58:59.900567"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 13:58:59.901497"], ["updated_at", "2019-01-21 13:58:59.901497"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 13:58:59.902371"], ["updated_at", "2019-01-21 13:58:59.902371"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 13:58:59.903297"], ["updated_at", "2019-01-21 13:58:59.903297"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 13:58:59.904217"], ["updated_at", "2019-01-21 13:58:59.904217"]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 13:58:59.905500"], ["updated_at", "2019-01-21 13:58:59.905500"]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.907613"], ["updated_at", "2019-01-21 13:58:59.907613"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.908674"], ["updated_at", "2019-01-21 13:58:59.908674"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.909640"], ["updated_at", "2019-01-21 13:58:59.909640"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.910591"], ["updated_at", "2019-01-21 13:58:59.910591"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.911513"], ["updated_at", "2019-01-21 13:58:59.911513"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.912425"], ["updated_at", "2019-01-21 13:58:59.912425"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.913382"], ["updated_at", "2019-01-21 13:58:59.913382"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.914289"], ["updated_at", "2019-01-21 13:58:59.914289"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.915251"], ["updated_at", "2019-01-21 13:58:59.915251"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.916213"], ["updated_at", "2019-01-21 13:58:59.916213"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.917163"], ["updated_at", "2019-01-21 13:58:59.917163"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.918133"], ["updated_at", "2019-01-21 13:58:59.918133"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.919096"], ["updated_at", "2019-01-21 13:58:59.919096"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.920076"], ["updated_at", "2019-01-21 13:58:59.920076"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.921153"], ["updated_at", "2019-01-21 13:58:59.921153"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.922326"], ["updated_at", "2019-01-21 13:58:59.922326"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.923756"], ["updated_at", "2019-01-21 13:58:59.923756"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.924808"], ["updated_at", "2019-01-21 13:58:59.924808"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.925803"], ["updated_at", "2019-01-21 13:58:59.925803"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.926792"], ["updated_at", "2019-01-21 13:58:59.926792"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.927719"], ["updated_at", "2019-01-21 13:58:59.927719"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.928645"], ["updated_at", "2019-01-21 13:58:59.928645"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.929594"], ["updated_at", "2019-01-21 13:58:59.929594"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.930544"], ["updated_at", "2019-01-21 13:58:59.930544"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.931458"], ["updated_at", "2019-01-21 13:58:59.931458"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.932383"], ["updated_at", "2019-01-21 13:58:59.932383"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.933307"], ["updated_at", "2019-01-21 13:58:59.933307"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.934361"], ["updated_at", "2019-01-21 13:58:59.934361"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.935332"], ["updated_at", "2019-01-21 13:58:59.935332"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.939912"], ["updated_at", "2019-01-21 13:58:59.939912"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.940858"], ["updated_at", "2019-01-21 13:58:59.940858"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.941745"], ["updated_at", "2019-01-21 13:58:59.941745"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.942631"], ["updated_at", "2019-01-21 13:58:59.942631"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.943515"], ["updated_at", "2019-01-21 13:58:59.943515"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.944393"], ["updated_at", "2019-01-21 13:58:59.944393"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 13:58:59.945290"], ["updated_at", "2019-01-21 13:58:59.945290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_1"], ["name", "agriculturist 1"], ["description", "agriculturist 1"], ["created_at", "2019-01-21 14:28:26.524110"], ["updated_at", "2019-01-21 14:28:26.524110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_2"], ["name", "agriculturist 2"], ["description", "agriculturist 2"], ["created_at", "2019-01-21 14:28:26.526039"], ["updated_at", "2019-01-21 14:28:26.526039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ajamonahan@block.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ajamonahan@block.com"], ["encrypted_password", "$2a$04$uUM.qt4pYVtUWVx4EEutrOCmHOYFTi.BgaJ3DDk/0W1R4lW5qN2PO"], ["created_at", "2019-01-21 14:28:26.561435"], ["updated_at", "2019-01-21 14:28:26.561435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "tan 1"], ["created_at", "2019-01-21 14:28:26.569419"], ["updated_at", "2019-01-21 14:28:26.569419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Rosamariachester 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Rosamariachester 1"], ["created_at", "2019-01-21 14:28:26.575212"], ["updated_at", "2019-01-21 14:28:26.575212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Debitis est qui repellendus."], ["body", "Est iure voluptas. Magnam tenetur amet. Qui blanditiis consequuntur."], ["created_at", "2019-01-21 14:28:26.576806"], ["updated_at", "2019-01-21 14:28:26.576806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_3"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_3"], ["name", "human resources 3"], ["description", "human resources 3"], ["created_at", "2019-01-21 14:28:26.584671"], ["updated_at", "2019-01-21 14:28:26.584671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 4"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_4"], ["name", "designer 4"], ["description", "designer 4"], ["created_at", "2019-01-21 14:28:26.593156"], ["updated_at", "2019-01-21 14:28:26.593156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jerrodhomenick@welch.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jerrodhomenick@welch.net"], ["encrypted_password", "$2a$04$YK024PTmLj1vblGoVRJzSeosHp.XnFtNYilrl0p.uaWZifVmE6I46"], ["created_at", "2019-01-21 14:28:26.596908"], ["updated_at", "2019-01-21 14:28:26.596908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 2"], ["created_at", "2019-01-21 14:28:26.598430"], ["updated_at", "2019-01-21 14:28:26.598430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Rutherfordfort 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rutherfordfort 2"], ["created_at", "2019-01-21 14:28:26.599550"], ["updated_at", "2019-01-21 14:28:26.599550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Deleniti architecto illum est."], ["body", "Non sed impedit. Illo expedita hic. Laboriosam itaque repellendus."], ["created_at", "2019-01-21 14:28:26.600551"], ["updated_at", "2019-01-21 14:28:26.600551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 5"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_5"], ["name", "philosopher 5"], ["description", "philosopher 5"], ["created_at", "2019-01-21 14:28:26.616067"], ["updated_at", "2019-01-21 14:28:26.616067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 6"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_6"], ["name", "accountant 6"], ["description", "accountant 6"], ["created_at", "2019-01-21 14:28:26.617814"], ["updated_at", "2019-01-21 14:28:26.617814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rubinkaulke@connwintheiser.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rubinkaulke@connwintheiser.biz"], ["encrypted_password", "$2a$04$I6.jV/lpZwHiI.FtWinGnOf/USCO/XuIwGkVkB/NuqNgm9qTfdI7e"], ["created_at", "2019-01-21 14:28:26.621439"], ["updated_at", "2019-01-21 14:28:26.621439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "plum 3"], ["created_at", "2019-01-21 14:28:26.623124"], ["updated_at", "2019-01-21 14:28:26.623124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Bethanyville 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bethanyville 3"], ["created_at", "2019-01-21 14:28:26.624397"], ["updated_at", "2019-01-21 14:28:26.624397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "In eaque fugiat voluptate."], ["body", "Odio dolorum aliquam. Sit cum velit. Nemo in optio."], ["created_at", "2019-01-21 14:28:26.625398"], ["updated_at", "2019-01-21 14:28:26.625398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_7"], ["name", "chemist 7"], ["description", "chemist 7"], ["created_at", "2019-01-21 14:28:26.631696"], ["updated_at", "2019-01-21 14:28:26.631696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_8"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 8"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_8"], ["name", "judge 8"], ["description", "judge 8"], ["created_at", "2019-01-21 14:28:26.633632"], ["updated_at", "2019-01-21 14:28:26.633632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "augustroberts@willmsruecker.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "augustroberts@willmsruecker.io"], ["encrypted_password", "$2a$04$pKOGhDz0pqIVyOulKCOwGubDyV5HRsKQPvzlzdWSeSKo7pj3Yo756"], ["created_at", "2019-01-21 14:28:26.637678"], ["updated_at", "2019-01-21 14:28:26.637678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 4"], ["created_at", "2019-01-21 14:28:26.639502"], ["updated_at", "2019-01-21 14:28:26.639502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ryanton 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ryanton 4"], ["created_at", "2019-01-21 14:28:26.640680"], ["updated_at", "2019-01-21 14:28:26.640680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ipsum fugiat esse possimus."], ["body", "Assumenda expedita tempora. Aut nihil voluptate. Et corrupti ut."], ["created_at", "2019-01-21 14:28:26.641668"], ["updated_at", "2019-01-21 14:28:26.641668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_9"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 9"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_9"], ["name", "web developer 9"], ["description", "web developer 9"], ["created_at", "2019-01-21 14:28:26.650304"], ["updated_at", "2019-01-21 14:28:26.650304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 10"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_10"], ["name", "astronomer 10"], ["description", "astronomer 10"], ["created_at", "2019-01-21 14:28:26.652270"], ["updated_at", "2019-01-21 14:28:26.652270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "janiece@blick.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "janiece@blick.biz"], ["encrypted_password", "$2a$04$k4QklD6VZM0kaghcZQWnlOXpY.Qm3ytBlMLaGsv7GtYBjk7mMcs9O"], ["created_at", "2019-01-21 14:28:26.656682"], ["updated_at", "2019-01-21 14:28:26.656682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 5"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "pink 5"], ["created_at", "2019-01-21 14:28:26.658535"], ["updated_at", "2019-01-21 14:28:26.658535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Kimi 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Kimi 5"], ["created_at", "2019-01-21 14:28:26.659935"], ["updated_at", "2019-01-21 14:28:26.659935"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Recusandae nulla odio voluptate."], ["body", "Et ex sed. Dolore ad odio. Facilis rerum velit."], ["created_at", "2019-01-21 14:28:26.661116"], ["updated_at", "2019-01-21 14:28:26.661116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_11"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_11"], ["name", "police officer 11"], ["description", "police officer 11"], ["created_at", "2019-01-21 14:28:26.666815"], ["updated_at", "2019-01-21 14:28:26.666815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_12"], ["name", "judge 12"], ["description", "judge 12"], ["created_at", "2019-01-21 14:28:26.668524"], ["updated_at", "2019-01-21 14:28:26.668524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "waldo@cruickshank.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "waldo@cruickshank.biz"], ["encrypted_password", "$2a$04$lv/figm0kbcgbI/LhnxBPOERCMk/Y/T6EU1Ro.U89gJaJsLpiXBFK"], ["created_at", "2019-01-21 14:28:26.671960"], ["updated_at", "2019-01-21 14:28:26.671960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "indigo 6"], ["created_at", "2019-01-21 14:28:26.673413"], ["updated_at", "2019-01-21 14:28:26.673413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Alanview 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Alanview 6"], ["created_at", "2019-01-21 14:28:26.674635"], ["updated_at", "2019-01-21 14:28:26.674635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Inventore dignissimos et ipsa."], ["body", "Dolorem vero aperiam. Sed expedita eaque. Ut sequi voluptates."], ["created_at", "2019-01-21 14:28:26.675592"], ["updated_at", "2019-01-21 14:28:26.675592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chang@reilly.com"], ["LIMIT", 1]] User Create (0.0ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chang@reilly.com"], ["encrypted_password", "$2a$04$Ev.68jVx2ptXHySxgWo/xOB8DB51INl0S0bBT7IbMPBe7sUxR20G6"], ["created_at", "2019-01-21 14:28:26.677966"], ["updated_at", "2019-01-21 14:28:26.677966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Report Load (0.2ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 3.7ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "hsiualtenwerth@ratke.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "hsiualtenwerth@ratke.org"], ["encrypted_password", "$2a$04$l6AMDdCsxdlbcoV.EDNVd.SeaxKVMGaat0AZvUC4/dSr7bJaQTBiO"], ["created_at", "2019-01-21 14:28:26.763732"], ["updated_at", "2019-01-21 14:28:26.763732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ApplicationController#custom as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (ActiveRecord: 0.1ms)  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "genecummerata@lehner.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "genecummerata@lehner.biz"], ["encrypted_password", "$2a$04$Y81yE86I2K7iuoe6JC.w.eYVUpwrRrb2MTQzVayycUq2/Ub12LtYm"], ["created_at", "2019-01-21 14:28:26.774775"], ["updated_at", "2019-01-21 14:28:26.774775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "katharinaharber@mann.net"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "katharinaharber@mann.net"], ["encrypted_password", "$2a$04$yPiqhN.wvvDLrWmJPm9/NOMAJbJlfTNZBRPmJcOUtGvWj.fzjOGJ."], ["created_at", "2019-01-21 14:28:26.783111"], ["updated_at", "2019-01-21 14:28:26.783111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (1.8ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "orval@wilkinsontrantow.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "orval@wilkinsontrantow.info"], ["encrypted_password", "$2a$04$SbidTp1IXVA82mWbvdAx9.0PXmEwkcSIFnzPTDTRnaCrfTL3SPpjq"], ["created_at", "2019-01-21 14:28:26.793152"], ["updated_at", "2019-01-21 14:28:26.793152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "richardsauer@friesen.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "richardsauer@friesen.net"], ["encrypted_password", "$2a$04$JvxdxIYJHheUDpdaGdCQSelyQnHaCIuehNTXrddYMLxQDxDSn5G46"], ["created_at", "2019-01-21 14:28:26.801861"], ["updated_at", "2019-01-21 14:28:26.801861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "denny@quigley.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "denny@quigley.name"], ["encrypted_password", "$2a$04$owDtvxu1Frb/frkQRaDVqu4BNs4CUURKOo1a/AQ5OExvI.RNhZq1i"], ["created_at", "2019-01-21 14:28:26.815311"], ["updated_at", "2019-01-21 14:28:26.815311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cristerry@hahn.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cristerry@hahn.biz"], ["encrypted_password", "$2a$04$tBvDAkbRr/fciB7VkS4Q3OXqHvkJiMkq2V/75SM8w0h.pVkP9nmVe"], ["created_at", "2019-01-21 14:28:26.823545"], ["updated_at", "2019-01-21 14:28:26.823545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marco@jast.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marco@jast.net"], ["encrypted_password", "$2a$04$PuU9vhCZMRYYwngSutxwFey8ewcr7W/lp78ll90sRUnG3o54apFfe"], ["created_at", "2019-01-21 14:28:26.831574"], ["updated_at", "2019-01-21 14:28:26.831574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "josette@harber.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "josette@harber.biz"], ["encrypted_password", "$2a$04$q2j9n6ujqyXGvWVK5emSQOuyDiX9aVI3LZSs8XUjOIkVb6TFrkFT6"], ["created_at", "2019-01-21 14:28:26.840640"], ["updated_at", "2019-01-21 14:28:26.840640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ruelldenesik@abernathy.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ruelldenesik@abernathy.co"], ["encrypted_password", "$2a$04$GhT36O6u9V8op3XkDdy8iegquXIEdHg2xeole47md4gjoC68nEcou"], ["created_at", "2019-01-21 14:28:26.848887"], ["updated_at", "2019-01-21 14:28:26.848887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eldon@nienow.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eldon@nienow.org"], ["encrypted_password", "$2a$04$DLl5P7D9AL2dDSpMV8L8Y.IsjQIK6XdOcLhRUEblr2hqHgNkfOxxi"], ["created_at", "2019-01-21 14:28:26.856963"], ["updated_at", "2019-01-21 14:28:26.856963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alethea@stoltenberghowe.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alethea@stoltenberghowe.org"], ["encrypted_password", "$2a$04$NK6rfdbiAcvLuab2hd.VZuKcFTgO/U4DL86e0BJMoZ5JhZ9SAseGW"], ["created_at", "2019-01-21 14:28:26.864531"], ["updated_at", "2019-01-21 14:28:26.864531"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#create as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tammi@auerjaskolski.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tammi@auerjaskolski.co"], ["encrypted_password", "$2a$04$PVQeqoD1I.NlPfNeUdr6nuzfcmsTjaWwL1sPk8qCdH83EUKvWD.be"], ["created_at", "2019-01-21 14:28:26.872537"], ["updated_at", "2019-01-21 14:28:26.872537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "haywood@pfannerstill.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "haywood@pfannerstill.name"], ["encrypted_password", "$2a$04$JjIxp3EEje8KBVl0Xf6//e4XFBeMXTjsyBjTohv26PuUE97zRS/em"], ["created_at", "2019-01-21 14:28:26.880253"], ["updated_at", "2019-01-21 14:28:26.880253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#update as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "esteban@gerlach.info"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "esteban@gerlach.info"], ["encrypted_password", "$2a$04$Jd/ZjLwTz1CQC7iC3OCoqe8OIaUkRI8L0kvKxVwY2YhuPF/sSITsa"], ["created_at", "2019-01-21 14:28:26.888860"], ["updated_at", "2019-01-21 14:28:26.888860"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "esteban@streichwelch.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "esteban@streichwelch.biz"], ["encrypted_password", "$2a$04$IsOA7RhhKl2W3hzuNS3rG.WEQTEKLKGaOxYrlPTOx.oiQ0kE8JN3q"], ["created_at", "2019-01-21 14:28:26.904561"], ["updated_at", "2019-01-21 14:28:26.904561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "delhayes@baumbach.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "delhayes@baumbach.biz"], ["encrypted_password", "$2a$04$v9YSIKrf61BcLsL6lPT.fusQdPfblsCz/HtuqdS0qRPq7mnIh7VCm"], ["created_at", "2019-01-21 14:28:26.913929"], ["updated_at", "2019-01-21 14:28:26.913929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wayne@stiedemann.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wayne@stiedemann.org"], ["encrypted_password", "$2a$04$5fBQn5AetR5J8eaysrmPHuBvLyodjJVlsBlcX0D8Gl5XvObfMaMGm"], ["created_at", "2019-01-21 14:28:26.922939"], ["updated_at", "2019-01-21 14:28:26.922939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chiquita@heidenreichcollier.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chiquita@heidenreichcollier.io"], ["encrypted_password", "$2a$04$IHf9nCiG/sJowdJd5C7lg.8uzsrP0KDtFqWre41EJbM2XDAc4/HNu"], ["created_at", "2019-01-21 14:28:26.930544"], ["updated_at", "2019-01-21 14:28:26.930544"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alexdonnelly@rice.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alexdonnelly@rice.name"], ["encrypted_password", "$2a$04$WIHBoViFaUZNTMgkGyqKvui03z5mXhXcDTO6CEFpua9QcedAOizkG"], ["created_at", "2019-01-21 14:28:26.938489"], ["updated_at", "2019-01-21 14:28:26.938489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "renewillms@runolfonortiz.io"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "renewillms@runolfonortiz.io"], ["encrypted_password", "$2a$04$CCsdhLkTomkSph.yjowu1ujk1bija2EXDVc38Pg6sv/vPv3jWxRVS"], ["created_at", "2019-01-21 14:28:26.946864"], ["updated_at", "2019-01-21 14:28:26.946864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deeann@botsfordcarter.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "deeann@botsfordcarter.net"], ["encrypted_password", "$2a$04$QTgTDo5yEc9hH0TOXgDRI.x.hb2LDqTi/N/D/xZOXQuROX067Fo6W"], ["created_at", "2019-01-21 14:28:26.955456"], ["updated_at", "2019-01-21 14:28:26.955456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "collette@trompglover.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "collette@trompglover.co"], ["encrypted_password", "$2a$04$DsC2nhjzOgaab.WLwkUXw.r8Mt/ZOkKz5vSopglNW/vU16YoceAkO"], ["created_at", "2019-01-21 14:28:26.963240"], ["updated_at", "2019-01-21 14:28:26.963240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chasekertzmann@friesenhegmann.com"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chasekertzmann@friesenhegmann.com"], ["encrypted_password", "$2a$04$6IgEXYe0rOv3g8KssB8nx.K3coXt0XTCk0ZHsxIbmTsoJ5DN0PZLm"], ["created_at", "2019-01-21 14:28:26.971005"], ["updated_at", "2019-01-21 14:28:26.971005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#create as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rupertbechtelar@kohlerjacobi.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rupertbechtelar@kohlerjacobi.io"], ["encrypted_password", "$2a$04$6xA2p8YfonPhFlyiNPNJuONwbbFKLi9S1pPIT5BUuBHuDce3.dqQG"], ["created_at", "2019-01-21 14:28:26.978886"], ["updated_at", "2019-01-21 14:28:26.978886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sonziemann@krajcikschuster.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sonziemann@krajcikschuster.com"], ["encrypted_password", "$2a$04$XVJnWnFB29Tvc/Y3RaM6TuqdBcltfvX9VOCJ1m1a7R.qIag1A/3ue"], ["created_at", "2019-01-21 14:28:26.985875"], ["updated_at", "2019-01-21 14:28:26.985875"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#update as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shayne@shanahan.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shayne@shanahan.name"], ["encrypted_password", "$2a$04$YecPT1GjuKlPs/PVauIEUeagnY3atqnQbkSqspFpe.x2KQQ5VXgZ2"], ["created_at", "2019-01-21 14:28:26.994005"], ["updated_at", "2019-01-21 14:28:26.994005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elijah@von.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elijah@von.io"], ["encrypted_password", "$2a$04$4XAvJnMS/ch5QWGHlC87DuU/xKqGe6znnJ.CkfZTa70TiF3aeCowC"], ["created_at", "2019-01-21 14:28:27.002053"], ["updated_at", "2019-01-21 14:28:27.002053"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#new as HTML Parameters: {"id"=>"4", "role_id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brett@daniel.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "brett@daniel.org"], ["encrypted_password", "$2a$04$jFtMzdrETeOjyWbgUF8GKuaW3Xr1Mtw6aNCsjNx7PFc7oMkf5rNn."], ["created_at", "2019-01-21 14:28:27.010780"], ["updated_at", "2019-01-21 14:28:27.010780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#create as HTML Parameters: {"id"=>"4", "role_id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "charlieheathcote@schoen.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "charlieheathcote@schoen.co"], ["encrypted_password", "$2a$04$PGLwLh91UhZ03xRZk9RdQeLl6qEehMl/LzR4znHrLzwxe2KHg8N3i"], ["created_at", "2019-01-21 14:28:27.018308"], ["updated_at", "2019-01-21 14:28:27.018308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#edit as HTML Parameters: {"role_id"=>"1", "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "parthenia@hane.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "parthenia@hane.co"], ["encrypted_password", "$2a$04$YNmLYIYbJ1Da7QZqfaVXu.7giaVIj97FFO3Kq.fYpj754oSKSdIY."], ["created_at", "2019-01-21 14:28:27.026411"], ["updated_at", "2019-01-21 14:28:27.026411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#update as HTML Parameters: {"role_id"=>"1", "id"=>"4"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 13"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_13"], ["name", "architect 13"], ["description", "architect 13"], ["created_at", "2019-01-21 14:28:27.034469"], ["updated_at", "2019-01-21 14:28:27.034469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "web_developer_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "web developer 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_1"], ["name", "web developer 1"], ["description", "web developer 1"], ["created_at", "2019-01-21 14:28:27.041599"], ["updated_at", "2019-01-21 14:28:27.041599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 14:28:27.047177"], ["updated_at", "2019-01-21 14:28:27.047177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:27.054414"], ["updated_at", "2019-01-21 14:28:27.054414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-21 14:28:27.060800"], ["updated_at", "2019-01-21 14:28:27.060800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.3ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 14"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_14"], ["name", "statistician 14"], ["description", "statistician 14"], ["created_at", "2019-01-21 14:28:27.070192"], ["updated_at", "2019-01-21 14:28:27.070192"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "human_resources_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "human resources 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_2"], ["name", "human resources 2"], ["description", "human resources 2"], ["created_at", "2019-01-21 14:28:27.072928"], ["updated_at", "2019-01-21 14:28:27.072928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "visitors"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "visitors"], ["action", "index"], ["created_at", "2019-01-21 14:28:27.075031"], ["updated_at", "2019-01-21 14:28:27.075031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:27.076386"], ["updated_at", "2019-01-21 14:28:27.076386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-21 14:28:27.077631"], ["updated_at", "2019-01-21 14:28:27.077631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "visitors"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brantromaguera@bernier.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "brantromaguera@bernier.biz"], ["encrypted_password", "$2a$04$zkx2723Z6.goya.eofvDf.qo5p.TB7/rx8juSWoHEYbNjFT4GmgGu"], ["created_at", "2019-01-21 14:28:27.084018"], ["updated_at", "2019-01-21 14:28:27.084018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_15"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_15"], ["name", "police officer 15"], ["description", "police officer 15"], ["created_at", "2019-01-21 14:28:27.086041"], ["updated_at", "2019-01-21 14:28:27.086041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:28:27.088116"], ["updated_at", "2019-01-21 14:28:27.088116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Schimmelstad 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Schimmelstad 7"], ["created_at", "2019-01-21 14:28:27.089332"], ["updated_at", "2019-01-21 14:28:27.089332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Rustyborough 8"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Rustyborough 8"], ["created_at", "2019-01-21 14:28:27.090476"], ["updated_at", "2019-01-21 14:28:27.090476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "tan 7"], ["created_at", "2019-01-21 14:28:27.091820"], ["updated_at", "2019-01-21 14:28:27.091820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "violet 8"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "violet 8"], ["created_at", "2019-01-21 14:28:27.093534"], ["updated_at", "2019-01-21 14:28:27.093534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "love@boyle.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "love@boyle.name"], ["encrypted_password", "$2a$04$GinVAQflBzkqRPF5cyb5s.rubNnWLDPP/WqqTjVCxPHd3gqs9qyz2"], ["created_at", "2019-01-21 14:28:27.096041"], ["updated_at", "2019-01-21 14:28:27.096041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Eveniet natus eligendi et."], ["body", "Eum libero natus. Facilis non minus. Aut non et."], ["created_at", "2019-01-21 14:28:27.097118"], ["updated_at", "2019-01-21 14:28:27.097118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Schimmelstad 7"], ["created_at", "2019-01-21 14:28:27.103355"], ["updated_at", "2019-01-21 14:28:27.103355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "tan 7"], ["created_at", "2019-01-21 14:28:27.104940"], ["updated_at", "2019-01-21 14:28:27.104940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'schimmelstad 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'tan 7')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mindikunde@bayerdaugherty.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mindikunde@bayerdaugherty.biz"], ["encrypted_password", "$2a$04$Oy0/QR.f9OAA790SFKt49OIhvg58Xezukx9qpQTRjwCgERx4FwzFa"], ["created_at", "2019-01-21 14:28:27.111576"], ["updated_at", "2019-01-21 14:28:27.111576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "programmer_16"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "programmer 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "programmer_16"], ["name", "programmer 16"], ["description", "programmer 16"], ["created_at", "2019-01-21 14:28:27.113592"], ["updated_at", "2019-01-21 14:28:27.113592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:28:27.115536"], ["updated_at", "2019-01-21 14:28:27.115536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Reynaldobury 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Reynaldobury 9"], ["created_at", "2019-01-21 14:28:27.116912"], ["updated_at", "2019-01-21 14:28:27.116912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Tory 10"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Tory 10"], ["created_at", "2019-01-21 14:28:27.118017"], ["updated_at", "2019-01-21 14:28:27.118017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "yellow 9"], ["created_at", "2019-01-21 14:28:27.119851"], ["updated_at", "2019-01-21 14:28:27.119851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 10"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "azure 10"], ["created_at", "2019-01-21 14:28:27.121260"], ["updated_at", "2019-01-21 14:28:27.121260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roy@krisbauch.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "roy@krisbauch.com"], ["encrypted_password", "$2a$04$GTuGXr7e7rWn9nBzcR6QDOOMGlVhtaQYg4/P778xl40241yVUOp3i"], ["created_at", "2019-01-21 14:28:27.123719"], ["updated_at", "2019-01-21 14:28:27.123719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Eum atque non ut."], ["body", "Sunt voluptas excepturi. Rem ab quas. Eveniet enim quasi."], ["created_at", "2019-01-21 14:28:27.124824"], ["updated_at", "2019-01-21 14:28:27.124824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "New Tory 10"], ["created_at", "2019-01-21 14:28:27.126426"], ["updated_at", "2019-01-21 14:28:27.126426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "yellow 9"], ["created_at", "2019-01-21 14:28:27.127850"], ["updated_at", "2019-01-21 14:28:27.127850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new tory 10')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "randellmayer@cremin.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "randellmayer@cremin.net"], ["encrypted_password", "$2a$04$1Wd790K14zbLGbUiNeWpIedJJUb49yToR8dkKHoCb9B6ajjqlz/aa"], ["created_at", "2019-01-21 14:28:27.133144"], ["updated_at", "2019-01-21 14:28:27.133144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_17"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_17"], ["name", "doctor 17"], ["description", "doctor 17"], ["created_at", "2019-01-21 14:28:27.135320"], ["updated_at", "2019-01-21 14:28:27.135320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:28:27.137280"], ["updated_at", "2019-01-21 14:28:27.137280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Danyellberg 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Danyellberg 11"], ["created_at", "2019-01-21 14:28:27.138556"], ["updated_at", "2019-01-21 14:28:27.138556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Delmy 12"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Delmy 12"], ["created_at", "2019-01-21 14:28:27.139653"], ["updated_at", "2019-01-21 14:28:27.139653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "red 11"], ["created_at", "2019-01-21 14:28:27.141071"], ["updated_at", "2019-01-21 14:28:27.141071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 12"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "white 12"], ["created_at", "2019-01-21 14:28:27.142398"], ["updated_at", "2019-01-21 14:28:27.142398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "crystle@mcdermott.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "crystle@mcdermott.info"], ["encrypted_password", "$2a$04$ZhGFfbAyrUBUcNa9gFPM6eDYVOQcv94I7QLDK9lQqlXpjoIl.r.Pe"], ["created_at", "2019-01-21 14:28:27.144888"], ["updated_at", "2019-01-21 14:28:27.144888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "In unde totam maxime."], ["body", "Dolores natus at. Sapiente voluptatem aspernatur. Voluptas tempora consectetur."], ["created_at", "2019-01-21 14:28:27.145946"], ["updated_at", "2019-01-21 14:28:27.145946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "North Danyellberg 11"], ["created_at", "2019-01-21 14:28:27.147551"], ["updated_at", "2019-01-21 14:28:27.147551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'north danyellberg 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fritz@jacobilebsack.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "fritz@jacobilebsack.co"], ["encrypted_password", "$2a$04$5VzKqiw.xo8iv6/Y6iWnIODXcCI9vPkq1OcJ.Fmoq8T1KC0NfN3xG"], ["created_at", "2019-01-21 14:28:27.153074"], ["updated_at", "2019-01-21 14:28:27.153074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_18"], ["name", "human resources 18"], ["description", "human resources 18"], ["created_at", "2019-01-21 14:28:27.155100"], ["updated_at", "2019-01-21 14:28:27.155100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:28:27.157135"], ["updated_at", "2019-01-21 14:28:27.157135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Barneyfurt 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Barneyfurt 13"], ["created_at", "2019-01-21 14:28:27.158386"], ["updated_at", "2019-01-21 14:28:27.158386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Marialand 14"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Marialand 14"], ["created_at", "2019-01-21 14:28:27.159484"], ["updated_at", "2019-01-21 14:28:27.159484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 13"], ["created_at", "2019-01-21 14:28:27.160849"], ["updated_at", "2019-01-21 14:28:27.160849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "silver 14"], ["created_at", "2019-01-21 14:28:27.162238"], ["updated_at", "2019-01-21 14:28:27.162238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marilyn@jenkins.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marilyn@jenkins.name"], ["encrypted_password", "$2a$04$kkav7LPQV.Feo2.gbgHNBOGa2AW0G6l9KoWKKQ1tljNVFNkYuAcuC"], ["created_at", "2019-01-21 14:28:27.164752"], ["updated_at", "2019-01-21 14:28:27.164752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Autem consequuntur ex enim."], ["body", "Ducimus in omnis. Dolorem commodi eum. Dolores dicta molestias."], ["created_at", "2019-01-21 14:28:27.165895"], ["updated_at", "2019-01-21 14:28:27.165895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Barneyfurt 13"], ["created_at", "2019-01-21 14:28:27.167536"], ["updated_at", "2019-01-21 14:28:27.167536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "gold 13"], ["created_at", "2019-01-21 14:28:27.169009"], ["updated_at", "2019-01-21 14:28:27.169009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'barneyfurt 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'gold 13')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wynona@mohr.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wynona@mohr.name"], ["encrypted_password", "$2a$04$q/ZNDqXlK0DQKLvSaLZ9retYA.UTCjvGhjp9zIdyyShwYZ.tFbwTG"], ["created_at", "2019-01-21 14:28:27.177708"], ["updated_at", "2019-01-21 14:28:27.177708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "agriculturist_19"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "agriculturist 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_19"], ["name", "agriculturist 19"], ["description", "agriculturist 19"], ["created_at", "2019-01-21 14:28:27.179619"], ["updated_at", "2019-01-21 14:28:27.179619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:28:27.181560"], ["updated_at", "2019-01-21 14:28:27.181560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Caroylnberg 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Caroylnberg 15"], ["created_at", "2019-01-21 14:28:27.182786"], ["updated_at", "2019-01-21 14:28:27.182786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Halvorsonborough 16"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Halvorsonborough 16"], ["created_at", "2019-01-21 14:28:27.183876"], ["updated_at", "2019-01-21 14:28:27.183876"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 15"], ["created_at", "2019-01-21 14:28:27.185252"], ["updated_at", "2019-01-21 14:28:27.185252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "grey 16"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "grey 16"], ["created_at", "2019-01-21 14:28:27.186600"], ["updated_at", "2019-01-21 14:28:27.186600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kacyhoppe@marvin.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kacyhoppe@marvin.co"], ["encrypted_password", "$2a$04$Xof5jrbhwVtHVDfrByp8Nuwyx0WhjinGMysixypZYf7tduldhwJMq"], ["created_at", "2019-01-21 14:28:27.189004"], ["updated_at", "2019-01-21 14:28:27.189004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Beatae quibusdam voluptate voluptatem."], ["body", "Culpa eos quam. Vel repellendus a. Dolores quam quas."], ["created_at", "2019-01-21 14:28:27.190105"], ["updated_at", "2019-01-21 14:28:27.190105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "belvarath@abbott.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "belvarath@abbott.info"], ["encrypted_password", "$2a$04$yAsNFmCkhReJA.I.093yhub1xd0Hab5kH275yR5VGhKo5NT0hbx0O"], ["created_at", "2019-01-21 14:28:27.192559"], ["updated_at", "2019-01-21 14:28:27.192559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Sunt exercitationem reiciendis veniam."], ["body", "Aut rerum neque. Quia blanditiis veniam. Dolorem ex sed."], ["created_at", "2019-01-21 14:28:27.193529"], ["updated_at", "2019-01-21 14:28:27.193529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "refugiomacejkovic@okuneva.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "refugiomacejkovic@okuneva.com"], ["encrypted_password", "$2a$04$L7uw4b9oWeihw9/nzjrogurbXnmVtSL/QS1rff56tTzzADslFVHSi"], ["created_at", "2019-01-21 14:28:27.195879"], ["updated_at", "2019-01-21 14:28:27.195879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Ea dolorem ullam aut."], ["body", "Error ipsum ullam. Enim facere libero. Ipsum asperiores aut."], ["created_at", "2019-01-21 14:28:27.196870"], ["updated_at", "2019-01-21 14:28:27.196870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "justindeckow@osinski.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "justindeckow@osinski.com"], ["encrypted_password", "$2a$04$N03/nqDjZTYA5jVxBgNO/uYtTjqbfMf8NnEKSD4sUhzqHYWu2Ge5y"], ["created_at", "2019-01-21 14:28:27.199195"], ["updated_at", "2019-01-21 14:28:27.199195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Dolore voluptatum amet nisi."], ["body", "Delectus ex nihil. Voluptatem sint dolorum. Est quibusdam maiores."], ["created_at", "2019-01-21 14:28:27.200206"], ["updated_at", "2019-01-21 14:28:27.200206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lake Caroylnberg 15"], ["created_at", "2019-01-21 14:28:27.201733"], ["updated_at", "2019-01-21 14:28:27.201733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "teal 15"], ["created_at", "2019-01-21 14:28:27.203185"], ["updated_at", "2019-01-21 14:28:27.203185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake caroylnberg 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "shane@gulgowski.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "shane@gulgowski.com"], ["encrypted_password", "$2a$04$Qhw2TjYyHNR68wRpiggXZOOkbaBADDj1.v2wlqgRGFx3HSMJaIadK"], ["created_at", "2019-01-21 14:28:27.209428"], ["updated_at", "2019-01-21 14:28:27.209428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "web_developer_20"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "web developer 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "web_developer_20"], ["name", "web developer 20"], ["description", "web developer 20"], ["created_at", "2019-01-21 14:28:27.211385"], ["updated_at", "2019-01-21 14:28:27.211385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:28:27.213307"], ["updated_at", "2019-01-21 14:28:27.213307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Eulahberg 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Eulahberg 17"], ["created_at", "2019-01-21 14:28:27.214557"], ["updated_at", "2019-01-21 14:28:27.214557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Goldnerton 18"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Goldnerton 18"], ["created_at", "2019-01-21 14:28:27.215568"], ["updated_at", "2019-01-21 14:28:27.215568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 17"], ["created_at", "2019-01-21 14:28:27.217085"], ["updated_at", "2019-01-21 14:28:27.217085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 18"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "teal 18"], ["created_at", "2019-01-21 14:28:27.218459"], ["updated_at", "2019-01-21 14:28:27.218459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kelvinspencer@renner.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kelvinspencer@renner.net"], ["encrypted_password", "$2a$04$6NkdsEC6GxoTQV5Sk0eOyeSJyaYdefX/It3xxEJizFFtpemMSO7XC"], ["created_at", "2019-01-21 14:28:27.220964"], ["updated_at", "2019-01-21 14:28:27.220964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Vel voluptatem facilis nobis."], ["body", "Molestias ipsum eos. Quia exercitationem et. Deserunt sequi enim."], ["created_at", "2019-01-21 14:28:27.222052"], ["updated_at", "2019-01-21 14:28:27.222052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vanreilly@breitenbergherman.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vanreilly@breitenbergherman.io"], ["encrypted_password", "$2a$04$CJ2PsWcRzW/9gKsPQ4JfEO4suyyoEEvYB8DldyrohKyEyTBnmoid6"], ["created_at", "2019-01-21 14:28:27.224462"], ["updated_at", "2019-01-21 14:28:27.224462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Qui ut autem reprehenderit."], ["body", "Quis deserunt enim. Sit perspiciatis repellendus. Explicabo minima optio."], ["created_at", "2019-01-21 14:28:27.225429"], ["updated_at", "2019-01-21 14:28:27.225429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "alberthawilderman@waters.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "alberthawilderman@waters.co"], ["encrypted_password", "$2a$04$qj2eSuZ6ZMdm2YIbnmirleRQtVxVayJGcoXnddks35JGphWFSLhQi"], ["created_at", "2019-01-21 14:28:27.227767"], ["updated_at", "2019-01-21 14:28:27.227767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Voluptatibus alias ut omnis."], ["body", "Debitis repudiandae amet. Molestiae repellendus qui. Maxime sit tempore."], ["created_at", "2019-01-21 14:28:27.228850"], ["updated_at", "2019-01-21 14:28:27.228850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "franklynrodriguez@lowelittle.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "franklynrodriguez@lowelittle.name"], ["encrypted_password", "$2a$04$f4Z17HChdtDjVpdZJrHjpuTc7/RmOMYsTHkv5MLOyo7AsF9iqC77C"], ["created_at", "2019-01-21 14:28:27.231779"], ["updated_at", "2019-01-21 14:28:27.231779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Inventore velit excepturi voluptas."], ["body", "Voluptatem iure suscipit. Quisquam ut illum. Eius alias quibusdam."], ["created_at", "2019-01-21 14:28:27.232999"], ["updated_at", "2019-01-21 14:28:27.232999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "West Eulahberg 17"], ["created_at", "2019-01-21 14:28:27.234715"], ["updated_at", "2019-01-21 14:28:27.234715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west eulahberg 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "romanmueller@emardskiles.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "romanmueller@emardskiles.io"], ["encrypted_password", "$2a$04$BnP.QF8n0pUI402xmO8wGOLfBN4TI24Gyl0nYMKqDmDjvU.4LBNom"], ["created_at", "2019-01-21 14:28:27.240502"], ["updated_at", "2019-01-21 14:28:27.240502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_21"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 21"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_21"], ["name", "attorney at law 21"], ["description", "attorney at law 21"], ["created_at", "2019-01-21 14:28:27.242430"], ["updated_at", "2019-01-21 14:28:27.242430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:28:27.244322"], ["updated_at", "2019-01-21 14:28:27.244322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Evelynton 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Evelynton 19"], ["created_at", "2019-01-21 14:28:27.245551"], ["updated_at", "2019-01-21 14:28:27.245551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Stefany 20"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Stefany 20"], ["created_at", "2019-01-21 14:28:27.246604"], ["updated_at", "2019-01-21 14:28:27.246604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 19"], ["created_at", "2019-01-21 14:28:27.247935"], ["updated_at", "2019-01-21 14:28:27.247935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 20"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "plum 20"], ["created_at", "2019-01-21 14:28:27.249249"], ["updated_at", "2019-01-21 14:28:27.249249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "theronquitzon@lakintromp.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "theronquitzon@lakintromp.net"], ["encrypted_password", "$2a$04$JTgBD6wh1G888TT6I6q.nOuLNr4tvi4Rd1RvsQWBv5PqT5zXYHM0."], ["created_at", "2019-01-21 14:28:27.251842"], ["updated_at", "2019-01-21 14:28:27.251842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Non facilis reprehenderit harum."], ["body", "Aut vitae alias. Corporis minima quis. Maiores ea nisi."], ["created_at", "2019-01-21 14:28:27.252964"], ["updated_at", "2019-01-21 14:28:27.252964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcus@gerhold.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marcus@gerhold.com"], ["encrypted_password", "$2a$04$KFe1qXPw2pxmI8UzdcCIVehUul0CnelLSzzoZ3YHQXsRHKdTvrLNm"], ["created_at", "2019-01-21 14:28:27.255459"], ["updated_at", "2019-01-21 14:28:27.255459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Rerum ab voluptas quae."], ["body", "Quas et maiores. Alias eius at. Labore sunt aut."], ["created_at", "2019-01-21 14:28:27.256483"], ["updated_at", "2019-01-21 14:28:27.256483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jeie@ebert.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jeie@ebert.name"], ["encrypted_password", "$2a$04$k6vuXncRjcQXH5hp.42Jo.ohZGwO4RmLFnwhWbWLEVmazLp0GVRsq"], ["created_at", "2019-01-21 14:28:27.258901"], ["updated_at", "2019-01-21 14:28:27.258901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Provident placeat error eos."], ["body", "Ut qui et. Ea dignissimos itaque. Tempore sint quas."], ["created_at", "2019-01-21 14:28:27.259918"], ["updated_at", "2019-01-21 14:28:27.259918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "treydenesik@bergnaum.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "treydenesik@bergnaum.biz"], ["encrypted_password", "$2a$04$CAtMykjKiEM9KQP4ScoSd.piGz8SgEIALCTQs13pPiGEAgJ7RZbkm"], ["created_at", "2019-01-21 14:28:27.262280"], ["updated_at", "2019-01-21 14:28:27.262280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Sunt dolor doloremque hic."], ["body", "Ullam ipsam vitae. Excepturi cum pariatur. Aut molestiae itaque."], ["created_at", "2019-01-21 14:28:27.263350"], ["updated_at", "2019-01-21 14:28:27.263350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "New Evelynton 19"], ["created_at", "2019-01-21 14:28:27.264932"], ["updated_at", "2019-01-21 14:28:27.264932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "lime 19"], ["created_at", "2019-01-21 14:28:27.266472"], ["updated_at", "2019-01-21 14:28:27.266472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new evelynton 19') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'lime 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cheryle@rohan.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cheryle@rohan.info"], ["encrypted_password", "$2a$04$OYB6rPds1Fp667GBSKIk2.D05NibUTLBhut1EyCBsARpOU9IZvMSC"], ["created_at", "2019-01-21 14:28:27.274482"], ["updated_at", "2019-01-21 14:28:27.274482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_22"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_22"], ["name", "engineer 22"], ["description", "engineer 22"], ["created_at", "2019-01-21 14:28:27.276440"], ["updated_at", "2019-01-21 14:28:27.276440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:28:27.278398"], ["updated_at", "2019-01-21 14:28:27.278398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Jedmouth 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jedmouth 21"], ["created_at", "2019-01-21 14:28:27.279687"], ["updated_at", "2019-01-21 14:28:27.279687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Carrollside 22"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Carrollside 22"], ["created_at", "2019-01-21 14:28:27.280797"], ["updated_at", "2019-01-21 14:28:27.280797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "pink 21"], ["created_at", "2019-01-21 14:28:27.282204"], ["updated_at", "2019-01-21 14:28:27.282204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "green 22"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "green 22"], ["created_at", "2019-01-21 14:28:27.283932"], ["updated_at", "2019-01-21 14:28:27.283932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "napoleonschuppe@bartonpfannerstill.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "napoleonschuppe@bartonpfannerstill.name"], ["encrypted_password", "$2a$04$C6mCpN62m2vZZz3IytRVzOufcSOk/169Ph3sd2LyWP0GfcYaTX.5K"], ["created_at", "2019-01-21 14:28:27.286436"], ["updated_at", "2019-01-21 14:28:27.286436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Tempora sit delectus qui."], ["body", "Ut fuga officiis. Magni veritatis cumque. Quos occaecati voluptas."], ["created_at", "2019-01-21 14:28:27.287606"], ["updated_at", "2019-01-21 14:28:27.287606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "angel@tillman.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "angel@tillman.io"], ["encrypted_password", "$2a$04$DjL957PunfUUd8LfWOibeONGCA3.I7R7pzB3pc6jm7qJI9Lt4WwRW"], ["created_at", "2019-01-21 14:28:27.290171"], ["updated_at", "2019-01-21 14:28:27.290171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Quaerat labore qui fugit."], ["body", "Quae perferendis dolores. Autem maiores sapiente. Non nisi aliquid."], ["created_at", "2019-01-21 14:28:27.291217"], ["updated_at", "2019-01-21 14:28:27.291217"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "allen@tromp.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "allen@tromp.name"], ["encrypted_password", "$2a$04$hbe.TmUxrkyTVu/bPPZ1ReLz1dFVJIQMPZJMhD/3oBG67zc10hMXy"], ["created_at", "2019-01-21 14:28:27.293638"], ["updated_at", "2019-01-21 14:28:27.293638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Aut quis voluptatum voluptatem."], ["body", "Quos omnis voluptates. Omnis provident quasi. Incidunt aliquam animi."], ["created_at", "2019-01-21 14:28:27.294692"], ["updated_at", "2019-01-21 14:28:27.294692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "muoi@kuvalis.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "muoi@kuvalis.biz"], ["encrypted_password", "$2a$04$/YFG.a1XSCAnDF0LpPOBjOpEMt2YkqINf0e6E1P..5EmeIrH4W2GS"], ["created_at", "2019-01-21 14:28:27.297112"], ["updated_at", "2019-01-21 14:28:27.297112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Aliquid sed ea rerum."], ["body", "Voluptatem eaque quisquam. Soluta fuga laborum. Aspernatur nam repellendus."], ["created_at", "2019-01-21 14:28:27.298182"], ["updated_at", "2019-01-21 14:28:27.298182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Jedmouth 21"], ["created_at", "2019-01-21 14:28:27.299758"], ["updated_at", "2019-01-21 14:28:27.299758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "pink 21"], ["created_at", "2019-01-21 14:28:27.301295"], ["updated_at", "2019-01-21 14:28:27.301295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'jedmouth 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'pink 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'jedmouth 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'pink 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'jedmouth 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'pink 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mckinley@manteprohaska.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mckinley@manteprohaska.net"], ["encrypted_password", "$2a$04$uUV2T0ID6YUlkTJOFZ0nO.CzI2qmaxdUzp0Qgggdj5mXeYqeG2LSK"], ["created_at", "2019-01-21 14:28:27.312967"], ["updated_at", "2019-01-21 14:28:27.312967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wm@jacobs.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wm@jacobs.info"], ["encrypted_password", "$2a$04$TkB.EGrN7FrvfLIVjxplSeMc8LYzYAgyqWz/3PruXFDtyTFeuqWRC"], ["created_at", "2019-01-21 14:28:27.315799"], ["updated_at", "2019-01-21 14:28:27.315799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 23"], ["created_at", "2019-01-21 14:28:27.317311"], ["updated_at", "2019-01-21 14:28:27.317311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Lamonicamouth 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Lamonicamouth 23"], ["created_at", "2019-01-21 14:28:27.318589"], ["updated_at", "2019-01-21 14:28:27.318589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Esse totam voluptas unde."], ["body", "Enim suscipit vel. Veritatis excepturi voluptas. Voluptatum est laborum."], ["created_at", "2019-01-21 14:28:27.319668"], ["updated_at", "2019-01-21 14:28:27.319668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vankulas@spencer.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "vankulas@spencer.org"], ["encrypted_password", "$2a$04$xEhxAbiKvN0y7IDFdjfC1us5htN9MxqqNuF9RqF2/ZZKlYcdhI8ey"], ["created_at", "2019-01-21 14:28:27.325235"], ["updated_at", "2019-01-21 14:28:27.325235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_23"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_23"], ["name", "advocate 23"], ["description", "advocate 23"], ["created_at", "2019-01-21 14:28:27.327223"], ["updated_at", "2019-01-21 14:28:27.327223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_24"], ["name", "teacher 24"], ["description", "teacher 24"], ["created_at", "2019-01-21 14:28:27.328880"], ["updated_at", "2019-01-21 14:28:27.328880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:28:27.330815"], ["updated_at", "2019-01-21 14:28:27.330815"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:28:27.332045"], ["updated_at", "2019-01-21 14:28:27.332045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Tanikatown 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Tanikatown 24"], ["created_at", "2019-01-21 14:28:27.333258"], ["updated_at", "2019-01-21 14:28:27.333258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Young 25"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Young 25"], ["created_at", "2019-01-21 14:28:27.334463"], ["updated_at", "2019-01-21 14:28:27.334463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 24"], ["created_at", "2019-01-21 14:28:27.335814"], ["updated_at", "2019-01-21 14:28:27.335814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 25"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "mint green 25"], ["created_at", "2019-01-21 14:28:27.337066"], ["updated_at", "2019-01-21 14:28:27.337066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "abe@rath.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "abe@rath.org"], ["encrypted_password", "$2a$04$.bGMUTZaoGvbnB0UZPvSBuVUL./E5uKsJm.Xy/zJzzRHTDxqJYnQq"], ["created_at", "2019-01-21 14:28:27.339472"], ["updated_at", "2019-01-21 14:28:27.339472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Delectus nihil dolorem reprehenderit."], ["body", "Dolorem impedit at. Neque vel laboriosam. Eligendi eos dicta."], ["created_at", "2019-01-21 14:28:27.340544"], ["updated_at", "2019-01-21 14:28:27.340544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "laverabatz@corwin.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "laverabatz@corwin.org"], ["encrypted_password", "$2a$04$l677FHh6r0rY3b8TX9TNIeVEyLzH6DUnB9/wI/wbJyWL/ZKtIwSrG"], ["created_at", "2019-01-21 14:28:27.342983"], ["updated_at", "2019-01-21 14:28:27.342983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Velit id qui omnis."], ["body", "Minus ab eius. Corporis dolores quia. Blanditiis quas minima."], ["created_at", "2019-01-21 14:28:27.344008"], ["updated_at", "2019-01-21 14:28:27.344008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marshall@faheygorczany.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marshall@faheygorczany.info"], ["encrypted_password", "$2a$04$LWSuxxJRLQjZWIpa2gURI.RWETvHl.ImK0B51LUOUjUrKb4afCkgW"], ["created_at", "2019-01-21 14:28:27.346418"], ["updated_at", "2019-01-21 14:28:27.346418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Doloribus cum quis vel."], ["body", "Dignissimos consequatur necessitatibus. Harum cupiditate et. Temporibus modi numquam."], ["created_at", "2019-01-21 14:28:27.347461"], ["updated_at", "2019-01-21 14:28:27.347461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dionne@ortiz.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dionne@ortiz.biz"], ["encrypted_password", "$2a$04$bdzPQNk6JBWi.KRwTom90eGeuxUR/6S0WUqF7lg3kA/vNSqKyRKJ6"], ["created_at", "2019-01-21 14:28:27.349843"], ["updated_at", "2019-01-21 14:28:27.349843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Ut qui eum rerum."], ["body", "Corporis aspernatur dolorem. Est quibusdam qui. Distinctio doloremque ut."], ["created_at", "2019-01-21 14:28:27.350860"], ["updated_at", "2019-01-21 14:28:27.350860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Tanikatown 24"], ["created_at", "2019-01-21 14:28:27.352375"], ["updated_at", "2019-01-21 14:28:27.352375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "orange 24"], ["created_at", "2019-01-21 14:28:27.353783"], ["updated_at", "2019-01-21 14:28:27.353783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "West Young 25"], ["created_at", "2019-01-21 14:28:27.355065"], ["updated_at", "2019-01-21 14:28:27.355065"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "mint green 25"], ["created_at", "2019-01-21 14:28:27.356392"], ["updated_at", "2019-01-21 14:28:27.356392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south tanikatown 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orange 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'west young 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'mint green 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carterschiller@dibbert.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carterschiller@dibbert.name"], ["encrypted_password", "$2a$04$9MAwY13VAFoUCkPRGRn1Hu30GSCno6N6elM8bzQJMtZ/8LpMhR8XK"], ["created_at", "2019-01-21 14:28:27.365533"], ["updated_at", "2019-01-21 14:28:27.365533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "human_resources_25"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "human resources 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_25"], ["name", "human resources 25"], ["description", "human resources 25"], ["created_at", "2019-01-21 14:28:27.367810"], ["updated_at", "2019-01-21 14:28:27.367810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_26"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_26"], ["name", "accountant 26"], ["description", "accountant 26"], ["created_at", "2019-01-21 14:28:27.369352"], ["updated_at", "2019-01-21 14:28:27.369352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:28:27.371291"], ["updated_at", "2019-01-21 14:28:27.371291"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:28:27.372659"], ["updated_at", "2019-01-21 14:28:27.372659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Dorethea 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Dorethea 26"], ["created_at", "2019-01-21 14:28:27.373921"], ["updated_at", "2019-01-21 14:28:27.373921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kubbury 27"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kubbury 27"], ["created_at", "2019-01-21 14:28:27.374988"], ["updated_at", "2019-01-21 14:28:27.374988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "orange 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "orange 26"], ["created_at", "2019-01-21 14:28:27.376288"], ["updated_at", "2019-01-21 14:28:27.376288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "red 27"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "red 27"], ["created_at", "2019-01-21 14:28:27.377596"], ["updated_at", "2019-01-21 14:28:27.377596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "haydee@rippin.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "haydee@rippin.biz"], ["encrypted_password", "$2a$04$E4CYiluHWJkxXPO8fVnnkeofTzb/2/gplxjfUEQkWZ0VSz.Q5mUKW"], ["created_at", "2019-01-21 14:28:27.380054"], ["updated_at", "2019-01-21 14:28:27.380054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Provident nobis et qui."], ["body", "Facere occaecati minus. Eligendi rerum recusandae. Dolorem eius distinctio."], ["created_at", "2019-01-21 14:28:27.381203"], ["updated_at", "2019-01-21 14:28:27.381203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rod@mantewolff.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rod@mantewolff.name"], ["encrypted_password", "$2a$04$rltyiu5NAkIXJ7cFS1FT9utSoY9k9SaxhYmhopHBAIfXXgcBzzbKK"], ["created_at", "2019-01-21 14:28:27.383802"], ["updated_at", "2019-01-21 14:28:27.383802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Qui dolor optio facilis."], ["body", "Sapiente neque reprehenderit. Id iure ut. Et voluptatibus laborum."], ["created_at", "2019-01-21 14:28:27.384878"], ["updated_at", "2019-01-21 14:28:27.384878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lazaro@abernathy.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lazaro@abernathy.com"], ["encrypted_password", "$2a$04$iYLYoKGW.MADbNtpj5D5WOUe4JfL2cjMTa.m1SaqpTP/ebo8p3Wi."], ["created_at", "2019-01-21 14:28:27.387776"], ["updated_at", "2019-01-21 14:28:27.387776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Enim qui fugiat repudiandae."], ["body", "Quae aut sit. Fugit voluptatum nihil. Est adipisci beatae."], ["created_at", "2019-01-21 14:28:27.389072"], ["updated_at", "2019-01-21 14:28:27.389072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ellsworthhoeger@koelpinweber.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ellsworthhoeger@koelpinweber.info"], ["encrypted_password", "$2a$04$6vpWnepCxJ4e9De./LlRAOylwft2dvfPZLpLLLyFhikvHBk52l3zK"], ["created_at", "2019-01-21 14:28:27.391755"], ["updated_at", "2019-01-21 14:28:27.391755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Iste non qui suscipit."], ["body", "Eos blanditiis odit. Fugit rerum illo. Qui similique tenetur."], ["created_at", "2019-01-21 14:28:27.392855"], ["updated_at", "2019-01-21 14:28:27.392855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "New Dorethea 26"], ["created_at", "2019-01-21 14:28:27.396890"], ["updated_at", "2019-01-21 14:28:27.396890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "orange 26"], ["created_at", "2019-01-21 14:28:27.398409"], ["updated_at", "2019-01-21 14:28:27.398409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Kubbury 27"], ["created_at", "2019-01-21 14:28:27.399750"], ["updated_at", "2019-01-21 14:28:27.399750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "red 27"], ["created_at", "2019-01-21 14:28:27.401031"], ["updated_at", "2019-01-21 14:28:27.401031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new dorethea 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orange 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'kubbury 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'red 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new dorethea 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'orange 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'kubbury 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'red 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "palmira@metz.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "palmira@metz.name"], ["encrypted_password", "$2a$04$78WsTRr8Wb.0X1zpTB9fleKar/bndE48U85SbdM.Y4cgq6ZIcEihG"], ["created_at", "2019-01-21 14:28:27.412641"], ["updated_at", "2019-01-21 14:28:27.412641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "astronomer_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "astronomer 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_27"], ["name", "astronomer 27"], ["description", "astronomer 27"], ["created_at", "2019-01-21 14:28:27.414589"], ["updated_at", "2019-01-21 14:28:27.414589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "architect_28"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "architect 28"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "architect_28"], ["name", "architect 28"], ["description", "architect 28"], ["created_at", "2019-01-21 14:28:27.416036"], ["updated_at", "2019-01-21 14:28:27.416036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:28:27.418229"], ["updated_at", "2019-01-21 14:28:27.418229"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:28:27.419462"], ["updated_at", "2019-01-21 14:28:27.419462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Murazikbury 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Murazikbury 28"], ["created_at", "2019-01-21 14:28:27.420750"], ["updated_at", "2019-01-21 14:28:27.420750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Scarlet 29"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Scarlet 29"], ["created_at", "2019-01-21 14:28:27.421869"], ["updated_at", "2019-01-21 14:28:27.421869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "turquoise 28"], ["created_at", "2019-01-21 14:28:27.423145"], ["updated_at", "2019-01-21 14:28:27.423145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 29"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "plum 29"], ["created_at", "2019-01-21 14:28:27.424357"], ["updated_at", "2019-01-21 14:28:27.424357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gwenheaney@hahn.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gwenheaney@hahn.net"], ["encrypted_password", "$2a$04$mK89UVHKxHn/R8OsocV/0utJDt/i5bfhfWQnmJxeUggAaFmCaHaxa"], ["created_at", "2019-01-21 14:28:27.426708"], ["updated_at", "2019-01-21 14:28:27.426708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Exercitationem consectetur optio eum."], ["body", "Magni alias et. Distinctio placeat debitis. Sapiente autem est."], ["created_at", "2019-01-21 14:28:27.427761"], ["updated_at", "2019-01-21 14:28:27.427761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "trudifeeney@berniertremblay.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "trudifeeney@berniertremblay.org"], ["encrypted_password", "$2a$04$RyConKKCdKdwwPxMxsfJfu/xmJaN6kTzxeNZuGLbx2IXAo0iScVIK"], ["created_at", "2019-01-21 14:28:27.430267"], ["updated_at", "2019-01-21 14:28:27.430267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Modi maxime ut velit."], ["body", "Repellendus consequatur recusandae. Ratione aliquid odit. Corrupti quae vel."], ["created_at", "2019-01-21 14:28:27.431318"], ["updated_at", "2019-01-21 14:28:27.431318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "charlotte@rodriguezgleason.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "charlotte@rodriguezgleason.name"], ["encrypted_password", "$2a$04$vygP5.uHw3EMdMjygn6JJe4OVWitBMoCG9M5egWG4CaCA00Ez0tWi"], ["created_at", "2019-01-21 14:28:27.433760"], ["updated_at", "2019-01-21 14:28:27.433760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Aliquid eius reprehenderit voluptatibus."], ["body", "Incidunt minima odio. Voluptatibus et consequuntur. Vero eaque enim."], ["created_at", "2019-01-21 14:28:27.434783"], ["updated_at", "2019-01-21 14:28:27.434783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "chauncey@steuber.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "chauncey@steuber.co"], ["encrypted_password", "$2a$04$zaiB1YoqG.qZsRLPLwOUne2nMHsKBcgaBe8MZ6uM/8gjIE8lVCdXO"], ["created_at", "2019-01-21 14:28:27.437194"], ["updated_at", "2019-01-21 14:28:27.437194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Pariatur alias velit nobis."], ["body", "Soluta earum accusantium. Maiores est nam. Optio nobis totam."], ["created_at", "2019-01-21 14:28:27.438228"], ["updated_at", "2019-01-21 14:28:27.438228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Murazikbury 28"], ["created_at", "2019-01-21 14:28:27.439744"], ["updated_at", "2019-01-21 14:28:27.439744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "turquoise 28"], ["created_at", "2019-01-21 14:28:27.441204"], ["updated_at", "2019-01-21 14:28:27.441204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-21 14:28:27.442514"], ["updated_at", "2019-01-21 14:28:27.442514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "plum 29"], ["created_at", "2019-01-21 14:28:27.443814"], ["updated_at", "2019-01-21 14:28:27.443814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'murazikbury 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'turquoise 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'plum 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 14:28:27.467470"], ["updated_at", "2019-01-21 14:28:27.467470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "economist_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "economist 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_3"], ["name", "economist 3"], ["description", "economist 3"], ["created_at", "2019-01-21 14:28:27.469861"], ["updated_at", "2019-01-21 14:28:27.469861"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:27.471433"], ["updated_at", "2019-01-21 14:28:27.471433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 14:28:27.494968"], ["updated_at", "2019-01-21 14:28:27.494968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-21 14:28:27.496207"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Load (0.2ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 14:28:27.509636"], ["updated_at", "2019-01-21 14:28:27.509636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-21 14:28:27.510848"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-21 14:28:27.533298"], ["updated_at", "2019-01-21 14:28:27.533298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.4ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 14:28:27.565742"], ["updated_at", "2019-01-21 14:28:27.565742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-21 14:28:27.567270"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (1.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "biologist_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "biologist 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_4"], ["name", "biologist 4"], ["description", "biologist 4"], ["created_at", "2019-01-21 14:28:27.677421"], ["updated_at", "2019-01-21 14:28:27.677421"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 29"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_29"], ["name", "philosopher 29"], ["description", "philosopher 29"], ["created_at", "2019-01-21 14:28:27.680621"], ["updated_at", "2019-01-21 14:28:27.680621"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-21 14:28:27.682574"], ["updated_at", "2019-01-21 14:28:27.682574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "teacher_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "teacher 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_5"], ["name", "teacher 5"], ["description", "teacher 5"], ["created_at", "2019-01-21 14:28:27.698251"], ["updated_at", "2019-01-21 14:28:27.698251"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "engineer_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "engineer 30"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "engineer_30"], ["name", "engineer 30"], ["description", "engineer 30"], ["created_at", "2019-01-21 14:28:27.701397"], ["updated_at", "2019-01-21 14:28:27.701397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-21 14:28:27.703024"], ["updated_at", "2019-01-21 14:28:27.703024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 14:28:27.727813"], ["updated_at", "2019-01-21 14:28:27.727813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-21 14:28:27.729176"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 14:28:27.741265"], ["updated_at", "2019-01-21 14:28:27.741265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-21 14:28:27.742465"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-21 14:28:27.764339"], ["updated_at", "2019-01-21 14:28:27.764339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 31"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_31"], ["name", "designer 31"], ["description", "designer 31"], ["created_at", "2019-01-21 14:28:27.796089"], ["updated_at", "2019-01-21 14:28:27.796089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-21 14:28:27.798145"], ["updated_at", "2019-01-21 14:28:27.798145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-21 14:28:27.911744"], ["updated_at", "2019-01-21 14:28:27.911744"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-21 14:28:27.913968"], ["updated_at", "2019-01-21 14:28:27.913968"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 14:28:27.919432"], ["updated_at", "2019-01-21 14:28:27.919432"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 14:28:27.921544"], ["updated_at", "2019-01-21 14:28:27.921544"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-21 14:28:27.924109"], ["updated_at", "2019-01-21 14:28:27.924109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tabethagaylord@lang.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tabethagaylord@lang.co"], ["encrypted_password", "$2a$04$BjPKj5clfaQz.9wWDGnrGOnFMw0bJJLltZQUdhC8J9LZ.IVQ4XLfK"], ["created_at", "2019-01-21 14:28:27.927844"], ["updated_at", "2019-01-21 14:28:27.927844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ut commodi laboriosam molestiae."], ["body", "Et repellat quidem. Eum repellendus ut. Possimus ut aut."], ["created_at", "2019-01-21 14:28:27.929488"], ["updated_at", "2019-01-21 14:28:27.929488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wardfay@wisoky.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wardfay@wisoky.io"], ["encrypted_password", "$2a$04$687Vo50GDjcEqKb0FIl7f.EQ9T4gJ40AX8ml0G03AK.n99WXuZ5gW"], ["created_at", "2019-01-21 14:28:27.932765"], ["updated_at", "2019-01-21 14:28:27.932765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Possimus fuga ipsum in."], ["body", "Fuga sunt possimus. Quas dolorem natus. Voluptatem sapiente unde."], ["created_at", "2019-01-21 14:28:27.934134"], ["updated_at", "2019-01-21 14:28:27.934134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 14:28:27.938397"], ["updated_at", "2019-01-21 14:28:27.938397"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 14:28:27.940397"], ["updated_at", "2019-01-21 14:28:27.940397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-21 14:28:27.942122"], ["updated_at", "2019-01-21 14:28:27.942122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "wiltonlindgren@runtequitzon.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "wiltonlindgren@runtequitzon.info"], ["encrypted_password", "$2a$04$BrE0vmtlSYLgfw7EZtBcxO5qOr9ES4PfihzRJ4vONSc3gd0zn.TgK"], ["created_at", "2019-01-21 14:28:27.945121"], ["updated_at", "2019-01-21 14:28:27.945121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Consequatur exercitationem et totam."], ["body", "Earum accusamus nemo. Earum magni temporibus. Perferendis quasi ut."], ["created_at", "2019-01-21 14:28:27.946493"], ["updated_at", "2019-01-21 14:28:27.946493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rolfswaniawski@hand.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rolfswaniawski@hand.com"], ["encrypted_password", "$2a$04$PP.MPxsqmk9.Acae2Oin5uIMORXJMYC36NkXEsn5YXT6eLWz0Je0y"], ["created_at", "2019-01-21 14:28:27.949537"], ["updated_at", "2019-01-21 14:28:27.949537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Voluptatem in consequatur soluta."], ["body", "Perspiciatis ut cupiditate. Dolor aspernatur ut. Voluptatem blanditiis tempore."], ["created_at", "2019-01-21 14:28:27.950746"], ["updated_at", "2019-01-21 14:28:27.950746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 14:28:27.954358"], ["updated_at", "2019-01-21 14:28:27.954358"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 14:28:27.956068"], ["updated_at", "2019-01-21 14:28:27.956068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-21 14:28:27.957551"], ["updated_at", "2019-01-21 14:28:27.957551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "charleystiedemann@rosenbaum.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "charleystiedemann@rosenbaum.org"], ["encrypted_password", "$2a$04$V.0Q2QvpuQ9Onbkn8u7BduqBg.Fmn66TwMXKw5Hc5eUHlCi9drxJW"], ["created_at", "2019-01-21 14:28:27.960157"], ["updated_at", "2019-01-21 14:28:27.960157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Numquam voluptatem laboriosam vel."], ["body", "Cumque praesentium voluptatibus. Rerum sapiente adipisci. Qui tempore voluptatem."], ["created_at", "2019-01-21 14:28:27.961371"], ["updated_at", "2019-01-21 14:28:27.961371"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "johnathonjerde@rosenbaum.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "johnathonjerde@rosenbaum.org"], ["encrypted_password", "$2a$04$iheXzNN1AIIHcKERxMrPsezZ8IMFtlgfayz08VRxE9qX.lS0NKgva"], ["created_at", "2019-01-21 14:28:27.964000"], ["updated_at", "2019-01-21 14:28:27.964000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Porro praesentium modi error."], ["body", "Et ut perferendis. Expedita nobis qui. Ut ab tempore."], ["created_at", "2019-01-21 14:28:27.965076"], ["updated_at", "2019-01-21 14:28:27.965076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 14:28:27.968453"], ["updated_at", "2019-01-21 14:28:27.968453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 14:28:27.969954"], ["updated_at", "2019-01-21 14:28:27.969954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-21 14:28:27.971867"], ["updated_at", "2019-01-21 14:28:27.971867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ernie@okeefe.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ernie@okeefe.org"], ["encrypted_password", "$2a$04$2hqU1TXV9umJB5VK/xzBvOWtm4by1EY5Tbb/abWjyeK/Q0Cq0mS8K"], ["created_at", "2019-01-21 14:28:27.974660"], ["updated_at", "2019-01-21 14:28:27.974660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ipsum perferendis facere quidem."], ["body", "Dignissimos dolor ea. Aperiam cumque dolores. Atque consequatur sed."], ["created_at", "2019-01-21 14:28:27.975848"], ["updated_at", "2019-01-21 14:28:27.975848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sonny@marks.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sonny@marks.org"], ["encrypted_password", "$2a$04$DowJU9kkRkS3VZE4MWAs1ufGbsxYUJyLgZQjP7o/4yT.kh5463IC6"], ["created_at", "2019-01-21 14:28:27.978513"], ["updated_at", "2019-01-21 14:28:27.978513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Est voluptas ratione cum."], ["body", "Ipsum repudiandae id. Omnis doloribus nam. Consequatur fuga mollitia."], ["created_at", "2019-01-21 14:28:27.979670"], ["updated_at", "2019-01-21 14:28:27.979670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "star@mclaughlin.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "star@mclaughlin.co"], ["encrypted_password", "$2a$04$qwvcqFxse.uPipFNxiqtk.p7UYMMIynDGuQALAlAL./1HS3ALtXU2"], ["created_at", "2019-01-21 14:28:27.982220"], ["updated_at", "2019-01-21 14:28:27.982220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Et dignissimos sint autem."], ["body", "Incidunt architecto quibusdam. Ratione voluptates provident. Voluptas harum iste."], ["created_at", "2019-01-21 14:28:27.983403"], ["updated_at", "2019-01-21 14:28:27.983403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 14:28:27.989954"], ["updated_at", "2019-01-21 14:28:27.989954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 14:28:27.991610"], ["updated_at", "2019-01-21 14:28:27.991610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-21 14:28:27.993039"], ["updated_at", "2019-01-21 14:28:27.993039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-21 14:28:27.994309"], ["updated_at", "2019-01-21 14:28:27.994309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fairy@okunevamckenzie.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "fairy@okunevamckenzie.io"], ["encrypted_password", "$2a$04$My3bB1RSrq4gBDSXwMLOnu8kRZEG8b.n039PWQy9p0/kgp7Er53g6"], ["created_at", "2019-01-21 14:28:27.996860"], ["updated_at", "2019-01-21 14:28:27.996860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Aut voluptates perspiciatis ad."], ["body", "Aut illum et. Excepturi recusandae itaque. Repellendus nesciunt in."], ["created_at", "2019-01-21 14:28:27.998110"], ["updated_at", "2019-01-21 14:28:27.998110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bryanhilll@fisher.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bryanhilll@fisher.name"], ["encrypted_password", "$2a$04$wVzJ1NHfup3OLs9Dp/5sFe1fZY6Tvrhc8oAJRjqCKHWgOSwhcfOVG"], ["created_at", "2019-01-21 14:28:28.000808"], ["updated_at", "2019-01-21 14:28:28.000808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Expedita voluptatem quo quis."], ["body", "Voluptatem aspernatur quisquam. Suscipit ducimus qui. Dolor dolores sint."], ["created_at", "2019-01-21 14:28:28.002036"], ["updated_at", "2019-01-21 14:28:28.002036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bryce@pouros.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bryce@pouros.io"], ["encrypted_password", "$2a$04$eS7XyGxU8/EKPmgcmFgC0Ovx/ZwDGEGVGwiKjWY9RPtkvX2ZebwTG"], ["created_at", "2019-01-21 14:28:28.004597"], ["updated_at", "2019-01-21 14:28:28.004597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Labore tempore nisi nobis."], ["body", "Voluptatem perspiciatis sed. Cumque deserunt qui. Beatae sint quia."], ["created_at", "2019-01-21 14:28:28.005678"], ["updated_at", "2019-01-21 14:28:28.005678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deon@stokeswilkinson.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "deon@stokeswilkinson.org"], ["encrypted_password", "$2a$04$nlgmgZI1wEYXc.QTLN2i4uRWUubOGECZjmVee.ero.RSQK2T5E2.y"], ["created_at", "2019-01-21 14:28:28.008098"], ["updated_at", "2019-01-21 14:28:28.008098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Et vero perferendis vitae."], ["body", "Adipisci sed molestiae. Quis et doloremque. Molestias necessitatibus sit."], ["created_at", "2019-01-21 14:28:28.009109"], ["updated_at", "2019-01-21 14:28:28.009109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 14:28:28.013757"], ["updated_at", "2019-01-21 14:28:28.013757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 14:28:28.015440"], ["updated_at", "2019-01-21 14:28:28.015440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-21 14:28:28.016847"], ["updated_at", "2019-01-21 14:28:28.016847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-21 14:28:28.018097"], ["updated_at", "2019-01-21 14:28:28.018097"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "bufordswift@orn.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "bufordswift@orn.org"], ["encrypted_password", "$2a$04$KoFZO/r.Y7yXliSmttyZ2.kgUrV1nDQBnefXE.48ucmajEBPTo7Em"], ["created_at", "2019-01-21 14:28:28.020541"], ["updated_at", "2019-01-21 14:28:28.020541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Error consequatur repellat sed."], ["body", "Perspiciatis quasi nihil. Amet earum facere. Expedita vitae saepe."], ["created_at", "2019-01-21 14:28:28.021730"], ["updated_at", "2019-01-21 14:28:28.021730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Boscoshire 30"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Boscoshire 30"], ["created_at", "2019-01-21 14:28:28.024832"], ["updated_at", "2019-01-21 14:28:28.024832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Caroleeton 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Caroleeton 31"], ["created_at", "2019-01-21 14:28:28.026669"], ["updated_at", "2019-01-21 14:28:28.026669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Marvinhaven 32"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Marvinhaven 32"], ["created_at", "2019-01-21 14:28:28.027740"], ["updated_at", "2019-01-21 14:28:28.027740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Praesentium doloribus consectetur vel."], ["created_at", "2019-01-21 14:28:28.034363"], ["updated_at", "2019-01-21 14:28:28.034363"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-21 14:28:28.044106"], ["updated_at", "2019-01-21 14:28:28.044106"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-21 14:28:28.045200"], ["updated_at", "2019-01-21 14:28:28.045200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 14:28:28.048731"], ["updated_at", "2019-01-21 14:28:28.048731"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-21 14:28:28.050791"], ["updated_at", "2019-01-21 14:28:28.050791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darrinpadberg@weinatcain.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darrinpadberg@weinatcain.com"], ["encrypted_password", "$2a$04$/rclsTXCLP9w2Bchm3DEe.97cN2./pbltelQFU3LfyVyuZpZYs956"], ["created_at", "2019-01-21 14:28:28.053490"], ["updated_at", "2019-01-21 14:28:28.053490"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Unde ut eius laboriosam."], ["body", "Totam delectus praesentium. Commodi quis aut. Molestiae est nesciunt."], ["created_at", "2019-01-21 14:28:28.054685"], ["updated_at", "2019-01-21 14:28:28.054685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.4ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Fuga assumenda facilis ut."], ["created_at", "2019-01-21 14:28:28.057053"], ["updated_at", "2019-01-21 14:28:28.057053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maya@bode.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "maya@bode.biz"], ["encrypted_password", "$2a$04$B.RwtX/qWCDsjkrSwLSJhuHQsB.iUn2sxvzc.YPfdmaJGNUrtLTrW"], ["created_at", "2019-01-21 14:28:28.063236"], ["updated_at", "2019-01-21 14:28:28.063236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "olive 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "olive 30"], ["created_at", "2019-01-21 14:28:28.065071"], ["updated_at", "2019-01-21 14:28:28.065071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Gaynellberg 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Gaynellberg 33"], ["created_at", "2019-01-21 14:28:28.066306"], ["updated_at", "2019-01-21 14:28:28.066306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Id quisquam cum ab."], ["body", "Consequuntur molestias qui. Asperiores itaque officiis. Sunt corrupti et."], ["created_at", "2019-01-21 14:28:28.067384"], ["updated_at", "2019-01-21 14:28:28.067384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Delora 34"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Delora 34"], ["created_at", "2019-01-21 14:28:28.070734"], ["updated_at", "2019-01-21 14:28:28.070734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Henriette 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Henriette 35"], ["created_at", "2019-01-21 14:28:28.072631"], ["updated_at", "2019-01-21 14:28:28.072631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 14:28:28.075731"], ["updated_at", "2019-01-21 14:28:28.075731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 14:28:28.077354"], ["updated_at", "2019-01-21 14:28:28.077354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lashawnda@hettinger.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lashawnda@hettinger.org"], ["encrypted_password", "$2a$04$wWnIjCZ4OlrVJ/UvIycUZeZAINqlikidJVI8eN2ub9u0ZhyuIUya2"], ["created_at", "2019-01-21 14:28:28.080111"], ["updated_at", "2019-01-21 14:28:28.080111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "pink 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "pink 31"], ["created_at", "2019-01-21 14:28:28.081862"], ["updated_at", "2019-01-21 14:28:28.081862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Consequatur voluptatibus repudiandae numquam."], ["body", "Labore eum voluptas. Ut libero sit. Rerum eos quia."], ["created_at", "2019-01-21 14:28:28.083063"], ["updated_at", "2019-01-21 14:28:28.083063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 14:28:28.085976"], ["updated_at", "2019-01-21 14:28:28.085976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 14:28:28.087779"], ["updated_at", "2019-01-21 14:28:28.087779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "otis@mckenzieboehm.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "otis@mckenzieboehm.co"], ["encrypted_password", "$2a$04$PQY10H0341b5abgxGBjzAeZ.rqYvHrqf/JKmuD1oH44I7KL3g7xv6"], ["created_at", "2019-01-21 14:28:28.090604"], ["updated_at", "2019-01-21 14:28:28.090604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 32"], ["created_at", "2019-01-21 14:28:28.092200"], ["updated_at", "2019-01-21 14:28:28.092200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Libero qui atque architecto."], ["body", "Ut labore eum. Dolorem molestias quaerat. Odit modi numquam."], ["created_at", "2019-01-21 14:28:28.093304"], ["updated_at", "2019-01-21 14:28:28.093304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lewismouth 36"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lewismouth 36"], ["created_at", "2019-01-21 14:28:28.097095"], ["updated_at", "2019-01-21 14:28:28.097095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Susannastad 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Susannastad 37"], ["created_at", "2019-01-21 14:28:28.102294"], ["updated_at", "2019-01-21 14:28:28.102294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Kia 38"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Kia 38"], ["created_at", "2019-01-21 14:28:28.103588"], ["updated_at", "2019-01-21 14:28:28.103588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.2ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Id et aliquam voluptatem."], ["created_at", "2019-01-21 14:28:28.104473"], ["updated_at", "2019-01-21 14:28:28.104473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-21 14:28:28.106198"], ["updated_at", "2019-01-21 14:28:28.106198"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-21 14:28:28.107079"], ["updated_at", "2019-01-21 14:28:28.107079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Rauview 39"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rauview 39"], ["created_at", "2019-01-21 14:28:28.110187"], ["updated_at", "2019-01-21 14:28:28.110187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Shonshire 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Shonshire 40"], ["created_at", "2019-01-21 14:28:28.112188"], ["updated_at", "2019-01-21 14:28:28.112188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Arielshire 41"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Arielshire 41"], ["created_at", "2019-01-21 14:28:28.113471"], ["updated_at", "2019-01-21 14:28:28.113471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Migdaliastad 42"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Migdaliastad 42"], ["created_at", "2019-01-21 14:28:28.114648"], ["updated_at", "2019-01-21 14:28:28.114648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Ut quidem eaque atque."], ["created_at", "2019-01-21 14:28:28.115487"], ["updated_at", "2019-01-21 14:28:28.115487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-21 14:28:28.117107"], ["updated_at", "2019-01-21 14:28:28.117107"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-21 14:28:28.117983"], ["updated_at", "2019-01-21 14:28:28.117983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Lizabeth 43"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Lizabeth 43"], ["created_at", "2019-01-21 14:28:28.122763"], ["updated_at", "2019-01-21 14:28:28.122763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rick@sipes.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rick@sipes.io"], ["encrypted_password", "$2a$04$WuXZv7nYe3kb422v/t9AjeRrCbZDcEn7dRndCpPTjePn2MeOWb5iW"], ["created_at", "2019-01-21 14:28:28.126149"], ["updated_at", "2019-01-21 14:28:28.126149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 33"], ["created_at", "2019-01-21 14:28:28.128267"], ["updated_at", "2019-01-21 14:28:28.128267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Williamsonton 44"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Williamsonton 44"], ["created_at", "2019-01-21 14:28:28.129688"], ["updated_at", "2019-01-21 14:28:28.129688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Dolores neque earum dolores."], ["body", "Quaerat reprehenderit dolorem. Laudantium et delectus. Unde distinctio error."], ["created_at", "2019-01-21 14:28:28.130921"], ["updated_at", "2019-01-21 14:28:28.130921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Kendastad 45"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kendastad 45"], ["created_at", "2019-01-21 14:28:28.134443"], ["updated_at", "2019-01-21 14:28:28.134443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mitzie@hodkiewicz.info"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mitzie@hodkiewicz.info"], ["encrypted_password", "$2a$04$4KL5gGB2krxFLu5jK7lc4ujHsZacZEJdmonjZsi0IOql/Xm.qJyqS"], ["created_at", "2019-01-21 14:28:28.137858"], ["updated_at", "2019-01-21 14:28:28.137858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "silver 34"], ["created_at", "2019-01-21 14:28:28.139711"], ["updated_at", "2019-01-21 14:28:28.139711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Loviechester 46"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Loviechester 46"], ["created_at", "2019-01-21 14:28:28.141018"], ["updated_at", "2019-01-21 14:28:28.141018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Non impedit quis itaque."], ["body", "Hic eveniet iste. Eligendi asperiores aut. Eaque rem vitae."], ["created_at", "2019-01-21 14:28:28.142003"], ["updated_at", "2019-01-21 14:28:28.142003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Augustine 47"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Augustine 47"], ["created_at", "2019-01-21 14:28:28.145772"], ["updated_at", "2019-01-21 14:28:28.145772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Tannershire 49"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Tannershire 49"], ["created_at", "2019-01-21 14:28:28.149216"], ["updated_at", "2019-01-21 14:28:28.149216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Warren 51"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Warren 51"], ["created_at", "2019-01-21 14:28:28.152747"], ["updated_at", "2019-01-21 14:28:28.152747"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mee@gusikowski.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mee@gusikowski.biz"], ["encrypted_password", "$2a$04$6pJrSz8Sd/og2hgeRORBeuixeqD2meGDKpjTS2j2gQYHDs5kCdm2G"], ["created_at", "2019-01-21 14:28:28.160551"], ["updated_at", "2019-01-21 14:28:28.160551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.165392"], ["updated_at", "2019-01-21 14:28:28.165392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.167396"], ["updated_at", "2019-01-21 14:28:28.167396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.168730"], ["updated_at", "2019-01-21 14:28:28.168730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.169933"], ["updated_at", "2019-01-21 14:28:28.169933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.171090"], ["updated_at", "2019-01-21 14:28:28.171090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.172232"], ["updated_at", "2019-01-21 14:28:28.172232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.173398"], ["updated_at", "2019-01-21 14:28:28.173398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 14:28:28.174504"], ["updated_at", "2019-01-21 14:28:28.174504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.175583"], ["updated_at", "2019-01-21 14:28:28.175583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.176632"], ["updated_at", "2019-01-21 14:28:28.176632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.177797"], ["updated_at", "2019-01-21 14:28:28.177797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.178874"], ["updated_at", "2019-01-21 14:28:28.178874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.179939"], ["updated_at", "2019-01-21 14:28:28.179939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.181025"], ["updated_at", "2019-01-21 14:28:28.181025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 14:28:28.182108"], ["updated_at", "2019-01-21 14:28:28.182108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.183203"], ["updated_at", "2019-01-21 14:28:28.183203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.184263"], ["updated_at", "2019-01-21 14:28:28.184263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.185330"], ["updated_at", "2019-01-21 14:28:28.185330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.186368"], ["updated_at", "2019-01-21 14:28:28.186368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.187443"], ["updated_at", "2019-01-21 14:28:28.187443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.188481"], ["updated_at", "2019-01-21 14:28:28.188481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.189519"], ["updated_at", "2019-01-21 14:28:28.189519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.190606"], ["updated_at", "2019-01-21 14:28:28.190606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.191650"], ["updated_at", "2019-01-21 14:28:28.191650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.192719"], ["updated_at", "2019-01-21 14:28:28.192719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 14:28:28.193770"], ["updated_at", "2019-01-21 14:28:28.193770"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.194855"], ["updated_at", "2019-01-21 14:28:28.194855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.195935"], ["updated_at", "2019-01-21 14:28:28.195935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.197004"], ["updated_at", "2019-01-21 14:28:28.197004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.198109"], ["updated_at", "2019-01-21 14:28:28.198109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.199212"], ["updated_at", "2019-01-21 14:28:28.199212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.200279"], ["updated_at", "2019-01-21 14:28:28.200279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.201329"], ["updated_at", "2019-01-21 14:28:28.201329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.202385"], ["updated_at", "2019-01-21 14:28:28.202385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.203472"], ["updated_at", "2019-01-21 14:28:28.203472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.204532"], ["updated_at", "2019-01-21 14:28:28.204532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.207501"], ["updated_at", "2019-01-21 14:28:28.207501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 14:28:28.213414"], ["updated_at", "2019-01-21 14:28:28.213414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "actor_6"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "actor 6"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_6"], ["name", "actor 6"], ["description", "actor 6"], ["created_at", "2019-01-21 14:28:28.218491"], ["updated_at", "2019-01-21 14:28:28.218491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "reports"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "reports"], ["action", "destroy"], ["created_at", "2019-01-21 14:28:28.220901"], ["updated_at", "2019-01-21 14:28:28.220901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.222994"], ["updated_at", "2019-01-21 14:28:28.222994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.224822"], ["updated_at", "2019-01-21 14:28:28.224822"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.225884"], ["updated_at", "2019-01-21 14:28:28.225884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" WHERE "authz_business_process_has_controller_actions"."authz_business_process_id" = ? [["authz_business_process_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "human_resources_7"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "human resources 7"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "human_resources_7"], ["name", "human resources 7"], ["description", "human resources 7"], ["created_at", "2019-01-21 14:28:28.230074"], ["updated_at", "2019-01-21 14:28:28.230074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "clearances"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "clearances"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.232459"], ["updated_at", "2019-01-21 14:28:28.232459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.234045"], ["updated_at", "2019-01-21 14:28:28.234045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.235751"], ["updated_at", "2019-01-21 14:28:28.235751"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.236806"], ["updated_at", "2019-01-21 14:28:28.236806"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.241031"], ["updated_at", "2019-01-21 14:28:28.241031"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.242702"], ["updated_at", "2019-01-21 14:28:28.242702"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.243656"], ["updated_at", "2019-01-21 14:28:28.243656"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.244553"], ["updated_at", "2019-01-21 14:28:28.244553"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.245422"], ["updated_at", "2019-01-21 14:28:28.245422"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.246287"], ["updated_at", "2019-01-21 14:28:28.246287"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.247158"], ["updated_at", "2019-01-21 14:28:28.247158"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 14:28:28.248059"], ["updated_at", "2019-01-21 14:28:28.248059"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.248938"], ["updated_at", "2019-01-21 14:28:28.248938"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.249973"], ["updated_at", "2019-01-21 14:28:28.249973"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.250867"], ["updated_at", "2019-01-21 14:28:28.250867"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.251854"], ["updated_at", "2019-01-21 14:28:28.251854"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.252832"], ["updated_at", "2019-01-21 14:28:28.252832"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.253757"], ["updated_at", "2019-01-21 14:28:28.253757"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 14:28:28.254653"], ["updated_at", "2019-01-21 14:28:28.254653"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.255578"], ["updated_at", "2019-01-21 14:28:28.255578"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.256483"], ["updated_at", "2019-01-21 14:28:28.256483"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.257385"], ["updated_at", "2019-01-21 14:28:28.257385"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.258325"], ["updated_at", "2019-01-21 14:28:28.258325"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.259253"], ["updated_at", "2019-01-21 14:28:28.259253"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.260177"], ["updated_at", "2019-01-21 14:28:28.260177"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.261091"], ["updated_at", "2019-01-21 14:28:28.261091"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.261968"], ["updated_at", "2019-01-21 14:28:28.261968"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.262856"], ["updated_at", "2019-01-21 14:28:28.262856"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.263760"], ["updated_at", "2019-01-21 14:28:28.263760"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 14:28:28.264740"], ["updated_at", "2019-01-21 14:28:28.264740"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.265702"], ["updated_at", "2019-01-21 14:28:28.265702"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.266635"], ["updated_at", "2019-01-21 14:28:28.266635"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.267536"], ["updated_at", "2019-01-21 14:28:28.267536"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.268443"], ["updated_at", "2019-01-21 14:28:28.268443"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.269343"], ["updated_at", "2019-01-21 14:28:28.269343"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.270265"], ["updated_at", "2019-01-21 14:28:28.270265"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.271157"], ["updated_at", "2019-01-21 14:28:28.271157"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.272045"], ["updated_at", "2019-01-21 14:28:28.272045"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.272929"], ["updated_at", "2019-01-21 14:28:28.272929"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.273835"], ["updated_at", "2019-01-21 14:28:28.273835"]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 14:28:28.275151"], ["updated_at", "2019-01-21 14:28:28.275151"]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.277308"], ["updated_at", "2019-01-21 14:28:28.277308"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.278344"], ["updated_at", "2019-01-21 14:28:28.278344"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.279284"], ["updated_at", "2019-01-21 14:28:28.279284"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.280204"], ["updated_at", "2019-01-21 14:28:28.280204"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.281111"], ["updated_at", "2019-01-21 14:28:28.281111"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.282030"], ["updated_at", "2019-01-21 14:28:28.282030"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.282955"], ["updated_at", "2019-01-21 14:28:28.282955"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.283876"], ["updated_at", "2019-01-21 14:28:28.283876"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.284786"], ["updated_at", "2019-01-21 14:28:28.284786"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.285706"], ["updated_at", "2019-01-21 14:28:28.285706"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.286633"], ["updated_at", "2019-01-21 14:28:28.286633"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.287558"], ["updated_at", "2019-01-21 14:28:28.287558"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.288498"], ["updated_at", "2019-01-21 14:28:28.288498"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.289416"], ["updated_at", "2019-01-21 14:28:28.289416"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.290353"], ["updated_at", "2019-01-21 14:28:28.290353"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.291309"], ["updated_at", "2019-01-21 14:28:28.291309"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.292918"], ["updated_at", "2019-01-21 14:28:28.292918"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.294597"], ["updated_at", "2019-01-21 14:28:28.294597"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.296134"], ["updated_at", "2019-01-21 14:28:28.296134"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.297596"], ["updated_at", "2019-01-21 14:28:28.297596"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.298763"], ["updated_at", "2019-01-21 14:28:28.298763"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.299832"], ["updated_at", "2019-01-21 14:28:28.299832"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.300915"], ["updated_at", "2019-01-21 14:28:28.300915"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.301930"], ["updated_at", "2019-01-21 14:28:28.301930"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.302944"], ["updated_at", "2019-01-21 14:28:28.302944"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.303960"], ["updated_at", "2019-01-21 14:28:28.303960"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.304959"], ["updated_at", "2019-01-21 14:28:28.304959"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.305963"], ["updated_at", "2019-01-21 14:28:28.305963"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.309538"], ["updated_at", "2019-01-21 14:28:28.309538"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.310545"], ["updated_at", "2019-01-21 14:28:28.310545"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.311469"], ["updated_at", "2019-01-21 14:28:28.311469"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.312403"], ["updated_at", "2019-01-21 14:28:28.312403"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.313320"], ["updated_at", "2019-01-21 14:28:28.313320"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.314336"], ["updated_at", "2019-01-21 14:28:28.314336"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.315300"], ["updated_at", "2019-01-21 14:28:28.315300"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.316236"], ["updated_at", "2019-01-21 14:28:28.316236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.320471"], ["updated_at", "2019-01-21 14:28:28.320471"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.322072"], ["updated_at", "2019-01-21 14:28:28.322072"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.323046"], ["updated_at", "2019-01-21 14:28:28.323046"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.323998"], ["updated_at", "2019-01-21 14:28:28.323998"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.324878"], ["updated_at", "2019-01-21 14:28:28.324878"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.325809"], ["updated_at", "2019-01-21 14:28:28.325809"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.326708"], ["updated_at", "2019-01-21 14:28:28.326708"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 14:28:28.327643"], ["updated_at", "2019-01-21 14:28:28.327643"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.328628"], ["updated_at", "2019-01-21 14:28:28.328628"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.329587"], ["updated_at", "2019-01-21 14:28:28.329587"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.330484"], ["updated_at", "2019-01-21 14:28:28.330484"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.331508"], ["updated_at", "2019-01-21 14:28:28.331508"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.332426"], ["updated_at", "2019-01-21 14:28:28.332426"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.333315"], ["updated_at", "2019-01-21 14:28:28.333315"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 14:28:28.334197"], ["updated_at", "2019-01-21 14:28:28.334197"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.335078"], ["updated_at", "2019-01-21 14:28:28.335078"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.335969"], ["updated_at", "2019-01-21 14:28:28.335969"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.336844"], ["updated_at", "2019-01-21 14:28:28.336844"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.337703"], ["updated_at", "2019-01-21 14:28:28.337703"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.338585"], ["updated_at", "2019-01-21 14:28:28.338585"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.339453"], ["updated_at", "2019-01-21 14:28:28.339453"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.340340"], ["updated_at", "2019-01-21 14:28:28.340340"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.341217"], ["updated_at", "2019-01-21 14:28:28.341217"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.342079"], ["updated_at", "2019-01-21 14:28:28.342079"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.342937"], ["updated_at", "2019-01-21 14:28:28.342937"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 14:28:28.343804"], ["updated_at", "2019-01-21 14:28:28.343804"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.344679"], ["updated_at", "2019-01-21 14:28:28.344679"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.345568"], ["updated_at", "2019-01-21 14:28:28.345568"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.346422"], ["updated_at", "2019-01-21 14:28:28.346422"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.347281"], ["updated_at", "2019-01-21 14:28:28.347281"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.348177"], ["updated_at", "2019-01-21 14:28:28.348177"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.349046"], ["updated_at", "2019-01-21 14:28:28.349046"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.349942"], ["updated_at", "2019-01-21 14:28:28.349942"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.350811"], ["updated_at", "2019-01-21 14:28:28.350811"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.351681"], ["updated_at", "2019-01-21 14:28:28.351681"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.352535"], ["updated_at", "2019-01-21 14:28:28.352535"]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 14:28:28.353720"], ["updated_at", "2019-01-21 14:28:28.353720"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.358792"], ["updated_at", "2019-01-21 14:28:28.358792"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.360570"], ["updated_at", "2019-01-21 14:28:28.360570"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.361739"], ["updated_at", "2019-01-21 14:28:28.361739"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.362650"], ["updated_at", "2019-01-21 14:28:28.362650"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.363574"], ["updated_at", "2019-01-21 14:28:28.363574"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.364483"], ["updated_at", "2019-01-21 14:28:28.364483"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.365385"], ["updated_at", "2019-01-21 14:28:28.365385"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 14:28:28.366478"], ["updated_at", "2019-01-21 14:28:28.366478"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.367439"], ["updated_at", "2019-01-21 14:28:28.367439"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.368360"], ["updated_at", "2019-01-21 14:28:28.368360"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.369274"], ["updated_at", "2019-01-21 14:28:28.369274"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.370175"], ["updated_at", "2019-01-21 14:28:28.370175"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.371581"], ["updated_at", "2019-01-21 14:28:28.371581"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.372964"], ["updated_at", "2019-01-21 14:28:28.372964"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 14:28:28.373924"], ["updated_at", "2019-01-21 14:28:28.373924"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.374826"], ["updated_at", "2019-01-21 14:28:28.374826"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.375680"], ["updated_at", "2019-01-21 14:28:28.375680"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.376571"], ["updated_at", "2019-01-21 14:28:28.376571"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.377462"], ["updated_at", "2019-01-21 14:28:28.377462"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.378324"], ["updated_at", "2019-01-21 14:28:28.378324"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.379194"], ["updated_at", "2019-01-21 14:28:28.379194"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.380083"], ["updated_at", "2019-01-21 14:28:28.380083"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.380954"], ["updated_at", "2019-01-21 14:28:28.380954"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.381867"], ["updated_at", "2019-01-21 14:28:28.381867"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.382779"], ["updated_at", "2019-01-21 14:28:28.382779"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 14:28:28.383785"], ["updated_at", "2019-01-21 14:28:28.383785"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.384719"], ["updated_at", "2019-01-21 14:28:28.384719"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.385665"], ["updated_at", "2019-01-21 14:28:28.385665"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.386632"], ["updated_at", "2019-01-21 14:28:28.386632"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.387524"], ["updated_at", "2019-01-21 14:28:28.387524"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.388414"], ["updated_at", "2019-01-21 14:28:28.388414"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.389423"], ["updated_at", "2019-01-21 14:28:28.389423"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.390849"], ["updated_at", "2019-01-21 14:28:28.390849"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.391826"], ["updated_at", "2019-01-21 14:28:28.391826"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.392727"], ["updated_at", "2019-01-21 14:28:28.392727"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.393619"], ["updated_at", "2019-01-21 14:28:28.393619"]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 14:28:28.394840"], ["updated_at", "2019-01-21 14:28:28.394840"]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.397005"], ["updated_at", "2019-01-21 14:28:28.397005"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.398160"], ["updated_at", "2019-01-21 14:28:28.398160"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.399149"], ["updated_at", "2019-01-21 14:28:28.399149"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.400123"], ["updated_at", "2019-01-21 14:28:28.400123"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.401087"], ["updated_at", "2019-01-21 14:28:28.401087"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.402068"], ["updated_at", "2019-01-21 14:28:28.402068"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.403039"], ["updated_at", "2019-01-21 14:28:28.403039"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.403986"], ["updated_at", "2019-01-21 14:28:28.403986"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.404936"], ["updated_at", "2019-01-21 14:28:28.404936"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.405853"], ["updated_at", "2019-01-21 14:28:28.405853"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.406772"], ["updated_at", "2019-01-21 14:28:28.406772"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.407678"], ["updated_at", "2019-01-21 14:28:28.407678"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.408604"], ["updated_at", "2019-01-21 14:28:28.408604"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.409580"], ["updated_at", "2019-01-21 14:28:28.409580"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.410717"], ["updated_at", "2019-01-21 14:28:28.410717"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.412344"], ["updated_at", "2019-01-21 14:28:28.412344"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.413805"], ["updated_at", "2019-01-21 14:28:28.413805"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.414923"], ["updated_at", "2019-01-21 14:28:28.414923"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.415873"], ["updated_at", "2019-01-21 14:28:28.415873"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.416865"], ["updated_at", "2019-01-21 14:28:28.416865"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.417820"], ["updated_at", "2019-01-21 14:28:28.417820"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.418785"], ["updated_at", "2019-01-21 14:28:28.418785"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.419817"], ["updated_at", "2019-01-21 14:28:28.419817"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.420754"], ["updated_at", "2019-01-21 14:28:28.420754"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.421688"], ["updated_at", "2019-01-21 14:28:28.421688"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.422618"], ["updated_at", "2019-01-21 14:28:28.422618"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.423540"], ["updated_at", "2019-01-21 14:28:28.423540"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.424452"], ["updated_at", "2019-01-21 14:28:28.424452"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.425382"], ["updated_at", "2019-01-21 14:28:28.425382"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.426282"], ["updated_at", "2019-01-21 14:28:28.426282"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.427197"], ["updated_at", "2019-01-21 14:28:28.427197"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.428140"], ["updated_at", "2019-01-21 14:28:28.428140"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.429038"], ["updated_at", "2019-01-21 14:28:28.429038"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.429965"], ["updated_at", "2019-01-21 14:28:28.429965"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.430965"], ["updated_at", "2019-01-21 14:28:28.430965"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.431903"], ["updated_at", "2019-01-21 14:28:28.431903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.435873"], ["updated_at", "2019-01-21 14:28:28.435873"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.437517"], ["updated_at", "2019-01-21 14:28:28.437517"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.438492"], ["updated_at", "2019-01-21 14:28:28.438492"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.439447"], ["updated_at", "2019-01-21 14:28:28.439447"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.440369"], ["updated_at", "2019-01-21 14:28:28.440369"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.441289"], ["updated_at", "2019-01-21 14:28:28.441289"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.442160"], ["updated_at", "2019-01-21 14:28:28.442160"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 14:28:28.443094"], ["updated_at", "2019-01-21 14:28:28.443094"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.444071"], ["updated_at", "2019-01-21 14:28:28.444071"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.445040"], ["updated_at", "2019-01-21 14:28:28.445040"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.445940"], ["updated_at", "2019-01-21 14:28:28.445940"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.446851"], ["updated_at", "2019-01-21 14:28:28.446851"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.447861"], ["updated_at", "2019-01-21 14:28:28.447861"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.448807"], ["updated_at", "2019-01-21 14:28:28.448807"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 14:28:28.449702"], ["updated_at", "2019-01-21 14:28:28.449702"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.450597"], ["updated_at", "2019-01-21 14:28:28.450597"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.451478"], ["updated_at", "2019-01-21 14:28:28.451478"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.452380"], ["updated_at", "2019-01-21 14:28:28.452380"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.453281"], ["updated_at", "2019-01-21 14:28:28.453281"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.454147"], ["updated_at", "2019-01-21 14:28:28.454147"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 14:28:28.455035"], ["updated_at", "2019-01-21 14:28:28.455035"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.455939"], ["updated_at", "2019-01-21 14:28:28.455939"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.456832"], ["updated_at", "2019-01-21 14:28:28.456832"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.457750"], ["updated_at", "2019-01-21 14:28:28.457750"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.458637"], ["updated_at", "2019-01-21 14:28:28.458637"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 14:28:28.459553"], ["updated_at", "2019-01-21 14:28:28.459553"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.460453"], ["updated_at", "2019-01-21 14:28:28.460453"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.461335"], ["updated_at", "2019-01-21 14:28:28.461335"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.462203"], ["updated_at", "2019-01-21 14:28:28.462203"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.463075"], ["updated_at", "2019-01-21 14:28:28.463075"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 14:28:28.463957"], ["updated_at", "2019-01-21 14:28:28.463957"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.464919"], ["updated_at", "2019-01-21 14:28:28.464919"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 14:28:28.465794"], ["updated_at", "2019-01-21 14:28:28.465794"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 14:28:28.466677"], ["updated_at", "2019-01-21 14:28:28.466677"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 14:28:28.467552"], ["updated_at", "2019-01-21 14:28:28.467552"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 14:28:28.468465"], ["updated_at", "2019-01-21 14:28:28.468465"]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 14:28:28.469691"], ["updated_at", "2019-01-21 14:28:28.469691"]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.471796"], ["updated_at", "2019-01-21 14:28:28.471796"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.472853"], ["updated_at", "2019-01-21 14:28:28.472853"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.473795"], ["updated_at", "2019-01-21 14:28:28.473795"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.474721"], ["updated_at", "2019-01-21 14:28:28.474721"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.475654"], ["updated_at", "2019-01-21 14:28:28.475654"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.476597"], ["updated_at", "2019-01-21 14:28:28.476597"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.477553"], ["updated_at", "2019-01-21 14:28:28.477553"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.478524"], ["updated_at", "2019-01-21 14:28:28.478524"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.479503"], ["updated_at", "2019-01-21 14:28:28.479503"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.480485"], ["updated_at", "2019-01-21 14:28:28.480485"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.481602"], ["updated_at", "2019-01-21 14:28:28.481602"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.482685"], ["updated_at", "2019-01-21 14:28:28.482685"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.483737"], ["updated_at", "2019-01-21 14:28:28.483737"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.487065"], ["updated_at", "2019-01-21 14:28:28.487065"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.488048"], ["updated_at", "2019-01-21 14:28:28.488048"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.489109"], ["updated_at", "2019-01-21 14:28:28.489109"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.490568"], ["updated_at", "2019-01-21 14:28:28.490568"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.491578"], ["updated_at", "2019-01-21 14:28:28.491578"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.492511"], ["updated_at", "2019-01-21 14:28:28.492511"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.493444"], ["updated_at", "2019-01-21 14:28:28.493444"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.494377"], ["updated_at", "2019-01-21 14:28:28.494377"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.495285"], ["updated_at", "2019-01-21 14:28:28.495285"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.496217"], ["updated_at", "2019-01-21 14:28:28.496217"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.497141"], ["updated_at", "2019-01-21 14:28:28.497141"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.498041"], ["updated_at", "2019-01-21 14:28:28.498041"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.498957"], ["updated_at", "2019-01-21 14:28:28.498957"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.500053"], ["updated_at", "2019-01-21 14:28:28.500053"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.500993"], ["updated_at", "2019-01-21 14:28:28.500993"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.501936"], ["updated_at", "2019-01-21 14:28:28.501936"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.502902"], ["updated_at", "2019-01-21 14:28:28.502902"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.503836"], ["updated_at", "2019-01-21 14:28:28.503836"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.504753"], ["updated_at", "2019-01-21 14:28:28.504753"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.505670"], ["updated_at", "2019-01-21 14:28:28.505670"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.506583"], ["updated_at", "2019-01-21 14:28:28.506583"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.507498"], ["updated_at", "2019-01-21 14:28:28.507498"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:28:28.508400"], ["updated_at", "2019-01-21 14:28:28.508400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "interpreter_1"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "interpreter 1"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_1"], ["name", "interpreter 1"], ["description", "interpreter 1"], ["created_at", "2019-01-21 14:30:49.328493"], ["updated_at", "2019-01-21 14:30:49.328493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_2"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 2"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_2"], ["name", "firefighter 2"], ["description", "firefighter 2"], ["created_at", "2019-01-21 14:30:49.330419"], ["updated_at", "2019-01-21 14:30:49.330419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "britanylind@buckridge.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "britanylind@buckridge.com"], ["encrypted_password", "$2a$04$CRN8ZrQRoXLGK545dNpoY.tgTZ9k4yh8490xO9h3xEEav1H9nQm3m"], ["created_at", "2019-01-21 14:30:49.363230"], ["updated_at", "2019-01-21 14:30:49.363230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 1"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "gold 1"], ["created_at", "2019-01-21 14:30:49.372485"], ["updated_at", "2019-01-21 14:30:49.372485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Travis 1"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Travis 1"], ["created_at", "2019-01-21 14:30:49.379198"], ["updated_at", "2019-01-21 14:30:49.379198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Exercitationem suscipit labore minima."], ["body", "Quasi aperiam rerum. Pariatur neque qui. Dolore nihil rerum."], ["created_at", "2019-01-21 14:30:49.380957"], ["updated_at", "2019-01-21 14:30:49.380957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "designer_3"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "designer 3"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "designer_3"], ["name", "designer 3"], ["description", "designer 3"], ["created_at", "2019-01-21 14:30:49.387310"], ["updated_at", "2019-01-21 14:30:49.387310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_4"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 4"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_4"], ["name", "advocate 4"], ["description", "advocate 4"], ["created_at", "2019-01-21 14:30:49.389012"], ["updated_at", "2019-01-21 14:30:49.389012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "evelin@adams.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "evelin@adams.co"], ["encrypted_password", "$2a$04$LnF66rYOEVLo3svBdyhMpuu9sdcLDDP2AAijtoJYCmwmcKyoDH.lC"], ["created_at", "2019-01-21 14:30:49.392453"], ["updated_at", "2019-01-21 14:30:49.392453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 2"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 2"], ["created_at", "2019-01-21 14:30:49.393931"], ["updated_at", "2019-01-21 14:30:49.393931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Dotstad 2"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Dotstad 2"], ["created_at", "2019-01-21 14:30:49.395241"], ["updated_at", "2019-01-21 14:30:49.395241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Non optio incidunt totam."], ["body", "Quo sed molestiae. Consequatur est quia. Dolorem et repellendus."], ["created_at", "2019-01-21 14:30:49.396541"], ["updated_at", "2019-01-21 14:30:49.396541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_5"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 5"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_5"], ["name", "chemist 5"], ["description", "chemist 5"], ["created_at", "2019-01-21 14:30:49.416962"], ["updated_at", "2019-01-21 14:30:49.416962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_6"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 6"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_6"], ["name", "chemist 6"], ["description", "chemist 6"], ["created_at", "2019-01-21 14:30:49.418768"], ["updated_at", "2019-01-21 14:30:49.418768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "berna@keeling.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "berna@keeling.com"], ["encrypted_password", "$2a$04$2fOOWESFDMWImak6c6N.2eSiM42H4hy9XToTFQPLlra8AEP3PyscC"], ["created_at", "2019-01-21 14:30:49.422266"], ["updated_at", "2019-01-21 14:30:49.422266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 3"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 3"], ["created_at", "2019-01-21 14:30:49.423718"], ["updated_at", "2019-01-21 14:30:49.423718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Mitchellchester 3"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mitchellchester 3"], ["created_at", "2019-01-21 14:30:49.425006"], ["updated_at", "2019-01-21 14:30:49.425006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptas et minus et."], ["body", "Consectetur saepe provident. Architecto magnam maiores. Est sed dolorum."], ["created_at", "2019-01-21 14:30:49.426029"], ["updated_at", "2019-01-21 14:30:49.426029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_7"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 7"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_7"], ["name", "chemist 7"], ["description", "chemist 7"], ["created_at", "2019-01-21 14:30:49.432114"], ["updated_at", "2019-01-21 14:30:49.432114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_8"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 8"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_8"], ["name", "chemist 8"], ["description", "chemist 8"], ["created_at", "2019-01-21 14:30:49.433895"], ["updated_at", "2019-01-21 14:30:49.433895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cortneyziemann@ortiz.co"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cortneyziemann@ortiz.co"], ["encrypted_password", "$2a$04$zI3bLolDD3VHg3f5XOG1Eu8QvsdeS.37neRJ.qaL404XWsua9oMmS"], ["created_at", "2019-01-21 14:30:49.437738"], ["updated_at", "2019-01-21 14:30:49.437738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 4"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 4"], ["created_at", "2019-01-21 14:30:49.439769"], ["updated_at", "2019-01-21 14:30:49.439769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Freddyside 4"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Freddyside 4"], ["created_at", "2019-01-21 14:30:49.440995"], ["updated_at", "2019-01-21 14:30:49.440995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Laboriosam sit assumenda debitis."], ["body", "Quia inventore nihil. Quia omnis id. Consequuntur eos saepe."], ["created_at", "2019-01-21 14:30:49.442009"], ["updated_at", "2019-01-21 14:30:49.442009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_9"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 9"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_9"], ["name", "attorney at law 9"], ["description", "attorney at law 9"], ["created_at", "2019-01-21 14:30:49.449514"], ["updated_at", "2019-01-21 14:30:49.449514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "chemist_10"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "chemist 10"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "chemist_10"], ["name", "chemist 10"], ["description", "chemist 10"], ["created_at", "2019-01-21 14:30:49.451440"], ["updated_at", "2019-01-21 14:30:49.451440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "salley@rowe.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "salley@rowe.io"], ["encrypted_password", "$2a$04$/p.HaLvFv/fBLYPVFqJCoegSnobsV0PudgXGMMTbsNq7ASaZk9Lpa"], ["created_at", "2019-01-21 14:30:49.455177"], ["updated_at", "2019-01-21 14:30:49.455177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "indigo 5"], ["LIMIT", 1]] Clearance Create (0.2ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "indigo 5"], ["created_at", "2019-01-21 14:30:49.457114"], ["updated_at", "2019-01-21 14:30:49.457114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Stantonside 5"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Stantonside 5"], ["created_at", "2019-01-21 14:30:49.458574"], ["updated_at", "2019-01-21 14:30:49.458574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Totam numquam exercitationem necessitatibus."], ["body", "Facilis et reprehenderit. Ratione asperiores vitae. Est nam debitis."], ["created_at", "2019-01-21 14:30:49.459906"], ["updated_at", "2019-01-21 14:30:49.459906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "attorney_at_law_11"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "attorney at law 11"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "attorney_at_law_11"], ["name", "attorney at law 11"], ["description", "attorney at law 11"], ["created_at", "2019-01-21 14:30:49.465874"], ["updated_at", "2019-01-21 14:30:49.465874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_12"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 12"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_12"], ["name", "accountant 12"], ["description", "accountant 12"], ["created_at", "2019-01-21 14:30:49.467648"], ["updated_at", "2019-01-21 14:30:49.467648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nellswift@botsford.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "nellswift@botsford.net"], ["encrypted_password", "$2a$04$iN4XKnfJB.K8kgahp/pyeeUMfV57wNAyHjfOgiCNSXF6E4jotz/nW"], ["created_at", "2019-01-21 14:30:49.471159"], ["updated_at", "2019-01-21 14:30:49.471159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 6"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "plum 6"], ["created_at", "2019-01-21 14:30:49.472687"], ["updated_at", "2019-01-21 14:30:49.472687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Feilmouth 6"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Feilmouth 6"], ["created_at", "2019-01-21 14:30:49.473903"], ["updated_at", "2019-01-21 14:30:49.473903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Ad aut vel quisquam."], ["body", "Odit error facilis. Vel est magni. Qui aut architecto."], ["created_at", "2019-01-21 14:30:49.474933"], ["updated_at", "2019-01-21 14:30:49.474933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "krystal@senger.net"], ["LIMIT", 1]] User Create (0.0ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "krystal@senger.net"], ["encrypted_password", "$2a$04$LAM/mj89wYPqb8weqT9KUeOhuG7iY4BZIcSaJGZmPlksR2yGuxQ4K"], ["created_at", "2019-01-21 14:30:49.477423"], ["updated_at", "2019-01-21 14:30:49.477423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 2], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Report Load (0.6ms) SELECT "reports".* FROM "reports" ORDER BY "reports"."id" DESC LIMIT ? [["LIMIT", 5]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Authz::ApplicationController#custom as HTML  (0.1ms) SAVEPOINT active_record_1 Rendering text template Rendered text template (0.0ms)  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 3.8ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dewayneleannon@rathebert.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dewayneleannon@rathebert.org"], ["encrypted_password", "$2a$04$0oQeV64cSNve7iaGxwr2venMeUl6.YmJt1G3EeZV2Y4dwYoF9GuAe"], ["created_at", "2019-01-21 14:30:49.559585"], ["updated_at", "2019-01-21 14:30:49.559585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ApplicationController#custom as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rethagrimes@ohara.co"], ["LIMIT", 1]] User Create (0.5ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rethagrimes@ohara.co"], ["encrypted_password", "$2a$04$hQZNDwQeUNI8N1XDPM1vyO7lcP/iFBd34TwJ58UPxSDUIrrK9bLai"], ["created_at", "2019-01-21 14:30:49.568687"], ["updated_at", "2019-01-21 14:30:49.568687"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "diann@crookteuber.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "diann@crookteuber.net"], ["encrypted_password", "$2a$04$VnKBY0CKkKa3//OctR1GY.OVdC3kHVN6CuxsBoi13Nt7tSlx.c7k6"], ["created_at", "2019-01-21 14:30:49.579469"], ["updated_at", "2019-01-21 14:30:49.579469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "coraosinski@ricehauck.info"], ["LIMIT", 1]] User Create (0.9ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "coraosinski@ricehauck.info"], ["encrypted_password", "$2a$04$yEfXlOuCvlCh0nb3MlcDO.uTTNmQpl1Z384qxZqTY7AEsGmgo4U0C"], ["created_at", "2019-01-21 14:30:49.586945"], ["updated_at", "2019-01-21 14:30:49.586945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#new as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "young@robelharris.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "young@robelharris.co"], ["encrypted_password", "$2a$04$9oyLTaI2pk9nwNJCfBfno.iiiZbimYGNK9RWpfYESubnfDutoYerW"], ["created_at", "2019-01-21 14:30:49.596116"], ["updated_at", "2019-01-21 14:30:49.596116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#create as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elodia@bradtke.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elodia@bradtke.com"], ["encrypted_password", "$2a$04$v1G11Ez5jtj08xkZNm2tUeK0M2RspgRCtk99Au8b09NwY7.sqSs1a"], ["created_at", "2019-01-21 14:30:49.609209"], ["updated_at", "2019-01-21 14:30:49.609209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dinorah@volkmanmarks.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dinorah@volkmanmarks.com"], ["encrypted_password", "$2a$04$uLZZOah3YOKgaEwHwNwKY.nbiVhwInMfPwxfnYer512dWee2Aal46"], ["created_at", "2019-01-21 14:30:49.616552"], ["updated_at", "2019-01-21 14:30:49.616552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lane@botsford.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lane@botsford.io"], ["encrypted_password", "$2a$04$C4cdxQNw./9V87Zt9b3e8ucNMn0VqpBLzbUeAIQwYXxrv3X7JekuW"], ["created_at", "2019-01-21 14:30:49.624354"], ["updated_at", "2019-01-21 14:30:49.624354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::BusinessProcessesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mohammad@hilllzboncak.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mohammad@hilllzboncak.co"], ["encrypted_password", "$2a$04$AkTc3RKzWWVQ3sDpjW/vXOAM28rRQzqaI3S51W.KnLOekoba9PpIq"], ["created_at", "2019-01-21 14:30:49.632608"], ["updated_at", "2019-01-21 14:30:49.632608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#index as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jonritchie@okuneva.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jonritchie@okuneva.net"], ["encrypted_password", "$2a$04$tfICXDnKqtH0NDPZ7L2Ct.yF5CEYJOwGrq8vdKHgieIUFVbypk2Ai"], ["created_at", "2019-01-21 14:30:49.640896"], ["updated_at", "2019-01-21 14:30:49.640896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "santina@cruickshankkertzmann.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "santina@cruickshankkertzmann.co"], ["encrypted_password", "$2a$04$jdvTPokOuXEeG3dungOZu.rLOaKuhvHvPEHmXZKx394FZMDIrSuwe"], ["created_at", "2019-01-21 14:30:49.648410"], ["updated_at", "2019-01-21 14:30:49.648410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#new as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cruz@wyman.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cruz@wyman.co"], ["encrypted_password", "$2a$04$PLTZvAGz6MUgQmPqoeasPeleaCmt4YEuGYdFfBixDq09ne6o0pY6y"], ["created_at", "2019-01-21 14:30:49.656177"], ["updated_at", "2019-01-21 14:30:49.656177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#create as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "christopherwilkinson@bruen.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "christopherwilkinson@bruen.com"], ["encrypted_password", "$2a$04$qdxb9doJZIOI/Kz/VLnN7uTw52WM1EMxNp5gxBN06HcOD16KxVWa."], ["created_at", "2019-01-21 14:30:49.663893"], ["updated_at", "2019-01-21 14:30:49.663893"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#edit as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lyndonruecker@morar.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lyndonruecker@morar.io"], ["encrypted_password", "$2a$04$r.B5r1BWlUEVlp2.H7xg.u7Gu/RK4MNApDnPmCj9nRaLRylg1ayy6"], ["created_at", "2019-01-21 14:30:49.671696"], ["updated_at", "2019-01-21 14:30:49.671696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "darren@rosenbaum.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "darren@rosenbaum.org"], ["encrypted_password", "$2a$04$Q0d75HIpXXVnRO0IlYismOWtee87yYdFieqWVwCa0hU/6YqNR2VLy"], ["created_at", "2019-01-21 14:30:49.679540"], ["updated_at", "2019-01-21 14:30:49.679540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ControllerActionsController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cortneyrohan@rathschmidt.biz"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cortneyrohan@rathschmidt.biz"], ["encrypted_password", "$2a$04$FDREOoY5OQkIIoWMgjNTqOUpIN.OOYEotNp.C/fcU43SREUldnS5."], ["created_at", "2019-01-21 14:30:49.688614"], ["updated_at", "2019-01-21 14:30:49.688614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::HomeController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sofia@turnerratke.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sofia@turnerratke.name"], ["encrypted_password", "$2a$04$ba17rn40dqcwN/hKKcUZxeOpUyJkjRoaEoeVvofPlQ/S.PoJFpDzC"], ["created_at", "2019-01-21 14:30:49.698371"], ["updated_at", "2019-01-21 14:30:49.698371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jaquelineschoen@lebsack.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jaquelineschoen@lebsack.net"], ["encrypted_password", "$2a$04$ncIJR/SB4s/QLuZ.6mZVseWhn5FT7XuFW3GpXAyY.AIwirBp5ZLNG"], ["created_at", "2019-01-21 14:30:49.712503"], ["updated_at", "2019-01-21 14:30:49.712503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "skye@kilback.info"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "skye@kilback.info"], ["encrypted_password", "$2a$04$W.EQhKZC9ERXOgA1afprNeMcgY46Fdsqjwn9CM7kJKA6mcxZtBXjC"], ["created_at", "2019-01-21 14:30:49.720310"], ["updated_at", "2019-01-21 14:30:49.720310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "fannyward@denesik.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "fannyward@denesik.info"], ["encrypted_password", "$2a$04$noGlblPddXvXiVtOs/uUTe7huAq3.z6jkDlZMkNaEPFVsCFVrHGZy"], ["created_at", "2019-01-21 14:30:49.728558"], ["updated_at", "2019-01-21 14:30:49.728558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolablesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "maritaschmidt@kunde.co"], ["LIMIT", 1]] User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "maritaschmidt@kunde.co"], ["encrypted_password", "$2a$04$Un1.bSJkE0DKO7Pfv8usge7fS8JxYci/rF/acyWcOaJjlxVtk7xXi"], ["created_at", "2019-01-21 14:30:49.736817"], ["updated_at", "2019-01-21 14:30:49.736817"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#index as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brandi@beer.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "brandi@beer.co"], ["encrypted_password", "$2a$04$EekSy9G/OxEJuASZn5UqhubJ5TwPO.WnrarREMKV.jle1XYXHk7lG"], ["created_at", "2019-01-21 14:30:49.745783"], ["updated_at", "2019-01-21 14:30:49.745783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#show as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ai@kuhncorwin.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ai@kuhncorwin.info"], ["encrypted_password", "$2a$04$wDb4F7u7QIW1AY.fqMUNH.EYrv0MoRcBid9uqJB3VPYA..e6D/Tg2"], ["created_at", "2019-01-21 14:30:49.753196"], ["updated_at", "2019-01-21 14:30:49.753196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#new as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "beliaberge@doyle.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "beliaberge@doyle.biz"], ["encrypted_password", "$2a$04$KF7J.GIWTwRuiBJMj9.DrurIB0/YBXVqPlsAvHd672XXsGlOSfnGy"], ["created_at", "2019-01-21 14:30:49.761027"], ["updated_at", "2019-01-21 14:30:49.761027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#create as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "thurman@harber.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "thurman@harber.io"], ["encrypted_password", "$2a$04$5Oc5a5iFcTRlX1tM0miTE.SQBdh0O8.Pu/2GQwSEwOg099unbuhlC"], ["created_at", "2019-01-21 14:30:49.768637"], ["updated_at", "2019-01-21 14:30:49.768637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#edit as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ronnylittel@gutkowski.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ronnylittel@gutkowski.io"], ["encrypted_password", "$2a$04$GDud4CLnw9vt8WztsKXyFurg6byU9jkdPOFlqDdyNCsJHx.O0Qau2"], ["created_at", "2019-01-21 14:30:49.776511"], ["updated_at", "2019-01-21 14:30:49.776511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#update as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "granvilledibbert@runolfsdottir.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "granvilledibbert@runolfsdottir.com"], ["encrypted_password", "$2a$04$tI82hkk8G0lUwjVO.LuhjuTuu/X8PAmPcOFqw/F0NPq1UFh/YbgZO"], ["created_at", "2019-01-21 14:30:49.783936"], ["updated_at", "2019-01-21 14:30:49.783936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::RolesController#destroy as HTML Parameters: {"id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "oliverstrosin@wintheiserklocko.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "oliverstrosin@wintheiserklocko.name"], ["encrypted_password", "$2a$04$0bLqtCq.cqXU/XzJ3yN6dOJ8Uox5rWISgV9bVaYItAjSK6zmkXHae"], ["created_at", "2019-01-21 14:30:49.791981"], ["updated_at", "2019-01-21 14:30:49.791981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#new as HTML Parameters: {"id"=>"4", "role_id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jere@mclaughlin.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jere@mclaughlin.co"], ["encrypted_password", "$2a$04$zptYJHBRcE.QJ6f0L2r9qedNgEUWVpDAdgV3KKsYqzs6PTbwGv9bq"], ["created_at", "2019-01-21 14:30:49.799832"], ["updated_at", "2019-01-21 14:30:49.799832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#create as HTML Parameters: {"id"=>"4", "role_id"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "beckimoore@schroedersteuber.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "beckimoore@schroedersteuber.net"], ["encrypted_password", "$2a$04$xM0YeI0ux4Yp72NoxjGd1.Sg10ISqF6EGoxblitLHYdfLoI6xlgJy"], ["created_at", "2019-01-21 14:30:49.807243"], ["updated_at", "2019-01-21 14:30:49.807243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#edit as HTML Parameters: {"role_id"=>"1", "id"=>"4"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yu@boyer.biz"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "yu@boyer.biz"], ["encrypted_password", "$2a$04$3SvQ.Pa.MmIjM4N/MxsoLesRmfzcxrC1zAv0A8REFCplcY1D/ItJ6"], ["created_at", "2019-01-21 14:30:49.814514"], ["updated_at", "2019-01-21 14:30:49.814514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Authz::ScopingRulesController#update as HTML Parameters: {"role_id"=>"1", "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "police_officer_13"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "police officer 13"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "police_officer_13"], ["name", "police officer 13"], ["description", "police officer 13"], ["created_at", "2019-01-21 14:30:49.822096"], ["updated_at", "2019-01-21 14:30:49.822096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "librarian_1"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "librarian 1"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "librarian_1"], ["name", "librarian 1"], ["description", "librarian 1"], ["created_at", "2019-01-21 14:30:49.828731"], ["updated_at", "2019-01-21 14:30:49.828731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 14:30:49.833696"], ["updated_at", "2019-01-21 14:30:49.833696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:49.840407"], ["updated_at", "2019-01-21 14:30:49.840407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-21 14:30:49.846834"], ["updated_at", "2019-01-21 14:30:49.846834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.3ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "doctor_14"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "doctor 14"], ["LIMIT", 1]] Authz::Role Create (0.5ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "doctor_14"], ["name", "doctor 14"], ["description", "doctor 14"], ["created_at", "2019-01-21 14:30:49.854549"], ["updated_at", "2019-01-21 14:30:49.854549"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "interpreter_2"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "interpreter 2"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "interpreter_2"], ["name", "interpreter 2"], ["description", "interpreter 2"], ["created_at", "2019-01-21 14:30:49.857149"], ["updated_at", "2019-01-21 14:30:49.857149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "visitors"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "visitors"], ["action", "index"], ["created_at", "2019-01-21 14:30:49.858890"], ["updated_at", "2019-01-21 14:30:49.858890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:49.860138"], ["updated_at", "2019-01-21 14:30:49.860138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.1ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-21 14:30:49.861331"], ["updated_at", "2019-01-21 14:30:49.861331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" INNER JOIN "authz_business_processes" ON "authz_business_process_has_controller_actions"."authz_business_process_id" = "authz_business_processes"."id" INNER JOIN "authz_role_has_business_processes" ON "authz_business_processes"."id" = "authz_role_has_business_processes"."authz_business_process_id" WHERE "authz_role_has_business_processes"."authz_role_id" = ? AND "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["authz_role_id", 1], ["controller", "visitors"], ["action", "foo"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mohammad@wunsch.net"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mohammad@wunsch.net"], ["encrypted_password", "$2a$04$wiAs/7Ss1gkRJ4Mmy4T8ZuKgrISMtSEAO1VHUhNEuofGMy4CzVt/S"], ["created_at", "2019-01-21 14:30:49.867347"], ["updated_at", "2019-01-21 14:30:49.867347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_15"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 15"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_15"], ["name", "firefighter 15"], ["description", "firefighter 15"], ["created_at", "2019-01-21 14:30:49.869455"], ["updated_at", "2019-01-21 14:30:49.869455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:30:49.871500"], ["updated_at", "2019-01-21 14:30:49.871500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Legrosborough 7"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Legrosborough 7"], ["created_at", "2019-01-21 14:30:49.872690"], ["updated_at", "2019-01-21 14:30:49.872690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Janelle 8"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Janelle 8"], ["created_at", "2019-01-21 14:30:49.873748"], ["updated_at", "2019-01-21 14:30:49.873748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "teal 7"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "teal 7"], ["created_at", "2019-01-21 14:30:49.875203"], ["updated_at", "2019-01-21 14:30:49.875203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 8"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "yellow 8"], ["created_at", "2019-01-21 14:30:49.876506"], ["updated_at", "2019-01-21 14:30:49.876506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "carterlubowitz@bauch.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "carterlubowitz@bauch.biz"], ["encrypted_password", "$2a$04$trJGfhHXGD3bFOWa3kmy5uMGFtQiVsHbYQycBoEwqwcyDNNdI96rG"], ["created_at", "2019-01-21 14:30:49.878896"], ["updated_at", "2019-01-21 14:30:49.878896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Dolor et est quia."], ["body", "Voluptas aliquam consectetur. Non adipisci fuga. At molestiae soluta."], ["created_at", "2019-01-21 14:30:49.879975"], ["updated_at", "2019-01-21 14:30:49.879975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Legrosborough 7"], ["created_at", "2019-01-21 14:30:49.886443"], ["updated_at", "2019-01-21 14:30:49.886443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "teal 7"], ["created_at", "2019-01-21 14:30:49.888108"], ["updated_at", "2019-01-21 14:30:49.888108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'legrosborough 7') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'teal 7')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lois@toyhaag.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lois@toyhaag.org"], ["encrypted_password", "$2a$04$OrtG4dEGDJyx/HFXemxKreuRrwSMC5DtUWWTGBEp4Ugb8Y94KdF5m"], ["created_at", "2019-01-21 14:30:49.894828"], ["updated_at", "2019-01-21 14:30:49.894828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "philosopher_16"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "philosopher 16"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "philosopher_16"], ["name", "philosopher 16"], ["description", "philosopher 16"], ["created_at", "2019-01-21 14:30:49.896893"], ["updated_at", "2019-01-21 14:30:49.896893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:30:49.898848"], ["updated_at", "2019-01-21 14:30:49.898848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Gennychester 9"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gennychester 9"], ["created_at", "2019-01-21 14:30:49.900253"], ["updated_at", "2019-01-21 14:30:49.900253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lehnerton 10"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lehnerton 10"], ["created_at", "2019-01-21 14:30:49.901393"], ["updated_at", "2019-01-21 14:30:49.901393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "sky blue 9"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "sky blue 9"], ["created_at", "2019-01-21 14:30:49.902972"], ["updated_at", "2019-01-21 14:30:49.902972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "silver 10"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "silver 10"], ["created_at", "2019-01-21 14:30:49.904322"], ["updated_at", "2019-01-21 14:30:49.904322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marietterunolfon@gottliebcronin.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marietterunolfon@gottliebcronin.com"], ["encrypted_password", "$2a$04$mhDTWlJaTC.DWXE48U0gru3bY07wKsTmUelYvLALLV2unYPhterue"], ["created_at", "2019-01-21 14:30:49.906816"], ["updated_at", "2019-01-21 14:30:49.906816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Et adipisci et veniam."], ["body", "Omnis nihil doloremque. Qui molestias dolor. Ipsam aut mollitia."], ["created_at", "2019-01-21 14:30:49.907951"], ["updated_at", "2019-01-21 14:30:49.907951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lehnerton 10"], ["created_at", "2019-01-21 14:30:49.909546"], ["updated_at", "2019-01-21 14:30:49.909546"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "sky blue 9"], ["created_at", "2019-01-21 14:30:49.910994"], ["updated_at", "2019-01-21 14:30:49.910994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lehnerton 10')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "britt@lindgrenlesch.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "britt@lindgrenlesch.info"], ["encrypted_password", "$2a$04$2CzziunQUFoDrSe2DBofV.dGuBMaPyBtLNP116fEZmYh1lNT.s8C6"], ["created_at", "2019-01-21 14:30:49.916316"], ["updated_at", "2019-01-21 14:30:49.916316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "biologist_17"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "biologist 17"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "biologist_17"], ["name", "biologist 17"], ["description", "biologist 17"], ["created_at", "2019-01-21 14:30:49.918572"], ["updated_at", "2019-01-21 14:30:49.918572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:30:49.920618"], ["updated_at", "2019-01-21 14:30:49.920618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Laviniachester 11"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Laviniachester 11"], ["created_at", "2019-01-21 14:30:49.921911"], ["updated_at", "2019-01-21 14:30:49.921911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Kara 12"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Kara 12"], ["created_at", "2019-01-21 14:30:49.922936"], ["updated_at", "2019-01-21 14:30:49.922936"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "magenta 11"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "magenta 11"], ["created_at", "2019-01-21 14:30:49.924388"], ["updated_at", "2019-01-21 14:30:49.924388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 12"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "turquoise 12"], ["created_at", "2019-01-21 14:30:49.925690"], ["updated_at", "2019-01-21 14:30:49.925690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "stefanoconnell@cole.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "stefanoconnell@cole.biz"], ["encrypted_password", "$2a$04$wwl/5ftMNmyyWJ28A3zy9uDrCg1zjTrCyTdJEgYcxFKJyhbNagiT6"], ["created_at", "2019-01-21 14:30:49.928165"], ["updated_at", "2019-01-21 14:30:49.928165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Nesciunt ut soluta corrupti."], ["body", "Qui error quae. Odit explicabo itaque. Iusto et quidem."], ["created_at", "2019-01-21 14:30:49.929280"], ["updated_at", "2019-01-21 14:30:49.929280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Laviniachester 11"], ["created_at", "2019-01-21 14:30:49.930856"], ["updated_at", "2019-01-21 14:30:49.930856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'laviniachester 11') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ellenacrooks@prohaska.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ellenacrooks@prohaska.name"], ["encrypted_password", "$2a$04$yFlP2WwNvne9wUkbPDsPIOF/QhZyKH7fapFoDm0D9TAc6/e9uRcS."], ["created_at", "2019-01-21 14:30:49.936367"], ["updated_at", "2019-01-21 14:30:49.936367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_18"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 18"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_18"], ["name", "teacher 18"], ["description", "teacher 18"], ["created_at", "2019-01-21 14:30:49.938372"], ["updated_at", "2019-01-21 14:30:49.938372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:30:49.940295"], ["updated_at", "2019-01-21 14:30:49.940295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Parisianburgh 13"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Parisianburgh 13"], ["created_at", "2019-01-21 14:30:49.941542"], ["updated_at", "2019-01-21 14:30:49.941542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Catrinaside 14"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Catrinaside 14"], ["created_at", "2019-01-21 14:30:49.942599"], ["updated_at", "2019-01-21 14:30:49.942599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "maroon 13"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "maroon 13"], ["created_at", "2019-01-21 14:30:49.943859"], ["updated_at", "2019-01-21 14:30:49.943859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 14"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "black 14"], ["created_at", "2019-01-21 14:30:49.945308"], ["updated_at", "2019-01-21 14:30:49.945308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "huey@littel.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "huey@littel.io"], ["encrypted_password", "$2a$04$yQYVrlKGvNmcD4DU1RH4Ve5xRDrMsP2n.983y3IPwhgJd6OAo7FZS"], ["created_at", "2019-01-21 14:30:49.947792"], ["updated_at", "2019-01-21 14:30:49.947792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Non suscipit perferendis consequatur."], ["body", "Minus placeat tenetur. Similique occaecati et. Quo dolorem eos."], ["created_at", "2019-01-21 14:30:49.948871"], ["updated_at", "2019-01-21 14:30:49.948871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Parisianburgh 13"], ["created_at", "2019-01-21 14:30:49.950451"], ["updated_at", "2019-01-21 14:30:49.950451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "maroon 13"], ["created_at", "2019-01-21 14:30:49.951853"], ["updated_at", "2019-01-21 14:30:49.951853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'parisianburgh 13') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'maroon 13')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "haiedenesik@balistreri.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "haiedenesik@balistreri.io"], ["encrypted_password", "$2a$04$GKMU61xHmFzT0G7kWkBSr.v0FfnBXN10Bf2nZsQj5WO3oGxhaUQcW"], ["created_at", "2019-01-21 14:30:49.957978"], ["updated_at", "2019-01-21 14:30:49.957978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_19"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 19"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_19"], ["name", "musician 19"], ["description", "musician 19"], ["created_at", "2019-01-21 14:30:49.959926"], ["updated_at", "2019-01-21 14:30:49.959926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:30:49.961921"], ["updated_at", "2019-01-21 14:30:49.961921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Adolph 15"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Adolph 15"], ["created_at", "2019-01-21 14:30:49.963236"], ["updated_at", "2019-01-21 14:30:49.963236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Willmsberg 16"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Willmsberg 16"], ["created_at", "2019-01-21 14:30:49.964343"], ["updated_at", "2019-01-21 14:30:49.964343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "white 15"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "white 15"], ["created_at", "2019-01-21 14:30:49.965868"], ["updated_at", "2019-01-21 14:30:49.965868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 16"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "purple 16"], ["created_at", "2019-01-21 14:30:49.967312"], ["updated_at", "2019-01-21 14:30:49.967312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "samara@windlerjacobs.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "samara@windlerjacobs.com"], ["encrypted_password", "$2a$04$.751QAI246B3kdpojKn30Ol4wDxugbkVfCqXnqWmWv7PdqXFkjwVm"], ["created_at", "2019-01-21 14:30:49.972930"], ["updated_at", "2019-01-21 14:30:49.972930"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Nobis dolor in doloribus."], ["body", "Nisi quidem eos. Et sit ea. Non rem saepe."], ["created_at", "2019-01-21 14:30:49.974038"], ["updated_at", "2019-01-21 14:30:49.974038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cameron@hellerdickens.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cameron@hellerdickens.biz"], ["encrypted_password", "$2a$04$lvuCcLvFTFmeOA5cTP.ePO8v.mdgF...VSVGf2UipZTJII/9d.eru"], ["created_at", "2019-01-21 14:30:49.976564"], ["updated_at", "2019-01-21 14:30:49.976564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Et eveniet excepturi animi."], ["body", "Qui sed qui. Illum quibusdam doloremque. Mollitia tempora qui."], ["created_at", "2019-01-21 14:30:49.977555"], ["updated_at", "2019-01-21 14:30:49.977555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "mahaliamoen@price.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mahaliamoen@price.biz"], ["encrypted_password", "$2a$04$iXToEM9LhkqHsNkEPPqZ8OpnFmbiJDs4o4hBNGiVnjZwknwOkVduq"], ["created_at", "2019-01-21 14:30:49.979927"], ["updated_at", "2019-01-21 14:30:49.979927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Eveniet culpa id ducimus."], ["body", "Rerum reiciendis voluptatum. Molestias sapiente dolore. Consectetur libero nesciunt."], ["created_at", "2019-01-21 14:30:49.980918"], ["updated_at", "2019-01-21 14:30:49.980918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcela@kirlin.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marcela@kirlin.name"], ["encrypted_password", "$2a$04$OIL2FYJEGcucZnB/Y4drE.yQu.Ed4cucqvEBoNz1yI7Ll3P/D5K/y"], ["created_at", "2019-01-21 14:30:49.983270"], ["updated_at", "2019-01-21 14:30:49.983270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Quis et repellat eum."], ["body", "Molestias aperiam sequi. Unde quia libero. Officiis suscipit ipsum."], ["created_at", "2019-01-21 14:30:49.984246"], ["updated_at", "2019-01-21 14:30:49.984246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Lake Adolph 15"], ["created_at", "2019-01-21 14:30:49.985741"], ["updated_at", "2019-01-21 14:30:49.985741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "white 15"], ["created_at", "2019-01-21 14:30:49.987187"], ["updated_at", "2019-01-21 14:30:49.987187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'lake adolph 15') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'white 15')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eduardosawayn@murphy.io"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eduardosawayn@murphy.io"], ["encrypted_password", "$2a$04$1PIUqwsq0hlvKiPzCJ4XfuBOJafxvNUpIWFJuDa5rb1NMJvteN/PC"], ["created_at", "2019-01-21 14:30:49.993228"], ["updated_at", "2019-01-21 14:30:49.993228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "judge_20"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "judge 20"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_20"], ["name", "judge 20"], ["description", "judge 20"], ["created_at", "2019-01-21 14:30:49.995204"], ["updated_at", "2019-01-21 14:30:49.995204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:30:49.997099"], ["updated_at", "2019-01-21 14:30:49.997099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Beckerfurt 17"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Beckerfurt 17"], ["created_at", "2019-01-21 14:30:49.998297"], ["updated_at", "2019-01-21 14:30:49.998297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Jeanmouth 18"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jeanmouth 18"], ["created_at", "2019-01-21 14:30:49.999322"], ["updated_at", "2019-01-21 14:30:49.999322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 17"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "turquoise 17"], ["created_at", "2019-01-21 14:30:50.000868"], ["updated_at", "2019-01-21 14:30:50.000868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "plum 18"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "plum 18"], ["created_at", "2019-01-21 14:30:50.002207"], ["updated_at", "2019-01-21 14:30:50.002207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yuschroeder@nadershields.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "yuschroeder@nadershields.co"], ["encrypted_password", "$2a$04$i3sR4eY5JPBN5Kq1r3DRpuQpYCvagQWKvjUavQ1m2rOA/tkdVtWT6"], ["created_at", "2019-01-21 14:30:50.004644"], ["updated_at", "2019-01-21 14:30:50.004644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Est porro sunt rem."], ["body", "Dolores ad minus. Aut aut natus. Et odit laborum."], ["created_at", "2019-01-21 14:30:50.005757"], ["updated_at", "2019-01-21 14:30:50.005757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ehtel@orn.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ehtel@orn.io"], ["encrypted_password", "$2a$04$Szak4piNtfDIasocHZmUP.deN.1sPdOxVynkENuz6PiSNBPQrpubi"], ["created_at", "2019-01-21 14:30:50.008750"], ["updated_at", "2019-01-21 14:30:50.008750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Autem quaerat ea ut."], ["body", "Nemo animi nostrum. Est dolorum qui. Consequatur voluptas sunt."], ["created_at", "2019-01-21 14:30:50.009886"], ["updated_at", "2019-01-21 14:30:50.009886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jerrell@cummerata.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jerrell@cummerata.co"], ["encrypted_password", "$2a$04$raxPQLKoEdZH4LCWExLwde7trY0BAKJRTzlqiEpSWaJJxXNoF9Qd6"], ["created_at", "2019-01-21 14:30:50.012330"], ["updated_at", "2019-01-21 14:30:50.012330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Reprehenderit deserunt necessitatibus repellat."], ["body", "Et vero iusto. Ullam velit non. Voluptatibus mollitia aspernatur."], ["created_at", "2019-01-21 14:30:50.013332"], ["updated_at", "2019-01-21 14:30:50.013332"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dorindakuhn@lowe.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dorindakuhn@lowe.info"], ["encrypted_password", "$2a$04$f0UH54nvDwhDjRdXJNz1ZO6Tn7Ljpj48vQAAE06Ix3ut0RzFw8NDC"], ["created_at", "2019-01-21 14:30:50.015625"], ["updated_at", "2019-01-21 14:30:50.015625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Adipisci excepturi ut aut."], ["body", "Hic officiis quibusdam. Illum commodi omnis. Odio asperiores est."], ["created_at", "2019-01-21 14:30:50.016620"], ["updated_at", "2019-01-21 14:30:50.016620"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Beckerfurt 17"], ["created_at", "2019-01-21 14:30:50.018185"], ["updated_at", "2019-01-21 14:30:50.018185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'beckerfurt 17') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eloy@goodwinreinger.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eloy@goodwinreinger.name"], ["encrypted_password", "$2a$04$ofpdbT3jIJs2aYbJMU19qeovDM2uDgF4tDeLgTi3473f2FFneiYkS"], ["created_at", "2019-01-21 14:30:50.023851"], ["updated_at", "2019-01-21 14:30:50.023851"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_21"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 21"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_21"], ["name", "economist 21"], ["description", "economist 21"], ["created_at", "2019-01-21 14:30:50.025711"], ["updated_at", "2019-01-21 14:30:50.025711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:30:50.027720"], ["updated_at", "2019-01-21 14:30:50.027720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Charlesside 19"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Charlesside 19"], ["created_at", "2019-01-21 14:30:50.028941"], ["updated_at", "2019-01-21 14:30:50.028941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Paucekville 20"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Paucekville 20"], ["created_at", "2019-01-21 14:30:50.029933"], ["updated_at", "2019-01-21 14:30:50.029933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "tan 19"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "tan 19"], ["created_at", "2019-01-21 14:30:50.031445"], ["updated_at", "2019-01-21 14:30:50.031445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "salmon 20"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "salmon 20"], ["created_at", "2019-01-21 14:30:50.032911"], ["updated_at", "2019-01-21 14:30:50.032911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "estela@hammes.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "estela@hammes.biz"], ["encrypted_password", "$2a$04$kqdWSVTNYQ2I1mFIwVUCSu0LI7EWrdlQ3f6/XBv0HoOya4rxRHoRq"], ["created_at", "2019-01-21 14:30:50.035340"], ["updated_at", "2019-01-21 14:30:50.035340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Qui cumque nobis sunt."], ["body", "Quo ipsam voluptatibus. Iusto id nobis. Voluptatem esse deleniti."], ["created_at", "2019-01-21 14:30:50.036454"], ["updated_at", "2019-01-21 14:30:50.036454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "james@prohaskamitchell.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "james@prohaskamitchell.co"], ["encrypted_password", "$2a$04$8CKgQ7zr7wcrgGH6ozqMTOLIghubhi0F9FQV19WDNhLPG0b9hZQAi"], ["created_at", "2019-01-21 14:30:50.038948"], ["updated_at", "2019-01-21 14:30:50.038948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Reiciendis quo quam in."], ["body", "Deserunt velit error. Doloremque maiores beatae. Quos nemo distinctio."], ["created_at", "2019-01-21 14:30:50.039936"], ["updated_at", "2019-01-21 14:30:50.039936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jamison@torp.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jamison@torp.name"], ["encrypted_password", "$2a$04$fdPn6AyvkZVP7Bvu2vOdtOiqix28X0ZfLSG.i/lMgi4N90yrtVaZu"], ["created_at", "2019-01-21 14:30:50.042267"], ["updated_at", "2019-01-21 14:30:50.042267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Velit nesciunt sit qui."], ["body", "Dolores occaecati facere. Libero totam et. Ut mollitia non."], ["created_at", "2019-01-21 14:30:50.043284"], ["updated_at", "2019-01-21 14:30:50.043284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tona@pagacfahey.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tona@pagacfahey.biz"], ["encrypted_password", "$2a$04$51Ne9lq/OlDFyp6oL0vT1.p2seBfdZw78M4LP80tCXESzu6noVB52"], ["created_at", "2019-01-21 14:30:50.045762"], ["updated_at", "2019-01-21 14:30:50.045762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Quidem expedita qui repellat."], ["body", "Aspernatur dolor fugiat. Molestias atque sit. Quo occaecati corporis."], ["created_at", "2019-01-21 14:30:50.046793"], ["updated_at", "2019-01-21 14:30:50.046793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Charlesside 19"], ["created_at", "2019-01-21 14:30:50.048299"], ["updated_at", "2019-01-21 14:30:50.048299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "tan 19"], ["created_at", "2019-01-21 14:30:50.049765"], ["updated_at", "2019-01-21 14:30:50.049765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'charlesside 19') Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'tan 19') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" = ? [["id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "haydenhudson@breitenberg.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "haydenhudson@breitenberg.name"], ["encrypted_password", "$2a$04$FQU4tIR2pjcmS1DyaZk1buCGwCQNlMqCmyT1LjCJF4UvBo8kEEs3a"], ["created_at", "2019-01-21 14:30:50.057775"], ["updated_at", "2019-01-21 14:30:50.057775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_22"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 22"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_22"], ["name", "firefighter 22"], ["description", "firefighter 22"], ["created_at", "2019-01-21 14:30:50.059751"], ["updated_at", "2019-01-21 14:30:50.059751"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:30:50.061697"], ["updated_at", "2019-01-21 14:30:50.061697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Charise 21"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Charise 21"], ["created_at", "2019-01-21 14:30:50.062896"], ["updated_at", "2019-01-21 14:30:50.062896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Federico 22"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Federico 22"], ["created_at", "2019-01-21 14:30:50.063933"], ["updated_at", "2019-01-21 14:30:50.063933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 21"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "black 21"], ["created_at", "2019-01-21 14:30:50.065405"], ["updated_at", "2019-01-21 14:30:50.065405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "blue 22"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "blue 22"], ["created_at", "2019-01-21 14:30:50.066770"], ["updated_at", "2019-01-21 14:30:50.066770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kris@stokes.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kris@stokes.org"], ["encrypted_password", "$2a$04$gVXFxe5L1o.Q7vCJLi7xTOmYHOsGs0nMylaXt3yMEFUcl27EuKKRS"], ["created_at", "2019-01-21 14:30:50.069320"], ["updated_at", "2019-01-21 14:30:50.069320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Voluptas eum non molestiae."], ["body", "Quo in fuga. Ut iste quam. Ipsum commodi minus."], ["created_at", "2019-01-21 14:30:50.070563"], ["updated_at", "2019-01-21 14:30:50.070563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "melodihagenes@reinger.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "melodihagenes@reinger.io"], ["encrypted_password", "$2a$04$QGfmH6UxzywDpk0HmfM0TuHO3ywnRDWd/cj07vLZjYk3PwUjFNos."], ["created_at", "2019-01-21 14:30:50.073136"], ["updated_at", "2019-01-21 14:30:50.073136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Eos omnis ad cupiditate."], ["body", "Ut eaque et. Beatae vel doloremque. Iste neque voluptatum."], ["created_at", "2019-01-21 14:30:50.074216"], ["updated_at", "2019-01-21 14:30:50.074216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "clementbruen@kohler.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "clementbruen@kohler.org"], ["encrypted_password", "$2a$04$/rYNZkKqzqNnrYblQX6xu.hQWVRvvpw.Jld80j7dSNlRfjo2jnOga"], ["created_at", "2019-01-21 14:30:50.076790"], ["updated_at", "2019-01-21 14:30:50.076790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 1], ["title", "Magnam est earum vel."], ["body", "Et officiis qui. Earum doloribus sunt. Magni quisquam ut."], ["created_at", "2019-01-21 14:30:50.077837"], ["updated_at", "2019-01-21 14:30:50.077837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "aletaankunding@nienow.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "aletaankunding@nienow.io"], ["encrypted_password", "$2a$04$Mys6sKiNGE8CvlH1RpMBfuG3lB9SVzvl.b6c.sl6y9wyKaRnzHlsq"], ["created_at", "2019-01-21 14:30:50.080211"], ["updated_at", "2019-01-21 14:30:50.080211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 2], ["title", "Illum modi possimus vel."], ["body", "Rerum harum voluptatibus. Consequatur debitis delectus. Commodi molestiae quasi."], ["created_at", "2019-01-21 14:30:50.081198"], ["updated_at", "2019-01-21 14:30:50.081198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "South Charise 21"], ["created_at", "2019-01-21 14:30:50.082704"], ["updated_at", "2019-01-21 14:30:50.082704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "black 21"], ["created_at", "2019-01-21 14:30:50.084088"], ["updated_at", "2019-01-21 14:30:50.084088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south charise 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'black 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south charise 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'black 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'south charise 21') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'black 21') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "willagraham@nolanschmeler.name"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "willagraham@nolanschmeler.name"], ["encrypted_password", "$2a$04$qMu9PhS8CYJKglYZERO/3.Uccsgh0JwSfOj.gL/tp5aiJVpyD6z4K"], ["created_at", "2019-01-21 14:30:50.095546"], ["updated_at", "2019-01-21 14:30:50.095546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcellus@vonruedenthompson.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marcellus@vonruedenthompson.org"], ["encrypted_password", "$2a$04$.0c/vYPW4nBvf9m4esBaBOXxiGBYhIL60clPgl7.tPLgn54.iZhTm"], ["created_at", "2019-01-21 14:30:50.098205"], ["updated_at", "2019-01-21 14:30:50.098205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "fuchsia 23"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "fuchsia 23"], ["created_at", "2019-01-21 14:30:50.099551"], ["updated_at", "2019-01-21 14:30:50.099551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "West Bennettburgh 23"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "West Bennettburgh 23"], ["created_at", "2019-01-21 14:30:50.100751"], ["updated_at", "2019-01-21 14:30:50.100751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "In ut ab neque."], ["body", "Nisi et odio. Suscipit et quia. Vel fugiat eveniet."], ["created_at", "2019-01-21 14:30:50.101742"], ["updated_at", "2019-01-21 14:30:50.101742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "reports" Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dejalakin@farrell.co"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "dejalakin@farrell.co"], ["encrypted_password", "$2a$04$XTXWv3WZSe522uK6OTIC1.vVyO38pBSGXSo1LP2wf5ZlSqBS3GBZm"], ["created_at", "2019-01-21 14:30:50.107792"], ["updated_at", "2019-01-21 14:30:50.107792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "advocate_23"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "advocate 23"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "advocate_23"], ["name", "advocate 23"], ["description", "advocate 23"], ["created_at", "2019-01-21 14:30:50.109643"], ["updated_at", "2019-01-21 14:30:50.109643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "actor_24"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "actor 24"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "actor_24"], ["name", "actor 24"], ["description", "actor 24"], ["created_at", "2019-01-21 14:30:50.111019"], ["updated_at", "2019-01-21 14:30:50.111019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:30:50.112885"], ["updated_at", "2019-01-21 14:30:50.112885"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:30:50.114109"], ["updated_at", "2019-01-21 14:30:50.114109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Nicolaston 24"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Nicolaston 24"], ["created_at", "2019-01-21 14:30:50.115362"], ["updated_at", "2019-01-21 14:30:50.115362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Spencerport 25"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Spencerport 25"], ["created_at", "2019-01-21 14:30:50.116516"], ["updated_at", "2019-01-21 14:30:50.116516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 24"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 24"], ["created_at", "2019-01-21 14:30:50.117891"], ["updated_at", "2019-01-21 14:30:50.117891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "gold 25"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "gold 25"], ["created_at", "2019-01-21 14:30:50.119135"], ["updated_at", "2019-01-21 14:30:50.119135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "amie@bode.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "amie@bode.io"], ["encrypted_password", "$2a$04$/Utq27wDY9ja2pwT1EIgquBFvi6NFuSeIcDN0CmQKVLCv/nfaZS5e"], ["created_at", "2019-01-21 14:30:50.121487"], ["updated_at", "2019-01-21 14:30:50.121487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Iusto explicabo est et."], ["body", "Vitae rem nihil. Qui rem aut. Quis cupiditate aut."], ["created_at", "2019-01-21 14:30:50.122570"], ["updated_at", "2019-01-21 14:30:50.122570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "keely@hodkiewiczflatley.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "keely@hodkiewiczflatley.biz"], ["encrypted_password", "$2a$04$FNXbWdr/gRxhETX/mU7RaegSMfFeZ28uKeRCMZwh0QNTgFppEMSPG"], ["created_at", "2019-01-21 14:30:50.125036"], ["updated_at", "2019-01-21 14:30:50.125036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Est assumenda consequatur odio."], ["body", "Repudiandae eos et. Non commodi est. Iste vitae voluptates."], ["created_at", "2019-01-21 14:30:50.126081"], ["updated_at", "2019-01-21 14:30:50.126081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "elizebethbeatty@senger.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "elizebethbeatty@senger.biz"], ["encrypted_password", "$2a$04$j0swe9Ej10dm8PRvdVgI3.1wdZoTgsbL5vYKqGhLlAonicQQmIkAO"], ["created_at", "2019-01-21 14:30:50.128424"], ["updated_at", "2019-01-21 14:30:50.128424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Modi consectetur aut repellat."], ["body", "Laboriosam nobis ut. Rerum assumenda dolorum. Iste ad quia."], ["created_at", "2019-01-21 14:30:50.129456"], ["updated_at", "2019-01-21 14:30:50.129456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "raneehirthe@hoegerconroy.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "raneehirthe@hoegerconroy.biz"], ["encrypted_password", "$2a$04$TnbQ0EMponuj.IJCt8iV2.RYQdh6kzq/MCW8/WdRhRzyFcw5PVsFu"], ["created_at", "2019-01-21 14:30:50.131902"], ["updated_at", "2019-01-21 14:30:50.131902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Aliquid ad est voluptatem."], ["body", "Est sed laudantium. Omnis suscipit unde. Dolores fuga ullam."], ["created_at", "2019-01-21 14:30:50.132955"], ["updated_at", "2019-01-21 14:30:50.132955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Nicolaston 24"], ["created_at", "2019-01-21 14:30:50.134500"], ["updated_at", "2019-01-21 14:30:50.134500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "purple 24"], ["created_at", "2019-01-21 14:30:50.135929"], ["updated_at", "2019-01-21 14:30:50.135929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "New Spencerport 25"], ["created_at", "2019-01-21 14:30:50.137353"], ["updated_at", "2019-01-21 14:30:50.137353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "gold 25"], ["created_at", "2019-01-21 14:30:50.138655"], ["updated_at", "2019-01-21 14:30:50.138655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'nicolaston 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'purple 24') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'new spencerport 25') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'gold 25') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?) [["id", 1], ["id", 2]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "giselledibbert@hoeger.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "giselledibbert@hoeger.org"], ["encrypted_password", "$2a$04$2JnUCQKhmlZEm0OUsB8m0.vCJD4/uVuJoR2WzVHafBTgEzMjlcyH2"], ["created_at", "2019-01-21 14:30:50.147915"], ["updated_at", "2019-01-21 14:30:50.147915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "musician_25"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "musician 25"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "musician_25"], ["name", "musician 25"], ["description", "musician 25"], ["created_at", "2019-01-21 14:30:50.149944"], ["updated_at", "2019-01-21 14:30:50.149944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "teacher_26"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "teacher 26"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "teacher_26"], ["name", "teacher 26"], ["description", "teacher 26"], ["created_at", "2019-01-21 14:30:50.151457"], ["updated_at", "2019-01-21 14:30:50.151457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:30:50.153326"], ["updated_at", "2019-01-21 14:30:50.153326"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:30:50.154540"], ["updated_at", "2019-01-21 14:30:50.154540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Monahanview 26"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Monahanview 26"], ["created_at", "2019-01-21 14:30:50.155976"], ["updated_at", "2019-01-21 14:30:50.155976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Port Karrie 27"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Port Karrie 27"], ["created_at", "2019-01-21 14:30:50.157528"], ["updated_at", "2019-01-21 14:30:50.157528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "yellow 26"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "yellow 26"], ["created_at", "2019-01-21 14:30:50.158909"], ["updated_at", "2019-01-21 14:30:50.158909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 27"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "ivory 27"], ["created_at", "2019-01-21 14:30:50.160156"], ["updated_at", "2019-01-21 14:30:50.160156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "armandokub@walker.com"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "armandokub@walker.com"], ["encrypted_password", "$2a$04$/oV.jsKqJskt0f/y6uU7FuIX/.hCeV9iedONV9RZDNE0R1ylP6NAS"], ["created_at", "2019-01-21 14:30:50.162611"], ["updated_at", "2019-01-21 14:30:50.162611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Quia velit praesentium mollitia."], ["body", "Fugit numquam ad. Dolores animi deserunt. Blanditiis ipsa est."], ["created_at", "2019-01-21 14:30:50.163752"], ["updated_at", "2019-01-21 14:30:50.163752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "scottiepfannerstill@wymanmcclure.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "scottiepfannerstill@wymanmcclure.co"], ["encrypted_password", "$2a$04$fd9AlDUL1Rv/azX2GClfTO7G5azYU.No.X397p3U5DcclZEKAQXBe"], ["created_at", "2019-01-21 14:30:50.166290"], ["updated_at", "2019-01-21 14:30:50.166290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Voluptatem itaque in vel."], ["body", "Corrupti placeat quidem. Corporis quidem at. Quo ut officia."], ["created_at", "2019-01-21 14:30:50.167374"], ["updated_at", "2019-01-21 14:30:50.167374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "jerroldmertz@schmitt.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "jerroldmertz@schmitt.biz"], ["encrypted_password", "$2a$04$WXakFwmY2jfEsr0DgMuUhuVcgCsQmh63gQ/xsAWZGzUY3RdWTBVvm"], ["created_at", "2019-01-21 14:30:50.169821"], ["updated_at", "2019-01-21 14:30:50.169821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Qui porro vel beatae."], ["body", "Labore molestias ipsum. Totam et sed. Eos rem et."], ["created_at", "2019-01-21 14:30:50.170883"], ["updated_at", "2019-01-21 14:30:50.170883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "waylon@hand.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "waylon@hand.biz"], ["encrypted_password", "$2a$04$e7U9qMvFxV0QM34v6qITGeEXxI2HsliAL7l9cVPimOj5ClbcZSMd2"], ["created_at", "2019-01-21 14:30:50.173313"], ["updated_at", "2019-01-21 14:30:50.173313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Excepturi velit sunt ut."], ["body", "Non qui et. Possimus quia placeat. Rerum accusamus quis."], ["created_at", "2019-01-21 14:30:50.174357"], ["updated_at", "2019-01-21 14:30:50.174357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Monahanview 26"], ["created_at", "2019-01-21 14:30:50.175873"], ["updated_at", "2019-01-21 14:30:50.175873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "yellow 26"], ["created_at", "2019-01-21 14:30:50.177306"], ["updated_at", "2019-01-21 14:30:50.177306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "Port Karrie 27"], ["created_at", "2019-01-21 14:30:50.178619"], ["updated_at", "2019-01-21 14:30:50.178619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "ivory 27"], ["created_at", "2019-01-21 14:30:50.179947"], ["updated_at", "2019-01-21 14:30:50.179947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'monahanview 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'yellow 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port karrie 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'ivory 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'monahanview 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'yellow 26') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'port karrie 27') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.1ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'ivory 27') Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "cities"."id" = ? AND "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2], ["id", 2]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deirdre@wisozkcummings.com"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "deirdre@wisozkcummings.com"], ["encrypted_password", "$2a$04$gQdCEgb4EfJ9qJEBCKRZmuW82wo7SXGxxuasYwdpdOPrkPH7bROfS"], ["created_at", "2019-01-21 14:30:50.194585"], ["updated_at", "2019-01-21 14:30:50.194585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "economist_27"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "economist 27"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "economist_27"], ["name", "economist 27"], ["description", "economist 27"], ["created_at", "2019-01-21 14:30:50.196408"], ["updated_at", "2019-01-21 14:30:50.196408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "accountant_28"], ["LIMIT", 1]] Authz::Role Exists (0.0ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "accountant 28"], ["LIMIT", 1]] Authz::Role Create (0.0ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "accountant_28"], ["name", "accountant 28"], ["description", "accountant 28"], ["created_at", "2019-01-21 14:30:50.197775"], ["updated_at", "2019-01-21 14:30:50.197775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:30:50.199706"], ["updated_at", "2019-01-21 14:30:50.199706"]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.1ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 2], ["rolable_type", "User"], ["rolable_id", 1], ["created_at", "2019-01-21 14:30:50.201233"], ["updated_at", "2019-01-21 14:30:50.201233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Ayakoport 28"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ayakoport 28"], ["created_at", "2019-01-21 14:30:50.202474"], ["updated_at", "2019-01-21 14:30:50.202474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "New Carey 29"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "New Carey 29"], ["created_at", "2019-01-21 14:30:50.203528"], ["updated_at", "2019-01-21 14:30:50.203528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "ivory 28"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "ivory 28"], ["created_at", "2019-01-21 14:30:50.204834"], ["updated_at", "2019-01-21 14:30:50.204834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "mint green 29"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "mint green 29"], ["created_at", "2019-01-21 14:30:50.206037"], ["updated_at", "2019-01-21 14:30:50.206037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "harmony@ratke.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "harmony@ratke.org"], ["encrypted_password", "$2a$04$lIEml03/qI6M7H8FIOy9N.DyQEaN1WonvHhHXH63oeaxhWHPyZJy."], ["created_at", "2019-01-21 14:30:50.208387"], ["updated_at", "2019-01-21 14:30:50.208387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 1], ["title", "Consectetur et sit numquam."], ["body", "Error quas autem. Dolores ut maxime. Repudiandae accusamus dolorum."], ["created_at", "2019-01-21 14:30:50.209446"], ["updated_at", "2019-01-21 14:30:50.209446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yulueilwitz@thompson.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "yulueilwitz@thompson.net"], ["encrypted_password", "$2a$04$tnvZOsp.MPzzQ2K3Wl1jte4QPg0ip6e9MSs8MACp7RMFW4GBBFDUi"], ["created_at", "2019-01-21 14:30:50.211968"], ["updated_at", "2019-01-21 14:30:50.211968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 2], ["city_id", 2], ["title", "Nemo accusantium et autem."], ["body", "Porro id quae. Voluptatem accusantium molestiae. Ratione laboriosam ut."], ["created_at", "2019-01-21 14:30:50.213055"], ["updated_at", "2019-01-21 14:30:50.213055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "kitty@harber.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "kitty@harber.name"], ["encrypted_password", "$2a$04$nZtdNA0240VcsjFJvaUNFORGKH9iUOzqWNb38ZY2oLyhmHcqKcyRu"], ["created_at", "2019-01-21 14:30:50.215541"], ["updated_at", "2019-01-21 14:30:50.215541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 1], ["city_id", 2], ["title", "Et in et aut."], ["body", "Aut numquam dolores. Cum dolores labore. Qui sunt temporibus."], ["created_at", "2019-01-21 14:30:50.216528"], ["updated_at", "2019-01-21 14:30:50.216528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "lelandbernhard@shieldsbauch.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "lelandbernhard@shieldsbauch.net"], ["encrypted_password", "$2a$04$uko/LARKUv.h4K67KXyawe0DTHkYSAH9eHCOcBRAn7UjOqssdKEiW"], ["created_at", "2019-01-21 14:30:50.218856"], ["updated_at", "2019-01-21 14:30:50.218856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 5], ["clearance_id", 2], ["city_id", 1], ["title", "Placeat voluptatem quia sed."], ["body", "Aut ullam eaque. Cupiditate hic veritatis. Maiores deserunt animi."], ["created_at", "2019-01-21 14:30:50.219851"], ["updated_at", "2019-01-21 14:30:50.219851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 1], ["keyword", "Ayakoport 28"], ["created_at", "2019-01-21 14:30:50.221325"], ["updated_at", "2019-01-21 14:30:50.221325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.0ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 1], ["keyword", "ivory 28"], ["created_at", "2019-01-21 14:30:50.222741"], ["updated_at", "2019-01-21 14:30:50.222741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "cities"."name" FROM "cities" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByCity"], ["authz_role_id", 2], ["keyword", "All"], ["created_at", "2019-01-21 14:30:50.224155"], ["updated_at", "2019-01-21 14:30:50.224155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."name" FROM "clearances" Authz::ScopingRule Create (0.1ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "ScopableByClearance"], ["authz_role_id", 2], ["keyword", "mint green 29"], ["created_at", "2019-01-21 14:30:50.225485"], ["updated_at", "2019-01-21 14:30:50.225485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Load (0.0ms) SELECT "authz_roles".* FROM "authz_roles" INNER JOIN "authz_role_grants" ON "authz_roles"."id" = "authz_role_grants"."authz_role_id" WHERE "authz_role_grants"."rolable_id" = ? AND "authz_role_grants"."rolable_type" = ? [["rolable_id", 1], ["rolable_type", "User"]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByCity"], ["LIMIT", 1]]  (0.0ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'ayakoport 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 1], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'ivory 28') Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByCity"], ["LIMIT", 1]] Authz::ScopingRule Load (0.0ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."authz_role_id" = ? AND "authz_scoping_rules"."scopable" = ? LIMIT ? [["authz_role_id", 2], ["scopable", "ScopableByClearance"], ["LIMIT", 1]]  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'mint green 29') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."id" IN (?, ?, ?) [["id", 1], ["id", 2], ["id", 4]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE ("cities"."id" = ? AND "clearances"."id" = ? OR "clearances"."id" = ?) [["id", 1], ["id", 1], ["id", 2]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.3ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.5ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:50.250279"], ["updated_at", "2019-01-21 14:30:50.250279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "physicist_3"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "physicist 3"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "physicist_3"], ["name", "physicist 3"], ["description", "physicist 3"], ["created_at", "2019-01-21 14:30:50.253472"], ["updated_at", "2019-01-21 14:30:50.253472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.2ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:50.255148"], ["updated_at", "2019-01-21 14:30:50.255148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" ORDER BY "authz_business_process_has_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Load (0.1ms) SELECT "authz_business_process_has_controller_actions".* FROM "authz_business_process_has_controller_actions" Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 14:30:50.278061"], ["updated_at", "2019-01-21 14:30:50.278061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "code" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-21 14:30:50.279416"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Load (0.2ms) SELECT "authz_business_processes".* FROM "authz_business_processes" ORDER BY "authz_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 14:30:50.292467"], ["updated_at", "2019-01-21 14:30:50.292467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Update (0.1ms) UPDATE "authz_business_processes" SET "name" = ?, "updated_at" = ? WHERE "authz_business_processes"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-21 14:30:50.293690"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (1.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.3ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_reports"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Reports"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.7ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_reports"], ["name", "Manage Reports"], ["description", "Manage Reports"], ["created_at", "2019-01-21 14:30:50.317780"], ["updated_at", "2019-01-21 14:30:50.317780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" IS NULL AND "authz_controller_actions"."action" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Load (0.2ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" ORDER BY "authz_controller_actions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 14:30:50.350434"], ["updated_at", "2019-01-21 14:30:50.350434"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Update (0.1ms) UPDATE "authz_controller_actions" SET "controller" = ?, "updated_at" = ? WHERE "authz_controller_actions"."id" = ? [["controller", "an arbitrary value"], ["updated_at", "2019-01-21 14:30:50.351879"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "an arbitrary value"], ["LIMIT", 1]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" IS NULL LIMIT ? [["controller", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "an arbitrary value"], ["action", "dummy value"], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foos"], ["action", "new"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "foo"], ["action", "bar"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::RoleGrant Exists (0.2ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" IS NULL AND "authz_role_grants"."rolable_type" IS NULL AND "authz_role_grants"."rolable_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "writer_4"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "writer 4"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "writer_4"], ["name", "writer 4"], ["description", "writer 4"], ["created_at", "2019-01-21 14:30:50.460885"], ["updated_at", "2019-01-21 14:30:50.460885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_29"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 29"], ["LIMIT", 1]] Authz::Role Create (0.2ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_29"], ["name", "firefighter 29"], ["description", "firefighter 29"], ["created_at", "2019-01-21 14:30:50.464141"], ["updated_at", "2019-01-21 14:30:50.464141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Create (0.2ms) INSERT INTO "authz_role_grants" ("authz_role_id", "rolable_type", "rolable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["created_at", "2019-01-21 14:30:50.466056"], ["updated_at", "2019-01-21 14:30:50.466056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" ORDER BY "authz_role_grants"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::RoleGrant Load (0.1ms) SELECT "authz_role_grants".* FROM "authz_role_grants" Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess Load (0.0ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Shoulda::Matchers::ActiveRecord::Uniqueness::TestModels::BusinessProcess"], ["rolable_id", 1], ["LIMIT", 1]] Authz::BusinessProcess Load (0.1ms) SELECT "authz_business_processes".* FROM "authz_business_processes" WHERE "authz_business_processes"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Authz::RoleGrant Exists (0.1ms) SELECT 1 AS one FROM "authz_role_grants" WHERE "authz_role_grants"."authz_role_id" = ? AND "authz_role_grants"."rolable_type" = ? AND "authz_role_grants"."rolable_id" = ? LIMIT ? [["authz_role_id", 1], ["rolable_type", "Authz::BusinessProcess"], ["rolable_id", 2], ["LIMIT", 1]]  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "astronomer_5"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "astronomer 5"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.4ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "astronomer_5"], ["name", "astronomer 5"], ["description", "astronomer 5"], ["created_at", "2019-01-21 14:30:50.483465"], ["updated_at", "2019-01-21 14:30:50.483465"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "firefighter_30"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "firefighter 30"], ["LIMIT", 1]] Authz::Role Create (0.1ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "firefighter_30"], ["name", "firefighter 30"], ["description", "firefighter 30"], ["created_at", "2019-01-21 14:30:50.486611"], ["updated_at", "2019-01-21 14:30:50.486611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Create (0.2ms) INSERT INTO "authz_role_has_business_processes" ("authz_business_process_id", "authz_role_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_business_process_id", 1], ["authz_role_id", 1], ["created_at", "2019-01-21 14:30:50.488097"], ["updated_at", "2019-01-21 14:30:50.488097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" ORDER BY "authz_role_has_business_processes"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 1], ["LIMIT", 1]] Authz::RoleHasBusinessProcess Load (0.1ms) SELECT "authz_role_has_business_processes".* FROM "authz_role_has_business_processes" Authz::RoleHasBusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_role_has_business_processes" WHERE "authz_role_has_business_processes"."authz_business_process_id" = ? AND "authz_role_has_business_processes"."authz_role_id" = ? LIMIT ? [["authz_business_process_id", 1], ["authz_role_id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 14:30:50.512275"], ["updated_at", "2019-01-21 14:30:50.512275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "code" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["code", "an arbitrary value"], ["updated_at", "2019-01-21 14:30:50.513523"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "AN ARBITRARY VALUE"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Load (0.2ms) SELECT "authz_roles".* FROM "authz_roles" ORDER BY "authz_roles"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-01-21 14:30:50.525597"], ["updated_at", "2019-01-21 14:30:50.525597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::Role Update (0.1ms) UPDATE "authz_roles" SET "name" = ?, "updated_at" = ? WHERE "authz_roles"."id" = ? [["name", "an arbitrary value"], ["updated_at", "2019-01-21 14:30:50.526756"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "an arbitrary value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "an_arbitrary_value"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "valid_code"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "Invalid"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "9_a"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "city_director"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "City Director"], ["LIMIT", 1]] Authz::Role Create (0.3ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "city_director"], ["name", "City Director"], ["description", "City Director"], ["created_at", "2019-01-21 14:30:50.548988"], ["updated_at", "2019-01-21 14:30:50.548988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" IS NULL AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::Role Exists (0.2ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."code" = ? LIMIT ? [["code", "statistician_31"], ["LIMIT", 1]] Authz::Role Exists (0.1ms) SELECT 1 AS one FROM "authz_roles" WHERE "authz_roles"."name" = ? LIMIT ? [["name", "statistician 31"], ["LIMIT", 1]] Authz::Role Create (0.4ms) INSERT INTO "authz_roles" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "statistician_31"], ["name", "statistician 31"], ["description", "statistician 31"], ["created_at", "2019-01-21 14:30:50.581424"], ["updated_at", "2019-01-21 14:30:50.581424"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Create (0.2ms) INSERT INTO "authz_scoping_rules" ("scopable", "authz_role_id", "keyword", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["keyword", "valid_keyword"], ["created_at", "2019-01-21 14:30:50.583527"], ["updated_at", "2019-01-21 14:30:50.583527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" ORDER BY "authz_scoping_rules"."id" ASC LIMIT ? [["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "rsPEC::eXAMPLEgROUPS::aUTHZsCOPINGrULE::vALIDATIONS::sCOPABLEbYtEST"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::ScopingRule Load (0.1ms) SELECT "authz_scoping_rules".* FROM "authz_scoping_rules" Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["authz_role_id", 2], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::ScopableByTest"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" IS NULL LIMIT ? [["scopable", "ScopableByInvalid"], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.2ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Authz::ScopingRule Exists (0.1ms) SELECT 1 AS one FROM "authz_scoping_rules" WHERE "authz_scoping_rules"."scopable" = ? AND "authz_scoping_rules"."authz_role_id" = ? LIMIT ? [["scopable", "RSpec::ExampleGroups::AuthzScopingRule::Validations::OfKeyword::ScopableByTest"], ["authz_role_id", 1], ["LIMIT", 1]] Authz::Role Load (0.1ms) SELECT "authz_roles".* FROM "authz_roles" WHERE "authz_roles"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "inscope"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "inscope"], ["created_at", "2019-01-21 14:30:50.693749"], ["updated_at", "2019-01-21 14:30:50.693749"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "outscope"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "outscope"], ["created_at", "2019-01-21 14:30:50.696246"], ["updated_at", "2019-01-21 14:30:50.696246"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'inscope') City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = ? [["name", "inscope"]] City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? [["id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.4ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 14:30:50.702076"], ["updated_at", "2019-01-21 14:30:50.702076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 14:30:50.704360"], ["updated_at", "2019-01-21 14:30:50.704360"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.2ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-21 14:30:50.706962"], ["updated_at", "2019-01-21 14:30:50.706962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "emiko@lang.com"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "emiko@lang.com"], ["encrypted_password", "$2a$04$pQ2WVJ0gOwvtC/GYu9gU6ePHMh2ABYvI24C/ZxcHXKCZyUWsXZIwK"], ["created_at", "2019-01-21 14:30:50.710547"], ["updated_at", "2019-01-21 14:30:50.710547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Placeat qui at modi."], ["body", "Adipisci natus temporibus. Nihil explicabo consequatur. Maiores eos culpa."], ["created_at", "2019-01-21 14:30:50.712073"], ["updated_at", "2019-01-21 14:30:50.712073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "solomon@terry.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "solomon@terry.org"], ["encrypted_password", "$2a$04$5CDIjUJ4POEqUbV1kdMpGeVAzuf.1H.AlAsgAfBk1kkMkNo3YmA/6"], ["created_at", "2019-01-21 14:30:50.715270"], ["updated_at", "2019-01-21 14:30:50.715270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Voluptas necessitatibus perferendis quod."], ["body", "Et ut commodi. Temporibus atque quia. Qui corrupti officia."], ["created_at", "2019-01-21 14:30:50.716479"], ["updated_at", "2019-01-21 14:30:50.716479"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE "cities"."id" = ? [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 14:30:50.721019"], ["updated_at", "2019-01-21 14:30:50.721019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 14:30:50.722993"], ["updated_at", "2019-01-21 14:30:50.722993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-21 14:30:50.724619"], ["updated_at", "2019-01-21 14:30:50.724619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "ned@bashirianfritsch.net"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "ned@bashirianfritsch.net"], ["encrypted_password", "$2a$04$.WsKRnzne5dsUWhSxuy.POJXf3FRoIZfdYLub5r3gLvUyNvXASPAy"], ["created_at", "2019-01-21 14:30:50.727702"], ["updated_at", "2019-01-21 14:30:50.727702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Assumenda quam hic vel."], ["body", "Dolorem quibusdam eos. Hic necessitatibus tenetur. Ad ab consequatur."], ["created_at", "2019-01-21 14:30:50.729030"], ["updated_at", "2019-01-21 14:30:50.729030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rich@rippin.biz"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rich@rippin.biz"], ["encrypted_password", "$2a$04$igUcSTAV3HR19OWfMy87IOfIKaoB7/RwK2JG8k7O9ysCoYOUydh6W"], ["created_at", "2019-01-21 14:30:50.732004"], ["updated_at", "2019-01-21 14:30:50.732004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Aut ad ut consequatur."], ["body", "Esse nam omnis. Voluptatem ratione rerum. Consectetur vero architecto."], ["created_at", "2019-01-21 14:30:50.733178"], ["updated_at", "2019-01-21 14:30:50.733178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 14:30:50.736719"], ["updated_at", "2019-01-21 14:30:50.736719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 14:30:50.738581"], ["updated_at", "2019-01-21 14:30:50.738581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-21 14:30:50.740126"], ["updated_at", "2019-01-21 14:30:50.740126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "gabrielmertz@schulist.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "gabrielmertz@schulist.info"], ["encrypted_password", "$2a$04$lqkFYaaUb8R/wUBRIli.c.0UVVGUU1aGca.05CeIbLBxhaBGBg3d2"], ["created_at", "2019-01-21 14:30:50.742863"], ["updated_at", "2019-01-21 14:30:50.742863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Eum cum vitae ab."], ["body", "Excepturi impedit culpa. Quam non consequatur. Qui eaque laboriosam."], ["created_at", "2019-01-21 14:30:50.744114"], ["updated_at", "2019-01-21 14:30:50.744114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "cruznikolaus@hickle.net"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "cruznikolaus@hickle.net"], ["encrypted_password", "$2a$04$58bzQpJ.Nc/G9a2vdgh8BOkBKdI75SiudC0frnkmkRuw9Kz7iWvJi"], ["created_at", "2019-01-21 14:30:50.746807"], ["updated_at", "2019-01-21 14:30:50.746807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Et ipsum quas magni."], ["body", "Autem porro iusto. Magnam qui illum. Laudantium rerum perspiciatis."], ["created_at", "2019-01-21 14:30:50.747847"], ["updated_at", "2019-01-21 14:30:50.747847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE 1=0  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 14:30:50.750920"], ["updated_at", "2019-01-21 14:30:50.750920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 14:30:50.752482"], ["updated_at", "2019-01-21 14:30:50.752482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "secret"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "secret"], ["created_at", "2019-01-21 14:30:50.753817"], ["updated_at", "2019-01-21 14:30:50.753817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "boyce@bechtelarkrajcik.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "boyce@bechtelarkrajcik.info"], ["encrypted_password", "$2a$04$6BhN5n0jKB.J3U/zV1OK/.a18szYGGL2R2LOphNjvzmgFb/s85o1G"], ["created_at", "2019-01-21 14:30:50.756850"], ["updated_at", "2019-01-21 14:30:50.756850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Qui voluptas reprehenderit animi."], ["body", "Mollitia vel est. Iste autem quaerat. Omnis aut vel."], ["created_at", "2019-01-21 14:30:50.758076"], ["updated_at", "2019-01-21 14:30:50.758076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "burtonzboncak@feilgulgowski.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "burtonzboncak@feilgulgowski.info"], ["encrypted_password", "$2a$04$ZeN0lsc0f54NEb2q0PUEQuROXQv07o5K21m03BIp1hisPNgLthH3i"], ["created_at", "2019-01-21 14:30:50.760728"], ["updated_at", "2019-01-21 14:30:50.760728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 1], ["city_id", 2], ["title", "Distinctio omnis et nihil."], ["body", "Consequuntur omnis et. Eos dolores commodi. Numquam sit recusandae."], ["created_at", "2019-01-21 14:30:50.761857"], ["updated_at", "2019-01-21 14:30:50.761857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "marcell@watsicacain.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "marcell@watsicacain.info"], ["encrypted_password", "$2a$04$573abGnWKwUWHeEcoV7UheKuDdoNvqdNBNUxf.xeOotcvirTUliYu"], ["created_at", "2019-01-21 14:30:50.764338"], ["updated_at", "2019-01-21 14:30:50.764338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 1], ["title", "Expedita iste qui maiores."], ["body", "Distinctio quasi optio. Et maiores mollitia. Voluptatum id recusandae."], ["created_at", "2019-01-21 14:30:50.765378"], ["updated_at", "2019-01-21 14:30:50.765378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 3]] Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE ("reports"."city_id" = ? OR "reports"."city_id" IS NULL) [["city_id", 1]] Report Load (0.1ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" WHERE ("cities"."id" = ? OR "cities"."id" IS NULL) [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 14:30:50.771473"], ["updated_at", "2019-01-21 14:30:50.771473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 14:30:50.773171"], ["updated_at", "2019-01-21 14:30:50.773171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-21 14:30:50.774910"], ["updated_at", "2019-01-21 14:30:50.774910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-21 14:30:50.776244"], ["updated_at", "2019-01-21 14:30:50.776244"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "oliva@thompsonbeer.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "oliva@thompsonbeer.name"], ["encrypted_password", "$2a$04$qRyNdfX1TJYgAiaMJA8SfeI7QSYJqgDAbVjyZVu9FB3S7jF1yQBwO"], ["created_at", "2019-01-21 14:30:50.778848"], ["updated_at", "2019-01-21 14:30:50.778848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Earum dolores tempore explicabo."], ["body", "Vel commodi alias. Ab suscipit quo. Est dolor dolorem."], ["created_at", "2019-01-21 14:30:50.780035"], ["updated_at", "2019-01-21 14:30:50.780035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "damiensmith@bergnaumhermiston.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "damiensmith@bergnaumhermiston.name"], ["encrypted_password", "$2a$04$k4ispw2w.N1iYipszt2MTeNoyeadUA2Sj7dbYVJLcM3KNPdGHtJby"], ["created_at", "2019-01-21 14:30:50.782545"], ["updated_at", "2019-01-21 14:30:50.782545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 2], ["clearance_id", 2], ["city_id", 1], ["title", "Voluptatibus quis fugiat quam."], ["body", "Et voluptatem et. Dolorem blanditiis esse. Adipisci quis provident."], ["created_at", "2019-01-21 14:30:50.783583"], ["updated_at", "2019-01-21 14:30:50.783583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "eddieschuster@shieldsnader.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "eddieschuster@shieldsnader.info"], ["encrypted_password", "$2a$04$K8KN.CMaL3LMzhvIeETi0O4uLk2PyGFiLWphH442qyYXChO5UDqJy"], ["created_at", "2019-01-21 14:30:50.786217"], ["updated_at", "2019-01-21 14:30:50.786217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 3], ["clearance_id", 1], ["city_id", 2], ["title", "Nemo omnis necessitatibus qui."], ["body", "Magnam voluptate quibusdam. Occaecati architecto et. Et nesciunt dolorum."], ["created_at", "2019-01-21 14:30:50.787294"], ["updated_at", "2019-01-21 14:30:50.787294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "roscoebechtelar@hand.name"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "roscoebechtelar@hand.name"], ["encrypted_password", "$2a$04$HsAVsVe6xWhewdgdVzwy2OGDCBNcY3mKCfR4OVBn.uJdBEp7xsPb2"], ["created_at", "2019-01-21 14:30:50.789733"], ["updated_at", "2019-01-21 14:30:50.789733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 4], ["clearance_id", 2], ["city_id", 2], ["title", "Ut dolore sit tenetur."], ["body", "In velit magnam. Magnam odit voluptatem. Consectetur reiciendis vel."], ["created_at", "2019-01-21 14:30:50.790753"], ["updated_at", "2019-01-21 14:30:50.790753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" WHERE (LOWER(name) IS 'in_city')  (0.0ms) SELECT "clearances"."id" FROM "clearances" WHERE (LOWER(name) IS 'in_clearance') Report Load (0.1ms) SELECT "reports".* FROM "reports" WHERE "reports"."city_id" = ? AND "reports"."clearance_id" = ? [["city_id", 1], ["clearance_id", 1]] Report Load (0.0ms) SELECT "reports".* FROM "reports" LEFT OUTER JOIN "cities" ON "cities"."id" = "reports"."city_id" LEFT OUTER JOIN "clearances" ON "clearances"."id" = "reports"."clearance_id" WHERE "cities"."id" = ? AND "clearances"."id" = ? [["id", 1], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 14:30:50.795448"], ["updated_at", "2019-01-21 14:30:50.795448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 14:30:50.797036"], ["updated_at", "2019-01-21 14:30:50.797036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-21 14:30:50.798376"], ["updated_at", "2019-01-21 14:30:50.798376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 2], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "out_clearance"], ["LIMIT", 1]] Clearance Create (0.0ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 2], ["name", "out_clearance"], ["created_at", "2019-01-21 14:30:50.799603"], ["updated_at", "2019-01-21 14:30:50.799603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brian@gleichnerleannon.io"], ["LIMIT", 1]] User Create (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "brian@gleichnerleannon.io"], ["encrypted_password", "$2a$04$Rgq7fNLDTIL3Ry5ChEFXFOTbk991KsyVW9oWVOQ91ONA7cjBrUUQ2"], ["created_at", "2019-01-21 14:30:50.802137"], ["updated_at", "2019-01-21 14:30:50.802137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Corrupti voluptas et sed."], ["body", "Numquam quo quam. Et at iusto. Esse ratione nulla."], ["created_at", "2019-01-21 14:30:50.803388"], ["updated_at", "2019-01-21 14:30:50.803388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Leannonfurt 30"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Leannonfurt 30"], ["created_at", "2019-01-21 14:30:50.806669"], ["updated_at", "2019-01-21 14:30:50.806669"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Darellton 31"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Darellton 31"], ["created_at", "2019-01-21 14:30:50.808418"], ["updated_at", "2019-01-21 14:30:50.808418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Jon 32"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Jon 32"], ["created_at", "2019-01-21 14:30:50.809546"], ["updated_at", "2019-01-21 14:30:50.809546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Voluptatem nulla consequatur voluptatibus."], ["created_at", "2019-01-21 14:30:50.815710"], ["updated_at", "2019-01-21 14:30:50.815710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.2ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-21 14:30:50.824639"], ["updated_at", "2019-01-21 14:30:50.824639"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-21 14:30:50.825744"], ["updated_at", "2019-01-21 14:30:50.825744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 14:30:50.829202"], ["updated_at", "2019-01-21 14:30:50.829202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "in_clearance"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "in_clearance"], ["created_at", "2019-01-21 14:30:50.831197"], ["updated_at", "2019-01-21 14:30:50.831197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "tawanaharvey@okeefe.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tawanaharvey@okeefe.org"], ["encrypted_password", "$2a$04$TdTfl5Ip/OC70VClUW2v7uAThDSTY/98Z7T2rPMlC63rNcAyrnqay"], ["created_at", "2019-01-21 14:30:50.833821"], ["updated_at", "2019-01-21 14:30:50.833821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Velit voluptas quidem qui."], ["body", "Animi omnis quam. Occaecati quod culpa. Commodi et sunt."], ["created_at", "2019-01-21 14:30:50.835033"], ["updated_at", "2019-01-21 14:30:50.835033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.3ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Iste nisi et quod."], ["created_at", "2019-01-21 14:30:50.837330"], ["updated_at", "2019-01-21 14:30:50.837330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "trina@dubuque.info"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "trina@dubuque.info"], ["encrypted_password", "$2a$04$.OQxck2zXZLai60iObRnuOdP0.HBl2zU3d90uv/R2FCyfzp2jqWMy"], ["created_at", "2019-01-21 14:30:50.843128"], ["updated_at", "2019-01-21 14:30:50.843128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "black 30"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "black 30"], ["created_at", "2019-01-21 14:30:50.844910"], ["updated_at", "2019-01-21 14:30:50.844910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Andreston 33"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Andreston 33"], ["created_at", "2019-01-21 14:30:50.846128"], ["updated_at", "2019-01-21 14:30:50.846128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Qui aliquam repellendus facere."], ["body", "Incidunt velit et. Placeat aut error. Perspiciatis quasi eligendi."], ["created_at", "2019-01-21 14:30:50.847121"], ["updated_at", "2019-01-21 14:30:50.847121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Justina 34"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Justina 34"], ["created_at", "2019-01-21 14:30:50.850717"], ["updated_at", "2019-01-21 14:30:50.850717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Ethelenebury 35"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Ethelenebury 35"], ["created_at", "2019-01-21 14:30:50.852295"], ["updated_at", "2019-01-21 14:30:50.852295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 14:30:50.855560"], ["updated_at", "2019-01-21 14:30:50.855560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 14:30:50.857247"], ["updated_at", "2019-01-21 14:30:50.857247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "theo@windler.io"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "theo@windler.io"], ["encrypted_password", "$2a$04$TfmzVmXyb5t5XcjlrVXpqOFplbnVPF8QGPtLmlHQI61phHrmFcbc."], ["created_at", "2019-01-21 14:30:50.860189"], ["updated_at", "2019-01-21 14:30:50.860189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "turquoise 31"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "turquoise 31"], ["created_at", "2019-01-21 14:30:50.861748"], ["updated_at", "2019-01-21 14:30:50.861748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Iure eos est sed."], ["body", "Molestiae voluptatibus magnam. Provident aut enim. Sequi blanditiis soluta."], ["created_at", "2019-01-21 14:30:50.862786"], ["updated_at", "2019-01-21 14:30:50.862786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "in_city"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "in_city"], ["created_at", "2019-01-21 14:30:50.865427"], ["updated_at", "2019-01-21 14:30:50.865427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "out_city"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "out_city"], ["created_at", "2019-01-21 14:30:50.867191"], ["updated_at", "2019-01-21 14:30:50.867191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "sherichamplin@nienowdibbert.org"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "sherichamplin@nienowdibbert.org"], ["encrypted_password", "$2a$04$dWiDK7y6bYeeodgkjjRp1OvLfDtZlk6C24zJ51sedHvopdbIcuadK"], ["created_at", "2019-01-21 14:30:50.869958"], ["updated_at", "2019-01-21 14:30:50.869958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "azure 32"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "azure 32"], ["created_at", "2019-01-21 14:30:50.871519"], ["updated_at", "2019-01-21 14:30:50.871519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 1], ["title", "Et voluptas nam sit."], ["body", "Delectus quia impedit. Quas molestiae sequi. Quas qui beatae."], ["created_at", "2019-01-21 14:30:50.872597"], ["updated_at", "2019-01-21 14:30:50.872597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Blanchhaven 36"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Blanchhaven 36"], ["created_at", "2019-01-21 14:30:50.876053"], ["updated_at", "2019-01-21 14:30:50.876053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Hackettside 37"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hackettside 37"], ["created_at", "2019-01-21 14:30:50.877743"], ["updated_at", "2019-01-21 14:30:50.877743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "North Kristopher 38"], ["LIMIT", 1]] City Create (0.0ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "North Kristopher 38"], ["created_at", "2019-01-21 14:30:50.878870"], ["updated_at", "2019-01-21 14:30:50.878870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Illum aut aut similique."], ["created_at", "2019-01-21 14:30:50.879673"], ["updated_at", "2019-01-21 14:30:50.879673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-21 14:30:50.881187"], ["updated_at", "2019-01-21 14:30:50.881187"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-21 14:30:50.882036"], ["updated_at", "2019-01-21 14:30:50.882036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Brandon 39"], ["LIMIT", 1]] City Create (0.2ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Brandon 39"], ["created_at", "2019-01-21 14:30:50.885268"], ["updated_at", "2019-01-21 14:30:50.885268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Luischester 40"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Luischester 40"], ["created_at", "2019-01-21 14:30:50.886769"], ["updated_at", "2019-01-21 14:30:50.886769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "South Benny 41"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "South Benny 41"], ["created_at", "2019-01-21 14:30:50.888329"], ["updated_at", "2019-01-21 14:30:50.888329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Magaretmouth 42"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Magaretmouth 42"], ["created_at", "2019-01-21 14:30:50.889729"], ["updated_at", "2019-01-21 14:30:50.889729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Announcement Create (0.1ms) INSERT INTO "announcements" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Incidunt architecto rerum sed."], ["created_at", "2019-01-21 14:30:50.890542"], ["updated_at", "2019-01-21 14:30:50.890542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 1], ["created_at", "2019-01-21 14:30:50.892005"], ["updated_at", "2019-01-21 14:30:50.892005"]] AnnouncementCity Create (0.1ms) INSERT INTO "announcement_cities" ("announcement_id", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["city_id", 2], ["created_at", "2019-01-21 14:30:50.892821"], ["updated_at", "2019-01-21 14:30:50.892821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT "cities"."id" FROM "cities" INNER JOIN "announcement_cities" ON "cities"."id" = "announcement_cities"."city_id" WHERE "announcement_cities"."announcement_id" = ? [["announcement_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Mattville 43"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mattville 43"], ["created_at", "2019-01-21 14:30:50.896350"], ["updated_at", "2019-01-21 14:30:50.896350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "deedra@dooley.info"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "deedra@dooley.info"], ["encrypted_password", "$2a$04$muxc2P/f0PRxmshgTlFiNeDPBNma7zlpGhWIt35rPWdI332arLXUS"], ["created_at", "2019-01-21 14:30:50.899465"], ["updated_at", "2019-01-21 14:30:50.899465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "lime 33"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "lime 33"], ["created_at", "2019-01-21 14:30:50.901069"], ["updated_at", "2019-01-21 14:30:50.901069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.0ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Manuel 44"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Manuel 44"], ["created_at", "2019-01-21 14:30:50.902310"], ["updated_at", "2019-01-21 14:30:50.902310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Report Create (0.1ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Officiis unde officia quis."], ["body", "Fugiat dolor necessitatibus. Tempore repudiandae maxime. Totam qui est."], ["created_at", "2019-01-21 14:30:50.903350"], ["updated_at", "2019-01-21 14:30:50.903350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Brandiburgh 45"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Brandiburgh 45"], ["created_at", "2019-01-21 14:30:50.907071"], ["updated_at", "2019-01-21 14:30:50.907071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "rodney@blick.co"], ["LIMIT", 1]] User Create (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "rodney@blick.co"], ["encrypted_password", "$2a$04$sXJZuYYNqBJNA5HxQzPTmumEkRtxaw3a/RGttdRTWTWFNvhqIUIn2"], ["created_at", "2019-01-21 14:30:50.910440"], ["updated_at", "2019-01-21 14:30:50.910440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Clearance Exists (0.1ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."level" = ? LIMIT ? [["level", 1], ["LIMIT", 1]] Clearance Exists (0.0ms) SELECT 1 AS one FROM "clearances" WHERE "clearances"."name" = ? LIMIT ? [["name", "purple 34"], ["LIMIT", 1]] Clearance Create (0.1ms) INSERT INTO "clearances" ("level", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["level", 1], ["name", "purple 34"], ["created_at", "2019-01-21 14:30:50.914992"], ["updated_at", "2019-01-21 14:30:50.914992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Westside 46"], ["LIMIT", 1]] City Create (0.1ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Westside 46"], ["created_at", "2019-01-21 14:30:50.916599"], ["updated_at", "2019-01-21 14:30:50.916599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Report Create (0.2ms) INSERT INTO "reports" ("user_id", "clearance_id", "city_id", "title", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["user_id", 1], ["clearance_id", 1], ["city_id", 2], ["title", "Aperiam est ut unde."], ["body", "Illum voluptatem suscipit. Suscipit adipisci labore. Qui vel quaerat."], ["created_at", "2019-01-21 14:30:50.917828"], ["updated_at", "2019-01-21 14:30:50.917828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Report Update (0.1ms) UPDATE "reports" SET "city_id" = ? WHERE "reports"."id" = ? [["city_id", nil], ["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Nakiaton 47"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Nakiaton 47"], ["created_at", "2019-01-21 14:30:50.921756"], ["updated_at", "2019-01-21 14:30:50.921756"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 City Exists (0.1ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "East Mohamed 49"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "East Mohamed 49"], ["created_at", "2019-01-21 14:30:50.925104"], ["updated_at", "2019-01-21 14:30:50.925104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 City Exists (0.2ms) SELECT 1 AS one FROM "cities" WHERE "cities"."name" = ? LIMIT ? [["name", "Lake Quintonport 51"], ["LIMIT", 1]] City Create (0.3ms) INSERT INTO "cities" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lake Quintonport 51"], ["created_at", "2019-01-21 14:30:50.929290"], ["updated_at", "2019-01-21 14:30:50.929290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "brettmorar@wehnerfarrell.org"], ["LIMIT", 1]] User Create (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "brettmorar@wehnerfarrell.org"], ["encrypted_password", "$2a$04$U7AVjSJoG.sj7PZJPsSHSuv324LciKnrllXP7XR7RuUMfHMeh4KpC"], ["created_at", "2019-01-21 14:30:50.937031"], ["updated_at", "2019-01-21 14:30:50.937031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 14:30:50.942593"], ["updated_at", "2019-01-21 14:30:50.942593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 14:30:50.944446"], ["updated_at", "2019-01-21 14:30:50.944446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 14:30:50.945752"], ["updated_at", "2019-01-21 14:30:50.945752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 14:30:50.947025"], ["updated_at", "2019-01-21 14:30:50.947025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 14:30:50.948243"], ["updated_at", "2019-01-21 14:30:50.948243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 14:30:50.949403"], ["updated_at", "2019-01-21 14:30:50.949403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 14:30:50.950565"], ["updated_at", "2019-01-21 14:30:50.950565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 14:30:50.951783"], ["updated_at", "2019-01-21 14:30:50.951783"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 14:30:50.952965"], ["updated_at", "2019-01-21 14:30:50.952965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 14:30:50.954151"], ["updated_at", "2019-01-21 14:30:50.954151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 14:30:50.955312"], ["updated_at", "2019-01-21 14:30:50.955312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 14:30:50.956361"], ["updated_at", "2019-01-21 14:30:50.956361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 14:30:50.957407"], ["updated_at", "2019-01-21 14:30:50.957407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 14:30:50.958431"], ["updated_at", "2019-01-21 14:30:50.958431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 14:30:50.959452"], ["updated_at", "2019-01-21 14:30:50.959452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 14:30:50.960501"], ["updated_at", "2019-01-21 14:30:50.960501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 14:30:50.961786"], ["updated_at", "2019-01-21 14:30:50.961786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 14:30:50.962926"], ["updated_at", "2019-01-21 14:30:50.962926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 14:30:50.964024"], ["updated_at", "2019-01-21 14:30:50.964024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 14:30:50.965109"], ["updated_at", "2019-01-21 14:30:50.965109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 14:30:50.966360"], ["updated_at", "2019-01-21 14:30:50.966360"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 14:30:50.967443"], ["updated_at", "2019-01-21 14:30:50.967443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 14:30:50.968561"], ["updated_at", "2019-01-21 14:30:50.968561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 14:30:50.969656"], ["updated_at", "2019-01-21 14:30:50.969656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 14:30:50.970762"], ["updated_at", "2019-01-21 14:30:50.970762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 14:30:50.971951"], ["updated_at", "2019-01-21 14:30:50.971951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:50.973030"], ["updated_at", "2019-01-21 14:30:50.973030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:50.974155"], ["updated_at", "2019-01-21 14:30:50.974155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:50.975244"], ["updated_at", "2019-01-21 14:30:50.975244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 14:30:50.976410"], ["updated_at", "2019-01-21 14:30:50.976410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:50.977515"], ["updated_at", "2019-01-21 14:30:50.977515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 14:30:50.978566"], ["updated_at", "2019-01-21 14:30:50.978566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 14:30:50.979632"], ["updated_at", "2019-01-21 14:30:50.979632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 14:30:50.980669"], ["updated_at", "2019-01-21 14:30:50.980669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 14:30:50.981713"], ["updated_at", "2019-01-21 14:30:50.981713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 14:30:50.982747"], ["updated_at", "2019-01-21 14:30:50.982747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 14:30:50.985759"], ["updated_at", "2019-01-21 14:30:50.985759"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 14:30:50.991875"], ["updated_at", "2019-01-21 14:30:50.991875"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "agriculturist_6"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "agriculturist 6"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.2ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "agriculturist_6"], ["name", "agriculturist 6"], ["description", "agriculturist 6"], ["created_at", "2019-01-21 14:30:50.997293"], ["updated_at", "2019-01-21 14:30:50.997293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:50.999410"], ["updated_at", "2019-01-21 14:30:50.999410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "active_storage/direct_uploads"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "active_storage/direct_uploads"], ["action", "create"], ["created_at", "2019-01-21 14:30:51.000965"], ["updated_at", "2019-01-21 14:30:51.000965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.002737"], ["updated_at", "2019-01-21 14:30:51.002737"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.003757"], ["updated_at", "2019-01-21 14:30:51.003757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" INNER JOIN "authz_business_process_has_controller_actions" ON "authz_controller_actions"."id" = "authz_business_process_has_controller_actions"."authz_controller_action_id" WHERE "authz_business_process_has_controller_actions"."authz_business_process_id" = ? [["authz_business_process_id", 1]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcess Exists (0.2ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "judge_7"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.1ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "judge 7"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.3ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "judge_7"], ["name", "judge 7"], ["description", "judge 7"], ["created_at", "2019-01-21 14:30:51.008059"], ["updated_at", "2019-01-21 14:30:51.008059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.010358"], ["updated_at", "2019-01-21 14:30:51.010358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.011897"], ["updated_at", "2019-01-21 14:30:51.011897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.013549"], ["updated_at", "2019-01-21 14:30:51.013549"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.014573"], ["updated_at", "2019-01-21 14:30:51.014573"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.2ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.018849"], ["updated_at", "2019-01-21 14:30:51.018849"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.020041"], ["updated_at", "2019-01-21 14:30:51.020041"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 14:30:51.021322"], ["updated_at", "2019-01-21 14:30:51.021322"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.022765"], ["updated_at", "2019-01-21 14:30:51.022765"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.023807"], ["updated_at", "2019-01-21 14:30:51.023807"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 14:30:51.024683"], ["updated_at", "2019-01-21 14:30:51.024683"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.025546"], ["updated_at", "2019-01-21 14:30:51.025546"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 14:30:51.026467"], ["updated_at", "2019-01-21 14:30:51.026467"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.027533"], ["updated_at", "2019-01-21 14:30:51.027533"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 14:30:51.028597"], ["updated_at", "2019-01-21 14:30:51.028597"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.029531"], ["updated_at", "2019-01-21 14:30:51.029531"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.030411"], ["updated_at", "2019-01-21 14:30:51.030411"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 14:30:51.031306"], ["updated_at", "2019-01-21 14:30:51.031306"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.032171"], ["updated_at", "2019-01-21 14:30:51.032171"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 14:30:51.033074"], ["updated_at", "2019-01-21 14:30:51.033074"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 14:30:51.033952"], ["updated_at", "2019-01-21 14:30:51.033952"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.034982"], ["updated_at", "2019-01-21 14:30:51.034982"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.035872"], ["updated_at", "2019-01-21 14:30:51.035872"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.036774"], ["updated_at", "2019-01-21 14:30:51.036774"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.037711"], ["updated_at", "2019-01-21 14:30:51.037711"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 14:30:51.038578"], ["updated_at", "2019-01-21 14:30:51.038578"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.039460"], ["updated_at", "2019-01-21 14:30:51.039460"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.040339"], ["updated_at", "2019-01-21 14:30:51.040339"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 14:30:51.041221"], ["updated_at", "2019-01-21 14:30:51.041221"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.042153"], ["updated_at", "2019-01-21 14:30:51.042153"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 14:30:51.043045"], ["updated_at", "2019-01-21 14:30:51.043045"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.043901"], ["updated_at", "2019-01-21 14:30:51.043901"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.044793"], ["updated_at", "2019-01-21 14:30:51.044793"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.045654"], ["updated_at", "2019-01-21 14:30:51.045654"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.046536"], ["updated_at", "2019-01-21 14:30:51.046536"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.047477"], ["updated_at", "2019-01-21 14:30:51.047477"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.048370"], ["updated_at", "2019-01-21 14:30:51.048370"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.049270"], ["updated_at", "2019-01-21 14:30:51.049270"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.050185"], ["updated_at", "2019-01-21 14:30:51.050185"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 14:30:51.051032"], ["updated_at", "2019-01-21 14:30:51.051032"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.051871"], ["updated_at", "2019-01-21 14:30:51.051871"]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 14:30:51.053019"], ["updated_at", "2019-01-21 14:30:51.053019"]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.055073"], ["updated_at", "2019-01-21 14:30:51.055073"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.056090"], ["updated_at", "2019-01-21 14:30:51.056090"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.056986"], ["updated_at", "2019-01-21 14:30:51.056986"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.057891"], ["updated_at", "2019-01-21 14:30:51.057891"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.058776"], ["updated_at", "2019-01-21 14:30:51.058776"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.059661"], ["updated_at", "2019-01-21 14:30:51.059661"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.060535"], ["updated_at", "2019-01-21 14:30:51.060535"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.061445"], ["updated_at", "2019-01-21 14:30:51.061445"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.062372"], ["updated_at", "2019-01-21 14:30:51.062372"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.063303"], ["updated_at", "2019-01-21 14:30:51.063303"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.064184"], ["updated_at", "2019-01-21 14:30:51.064184"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.065101"], ["updated_at", "2019-01-21 14:30:51.065101"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.066007"], ["updated_at", "2019-01-21 14:30:51.066007"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.066893"], ["updated_at", "2019-01-21 14:30:51.066893"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.067781"], ["updated_at", "2019-01-21 14:30:51.067781"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.068684"], ["updated_at", "2019-01-21 14:30:51.068684"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.069611"], ["updated_at", "2019-01-21 14:30:51.069611"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.070514"], ["updated_at", "2019-01-21 14:30:51.070514"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.071509"], ["updated_at", "2019-01-21 14:30:51.071509"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.072974"], ["updated_at", "2019-01-21 14:30:51.072974"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.074578"], ["updated_at", "2019-01-21 14:30:51.074578"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.076262"], ["updated_at", "2019-01-21 14:30:51.076262"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.077775"], ["updated_at", "2019-01-21 14:30:51.077775"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.079208"], ["updated_at", "2019-01-21 14:30:51.079208"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.080179"], ["updated_at", "2019-01-21 14:30:51.080179"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.081102"], ["updated_at", "2019-01-21 14:30:51.081102"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.082008"], ["updated_at", "2019-01-21 14:30:51.082008"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.082917"], ["updated_at", "2019-01-21 14:30:51.082917"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.083810"], ["updated_at", "2019-01-21 14:30:51.083810"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.084857"], ["updated_at", "2019-01-21 14:30:51.084857"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.085830"], ["updated_at", "2019-01-21 14:30:51.085830"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.086805"], ["updated_at", "2019-01-21 14:30:51.086805"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.087730"], ["updated_at", "2019-01-21 14:30:51.087730"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.088688"], ["updated_at", "2019-01-21 14:30:51.088688"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.089646"], ["updated_at", "2019-01-21 14:30:51.089646"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.090646"], ["updated_at", "2019-01-21 14:30:51.090646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.094964"], ["updated_at", "2019-01-21 14:30:51.094964"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.096530"], ["updated_at", "2019-01-21 14:30:51.096530"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 14:30:51.097474"], ["updated_at", "2019-01-21 14:30:51.097474"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.098375"], ["updated_at", "2019-01-21 14:30:51.098375"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.099257"], ["updated_at", "2019-01-21 14:30:51.099257"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 14:30:51.100243"], ["updated_at", "2019-01-21 14:30:51.100243"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.101182"], ["updated_at", "2019-01-21 14:30:51.101182"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 14:30:51.102219"], ["updated_at", "2019-01-21 14:30:51.102219"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.103183"], ["updated_at", "2019-01-21 14:30:51.103183"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 14:30:51.104122"], ["updated_at", "2019-01-21 14:30:51.104122"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.105014"], ["updated_at", "2019-01-21 14:30:51.105014"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.106071"], ["updated_at", "2019-01-21 14:30:51.106071"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 14:30:51.107407"], ["updated_at", "2019-01-21 14:30:51.107407"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.108360"], ["updated_at", "2019-01-21 14:30:51.108360"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 14:30:51.109278"], ["updated_at", "2019-01-21 14:30:51.109278"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 14:30:51.110193"], ["updated_at", "2019-01-21 14:30:51.110193"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.111123"], ["updated_at", "2019-01-21 14:30:51.111123"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.112053"], ["updated_at", "2019-01-21 14:30:51.112053"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.112992"], ["updated_at", "2019-01-21 14:30:51.112992"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.113933"], ["updated_at", "2019-01-21 14:30:51.113933"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 14:30:51.114876"], ["updated_at", "2019-01-21 14:30:51.114876"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.115811"], ["updated_at", "2019-01-21 14:30:51.115811"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.116727"], ["updated_at", "2019-01-21 14:30:51.116727"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 14:30:51.117753"], ["updated_at", "2019-01-21 14:30:51.117753"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.121246"], ["updated_at", "2019-01-21 14:30:51.121246"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 14:30:51.122162"], ["updated_at", "2019-01-21 14:30:51.122162"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.123058"], ["updated_at", "2019-01-21 14:30:51.123058"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.123907"], ["updated_at", "2019-01-21 14:30:51.123907"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.124780"], ["updated_at", "2019-01-21 14:30:51.124780"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.125655"], ["updated_at", "2019-01-21 14:30:51.125655"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.126493"], ["updated_at", "2019-01-21 14:30:51.126493"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.127352"], ["updated_at", "2019-01-21 14:30:51.127352"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.128216"], ["updated_at", "2019-01-21 14:30:51.128216"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.129061"], ["updated_at", "2019-01-21 14:30:51.129061"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 14:30:51.129923"], ["updated_at", "2019-01-21 14:30:51.129923"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.130780"], ["updated_at", "2019-01-21 14:30:51.130780"]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 14:30:51.131951"], ["updated_at", "2019-01-21 14:30:51.131951"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "authz_controller_actions"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.137115"], ["updated_at", "2019-01-21 14:30:51.137115"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.138636"], ["updated_at", "2019-01-21 14:30:51.138636"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 14:30:51.139545"], ["updated_at", "2019-01-21 14:30:51.139545"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.140412"], ["updated_at", "2019-01-21 14:30:51.140412"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.141616"], ["updated_at", "2019-01-21 14:30:51.141616"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 14:30:51.142808"], ["updated_at", "2019-01-21 14:30:51.142808"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.143972"], ["updated_at", "2019-01-21 14:30:51.143972"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 14:30:51.145198"], ["updated_at", "2019-01-21 14:30:51.145198"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.146721"], ["updated_at", "2019-01-21 14:30:51.146721"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 14:30:51.147911"], ["updated_at", "2019-01-21 14:30:51.147911"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.148832"], ["updated_at", "2019-01-21 14:30:51.148832"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.149690"], ["updated_at", "2019-01-21 14:30:51.149690"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 14:30:51.150676"], ["updated_at", "2019-01-21 14:30:51.150676"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.151590"], ["updated_at", "2019-01-21 14:30:51.151590"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 14:30:51.152482"], ["updated_at", "2019-01-21 14:30:51.152482"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 14:30:51.153383"], ["updated_at", "2019-01-21 14:30:51.153383"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.154272"], ["updated_at", "2019-01-21 14:30:51.154272"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.155148"], ["updated_at", "2019-01-21 14:30:51.155148"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.156020"], ["updated_at", "2019-01-21 14:30:51.156020"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.156888"], ["updated_at", "2019-01-21 14:30:51.156888"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 14:30:51.157754"], ["updated_at", "2019-01-21 14:30:51.157754"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.158748"], ["updated_at", "2019-01-21 14:30:51.158748"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.159678"], ["updated_at", "2019-01-21 14:30:51.159678"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 14:30:51.160552"], ["updated_at", "2019-01-21 14:30:51.160552"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.161424"], ["updated_at", "2019-01-21 14:30:51.161424"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 14:30:51.162293"], ["updated_at", "2019-01-21 14:30:51.162293"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.163182"], ["updated_at", "2019-01-21 14:30:51.163182"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.164047"], ["updated_at", "2019-01-21 14:30:51.164047"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.164925"], ["updated_at", "2019-01-21 14:30:51.164925"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.165800"], ["updated_at", "2019-01-21 14:30:51.165800"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.166689"], ["updated_at", "2019-01-21 14:30:51.166689"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.167575"], ["updated_at", "2019-01-21 14:30:51.167575"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.168464"], ["updated_at", "2019-01-21 14:30:51.168464"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.169333"], ["updated_at", "2019-01-21 14:30:51.169333"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 14:30:51.170200"], ["updated_at", "2019-01-21 14:30:51.170200"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.171054"], ["updated_at", "2019-01-21 14:30:51.171054"]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 14:30:51.172249"], ["updated_at", "2019-01-21 14:30:51.172249"]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.174352"], ["updated_at", "2019-01-21 14:30:51.174352"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.175359"], ["updated_at", "2019-01-21 14:30:51.175359"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.176249"], ["updated_at", "2019-01-21 14:30:51.176249"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.177165"], ["updated_at", "2019-01-21 14:30:51.177165"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.178056"], ["updated_at", "2019-01-21 14:30:51.178056"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.178981"], ["updated_at", "2019-01-21 14:30:51.178981"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.179888"], ["updated_at", "2019-01-21 14:30:51.179888"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.180783"], ["updated_at", "2019-01-21 14:30:51.180783"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.181689"], ["updated_at", "2019-01-21 14:30:51.181689"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.182599"], ["updated_at", "2019-01-21 14:30:51.182599"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.183538"], ["updated_at", "2019-01-21 14:30:51.183538"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.184459"], ["updated_at", "2019-01-21 14:30:51.184459"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.185358"], ["updated_at", "2019-01-21 14:30:51.185358"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.186275"], ["updated_at", "2019-01-21 14:30:51.186275"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.187155"], ["updated_at", "2019-01-21 14:30:51.187155"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.188089"], ["updated_at", "2019-01-21 14:30:51.188089"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.189026"], ["updated_at", "2019-01-21 14:30:51.189026"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.190757"], ["updated_at", "2019-01-21 14:30:51.190757"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.192304"], ["updated_at", "2019-01-21 14:30:51.192304"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.193481"], ["updated_at", "2019-01-21 14:30:51.193481"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.194419"], ["updated_at", "2019-01-21 14:30:51.194419"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.195366"], ["updated_at", "2019-01-21 14:30:51.195366"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.196288"], ["updated_at", "2019-01-21 14:30:51.196288"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.197201"], ["updated_at", "2019-01-21 14:30:51.197201"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.198108"], ["updated_at", "2019-01-21 14:30:51.198108"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.199007"], ["updated_at", "2019-01-21 14:30:51.199007"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.199898"], ["updated_at", "2019-01-21 14:30:51.199898"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.200932"], ["updated_at", "2019-01-21 14:30:51.200932"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.201880"], ["updated_at", "2019-01-21 14:30:51.201880"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.202862"], ["updated_at", "2019-01-21 14:30:51.202862"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.203798"], ["updated_at", "2019-01-21 14:30:51.203798"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.204727"], ["updated_at", "2019-01-21 14:30:51.204727"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.205644"], ["updated_at", "2019-01-21 14:30:51.205644"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.206555"], ["updated_at", "2019-01-21 14:30:51.206555"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.207450"], ["updated_at", "2019-01-21 14:30:51.207450"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.208375"], ["updated_at", "2019-01-21 14:30:51.208375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Authz::ControllerAction Exists (0.2ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/home"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.3ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/home"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.211714"], ["updated_at", "2019-01-21 14:30:51.211714"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.213376"], ["updated_at", "2019-01-21 14:30:51.213376"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "create"], ["created_at", "2019-01-21 14:30:51.214365"], ["updated_at", "2019-01-21 14:30:51.214365"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.215236"], ["updated_at", "2019-01-21 14:30:51.215236"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.216137"], ["updated_at", "2019-01-21 14:30:51.216137"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "show"], ["created_at", "2019-01-21 14:30:51.217048"], ["updated_at", "2019-01-21 14:30:51.217048"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.218555"], ["updated_at", "2019-01-21 14:30:51.218555"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/controller_actions"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/controller_actions"], ["action", "destroy"], ["created_at", "2019-01-21 14:30:51.219760"], ["updated_at", "2019-01-21 14:30:51.219760"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.221144"], ["updated_at", "2019-01-21 14:30:51.221144"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "create"], ["created_at", "2019-01-21 14:30:51.222329"], ["updated_at", "2019-01-21 14:30:51.222329"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.223435"], ["updated_at", "2019-01-21 14:30:51.223435"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.224494"], ["updated_at", "2019-01-21 14:30:51.224494"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "show"], ["created_at", "2019-01-21 14:30:51.225520"], ["updated_at", "2019-01-21 14:30:51.225520"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.226436"], ["updated_at", "2019-01-21 14:30:51.226436"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/business_processes"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/business_processes"], ["action", "destroy"], ["created_at", "2019-01-21 14:30:51.227323"], ["updated_at", "2019-01-21 14:30:51.227323"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "create"], ["created_at", "2019-01-21 14:30:51.228224"], ["updated_at", "2019-01-21 14:30:51.228224"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.229137"], ["updated_at", "2019-01-21 14:30:51.229137"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.230053"], ["updated_at", "2019-01-21 14:30:51.230053"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/scoping_rules"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/scoping_rules"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.230982"], ["updated_at", "2019-01-21 14:30:51.230982"]] Authz::ControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.231888"], ["updated_at", "2019-01-21 14:30:51.231888"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "create"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "create"], ["created_at", "2019-01-21 14:30:51.232760"], ["updated_at", "2019-01-21 14:30:51.232760"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.233627"], ["updated_at", "2019-01-21 14:30:51.233627"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.234494"], ["updated_at", "2019-01-21 14:30:51.234494"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "show"], ["created_at", "2019-01-21 14:30:51.235356"], ["updated_at", "2019-01-21 14:30:51.235356"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.236220"], ["updated_at", "2019-01-21 14:30:51.236220"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/roles"], ["action", "destroy"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/roles"], ["action", "destroy"], ["created_at", "2019-01-21 14:30:51.237095"], ["updated_at", "2019-01-21 14:30:51.237095"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/controller_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/controller_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.237925"], ["updated_at", "2019-01-21 14:30:51.237925"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/action_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/action_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.238790"], ["updated_at", "2019-01-21 14:30:51.238790"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.239664"], ["updated_at", "2019-01-21 14:30:51.239664"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/business_process_names"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.240523"], ["updated_at", "2019-01-21 14:30:51.240523"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "new"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "new"], ["created_at", "2019-01-21 14:30:51.241374"], ["updated_at", "2019-01-21 14:30:51.241374"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/validations/role_names"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.1ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/validations/role_names"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.242231"], ["updated_at", "2019-01-21 14:30:51.242231"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "index"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "index"], ["created_at", "2019-01-21 14:30:51.243085"], ["updated_at", "2019-01-21 14:30:51.243085"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "edit"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "edit"], ["created_at", "2019-01-21 14:30:51.243945"], ["updated_at", "2019-01-21 14:30:51.243945"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "show"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "show"], ["created_at", "2019-01-21 14:30:51.244768"], ["updated_at", "2019-01-21 14:30:51.244768"]] Authz::ControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_controller_actions" WHERE "authz_controller_actions"."controller" = ? AND "authz_controller_actions"."action" = ? LIMIT ? [["controller", "authz/rolables"], ["action", "update"], ["LIMIT", 1]] Authz::ControllerAction Create (0.0ms) INSERT INTO "authz_controller_actions" ("controller", "action", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["controller", "authz/rolables"], ["action", "update"], ["created_at", "2019-01-21 14:30:51.245618"], ["updated_at", "2019-01-21 14:30:51.245618"]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."code" = ? LIMIT ? [["code", "manage_authorization"], ["LIMIT", 1]] Authz::BusinessProcess Exists (0.0ms) SELECT 1 AS one FROM "authz_business_processes" WHERE "authz_business_processes"."name" = ? LIMIT ? [["name", "Manage Authorization"], ["LIMIT", 1]] Authz::BusinessProcess Create (0.1ms) INSERT INTO "authz_business_processes" ("code", "name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "manage_authorization"], ["name", "Manage Authorization"], ["description", "A role that is granted this business process will have full access to the Authorization Admin"], ["created_at", "2019-01-21 14:30:51.246792"], ["updated_at", "2019-01-21 14:30:51.246792"]] Authz::ControllerAction Load (0.1ms) SELECT "authz_controller_actions".* FROM "authz_controller_actions" WHERE (controller LIKE 'authz/%') Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 1], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.248899"], ["updated_at", "2019-01-21 14:30:51.248899"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 2], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.249907"], ["updated_at", "2019-01-21 14:30:51.249907"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 3], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.250802"], ["updated_at", "2019-01-21 14:30:51.250802"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 4], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.251691"], ["updated_at", "2019-01-21 14:30:51.251691"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 5], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.252570"], ["updated_at", "2019-01-21 14:30:51.252570"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 6], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.253449"], ["updated_at", "2019-01-21 14:30:51.253449"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 7], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.254342"], ["updated_at", "2019-01-21 14:30:51.254342"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 8], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.255233"], ["updated_at", "2019-01-21 14:30:51.255233"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 9], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.256103"], ["updated_at", "2019-01-21 14:30:51.256103"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 10], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.256953"], ["updated_at", "2019-01-21 14:30:51.256953"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 11], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.257788"], ["updated_at", "2019-01-21 14:30:51.257788"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 12], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.258624"], ["updated_at", "2019-01-21 14:30:51.258624"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 13], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.259454"], ["updated_at", "2019-01-21 14:30:51.259454"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 14], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.260262"], ["updated_at", "2019-01-21 14:30:51.260262"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 15], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.261359"], ["updated_at", "2019-01-21 14:30:51.261359"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 16], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.262426"], ["updated_at", "2019-01-21 14:30:51.262426"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 17], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.263887"], ["updated_at", "2019-01-21 14:30:51.263887"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 18], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.265336"], ["updated_at", "2019-01-21 14:30:51.265336"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 19], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.266366"], ["updated_at", "2019-01-21 14:30:51.266366"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 20], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.267298"], ["updated_at", "2019-01-21 14:30:51.267298"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 21], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.268269"], ["updated_at", "2019-01-21 14:30:51.268269"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 22], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.269177"], ["updated_at", "2019-01-21 14:30:51.269177"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 23], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.270093"], ["updated_at", "2019-01-21 14:30:51.270093"]] Authz::BusinessProcessHasControllerAction Exists (0.0ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 24], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.271046"], ["updated_at", "2019-01-21 14:30:51.271046"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 25], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.271961"], ["updated_at", "2019-01-21 14:30:51.271961"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 26], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.272888"], ["updated_at", "2019-01-21 14:30:51.272888"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 27], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.273801"], ["updated_at", "2019-01-21 14:30:51.273801"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 28], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.274716"], ["updated_at", "2019-01-21 14:30:51.274716"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 29], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.275633"], ["updated_at", "2019-01-21 14:30:51.275633"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 30], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.276552"], ["updated_at", "2019-01-21 14:30:51.276552"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 31], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.277469"], ["updated_at", "2019-01-21 14:30:51.277469"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 32], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.278415"], ["updated_at", "2019-01-21 14:30:51.278415"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 33], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.279386"], ["updated_at", "2019-01-21 14:30:51.279386"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 34], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.280332"], ["updated_at", "2019-01-21 14:30:51.280332"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.0ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 35], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.281275"], ["updated_at", "2019-01-21 14:30:51.281275"]] Authz::BusinessProcessHasControllerAction Exists (0.1ms) SELECT 1 AS one FROM "authz_business_process_has_controller_actions" WHERE "authz_business_process_has_controller_actions"."authz_controller_action_id" = ? AND "authz_business_process_has_controller_actions"."authz_business_process_id" = ? LIMIT ? [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["LIMIT", 1]] Authz::BusinessProcessHasControllerAction Create (0.1ms) INSERT INTO "authz_business_process_has_controller_actions" ("authz_controller_action_id", "authz_business_process_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["authz_controller_action_id", 36], ["authz_business_process_id", 1], ["created_at", "2019-01-21 14:30:51.282218"], ["updated_at", "2019-01-21 14:30:51.282218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction